v1
latestOpenAPI 3.0.32026-08-06111223.1 KBOrders
Create Order
Create a new order with optional custom field values.
post/api/orders
Request body
Example request
{
"order_number": "ORD-2024-001",
"due_date": "2024-12-31",
"custom_fields": {
"client_name": "Acme Corp",
"property_type": "residential"
}
}Response
Order created successfully
Example response
{
"success": true,
"order_id": "abc123xyz",
"order_number": "ORD-2024-001",
"message": "Order created successfully"
}