POST api/Centers/AddCenterViewer
Request Information
URI Parameters
None.
Body Parameters
AddCenterViewerModel| Name | Description | Type | Additional 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
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.