Uses the Component:StatusDetailType
Indicates the status of a particular message or line item.
Table 6.8. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
StatusCode |
A code identifying the reason for the status message. | 0..1 | Field | scl:StatusCodeEnumeratedType | |
StatusText |
Descriptive status text. | 0..1 | Field | udt:TextType | |
ItemQuantity |
Quantity of the part that has the specified status. | 0..1 | Field | sqdt:QuantityType | |
ShipWarehouseNumeric |
Line item warehouse override code. Indicates which warehouse or distribution center to ship part form. | 0..1 | Field | udt:NumericType |
The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.
Example 6.8. StatusDetail
<StatusDetail> <StatusCode>......</StatusCode> [0..1] <StatusText>......</StatusText> [0..1] <ItemQuantity>......</ItemQuantity> [0..1] <ShipWarehouseNumeric>......</ShipWarehouseNumeric> [0..1] </StatusDetail>