Skip to main content

Push to Systemtransport

Endpoint: POST /v10/production-order-delivery-notes/{productionOrderDeliveryNoteId}/push-to-systemtransport

Pushes a production order delivery note to Systemtransport via document exchange.

The entity must have the Systemtransport app installed with create_production_orders enabled in its settings. The push runs synchronously — when the request returns, the document exchange record has been created and the delivery note's 3PL sync has been initialized (status set to queued).

Path parameters

ParameterTypeDescription
productionOrderDeliveryNoteIdintegerThe ID of the production order delivery note to push

Request body

None.

Response

Status: 204 No Content

The response body is empty.

Error responses

StatusDescription
404Delivery note not found (throws ProductionOrderDeliveryNoteWasNotFoundException)