POST api/Lead/UnresolvedLeads
Request Information
URI Parameters
None.
Body Parameters
LeadsReassignment| Name | Description | Type | Additional 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": "2026-02-03T18:28:34.5194783-08:00",
"viewId": 6,
"ApplicationFeatureId": 7,
"tagsid": [
1,
2
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true