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": "ec368420-14c2-462d-88ae-be12148e100d",
  "ASPUserID": "3c89933b-ca57-4557-9cf0-87e1b8ece477"
}

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>3c89933b-ca57-4557-9cf0-87e1b8ece477</ASPUserID>
  <InstituteID>ec368420-14c2-462d-88ae-be12148e100d</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.