GET api/v1/krachtnl/exactonline/items/prices?ExactOnlineIntegrationId={ExactOnlineIntegrationId}&Timestamp={Timestamp}&PageNumber={PageNumber}&PageSize={PageSize}
List ExactOnline item price
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ExactOnlineIntegrationId |
ExactOnline Integration Id |
universally unique identifier |
Required Example value: 5dfbd8cb-704f-4a3b-bc7e-6cef8b43800d |
| Timestamp |
Timestamp |
integer (64 bits) |
Required Example value: 8543653 |
| PageNumber |
Page number |
integer (32 bits) |
Default value: 1 Example value: 1 Range: inclusive between 1 and 2147483647 |
| PageSize |
Number of records per page |
integer (32 bits) |
Default value: 10 Example value: 10 Range: inclusive between 0 and 1000 |
Body Parameters
None.
Response Information
Resource Description
Retrieve a list of ExactOnline item prices
ListKrachtNLExactOnlineItemPriceV1Response| Name | Description | Type | Additional information |
|---|---|---|---|
| ItemPrices |
List of items |
Collection of ListKrachtNLExactOnlineItemPriceV1ResponsePrice |
None. |
| Total |
Total number of records matching the request |
integer (32 bits) |
Required Example value: 42 Range: inclusive between 0 and 2147483647 |
Response Formats
application/json
Sample:
{
"ItemPrices": [
{
"ExactOnlineItemPriceId": "e015e976-714b-442e-8fc4-76a34678b028",
"ExactOnlineItemId": "6667bb84-31ce-438c-80c2-74938a851c82",
"Timestamp": 45365346,
"Code": "7GFM1517-05",
"Price": 5.24,
"StartDate": "2023-09-12T11:56:42.671",
"EndDate": "2024-03-12T12:00:00"
},
{
"ExactOnlineItemPriceId": "e015e976-714b-442e-8fc4-76a34678b028",
"ExactOnlineItemId": "6667bb84-31ce-438c-80c2-74938a851c82",
"Timestamp": 45365346,
"Code": "7GFM1517-05",
"Price": 5.24,
"StartDate": "2023-09-12T11:56:42.671",
"EndDate": "2024-03-12T12:00:00"
}
],
"Total": 42
}