POST customreportrequest

Request Information

URI Parameters

None.

Body Parameters

CustomIntegrationReportRequest
NameDescriptionTypeAdditional information
partnerID

integer

None.

accountID

integer

None.

userID

integer

None.

respondentID

integer

None.

testID

string

None.

batteryID

integer

None.

invitationID

integer

None.

integrationConfigID

string

None.

Request Formats

application/json, text/json

Sample:
{
  "partnerID": 1,
  "accountID": 2,
  "userID": 3,
  "respondentID": 4,
  "testID": "sample string 5",
  "batteryID": 6,
  "invitationID": 7,
  "integrationConfigID": "sample string 8"
}

text/html

Sample:
{"partnerID":1,"accountID":2,"userID":3,"respondentID":4,"testID":"sample string 5","batteryID":6,"invitationID":7,"integrationConfigID":"sample string 8"}

application/xml, text/xml

Sample:
<ReportRequestsController.CustomIntegrationReportRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GenesysOnline.Web.RestApi.Controllers">
  <accountID>2</accountID>
  <batteryID>6</batteryID>
  <integrationConfigID>sample string 8</integrationConfigID>
  <invitationID>7</invitationID>
  <partnerID>1</partnerID>
  <respondentID>4</respondentID>
  <testID>sample string 5</testID>
  <userID>3</userID>
</ReportRequestsController.CustomIntegrationReportRequest>

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

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.