POST endpoint-api/F025/E135/RetourNotification/Publier
Request Information
URI Parameters
None.
Body Parameters
E135_RetourNotification| Name | Description | Type | Additional information |
|---|---|---|---|
| snapshotId | integer |
None. |
|
| accountId | string |
None. |
|
| campaignId | string |
None. |
|
| contact | E135_Primotexto.Contact |
None. |
|
| replyMessage | string |
None. |
|
| event | string |
None. |
|
| eventDate | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"snapshotId": 1,
"accountId": "sample string 2",
"campaignId": "sample string 3",
"contact": {
"id": "sample string 1",
"identifier": "sample string 2",
"countryCode": 3
},
"replyMessage": "sample string 4",
"event": "sample string 5",
"eventDate": 6
}
application/xml, text/xml
Sample:
<E135_RetourNotification xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/mr.esb.core.Modele.F025_RetourNotification.E135_Primotexto">
<_event>sample string 5</_event>
<accountId>sample string 2</accountId>
<campaignId>sample string 3</campaignId>
<contact>
<countryCode>3</countryCode>
<id>sample string 1</id>
<identifier>sample string 2</identifier>
</contact>
<eventDate>6</eventDate>
<replyMessage>sample string 4</replyMessage>
<snapshotId>1</snapshotId>
</E135_RetourNotification>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
StatusCodeResult| Name | Description | Type | Additional information |
|---|---|---|---|
| StatusCode | HttpStatusCode |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.