POST api/InstituteFacilitator/RemovePlayerParent
Request Information
URI Parameters
None.
Body Parameters
AssignPersonBindingModelName | Description | Type | Additional information |
---|---|---|---|
UserID | globally unique identifier |
Required |
|
PersonID | globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
{ "UserID": "dad7aa49-0985-4017-b5ea-01d02185f4ad", "PersonID": "082e656b-bf8e-4bd1-a145-d1224cc3a673" }
application/xml, text/xml
Sample:
<AssignPersonBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GameAPIV3.Models"> <PersonID>082e656b-bf8e-4bd1-a145-d1224cc3a673</PersonID> <UserID>dad7aa49-0985-4017-b5ea-01d02185f4ad</UserID> </AssignPersonBindingModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.