POST api/Centers/GetAllCenterViewers
Request Information
URI Parameters
None.
Body Parameters
GetAllCenterInstitutesModel| Name | Description | Type | Additional information |
|---|---|---|---|
| InstituteID | globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
{
"InstituteID": "0c2a9787-7a75-4d80-ae40-3f304f716fd3"
}
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>0c2a9787-7a75-4d80-ae40-3f304f716fd3</InstituteID> </GetAllCenterInstitutesModel>
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.