POST resultnotifications
Request Information
URI Parameters
None.
Body Parameters
ResultNotification| Name | Description | Type | Additional information |
|---|---|---|---|
| PartnerId | integer |
None. |
|
| AccountId | integer |
None. |
|
| UserId | integer |
None. |
|
| RespondentId | integer |
None. |
|
| TestId | string |
None. |
|
| BatteryId | integer |
None. |
|
| InvitationId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"partnerId": 1,
"accountId": 2,
"userId": 3,
"respondentId": 4,
"testId": "sample string 5",
"batteryId": 6,
"invitationId": 7
}
text/html
Sample:
{"partnerId":1,"accountId":2,"userId":3,"respondentId":4,"testId":"sample string 5","batteryId":6,"invitationId":7}
application/xml, text/xml
Sample:
<ResultNotification xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GenesysOnline.Web.RestApi.Models"> <AccountId>2</AccountId> <BatteryId>6</BatteryId> <InvitationId>7</InvitationId> <PartnerId>1</PartnerId> <RespondentId>4</RespondentId> <TestId>sample string 5</TestId> <UserId>3</UserId> </ResultNotification>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |