TimeAndActionResponseItemShipmentPlan
comment stringnullable
Comment
Example:
Early shipment comment
reasonCodes object[]nullable
List of reason codes
Array [
primaryReasonCode stringnullable
Primary reason code of the delay of the Time and Action shipment plan
Example:
Third Party Inspection Delay
secondaryReasonCodes string[]nullable
Secondary reason codes of the delay of the Time and Action shipment plan
Example:
Factory lock down
]
reasonSetName stringnullable
Set of reasons
Example:
T&A Late Reason Code
unit string
Unit of the Time and Action shipment plan
Possible values: [day
, week
, month
]
Example:
day
value integer
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
}