• Register

Notify Prodcution Confirmation

This API allows CTS to send the confirmation of a production order to SAP.

Header Parameter Type Mandatory Value
SOAPAction String Y NotifylProductionConfirmation

Request Structure

Field Type Mandatory Description
ProductionConfirmationRequest
    ProductionOrder string N Production order identifier
    Shift integer N Production shift
    ConfirmationDate string N Production confirmation date
    TransactionId string N Transaction identifier
    ConfirmationText string N Descriptive confirmation text
    ConfirmationStatus string N Confirmation status
    WorkCenter string N Work center
    Machine decimal N Machine time
    Labor decimal N Labor time
    MachineSetup decimal N Machine setup time
    LaborSetup decimal N Labor setup time
    BottlingDetails
        Item(0...∞)
            PalletsProduced decimal N Number of pallets produced
            CasesProduced decimal N Number of cases produced
            StartingSerialNum string N Starting serial number
            EndingSerialNum string N Ending serial number
            ConfirmationBatchNum string N Confirmation batch number
    ConsumptionDetails
        Item(0...∞)
            MaterialConsumed string N Consumed material
            ConsumptionDate string N Consumption date
            ConsumptionQuantity decimal N Quantity consumed
            ConsumptionUnit string N Consumption unit
            TankStartingPg decimal N Tank starting proof gallon
            TankEndingPg decimal N Tank ending proof gallon
            BatchNum string N Material batch number
            StorageLocation string N Storage location
            ReleasedBy string N Released by
TrackingHeader
    SessionID string Y Session identifier
    CorrelationID string Y Request/response correlation ID
    RequestID string Y Request identifier
    ObjectType string Y Transferred object type
    BusinessID string N Business identifier
    ListOfBusinessIDs
        BusinessEntityID(1...∞)
            Name string Y Business identifier name
            Value string Y Business identifier value
    ContextID string N Context identifier
    ListOfContextIDs
        ContextID(1...∞)
            Name string Y Context name
            Value string Y Context value

Request Example

Response Structure

Field Type Mandatory Description
ProductionConfirmationResponse
    LiquidConfirmationData
    Message string N Message
    Type string N Type
CommonResponse
    ResponseType(1...∞)
        Status string Y Response status
        Class string N Response message class
        Code string N Response or error code
        Message string Y Response message

Response Example

Docs Navigation