POST api/CcLeadV2/UpdateCCLeadAddress
Request Information
URI Parameters
None.
Body Parameters
CCLeadInfoUpdateDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| listPolicyNumbers | Collection of string |
None. |
|
| listCCLeadIDs | Collection of integer |
None. |
|
| CCLeadUndoInfoEnum | CCLeadUndoInfoEnum |
None. |
Request Formats
application/json, text/json
Sample:
{
"listPolicyNumbers": [
"sample string 1",
"sample string 2"
],
"listCCLeadIDs": [
1,
2
],
"CCLeadUndoInfoEnum": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true