1
2{
3 "error": {
4 "code": "",
5 "description": "",
6 "additionalInfo": {}
7 },
8 "request": {
9 "uri": "",
10 "method": "",
11 "queryString": "",
12 "body": {}
13 },
14 "data": [
15 {
16 "orderId": "",
17 "cancellation": {
18 "cancellationRequested": false,
19 "cancellationRequestAt": 0,
20 "cancellationRequestedBy": "",
21 "cancellationStatus": "",
22 "cancellationFailedReasonCode": "",
23 "cancelledAt": 0
24 },
25 "shipmentFlow": "",
26 "workOrderFlowType": "",
27 "dropDetails": {
28 "contact": {},
29 "location": {}
30 },
31 "clientDetails": {
32 "clientName": "",
33 "clientId": "",
34 "clientOrderId": ""
35 },
36 "orderSummary": {
37 "invoiceNumber": "",
38 "orderDescription": "",
39 "totalWeight": {
40 "value": 0,
41 "unit": ""
42 },
43 "totalItems": 0,
44 "totalOrderCost": {
45 "cost": 0,
46 "currencyCode": "",
47 "minorUnit": 0
48 }
49 },
50 "attributes": {},
51 "workOrder": [
52 {
53 "workOrderId": "",
54 "serviceTemplateId": "",
55 "serviceTemplateName": "",
56 "workOrderStatus": "",
57 "cancellationStatus": "",
58 "pickupDetails": {
59 "contact": {
60 "": ""
61 },
62 "location": {
63 "": ""
64 },
65 "pickUpSlot": {
66 "": ""
67 },
68 "serviceTime": 0
69 },
70 "returnDetails": {
71 "contact": {
72 "": ""
73 },
74 "location": {
75 "": ""
76 },
77 "returnSlot": {
78 "": ""
79 },
80 "serviceTime": 0
81 },
82 "deliveryDetails": {
83 "promisedDeliveryDate": "",
84 "deliverySlot": {
85 "": ""
86 },
87 "deliveryServiceTime": 0
88 },
89 "attributes": {},
90 "description": "",
91 "containers": [
92 {}
93 ],
94 "workOrderType": ""
95 }
96 ],
97 "schemaVersion": 0,
98 "currentState": "",
99 "currentSubState": "",
100 "createdAt": 0,
101 "updatedAt": 0,
102 "createdBy": {
103 "id": "",
104 "name": "",
105 "appId": ""
106 },
107 "updatedBy": {
108 "id": "",
109 "name": "",
110 "appId": ""
111 }
112 }
113 ]
114}