Method | Description | |
---|---|---|
Get ( ) : HttpResponseMessage |
Get Method for pulling a user profile
|
|
Patch ( int Id, UserProfilePatch, person ) : HttpResponseMessage |
Patch method for updating a user profile
|
public Patch ( int Id, UserProfilePatch, person ) : HttpResponseMessage | ||
Id | int | Rock Id |
person | UserProfilePatch, | Patch Object |
return | HttpResponseMessage |