• Register

Notify Transport Orders

This API allows SAP to send transport order details to CTS.

Request URI

Header Parameter

Field Type Mandatory Value
SOAPAction string Y NotifyTransportOrders

Request Structure

Field Type Mandatory Description
NotifyTransportOrdersRequest
    TransportCode string Y Transport identifier code
    TransportDate string Y Date of the transport
    TransporterCode string Y Transporter identifier code
    Transporter string Y Transporter name
    TransporterState string N Transporter state/country
    TransporterProvince string N Transporter province
    TransporterCity string N Transporter city
    TransporterAddress string N Transporter address
    Items (0...∞)
        ShipmentCode string Y Shipment identifier code
        ShipmentOrder string Y Shipment order number
    SourcePlant string N Source plant identifier

Request Example

Response Structure

Field Type Mandatory Description
NotifyTransportOrdersResponse
    NotifyTransportOrdersData
        authenticated boolean Y Authentication status
        responseCode integer Y Response code
        responseMessage string Y Response message
    CommonResponse
        ResponseType(0...∞)
            Status string Y Response status
            Class string N Response message class
            Code string N Response or error code
            Message string N Response message

Response Example

Docs Navigation