Response Operations
the following table.
| Name | Description |
|---|---|
ResponseCreateResponse |
Creates a response. |
ResponseSourceCodeLookup |
This operation is used to determine the campaign history record. |
ResponseUpdateResponse |
Updates a response. |
Request Message Description: ResponseCreateResponse
This method takes in an Integration object called Response IO and returns the Response ID and Success Flag. the following table.
| Node | Description | Type |
|---|---|---|
Response IO |
Required input parameter. |
Integration Object |
Response Message Description: ResponseCreateResponse
the following table.
| Node | Description | Type |
|---|---|---|
Response Id |
Row ID of the new response. |
String |
Error Message |
Error message, if any. |
String |
Success Flag |
Y or N. |
String |
Request Message Description: ResponseSourceCodeLookup
This method takes in Ids and Codes of Offer, Campaign and Treatment and returns the S_CAMP_CON_ID. the following table.
| Node | Description | Type |
|---|---|---|
Campaign Code |
Campaign code of response source. |
String |
Campaign Id |
Campaign ID of response source. |
String |
Offer Code |
Offer code for response. |
String |
Offer Id |
Offer ID for response. |
String |
Source Code |
Source code for response. |
String |
Treatment Code |
Treatment code for response. |
String |
Treatment Id |
Treatment ID for response. |
String |
Response Message Description: ResponseSourceCodeLookup
the following table.
| Node | Description | Type |
|---|---|---|
S_CAMP_CON_ID |
Row ID of the response. |
String |
Error Message |
Error message, if any. |
String |
Success Flag |
Y or N. |
String |
Request Message Description: ResponseUpdateResponse
This method updates an existing response. the following table.
| Node | Description | Type |
|---|---|---|
Response IO |
Required input parameter. |
Integration Object |
the following table.
| Node | Description | Type |
|---|---|---|
Error Message |
Error message, if any. |
String |
Success Flag |
Y or N. |
String |