Skip to main content
POST
Deliver Sales Order

Authorizations

Authorization
string
header
required

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

Headers

x-runas
string

The User-Id (int or uuid) on whose behalf the request is executed. Requires scope 'Application.RunAs'.

x-tenant-id
string<uuid>
required

The tenant ID for the target ERP instance.

Body

application/json

Deliver input model

Model Class: CreateDeliverRequest

PicklistIds
integer<int32>[]
required

Picklist IDs

DeliveryPackage
object[]
required

List of Packages

IsPartialDelivery
boolean
required

deliver the sales order partially

DeliverOptions
object

Options for the delivery

DeliveryPositionNotes
object[]

the note for the delivery position

DeliverySerialNumbers
object[]

the serialNumbers of the items

Response

Successfully delivered the Sales Orders

Model Class: DeliverResponse

SplitOrders
integer<int32>[]
required

Orders that has been splitted

NewOrders
integer<int32>[]
required

Newly created orders

NewPicklists
integer<int32>[]
required

Newly created orders

NewDeliveryNotes
integer<int32>[]
required

Newly created orders

ProcessedPicklists
integer<int32>[]
required

Newly created orders

DeliveredOrders
integer<int32>[]
required

Newly created orders

NewSupplierOrders
integer<int32>[]
required

Newly created orders

NewFulfillmentOrders
integer<int32>[]
required

Newly created orders