GET api/LeadOrder/GetOrderReceipt?LeadOrderId={LeadOrderId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
LeadOrderId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of OrderReceiptDTO
NameDescriptionTypeAdditional information
ProcessedDate

date

None.

AssociateName

string

None.

LeadBankType

string

None.

Chargeable

integer

None.

TotalUnresolved

integer

None.

Total

integer

None.

LeadOriginCountsSummary

Dictionary of string [key] and integer [value]

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ProcessedDate": "2025-10-14T00:42:27.4680365-07:00",
    "AssociateName": "sample string 2",
    "LeadBankType": "sample string 3",
    "Chargeable": 4,
    "TotalUnresolved": 5,
    "Total": 6,
    "LeadOriginCountsSummary": {
      "sample string 1": 2,
      "sample string 3": 4
    }
  },
  {
    "ProcessedDate": "2025-10-14T00:42:27.4680365-07:00",
    "AssociateName": "sample string 2",
    "LeadBankType": "sample string 3",
    "Chargeable": 4,
    "TotalUnresolved": 5,
    "Total": 6,
    "LeadOriginCountsSummary": {
      "sample string 1": 2,
      "sample string 3": 4
    }
  }
]