POST api/InstituteFacilitator/GetPlayerParentDetails
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": "7d82d01e-d5e3-4e4d-aa98-9ad7863d97dd", "PersonID": "505fe1c6-8ef7-4421-b4b8-1a3b5369131b" }
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>505fe1c6-8ef7-4421-b4b8-1a3b5369131b</PersonID> <UserID>7d82d01e-d5e3-4e4d-aa98-9ad7863d97dd</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.