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": "4824f885-2154-43e4-b0e4-f58e897b2285",
  "ASPUserID": "81368100-1d3d-4583-9a99-87c7c4a37423"
}

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>81368100-1d3d-4583-9a99-87c7c4a37423</ASPUserID>
  <InstituteID>4824f885-2154-43e4-b0e4-f58e897b2285</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.