POST api/EnterpriseSQS/PostEpsilonResponse

Request Information

URI Parameters

None.

Body Parameters

EpsilonResponseModel
NameDescriptionTypeAdditional information
EmailPayloadID

integer

None.

ResponseCode

integer

None.

ResponseReason

string

None.

ServiceTransactionId

string

None.

ClientRequestId

string

None.

ServiceCommunicationId

string

None.

DeploymentName

string

None.

DeploymentId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "EmailPayloadID": 1,
  "ResponseCode": 2,
  "ResponseReason": "sample string 3",
  "ServiceTransactionId": "sample string 4",
  "ClientRequestId": "sample string 5",
  "ServiceCommunicationId": "sample string 6",
  "DeploymentName": "sample string 7",
  "DeploymentId": "sample string 8"
}

application/xml, text/xml

Sample:
<EpsilonResponseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TMK.LeadOrchestrationEx.API.Models">
  <ClientRequestId>sample string 5</ClientRequestId>
  <DeploymentId>sample string 8</DeploymentId>
  <DeploymentName>sample string 7</DeploymentName>
  <EmailPayloadID>1</EmailPayloadID>
  <ResponseCode>2</ResponseCode>
  <ResponseReason>sample string 3</ResponseReason>
  <ServiceCommunicationId>sample string 6</ServiceCommunicationId>
  <ServiceTransactionId>sample string 4</ServiceTransactionId>
</EpsilonResponseModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

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.