POST api/Village/{village}/TransferOwnership/{candidateId}
Submit an ownership transfer request to the specified user
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
candidateId |
The User ID of the user to receive village ownership. Must be a member of the village. |
globally unique identifier |
Required |
village | string |
None. |
Body Parameters
None.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>