POST api/Centers/RemoveCenterViewer

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": "8e664099-3629-4724-9092-df02afe9ce68",
  "ASPUserID": "e5d2ae9b-bb5f-48c6-b8e8-9a1493b9705f"
}

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>e5d2ae9b-bb5f-48c6-b8e8-9a1493b9705f</ASPUserID>
  <InstituteID>8e664099-3629-4724-9092-df02afe9ce68</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.