POST api/InstituteFacilitator/GetPlayerParentDetails
Request Information
URI Parameters
None.
Body Parameters
AssignPersonBindingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| UserID | globally unique identifier |
Required |
|
| PersonID | globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
{
"UserID": "b2bd8270-2cc6-4409-ad98-111451cb4e12",
"PersonID": "14a25b54-973e-410f-be84-656053f87ddb"
}
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>14a25b54-973e-410f-be84-656053f87ddb</PersonID> <UserID>b2bd8270-2cc6-4409-ad98-111451cb4e12</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.