GET api/LeadOrder/GetLeadAllocationSummaryByOrderDetailId?LeadOrderDetailId={LeadOrderDetailId}&lposGroupId={lposGroupId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
LeadOrderDetailId

integer

Required

lposGroupId

integer

Default value is 0

Body Parameters

None.

Response Information

Resource Description

LeadAllocationSummaryDTO
NameDescriptionTypeAdditional 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
}