• Register

Update Production Order Status

This API allows Stone to send the status of a production order to CTS.

Request URI

Header Parameter Type Mandatory Value
SOAPAction String Y NotifylProductionOrderStatus

Request Structure

Field Type Mandatory Description
NotifyProductionOrderStatusRequest
    PlantCode string Y Plant code
    LineCode string Y Production line code
    SourcePlant string N Source plant
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
NotifyProductionOrderStatusResponse
    ProductionOrderCode string N Production order identifier
    ProductCode string N Product identifier
    InstantStart string N Production start date and time
    InstantEnd string N Production end date and time
    Status string N Production order status
    NotifyProductionOrderStatus
        Authenticated boolean N Indicates whether the request is authenticated
        ResponseCode string N Application response code
        ResponseMessage string Y Application response message
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