GET api/v1/krachtnl/exactonline/stockpositions?ExactOnlineIntegrationId={ExactOnlineIntegrationId}&Timestamp={Timestamp}&PageNumber={PageNumber}&PageSize={PageSize}
List ExactOnline stock position
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ExactOnlineIntegrationId |
ExactOnline Integration Id |
universally unique identifier |
Required Example value: 60b32cd2-be7d-4cec-aa7e-4480aba51a1b |
| Timestamp |
Timestamp |
integer (64 bits) |
Required Example value: 85454123 |
| 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 stock positions
ListKrachtNLExactOnlineStockPositionV1Response| Name | Description | Type | Additional information |
|---|---|---|---|
| StockPositions |
List of stock positions |
Collection of ListKrachtNLExactOnlineStockPositionV1ResponseStockPosition |
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:
{
"StockPositions": [
{
"ExactOnlineStockPositionId": "cac437f6-6b50-41d1-b678-f5b35fbbbe6e",
"ExactOnlineItemId": "f65e4f53-61a3-4647-843c-b22275b62822",
"Timestamp": 45365346,
"Code": "7GFM1517-05",
"CurrentStock": 6.78
},
{
"ExactOnlineStockPositionId": "cac437f6-6b50-41d1-b678-f5b35fbbbe6e",
"ExactOnlineItemId": "f65e4f53-61a3-4647-843c-b22275b62822",
"Timestamp": 45365346,
"Code": "7GFM1517-05",
"CurrentStock": 6.78
}
],
"Total": 42
}