GET api/LeadOrder/GetLeadAllocationSummaryByOrderDetailId?LeadOrderDetailId={LeadOrderDetailId}&lposGroupId={lposGroupId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| LeadOrderDetailId | integer |
Required |
|
| lposGroupId | integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
LeadAllocationSummaryDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| LeadAllocationSummary | Collection of LeadAllocation |
None. |
|
| Total | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"LeadAllocationSummary": [
{
"LeadOriginId": 1,
"LeadOrigin": "sample string 2",
"Total": 3
},
{
"LeadOriginId": 1,
"LeadOrigin": "sample string 2",
"Total": 3
}
],
"Total": 1
}