Transactions

Create a transaction.

post/api/v1/transactions

Request body

customerIdstring uuid nullable
isToGoOrderboolean

Determines if special tax considerations around to go orders should be applied with a given site's tax settings

Response

Created

idinteger required
numberstring required
netAmountnumber double required
customerIdstring uuid nullable
isToGoOrderboolean

Determines if special tax considerations around to go orders should be applied with a given site's tax settings

Changes