POST api/Centers/FetchAllInstitutesFacilitatorsForCenterViewer

Request Information

URI Parameters

None.

Body Parameters

FetchAllInstitutesFacilitatorsForCenterViewerModel
NameDescriptionTypeAdditional information
InstituteID

globally unique identifier

Required

Max

integer

Required

Current

integer

Required

Request Formats

application/json, text/json

Sample:
{
  "InstituteID": "8902413d-de7b-4f5b-9f95-b97d06b7d891",
  "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>8902413d-de7b-4f5b-9f95-b97d06b7d891</InstituteID>
</FetchAllInstitutesFacilitatorsForCenterViewerModel>

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.