POST api/CcLead/AssignLeads
Request Information
URI Parameters
None.
Body Parameters
CcAssignLeadsDTOName | Description | Type | Additional 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
booleanResponse Formats
application/json, text/json
Sample:
true