Skip to main content
GET
Get Delivery Note Packages

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.

Path Parameters

deliveryNoteId
integer<int32>
required

Response

Returns the delivery note for the given id.

Id
integer<int32>
required
PackageDate
string<date-time>
required

The date when the package was created.

Example:

"2023-02-01T12:45:00.0000000+00:00"

TrackingID
string
required

The tracking Id of the package.

Example:

"JJD0099999999"

Weights
number<decimal>
required

The weight of the package.

Example:

5

ShippingMethodId
integer<int32>
required
ShippedDate
string<date-time>
required

The date when the package was shipped.

Example:

"2023-02-01T12:45:00.0000000+00:00"

TrackingUrl
string
required

The tracking url of the package.

Example:

"https://nolp.dhl.de/nextt-online-public/set_identcodes.do?lang=de&idc=JJD0099999999"

Comment
string
required

The comment of the package.

Example:

"Shipping Comment"