POST api/Centers/GetAllCenterViewers

Request Information

URI Parameters

None.

Body Parameters

GetAllCenterInstitutesModel
NameDescriptionTypeAdditional information
InstituteID

globally unique identifier

Required

Request Formats

application/json, text/json

Sample:
{
  "InstituteID": "8ec04083-4540-481e-b04d-eaffc7bc08d5"
}

application/xml, text/xml

Sample:
<GetAllCenterInstitutesModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GameAPIV3.Models">
  <InstituteID>8ec04083-4540-481e-b04d-eaffc7bc08d5</InstituteID>
</GetAllCenterInstitutesModel>

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.