Create order

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
namestringRequired
startDatestringRequired
currencystringRequired
customerIdstringOptional
customerExternalIdstringOptional
billingContactIdstringOptional
descriptionstringOptional
endDatestringOptional
planIdstringOptionalformat: "uuid"
Optional plan ID to associate with this order
orderLineslist of objectsOptional

Response

Success response
idstring or null
namestring or null
descriptionstring or null
customerIdstring or null
organizationIdstring or null
startDatestring or null
endDatestring or null
totalAmountdouble or null
estimatedTaxdouble or null
billedAmountNoTaxdouble or null
billedTaxdouble or null
totalBilledAmountdouble or null
pendingBillingAmountdouble or null
creationStateenum or null
Allowed values:
orderLineslist of objects or null
customerobject or null