Sales Orders
Create Sales Orders
Create a new Sales Orders.
POST
A Sales order is a record of goods or services sold to a customerDocumentation Index
Fetch the complete documentation index at: https://integrations.docs.commenda.io/llms.txt
Use this file to discover all available pages before exploring further.
Additional Required Fields
To successfully create a sales order, certain fields must be included in the raw_data object of the request body. The required fields are as follows:| Integration | Field | Description |
|---|---|---|
| MYOB_BUSINESS | tax_code | The tax code for the sales order |
| QOYOD | quotation_no | The quotation number for the sales order |
| QOYOD | expiry_date | The expiry date of the quotation |
| QOYOD | inventory_id | The inventory id of the sales order |
Pass
data as a single object for synchronous writes (default). For writes with two or more records, pass data as an array and add ?run_async=true. You can also set ?run_async=true with a single record to run asynchronously and receive only a sync_id.Authorizations
Path Parameters
RootFi company ID for the company connection to read or write.
Query Parameters
When true, the write runs asynchronously and returns only a sync_id. Required when data contains two or more records. Optional for single-record writes.
Body
application/json
Single record for synchronous writes (default). For two or more records, pass an array and set query parameter run_async=true.
- accountingSalesOrdersFields · object
- accountingSalesOrdersFields · object[]