Remberg inventories API
The inventories API from Remberg — 4 operation(s) for inventories.
Remberg inventories API is one of 19 APIs that Remberg publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
Tagged areas include inventories. The published artifact set on APIs.io includes an OpenAPI specification.
This API exposes
6 operations
across 4 paths ,
and defines 5 schemas .
It is described by OpenAPI 3.0.0, at version v1.
Requests are made against a single base URL, https://api.remberg.de.
6 operations
4 paths
5 schemas
4 GET2 POST
The identity and technical contract details declared by the specification.
Authentication & Security 1
Remberg inventories API declares
1 security scheme
for authenticating requests.
An API key is passed in the header as authorization (authorization).
Paths & Operations 6
Across 4 paths , the API surfaces 6 operations — 4 GET, 2 POST. Each is listed below with its method, path, parameters, and response codes.
inventories 6
GET
/v2/parts/{partTypeId}/inventories/storage/{storageAssetId}
Get a part inventory by part ID and storage asset ID
/v2/parts/{partTypeId}/inventories/storage/{storageAssetId}_get
2 params
→ 200400403404
POST
/v2/parts/{partTypeId}/inventories/storage/{storageAssetId}
Update the stock of a part inventory by part ID and storage asset ID
/v2/parts/{partTypeId}/inventories/storage/{storageAssetId}_post
2 params
body
→ 204400403404
GET
/v2/parts/number/{partNumber}/inventories/storage/number/{storageAssetNumber}
Get a part inventory by part number and storage asset number
/v2/parts/number/{partNumber}/inventories/storage/number/{storageAssetNumber}_get
2 params
→ 200403404
POST
/v2/parts/number/{partNumber}/inventories/storage/number/{storageAssetNumber}
Update the stock of a part inventory by part number and storage asset number
/v2/parts/number/{partNumber}/inventories/storage/number/{storageAssetNumber}_post
2 params
body
→ 204400403404
GET
/v2/parts/{partTypeId}/inventories
Get all part inventories by part ID
/v2/parts/{partTypeId}/inventories_get
3 params
→ 200400403
GET
/v2/parts/number/{partNumber}/inventories
Get all part inventories by part number
/v2/parts/number/{partNumber}/inventories_get
3 params
→ 200400403
Schemas 5
The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are PartInventoryWithStorageCfaResponseDto (6 properties), PartInventoryCfaResponseDto (6 properties), AssetInfoCfaResponseDto (3 properties), PartInventoriesWithStorageCfaFindManyResponseDto (2 properties). Each schema is shown below with its type and property counts.
PartInventoriesWithStorageCfaFindManyResponseDto
object
2 properties
2 required
PartInventoriesCfaUpdateStockBodyDto
object
1 property
1 required
PartInventoryCfaResponseDto
object
6 properties
6 required
AssetInfoCfaResponseDto
object
3 properties
3 required
PartInventoryWithStorageCfaResponseDto
object
6 properties
6 required
Specification
The full machine-readable OpenAPI contract behind this narrative.
Source
Other APIs Remberg publishes across the network.
Remberg asset-status-signals API
Remberg failure-types API
Remberg organizations API
Remberg part-stock-changes API
Remberg procedure-templates API
#inventories