GET api/OrderHistory
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of v_OrderHistory| Name | Description | Type | Additional information |
|---|---|---|---|
| InvoicePartsId | integer |
None. |
|
| OrderNumber | string |
None. |
|
| PartNumber | string |
None. |
|
| PartDescription | string |
String length: inclusive between 0 and 50 |
|
| Quantity | integer |
None. |
|
| LineCost | decimal number |
None. |
|
| Discount | decimal number |
None. |
|
| CreateDate | date |
None. |
|
| OrderType | string |
None. |
|
| InvoiceNumber | string |
None. |
|
| InvoiceDate | date |
None. |
|
| StatusId | integer |
None. |
|
| StatusDescription | string |
None. |
|
| DealerId | integer |
None. |
|
| ReturnReason | string |
None. |
|
| NetPrice | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "2",
"invoicePartsId": 1,
"orderNumber": "sample string 2",
"partNumber": "sample string 3",
"partDescription": "sample string 4",
"quantity": 5,
"lineCost": 1.0,
"discount": 1.0,
"createDate": "2026-03-21T21:56:20.6433887+00:00",
"orderType": "sample string 7",
"invoiceNumber": "sample string 8",
"invoiceDate": "2026-03-21T21:56:20.6433887+00:00",
"statusId": 1,
"statusDescription": "sample string 9",
"dealerId": 1,
"returnReason": "sample string 10",
"netPrice": 1.0
},
{
"$ref": "2"
}
]