POST api/LeadOrder/MarkAllocation
Request Information
URI Parameters
None.
Body Parameters
LeadAllocationPostDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| LeadOrderDetailQueueId | integer |
None. |
|
| LeadsToAllocate | Collection of LeadAllocationDTO |
None. |
|
| ApplicationFeatureId | integer |
None. |
|
| AgentAssociateId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"LeadOrderDetailQueueId": 1,
"LeadsToAllocate": [
{
"LeadAllocationId": 1,
"BankTypeId": 2,
"LeadId": 3,
"LeadOrderDetailId": 4,
"LeadOriginId": 5,
"IsLeadOnHandId": 6,
"IsLeadOnHand": false,
"LeadStatusTypeId": 7
},
{
"LeadAllocationId": 1,
"BankTypeId": 2,
"LeadId": 3,
"LeadOrderDetailId": 4,
"LeadOriginId": 5,
"IsLeadOnHandId": 6,
"IsLeadOnHand": false,
"LeadStatusTypeId": 7
}
],
"ApplicationFeatureId": 2,
"AgentAssociateId": 3
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true