GET api/LeadOrder/GetLeadAllocationSummaryByOrderDetail?LeadOrderDetailId={LeadOrderDetailId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| LeadOrderDetailId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Dictionary of integer [key] and integer [value]Response Formats
application/json, text/json
Sample:
{
"1": 2,
"3": 4
}