GET api/v{version}/Purchase/All?key={key}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
key

string

Required

version

string

None.

Body Parameters

None.

Response Information

Resource Description

Collection of PurchaseHeaderOutDTO
NameDescriptionTypeAdditional information
Date

date

None.

DeliveryTotal

decimal number

None.

Id

integer

None.

Type

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Date": "2024-05-07T18:12:53.437993+02:00",
    "DeliveryTotal": 2.0,
    "Id": 3,
    "Type": "sample string 4"
  },
  {
    "Date": "2024-05-07T18:12:53.437993+02:00",
    "DeliveryTotal": 2.0,
    "Id": 3,
    "Type": "sample string 4"
  }
]