POST api/Centers/FetchAllInstitutesFacilitatorsForCenterViewer
Request Information
URI Parameters
None.
Body Parameters
FetchAllInstitutesFacilitatorsForCenterViewerModel| Name | Description | Type | Additional information |
|---|---|---|---|
| InstituteID | globally unique identifier |
Required |
|
| Max | integer |
Required |
|
| Current | integer |
Required |
Request Formats
application/json, text/json
Sample:
{
"InstituteID": "7bb74d29-3882-4277-a5db-4da3f224eaec",
"Max": 2,
"Current": 3
}
application/xml, text/xml
Sample:
<FetchAllInstitutesFacilitatorsForCenterViewerModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GameAPIV3.Models"> <Current>3</Current> <Max>2</Max> <InstituteID>7bb74d29-3882-4277-a5db-4da3f224eaec</InstituteID> </FetchAllInstitutesFacilitatorsForCenterViewerModel>
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.