MilestoneShipmentPlanDelay
reasonCodes object[]nullable
List of milestones reason codes
Array [
primaryReasonCode stringnullable
Primary reason code of the delay of the milestone
Example:
Retailer reason
secondaryReasonCodes string[]nullable
Secondary reason codes of the delay of the milestone
Example:
Sample Approval Delay
]
reasonSetName stringnullable
Set of reasons
Example:
Delay
MilestoneShipmentPlanDelay
{
"reasonCodes": [
{
"primaryReasonCode": "Retailer reason",
"secondaryReasonCodes": "Sample Approval Delay"
}
],
"reasonSetName": "Delay"
}