Sales
Create a Sale
Permissions needed: any of (CREATE_CHECKUPS, EDIT_CHECKUPS, CREATE_EDIT_COUNTER_SALE, SELL_SERVICES)
post/api/v1/sales
Query parameters
Request body
Example request
{
"sold_products": [
{
"tax_rate_ids": [
57
]
}
],
"sold_services": [
{
"tax_rate_ids": [
57
]
}
]
}