POST api/Lead/UnresolvedLeads

Request Information

URI Parameters

None.

Body Parameters

LeadsReassignment
NameDescriptionTypeAdditional information
FromAssociateId

integer

None.

AssociateId

integer

None.

AssociateContractId

integer

None.

LeadBankTypeId

integer

None.

LeadsToReassign

Collection of integer

None.

DueDate

date

None.

viewId

integer

None.

ApplicationFeatureId

integer

None.

tagsid

Collection of integer

None.

Request Formats

application/json, text/json

Sample:
{
  "FromAssociateId": 1,
  "AssociateId": 2,
  "AssociateContractId": 3,
  "LeadBankTypeId": 4,
  "LeadsToReassign": [
    1,
    2
  ],
  "DueDate": "2025-10-14T05:15:24.7131263-07:00",
  "viewId": 6,
  "ApplicationFeatureId": 7,
  "tagsid": [
    1,
    2
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true