C# Class MobileAppProfileController, Rockit

Inheritance: Rock.Rest.ApiControllerBase
Exibir arquivo Open project: NewPointe/Rockit Class Usage Examples

Public Methods

Method Description
Get ( ) : HttpResponseMessage

Get Method for pulling a user profile

Patch ( int Id, UserProfilePatch, person ) : HttpResponseMessage

Patch method for updating a user profile

Method Details

Get() public method

Get Method for pulling a user profile
public Get ( ) : HttpResponseMessage
return HttpResponseMessage

Patch() public method

Patch method for updating a user profile
public Patch ( int Id, UserProfilePatch, person ) : HttpResponseMessage
Id int Rock Id
person UserProfilePatch, Patch Object
return HttpResponseMessage