TimeAndActionResponseItem
brandRetailerInformation objectnullable
Brand Retailer information
contactPersons object[]nullable
List of contact persons of the Organization
Unique identifier of the contact person
1234
Name of the contact person
John Doe
Local Custom ID of the organization
123
The list of all connected Local Custom IDs of the organization
["123","ABC"]
Unique identifier of the Organization
Acme Corp
Completion date of the Time and Action
2022-11-20
Creation date of the Time and Action
2021-04-20T07:25:02.285000+00:00
factoryInformation objectnullable
Factory information
contactPersons object[]nullable
List of contact persons of the Organization
Unique identifier of the contact person
1234
Name of the contact person
John Doe
Local Custom ID of the organization
123
The list of all connected Local Custom IDs of the organization
["123","ABC"]
Unique identifier of the Organization
Acme Corp
Name of the form used for the Time and Action
Apparel TnA Form
Unique identifier of the Time and Action
34c75453-3ec6-4822-9e9a-9addc6076b3c
Indicate if the shipment plan is on time, true: On Time, false: Delayed
true
List of Milestone
Number of the Time and Action
TA1
Office information
Planned shipment begin date
2021-04-21T00:00:00+00:00
List of purchase order numbers in the Time and Action
["PO1","PO2"]
List of purchase orders in the Time and Action
shipmentPlan objectnullable
Information of the shipment plan
Comment
Early shipment comment
reasonCodes object[]nullable
List of reason codes
Primary reason code of the delay of the Time and Action shipment plan
Third Party Inspection Delay
Secondary reason codes of the delay of the Time and Action shipment plan
Factory lock down
Set of reasons
T&A Late Reason Code
Unit of the Time and Action shipment plan
Possible values: [day
, week
, month
]
day
Value of the Time and Action shipment plan
2
shipmentPlanDelay objectnullable
Delay Information of the shipment plan
reasonCodes object[]nullable
List of reason codes
Primary reason code of the delay of the Time and Action shipment plan
Third Party Inspection Delay
Secondary reason codes of the delay of the Time and Action shipment plan
Factory lock down
Set of reasons
T&A Late Reason Code
Unit of the delay of the Time and Action shipment plan
Possible values: [day
, week
, month
]
day
Value of the delay of the Time and Action shipment plan
Status of the Time and Action
NEW
supplierInformation objectnullable
Supplier information
contactPersons object[]nullable
List of contact persons of the Organization
Unique identifier of the contact person
1234
Name of the contact person
John Doe
Local Custom ID of the organization
123
The list of all connected Local Custom IDs of the organization
["123","ABC"]
Unique identifier of the Organization
Acme Corp
Last updated date of the Time and Action
2021-04-23T08:15:25.309000+00:00
{
"brandRetailerInformation": {
"contactPersons": [
{
"id": "1234",
"name": "John Doe"
}
],
"localOrganizationId": "123",
"localOrganizationIds": [
"123",
"ABC"
],
"organizationId": "Acme Corp"
},
"completionDate": "2022-11-20",
"createdDate": "2021-04-20T07:25:02.285000+00:00",
"factoryInformation": {
"contactPersons": [
{
"id": "1234",
"name": "John Doe"
}
],
"localOrganizationId": "123",
"localOrganizationIds": [
"123",
"ABC"
],
"organizationId": "Acme Corp"
},
"formName": "Apparel TnA Form",
"id": "34c75453-3ec6-4822-9e9a-9addc6076b3c",
"isOnTimeShipmentPlan": "true",
"milestones": [
{
"actualEndDate": "2021-03-05T00:00:00+00:00",
"actualStartDate": "2021-03-01T00:00:00+00:00",
"id": "1234f24e-54f6-4326-b4d3-402d52af291a",
"isOnTimePlannedEndDate": "true",
"isOnTimePlannedStartDate": "true",
"name": "Packaging Arrival",
"plannedEndDate": "2021-03-05T00:00:00+00:00",
"plannedEndDateDelay": {
"unit": "day",
"value": 0
},
"plannedStartDate": "2021-03-01T00:00:00+00:00",
"plannedStartDateDelay": {
"unit": "day",
"value": 0
},
"shipmentPlanDelay": {
"reasonCodes": [
{
"primaryReasonCode": "Retailer reason",
"secondaryReasonCodes": "Sample Approval Delay"
}
],
"reasonSetName": "Delay"
}
}
],
"number": "TA1",
"officeInformation": [
{
"contactPersons": [
{
"email": "string",
"id": "1234",
"name": "John Doe"
}
],
"localOrganizationId": "string",
"officeName": "string",
"prefillOption": "string"
}
],
"plannedShipBeginDate": "2021-04-21T00:00:00+00:00",
"poNumbers": [
"PO1",
"PO2"
],
"purchaseOrders": [
{
"brandRetailerId": "B1234",
"departments": [
{
"departmentId": "020"
}
],
"factoryId": [
"F1234"
],
"localBrandRetailerId": "B1234",
"localFactoryId": "F1234",
"localSupplierId": "S1234",
"poNumber": "PO1234",
"supplierId": [
"S1234"
]
}
],
"shipmentPlan": {
"comment": "Early shipment comment",
"reasonCodes": [
{
"primaryReasonCode": "Third Party Inspection Delay",
"secondaryReasonCodes": "Factory lock down"
}
],
"reasonSetName": "T&A Late Reason Code",
"unit": "day",
"value": 2
},
"shipmentPlanDelay": {
"reasonCodes": [
{
"primaryReasonCode": "Third Party Inspection Delay",
"secondaryReasonCodes": "Factory lock down"
}
],
"reasonSetName": "T&A Late Reason Code",
"unit": "day",
"value": 0
},
"status": "NEW",
"supplierInformation": {
"contactPersons": [
{
"id": "1234",
"name": "John Doe"
}
],
"localOrganizationId": "123",
"localOrganizationIds": [
"123",
"ABC"
],
"organizationId": "Acme Corp"
},
"updatedDate": "2021-04-23T08:15:25.309000+00:00"
}