POST api/CcLeadV2/InitiateCallResult?isMyLead={isMyLead}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
isMyLead

boolean

Default value is False

Body Parameters

Collection of CallRecordDTO
NameDescriptionTypeAdditional information
PolicyNo

string

None.

CCLeadTypeId

integer

None.

PolicyHolderName

string

None.

PhoneNumber

string

None.

ResolutionTypeId

integer

None.

HouseHoldId

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "PolicyNo": "sample string 1",
    "CCLeadTypeId": 2,
    "PolicyHolderName": "sample string 3",
    "PhoneNumber": "sample string 4",
    "ResolutionTypeId": 5,
    "HouseHoldId": "sample string 6"
  },
  {
    "PolicyNo": "sample string 1",
    "CCLeadTypeId": 2,
    "PolicyHolderName": "sample string 3",
    "PhoneNumber": "sample string 4",
    "ResolutionTypeId": 5,
    "HouseHoldId": "sample string 6"
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Pair of integer [key] and string [value]

Response Formats

application/json, text/json

Sample:
{
  "Key": 1,
  "Value": "sample string 2"
}