• Register

inventory-hisotry

This API allows to retrieve the "inventory-history" from sap DataSpher.

Request URI

Query Parameter Type Mandatory Description
fromDate String N from day is inclused
toDate String N to date
plant String N product plant
skipToken String N pagination

Response Structure

Field Type Description
value array is arrray of inventory history fields
skipToken String pagination

Value array fields

Field Type example
companyCode string AR20
companyCodeDescription string CAMPARI ARGENTINA SA
plant string AR21
plantDescription string Argentina Capilla
product string 000000000000387201
productDescription string LIQ LICOR BOLS MELON 24°/48P WIP
workCenterArea string CELLAR
functionalLocation string CELLAR
entryDateLocal string 20210409
yearMonth string 202104
quantity string 12600
unit string L

Response Examples

1) Success scenarios:

HTTP Status code 200, data retrieved

HTTP Status code 200, data not retrieved

The API was successfully processed, but the source system has no information to retrieve for the parameter values set in input.

2) Error scenarios:

HTTP Status code 400, invalid input

when the input query parameter "skipToken is string"

Docs Navigation