Skip to main content
POST
Create Order

Autorisierungen

Authorization
string
header
erforderlich

API key generated in Settings > API Keys. Include as Authorization: Bearer <key>.

Body

application/json
supplierId
string<uuid>
erforderlich
orderNumber
string
erforderlich
orderDate
string<date-time>
erforderlich

ISO 8601 date string

orderType
enum<string>
erforderlich

purchase = inbound order from a supplier, sale = outbound order to a customer

Verfügbare Optionen:
purchase,
sale
lines
object[]
erforderlich
Minimum array length: 1
deliveryDate
string<date-time>

Optional ISO 8601 delivery date. Often unknown at order time.

Antwort

Order created successfully (single)

order
object