Apis related to Validation.
Interu API (v2_28)
URI for the location that the item is at or was last at (perhaps it no longer exists as it entered a manufacturing process).
This quantity contained within this item at the point when it was created.
Additiononal quantities can be specified directly on the item.
The additional quantity base unit of measurement.
The additional quantity calculated if the product has a conversion to that base unit.
If an item enters a process then this quantity The remaining quantity, some of the item may have been used in a process.
If the item is associated with a particular batch (or multiple batches) then you can use this field to record the batch numbers.
- Mock serverhttps://developer.interu.io/_mock/reference/api/organisations/{orgId}/items
- UAThttps://api.uat.interu.io/organisations/{orgId}/items
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://developer.interu.io/_mock/reference/api/organisations/{orgId}/items' \
-H 'Content-Type: application/json' \
-H 'X-API-Key: YOUR_API_KEY_HERE' \
-H 'contentType: application/json' \
-d '{
"itemId": "string",
"product": "/organisations/{orgId}/products/{productId}",
"createdAtLocation": "/organisations/{orgId}/locations/{locationId}",
"materials": [
"/organisations/{orgId}/materials/{materialId}"
],
"currentLocation": "/organisations/{orgId}/locations/{locationId}",
"created": {
"type": "EXACT",
"on": "2019-08-24T14:15:22Z",
"start": "2019-08-24T14:15:22Z",
"end": "2019-08-24T14:15:22Z"
},
"initialQuantity": 0,
"additionalInitialQuantities": [
{
"baseUnit": "string",
"conversionQuantity": 0,
"overrideQuantity": 0
}
],
"remainingQuantity": 0,
"productVariant": "/organisations/{orgId}/products/{productId}/variants/{variantId}",
"batchNumbers": [
"string"
],
"id": "string"
}'The request has succeeded and will either return the newly created resource or where appropriate a record that reflects the success of the action.
URI for the location that the item is at or was last at (perhaps it no longer exists as it entered a manufacturing process).
This quantity contained within this item at the point when it was created.
Additiononal quantities can be specified directly on the item.
The additional quantity base unit of measurement.
The additional quantity calculated if the product has a conversion to that base unit.
If an item enters a process then this quantity The remaining quantity, some of the item may have been used in a process.
If the item is associated with a particular batch (or multiple batches) then you can use this field to record the batch numbers.
{ "itemId": "string", "product": "/organisations/{orgId}/products/{productId}", "createdAtLocation": "/organisations/{orgId}/locations/{locationId}", "materials": [ "/organisations/{orgId}/materials/{materialId}" ], "currentLocation": "/organisations/{orgId}/locations/{locationId}", "created": { "type": "EXACT", "on": "2019-08-24T14:15:22Z", "start": "2019-08-24T14:15:22Z", "end": "2019-08-24T14:15:22Z" }, "initialQuantity": 0, "additionalInitialQuantities": [ { … } ], "remainingQuantity": 0, "productVariant": "/organisations/{orgId}/products/{productId}/variants/{variantId}", "batchNumbers": [ "string" ], "recordState": "ACTIVE", "id": "string", "createdBy": "string", "createdTime": "2019-08-24T14:15:22Z", "updatedBy": "string", "updatedTime": "2019-08-24T14:15:22Z" }
- Mock serverhttps://developer.interu.io/_mock/reference/api/organisations/{orgId}/items
- UAThttps://api.uat.interu.io/organisations/{orgId}/items
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://developer.interu.io/_mock/reference/api/organisations/{orgId}/items?currentLocation=string&itemId=string&productIds=string&createdAtLocationIds=string¤tLocationIds=string&recordState=ACTIVE&batchNumbers=string&size=20&page=0' \
-H 'X-API-Key: YOUR_API_KEY_HERE'The request has succeeded.
URI for the location that the item is at or was last at (perhaps it no longer exists as it entered a manufacturing process).
This quantity contained within this item at the point when it was created.
Additiononal quantities can be specified directly on the item.
The additional quantity base unit of measurement.
The additional quantity calculated if the product has a conversion to that base unit.
If an item enters a process then this quantity The remaining quantity, some of the item may have been used in a process.
If the item is associated with a particular batch (or multiple batches) then you can use this field to record the batch numbers.
{ "content": [ { … } ], "page": { "size": 0, "page": 0, "totalElements": 0, "totalPages": 0 } }
- Mock serverhttps://developer.interu.io/_mock/reference/api/organisations/{orgId}/items/{itemId}
- UAThttps://api.uat.interu.io/organisations/{orgId}/items/{itemId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://developer.interu.io/_mock/reference/api/organisations/{orgId}/items/{itemId}' \
-H 'X-API-Key: YOUR_API_KEY_HERE'The request has succeeded.
URI for the location that the item is at or was last at (perhaps it no longer exists as it entered a manufacturing process).
This quantity contained within this item at the point when it was created.
Additiononal quantities can be specified directly on the item.
The additional quantity base unit of measurement.
The additional quantity calculated if the product has a conversion to that base unit.
If an item enters a process then this quantity The remaining quantity, some of the item may have been used in a process.
If the item is associated with a particular batch (or multiple batches) then you can use this field to record the batch numbers.
{ "itemId": "string", "product": "/organisations/{orgId}/products/{productId}", "createdAtLocation": "/organisations/{orgId}/locations/{locationId}", "materials": [ "/organisations/{orgId}/materials/{materialId}" ], "currentLocation": "/organisations/{orgId}/locations/{locationId}", "created": { "type": "EXACT", "on": "2019-08-24T14:15:22Z", "start": "2019-08-24T14:15:22Z", "end": "2019-08-24T14:15:22Z" }, "initialQuantity": 0, "additionalInitialQuantities": [ { … } ], "remainingQuantity": 0, "productVariant": "/organisations/{orgId}/products/{productId}/variants/{variantId}", "batchNumbers": [ "string" ], "recordState": "ACTIVE", "id": "string", "createdBy": "string", "createdTime": "2019-08-24T14:15:22Z", "updatedBy": "string", "updatedTime": "2019-08-24T14:15:22Z" }