POST api/Users/SpecialUsers

Request Information

URI Parameters

None.

Body Parameters

UserSpecials
NameDescriptionTypeAdditional information
AccessToken

string

Required

String length: inclusive between 1 and 50

WorkzoneID

string

Required

SurveyID

string

Required

Request Formats

application/json, text/json

Sample:
{
  "AccessToken": "sample string 1",
  "WorkzoneID": "sample string 2",
  "SurveyID": "sample string 3"
}

application/octet-stream

Sample:
{"AccessToken":"sample string 1","WorkzoneID":"sample string 2","SurveyID":"sample string 3"}

application/xml, text/xml

Sample:
<UserSpecials xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <AccessToken>sample string 1</AccessToken>
  <WorkzoneID>sample string 2</WorkzoneID>
  <SurveyID>sample string 3</SurveyID>
</UserSpecials>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'UserSpecials'.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json, application/octet-stream

Sample:

Sample not available.