POST api/SugarCRM/ActivitySurvey

Request Information

URI Parameters

None.

Body Parameters

SurveySugarCRM
NameDescriptionTypeAdditional information
AccessToken

string

Required

String length: inclusive between 1 and 50

username

string

Required

String length: inclusive between 1 and 50

password

string

Required

String length: inclusive between 1 and 50

GUID

string

Required

String length: inclusive between 1 and 50

SugarCRMSurveyID

string

Required

String length: inclusive between 1 and 60

ListValues

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "AccessToken": "sample string 1",
  "username": "sample string 2",
  "password": "sample string 3",
  "GUID": "sample string 4",
  "SugarCRMSurveyID": "sample string 5",
  "ListValues": true
}

application/octet-stream

Sample:
{"AccessToken":"sample string 1","username":"sample string 2","password":"sample string 3","GUID":"sample string 4","SugarCRMSurveyID":"sample string 5","ListValues":true}

application/xml, text/xml

Sample:
<SurveySugarCRM xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <AccessToken>sample string 1</AccessToken>
  <username>sample string 2</username>
  <password>sample string 3</password>
  <GUID>sample string 4</GUID>
  <SugarCRMSurveyID>sample string 5</SugarCRMSurveyID>
  <ListValues>true</ListValues>
</SurveySugarCRM>

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 'SurveySugarCRM'.

Response Information

Resource Description

Collection of Object

None.

Response Formats

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

Sample:

Sample not available.