POST api/InstituteFacilitator/SearchForMultiplePlayersByFacilitator
Request Information
URI Parameters
None.
Body Parameters
SearchForMultiplePlayersByFacilitatorBindingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| FacilitatorIDs | Collection of globally unique identifier |
Required |
|
| Name | string |
Matching regular expression pattern: ^[a-zA-Z]*$ |
|
| Max | integer |
Required Range: inclusive between 5 and 50 |
|
| Current | integer |
Required Range: inclusive between 0 and 1000 |
Request Formats
application/json, text/json
Sample:
{
"FacilitatorIDs": [
"b9ef5c42-bfd8-4edc-b857-8dc98cef9c9e",
"d0926c01-a561-4fbc-bc0f-b49792625bfc"
],
"Name": "sample string 1",
"Max": 2,
"Current": 3
}
application/xml, text/xml
Sample:
<SearchForMultiplePlayersByFacilitatorBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GameAPIV3.Models">
<Current>3</Current>
<FacilitatorIDs xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:guid>b9ef5c42-bfd8-4edc-b857-8dc98cef9c9e</d2p1:guid>
<d2p1:guid>d0926c01-a561-4fbc-bc0f-b49792625bfc</d2p1:guid>
</FacilitatorIDs>
<Max>2</Max>
<Name>sample string 1</Name>
</SearchForMultiplePlayersByFacilitatorBindingModel>
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.