Reauthorize Item​
Example​
{
"id": "10001",
"description": "Shoes",
"unitPrice": 95,
"quantity": 1,
"vat": 25
}
Properties​
Property | Explanation | Type | Notes |
---|---|---|---|
id | No | The article id. | will default to - if not provided |
description | No | The description of the article. | |
unitPrice | Yes | The unit price of the article. | |
quantity | Yes | The quantity of the article. | |
vat | Yes | The vatrate of the article. |