Skip to main content
POST
Confirm pickup.

Authorizations

Authorization
string
header
required

OAuth 2.0 client_credentials grant via Keycloak service account. Clients are provisioned per IntegrationOrganization in the nt24-idp realm.

Headers

Idempotency-Key
string
required

Client-generated unique key (UUID recommended) for this write operation. Identical key + identical body within 24h returns the cached response. Identical key + different body returns 422.

Required string length: 1 - 255

Path Parameters

sellerId
string<uuid>
required

UUID of the seller trade partner (must be in caller's authorized list).

uuid
string<uuid>
required

Body

application/json
type
enum<string>
required
Available options:
SELF_PICKUP,
COMPANY_TRANSPORT
pickupDate
string<date>
required
driverIdentification
string
collectionAddress
object

Response

Pickup confirmed.

status
enum<string>
Available options:
NOT_STARTED,
PICKUP_CONFIRMED,
IN_PROGRESS,
DELIVERED,
PARTIAL
pickupConfirmed
boolean
pickupDate
string<date>
deliveryConfirmed
boolean
deliveryDate
string<date>
cmrUploaded
boolean
dailyViesChecksActive
boolean
vins
object[]