C# Class Rock.Rest.Controllers.PhoneNumbersController

Show file Open project: NewSpring/Rock

Public Methods

Method Description
Post ( PhoneNumber phoneNumber ) : System.Net.Http.HttpResponseMessage

Posts the specified phone number.

Put ( int id, PhoneNumber phoneNumber ) : void

Puts the specified identifier.

Method Details

Post() public method

Posts the specified phone number.
public Post ( PhoneNumber phoneNumber ) : System.Net.Http.HttpResponseMessage
phoneNumber PhoneNumber The phone number.
return System.Net.Http.HttpResponseMessage

Put() public method

Puts the specified identifier.
public Put ( int id, PhoneNumber phoneNumber ) : void
id int The identifier.
phoneNumber PhoneNumber The phone number.
return void