• Register

Notify Production (IF050)

This API allows CTS to notify new pallet creation to SAP EWM and SedApta.

Request URI

Header Parameter

Field Type Mandatory Value
SOAPAction string Y NotifyProduction

Request Structure

Field Type Mandatory Description
NotifyProductionRequest
    IdRecord string Y Unique record identifier
    sscc string Y Serial Shipping Container Code
    previoussscc string N Previous SSCC (if applicable)
    partial string N Partial pallet flag
    instant dateTime Y Timestamp of the production event
    pCode string Y Product code
    mode string Y Operation mode (e.g., N for New)
    Item (1...∞)
        numCartons decimal Y Number of cartons produced
        batchCode string Y Production batch code
        idProduction string Y Production identifier
        purchaseOrder string N Reference purchase order
        bbe date N Best Before Date
    line string Y Production line identifier
    palletType string Y Type of pallet used
    Plant string Y Plant identifier code
    grossWeight decimal N Gross weight of the pallet
    grossWeightUom string N Unit of measure for gross weight
TrackingHeader
    SessionID string Y Session identifier
    CorrelationID string Y Correlation identifier
    RequestID string Y Request identifier
    ObjectType string Y Type of object
    BusinessID string N Business identifier
    ListOfBusinessIDs
        BusinessEntityID(1...∞)
            Name string Y Entity name
            Value string Y Entity value
ContextID string N Business identifier
    ListOfContextIDs
        ContextID(1...∞)
            Name string Y Entity name
            Value string Y Entity value

Request Example

Response Structure

Field Type Mandatory Description
NotifyProductionResponse
    CommonResponse
        ResponseType(1...∞)
            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