Skip to main content
POST
Create Delivery Note

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

X-Org-Id
string | null

Body

application/json
salesOrderId
string | null
clientId
string | null
dropNumber
integer | null
shippingDate
string | null
actualShipDate
string | null
carrier
string | null
trackingNumber
string | null
destinationAddress
string | null
status
string | null
notes
string | null
shipmentId
string | null
deliveryId
string | null
paymentTerms
string | null
paymentDueDate
string | null

Response

Successful Response

id
string
required
documentId
string | null
salesOrderId
string | null
clientId
string | null
clientName
string | null
dropNumber
integer | null
shippingDate
string | null
actualShipDate
string | null
carrier
string | null
trackingNumber
string | null
destinationAddress
string | null
status
string | null
notes
string | null
shipmentId
string | null
deliveryId
string | null
paymentTerms
string | null
paymentDueDate
string | null
createdAt
string | null
lineItems
DeliveryNoteLineItem · object[] | null