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