POST api/CcLead/AssignLeads

Request Information

URI Parameters

None.

Body Parameters

CcAssignLeadsDTO
NameDescriptionTypeAdditional information
CallerIds

Collection of integer

None.

LeadIds

Collection of integer

None.

LeadCallTypeId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CallerIds": [
    1,
    2
  ],
  "LeadIds": [
    1,
    2
  ],
  "LeadCallTypeId": 1
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true