POST api/CcLeadV2/HouseHoldUndoCcLeadStatusesAll
Request Information
URI Parameters
None.
Body Parameters
Collection of CallRecordModelName | Description | Type | Additional information |
---|---|---|---|
PolicyNo | string |
None. |
|
CCLeadTypeId | integer |
None. |
|
ResolutionTypeId | integer |
None. |
|
HouseHoldId | string |
None. |
|
PolicyHolderName | string |
None. |
|
PhoneNumber | string |
None. |
Request Formats
application/json, text/json
Sample:
[ { "PolicyNo": "sample string 1", "CCLeadTypeId": 2, "ResolutionTypeId": 1, "HouseHoldId": "sample string 3", "PolicyHolderName": "sample string 4", "PhoneNumber": "sample string 5" }, { "PolicyNo": "sample string 1", "CCLeadTypeId": 2, "ResolutionTypeId": 1, "HouseHoldId": "sample string 3", "PolicyHolderName": "sample string 4", "PhoneNumber": "sample string 5" } ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
UndoLeadStatsDTOName | Description | Type | Additional information |
---|---|---|---|
UndoLeadCount | integer |
None. |
|
DNCLeadCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "UndoLeadCount": 1, "DNCLeadCount": 2 }