C# Class MobileAppProfileController, Rockit

Inheritance: Rock.Rest.ApiControllerBase
Afficher le fichier Open project: NewPointe/Rockit Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Get Method for pulling a user profile
public Get ( ) : HttpResponseMessage
Résultat HttpResponseMessage

Patch() public méthode

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