POST api/InstituteFacilitator/RemoveMultipleFacilitatorPlayer
Request Information
URI Parameters
None.
Body Parameters
RemoveMultipleFacilitatorPlayerBindingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| PlayerIDs | Collection of globally unique identifier |
Required |
|
| FacilitatorID | globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
{
"PlayerIDs": [
"2d238d52-d135-41c7-89c0-466e3b36149b",
"07c4a122-f432-4bbc-a795-e8dcf6b4e87f"
],
"FacilitatorID": "478517e6-04a8-4271-bc5b-d016bdfad1a1"
}
application/xml, text/xml
Sample:
<RemoveMultipleFacilitatorPlayerBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GameAPIV3.Models">
<FacilitatorID>478517e6-04a8-4271-bc5b-d016bdfad1a1</FacilitatorID>
<PlayerIDs xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>2d238d52-d135-41c7-89c0-466e3b36149b</d2p1:guid>
<d2p1:guid>07c4a122-f432-4bbc-a795-e8dcf6b4e87f</d2p1:guid>
</PlayerIDs>
</RemoveMultipleFacilitatorPlayerBindingModel>
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.