POST api/Lead/DisposeBulkLead
Request Information
URI Parameters
None.
Body Parameters
BulkLeadDispositionDTOName | 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": "2025-10-14T05:04:43.6327925-07:00" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true