Skip to main content

Reauthorize Item​

Example​

{
"id": "10001",
"description": "Shoes",
"unitPrice": 95,
"quantity": 1,
"vat": 25
}

Properties​

PropertyExplanationTypeNotes
idThe article id.stringwill default to - if not provided
descriptionThe description of the article.string
unitPriceThe unit price of the article.numberwill default to 0 if not provided
quantityThe quantity of the article.number
vatThe vat rate of the article.numberwill default to 0 if not provided