POST api/Centers/AddCenterViewer

Request Information

URI Parameters

None.

Body Parameters

AddCenterViewerModel
NameDescriptionTypeAdditional information
InstituteID

globally unique identifier

Required

ASPUserID

globally unique identifier

Required

Request Formats

application/json, text/json

Sample:
{
  "InstituteID": "a66bd850-2ca3-4b8c-bcf4-c56407479d5e",
  "ASPUserID": "9cf28b2a-2ee0-497c-9db4-d7302da2ca44"
}

application/xml, text/xml

Sample:
<AddCenterViewerModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GameAPIV3.Models">
  <ASPUserID>9cf28b2a-2ee0-497c-9db4-d7302da2ca44</ASPUserID>
  <InstituteID>a66bd850-2ca3-4b8c-bcf4-c56407479d5e</InstituteID>
</AddCenterViewerModel>

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.