POST api/OptOutAndDNC/MarkAsClose
Request Information
URI Parameters
None.
Body Parameters
ReplyToolOptOutAndDncDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| ConversationId | integer |
None. |
|
| LeadPhone | string |
None. |
|
| LeadId | integer |
None. |
|
| Status | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ConversationId": 1,
"LeadPhone": "sample string 2",
"LeadId": 1,
"Status": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true