POST api/Lead/DisposeBulkLead
Request Information
URI Parameters
None.
Body Parameters
BulkLeadDispositionDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| isCurrentTime | boolean |
None. |
|
| LeadIds | Collection of integer |
None. |
|
| CallStatusType | CallStatusTypeEnum |
None. |
|
| ActivityDateTime | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"isCurrentTime": true,
"LeadIds": [
1,
2
],
"CallStatusType": 1,
"ActivityDateTime": "2026-02-03T18:27:58.0981647-08:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true