POST api/LeadOrder/ReleaseLeadAllocationAndReturnOrderDetailForMACTool
Request Information
URI Parameters
None.
Body Parameters
ReleaseLeadDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| LeadsToRelease | Collection of integer |
None. |
|
| LeadOrderDetailId | integer |
None. |
|
| LeadOrderDetailIds | Collection of integer |
None. |
|
| ApplicationFeatureId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"LeadsToRelease": [
1,
2
],
"LeadOrderDetailId": 1,
"LeadOrderDetailIds": [
1,
2
],
"ApplicationFeatureId": 2
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
LeadOrderDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| LeadOrderDetailId | integer |
None. |
|
| AssociateId | integer |
None. |
|
| AssociateContractId | integer |
None. |
|
| AssociateName | string |
None. |
|
| NumberOfLeadsToAssign | integer |
None. |
|
| AllocatedLeadsCount | integer |
None. |
|
| AllocatedLeads | Collection of LeadAllocationDTO |
None. |
|
| AllocatedLeadDetails | Collection of LeadDTO |
None. |
|
| AllocatedLeadsByLeadOriginSummary | Dictionary of string [key] and integer [value] |
None. |
|
| IsAssigned | boolean |
None. |
|
| Image | string |
None. |
|
| BusinessAssociateCode | string |
None. |
|
| IsLOH | boolean |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.