POST api/InstituteFacilitator/RemoveMultipleFacilitatorPlayer
Request Information
URI Parameters
None.
Body Parameters
RemoveMultipleFacilitatorPlayerBindingModelName | Description | Type | Additional information |
---|---|---|---|
PlayerIDs | Collection of globally unique identifier |
Required |
|
FacilitatorID | globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
{ "PlayerIDs": [ "1be8f8a3-3c9d-4454-a306-f63b2a95be36", "dd37c7a8-1b01-4992-8ff7-b4f55078eb0f" ], "FacilitatorID": "8ed6ae2a-3935-44da-ae38-0f04804b2af7" }
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>8ed6ae2a-3935-44da-ae38-0f04804b2af7</FacilitatorID> <PlayerIDs xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>1be8f8a3-3c9d-4454-a306-f63b2a95be36</d2p1:guid> <d2p1:guid>dd37c7a8-1b01-4992-8ff7-b4f55078eb0f</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.