GET api/ReplyTool/GetReplyToolConversationHeader?conversationId={conversationId}&agencyId={agencyId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
conversationId | integer |
Required |
|
agencyId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ReplyToolConversationHeaderDTOName | Description | Type | Additional information |
---|---|---|---|
ConversationId | integer |
None. |
|
AgencyId | integer |
None. |
|
LeadName | string |
None. |
|
LeadPhone | string |
None. |
|
string |
None. |
||
leadId | integer |
None. |
|
CampaignName | string |
None. |
|
MarketType | string |
None. |
|
GroupName | string |
None. |
|
Status | string |
None. |
|
OptOutStatus | boolean |
None. |
|
DncStatus | boolean |
None. |
|
ClaimedByName | string |
None. |
|
CampaignId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "ConversationId": 1, "AgencyId": 2, "LeadName": "sample string 3", "LeadPhone": "sample string 4", "Email": "sample string 5", "leadId": 1, "CampaignName": "sample string 6", "MarketType": "sample string 7", "GroupName": "sample string 8", "Status": "sample string 9", "OptOutStatus": true, "DncStatus": true, "ClaimedByName": "sample string 12", "CampaignId": 1 }