GET api/LeadOrder/GetOrderReceipt?LeadOrderId={LeadOrderId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| LeadOrderId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of OrderReceiptDTO| Name | Description | Type | Additional 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": "2026-02-03T18:27:50.8658364-08: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": "2026-02-03T18:27:50.8658364-08:00",
"AssociateName": "sample string 2",
"LeadBankType": "sample string 3",
"Chargeable": 4,
"TotalUnresolved": 5,
"Total": 6,
"LeadOriginCountsSummary": {
"sample string 1": 2,
"sample string 3": 4
}
}
]