TimeAndActionResponseItemShipmentPlan
commentstringnullable
Comment
Example:
Early shipment comment
reasonCodes object[]nullable
List of reason codes
Array [
primaryReasonCodestringnullable
Primary reason code of the delay of the Time and Action shipment plan
Example:
Third Party Inspection Delay
secondaryReasonCodesstring[]nullable
Secondary reason codes of the delay of the Time and Action shipment plan
Example:
Factory lock down
]
reasonSetNamestringnullable
Set of reasons
Example:
T&A Late Reason Code
unitstring
Unit of the Time and Action shipment plan
Possible values: [day
, week
, month
]
Example:
day
valueinteger
Value of the Time and Action shipment plan
Example:
2
TimeAndActionResponseItemShipmentPlan
{
"comment": "Early shipment comment",
"reasonCodes": [
{
"primaryReasonCode": "Third Party Inspection Delay",
"secondaryReasonCodes": "Factory lock down"
}
],
"reasonSetName": "T&A Late Reason Code",
"unit": "day",
"value": 2
}