GET api/CcLead/InitiateCallResult?policyId={policyId}&leadId={leadId}&isMyLead={isMyLead}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| policyId | string |
Required |
|
| leadId | integer |
Required |
|
| isMyLead | boolean |
Required |
Body Parameters
None.
Response Information
Resource Description
Pair of integer [key] and string [value]Response Formats
application/json, text/json
Sample:
{
"Key": 1,
"Value": "sample string 2"
}