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
namestring
descriptionstring
customerIdstring
organizationIdstring
startDatestring
endDatestring
totalAmountdouble
estimatedTaxdouble
billedAmountNoTaxdouble
billedTaxdouble
totalBilledAmountdouble
pendingBillingAmountdouble
creationStateenum
orderLineslist of objects
customerobject