Capture Item​
Example​
{
"id": "10001",
"description": "Shoes",
"unitPrice": 95,
"quantity": 1
}
Properties​
Property | Explanation | Type | Notes |
---|---|---|---|
id | Article id of the product | string | Max 50 characters |
description | Description of the product | string | Max 50 characters |
unitPrice | Price per product unit. Including VAT | number | Max 2 decimals |
quantity | Quantity per product | number | Integers only |