• Register

NotifyProductionOrderStatus

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

Request URI

Header Parameter Type Mandatory Value
SOAPAction String Y NotifylProductionOrderStatus

Request Structure

Field Type Mandatory Description
NotifyProductionOrderStatusRequest
NotifyProductionOrderStatusRequest/PlantCode string Y Plant code
NotifyProductionOrderStatusRequest/LineCode string Y Production line code
NotifyProductionOrderStatusRequest/SourcePlant string N Source plant
TrackingHeader
TrackingHeader/SessionID string Y Session identifier
TrackingHeader/CorrelationID string Y Request/response correlation ID
TrackingHeader/RequestID string Y Request identifier
TrackingHeader/ObjectType string Y Transferred object type
TrackingHeader/BusinessID string N Business identifier
TrackingHeader/ListOfBusinessIDs (array)
TrackingHeader/ListOfBusinessIDs/BusinessEntityID/Name string Y Business identifier name
TrackingHeader/ListOfBusinessIDs/BusinessEntityID/Value string Y Business identifier value
TrackingHeader/ContextID string N Context identifier
TrackingHeader/ListOfContextIDs (array)
TrackingHeader/ListOfContextIDs/ContextID/Name string Y Context name
TrackingHeader/ListOfContextIDs/ContextID/Value string Y Context value

Request Example

Response Structure

Field Type Mandatory Description
NotifyProductionOrderStatusResponse
NotifyProductionOrderStatusResponse/ProductionOrderCode string N Production order identifier
NotifyProductionOrderStatusResponse/ProductCode string N Product identifier
NotifyProductionOrderStatusResponse/InstantStart string N Production start date and time
NotifyProductionOrderStatusResponse/InstantEnd string N Production end date and time
NotifyProductionOrderStatusResponse/Status string N Production order status
NotifyProductionOrderStatusResponse/NotifyProductionOrderStatus
NotifyProductionOrderStatusResponse/NotifyProductionOrderStatus/Authenticated boolean N Indicates whether the request is authenticated
NotifyProductionOrderStatusResponse/NotifyProductionOrderStatus/ResponseCode string N Application response code
NotifyProductionOrderStatusResponse/NotifyProductionOrderStatus/ResponseMessage string N Application response message
CommonResponse
CommonResponse/ResponseType
CommonResponse/ResponseType/Status string Y Request processing status
CommonResponse/ResponseType/Class string N Response message class
CommonResponse/ResponseType/Code string N Response or error code
CommonResponse/ResponseType/Message string Y Descriptive response message

Response Example

Docs Navigation