POST api/Lead/DisposeBulkLead

Request Information

URI Parameters

None.

Body Parameters

BulkLeadDispositionDTO
NameDescriptionTypeAdditional 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

boolean

Response Formats

application/json, text/json

Sample:
true