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": [ "fad918f0-00ea-46b6-a1ee-4c5216884fd8", "df405b50-5dbd-4638-a726-aa1fb1df8df9" ], "FacilitatorID": "6fda866c-93bd-436a-9fe6-ebf8e39d9862" }
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>6fda866c-93bd-436a-9fe6-ebf8e39d9862</FacilitatorID> <PlayerIDs xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>fad918f0-00ea-46b6-a1ee-4c5216884fd8</d2p1:guid> <d2p1:guid>df405b50-5dbd-4638-a726-aa1fb1df8df9</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.