POST api/Lead/Conversica_Message

Request Information

URI Parameters

None.

Body Parameters

ConvLeadMessageMod
NameDescriptionTypeAdditional information
apiVersion

string

None.

id

string

None.

clientId

string

None.

action

string

None.

date

string

None.

subject

string

None.

body

string

None.

Request Formats

application/json, text/json

Sample:
{
  "apiVersion": "sample string 1",
  "id": "sample string 2",
  "clientId": "sample string 3",
  "action": "sample string 4",
  "date": "sample string 5",
  "subject": "sample string 6",
  "body": "sample string 7"
}

application/xml, text/xml

Sample:
<ConvLeadMessageMod xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MDL_Import.Models">
  <action>sample string 4</action>
  <apiVersion>sample string 1</apiVersion>
  <body>sample string 7</body>
  <clientId>sample string 3</clientId>
  <date>sample string 5</date>
  <id>sample string 2</id>
  <subject>sample string 6</subject>
</ConvLeadMessageMod>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of ConvLeadMessageModResponse
NameDescriptionTypeAdditional information
Successful

string

None.

ErrorCode

string

None.

ErrorMessage

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Successful": "sample string 1",
    "ErrorCode": "sample string 2",
    "ErrorMessage": "sample string 3"
  },
  {
    "Successful": "sample string 1",
    "ErrorCode": "sample string 2",
    "ErrorMessage": "sample string 3"
  }
]

application/xml, text/xml

Sample:
<ArrayOfConvLeadMessageModResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MDL_Import.Models">
  <ConvLeadMessageModResponse>
    <ErrorCode>sample string 2</ErrorCode>
    <ErrorMessage>sample string 3</ErrorMessage>
    <Successful>sample string 1</Successful>
  </ConvLeadMessageModResponse>
  <ConvLeadMessageModResponse>
    <ErrorCode>sample string 2</ErrorCode>
    <ErrorMessage>sample string 3</ErrorMessage>
    <Successful>sample string 1</Successful>
  </ConvLeadMessageModResponse>
</ArrayOfConvLeadMessageModResponse>