POST api/InstituteFacilitator/SearchForMultiplePlayersByFacilitator

Request Information

URI Parameters

None.

Body Parameters

SearchForMultiplePlayersByFacilitatorBindingModel
NameDescriptionTypeAdditional 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": [
    "4fd84b3f-31f7-40a2-8e5f-c6a4649ade1a",
    "5e7a9b46-38c7-4ca2-bedf-c756e74de86e"
  ],
  "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>4fd84b3f-31f7-40a2-8e5f-c6a4649ade1a</d2p1:guid>
    <d2p1:guid>5e7a9b46-38c7-4ca2-bedf-c756e74de86e</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

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.