GET api/v{version}/Purchase/All?key={key}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| key | string |
Required |
|
| version | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of PurchaseHeaderOutDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Date | date |
None. |
|
| DeliveryTotal | decimal number |
None. |
|
| Id | integer |
None. |
|
| Type | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Date": "2025-12-19T10:15:06.4002648+01:00",
"DeliveryTotal": 2.0,
"Id": 3,
"Type": "sample string 4"
},
{
"Date": "2025-12-19T10:15:06.4002648+01:00",
"DeliveryTotal": 2.0,
"Id": 3,
"Type": "sample string 4"
}
]