POST api/Lead/ReAssignLeadsWithoutOrderDetails
Request Information
URI Parameters
None.
Body Parameters
LeadsReassignmentName | 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": "2025-10-14T05:15:24.4310162-07: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