1{
2 "dropDetails": {
3 "contact": "string",
4 "location": "string"
5 },
6 "orderSummary": {
7 "invoiceNumber": "string",
8 "orderDescription": "string",
9 "totalWeight": {
10 "value": 9999999,
11 "additionalProp1": {}
12 },
13 "totalVolume": {
14 "value": 9999999,
15 "additionalProp1": {}
16 },
17 "totalItems": 0,
18 "totalOrderCost": {
19 "cost": 0,
20 "currencyCode": "string",
21 "minorUnit": 0
22 },
23 "totalInvoice": {
24 "value": 1000000000000,
25 "currencyCode": "string",
26 "minorUnit": 3
27 }
28 },
29 "clientDetails": {
30 "clientName": "string",
31 "clientId": "string",
32 "clientOrderId": "string"
33 },
34 "mps": {
35 "groupId": "string",
36 "groupSize": 0,
37 "isEnabled": true,
38 "isPartial": true
39 },
40 "eWaybillAttributes": {
41 "is_valid_ewaybill": true,
42 "ewaybills": [
43 "string"
44 ]
45 },
46 "productType": "string",
47 "planningMode": "string",
48 "modeOfTransport": "string",
49 "speedOfTransport": "string",
50 "shipmentFlow": "string",
51 "pickupDetails": {
52 "contact": "string",
53 "location": "string",
54 "pickupSlot": {
55 "from": 0,
56 "to": 0
57 },
58 "serviceTime": 43200,
59 "instruction": "string"
60 },
61 "paymentInformation": {
62 "paymentType": "string",
63 "paymentOption": "string"
64 },
65 "deliveryDetails": {
66 "promisedDeliveryDate": "string",
67 "deliverySlot": {
68 "from": 0,
69 "to": 0
70 },
71 "serviceTime": 43200,
72 "instruction": "string"
73 },
74 "actions": {
75 "qcValidation": {
76 "isRequired": true,
77 "requiredAt": "PICKUP"
78 },
79 "qcValidationChecklist": {},
80 "kycVerification": {
81 "isRequired": true,
82 "requiredAt": "PICKUP"
83 },
84 "otpVerification": {
85 "isRequired": true,
86 "requiredAt": "PICKUP"
87 },
88 "signatureCollection": {
89 "isRequired": true,
90 "requiredAt": "PICKUP"
91 }
92 },
93 "notificationDetails": {
94 "notificationType": "PICKUP",
95 "notificationMode": "SMS"
96 },
97 "returnDetails": {
98 "contact": "string",
99 "location": "string",
100 "returnSlot": {
101 "from": 0,
102 "to": 0
103 },
104 "serviceTime": 43200
105 },
106 "priority": 3,
107 "maxAttempts": 3,
108 "teamId": "string",
109 "seqNo": 20000,
110 "routeTag": "string",
111 "vehicleModel": "string",
112 "readyToProcess": true,
113 "containers": [
114 {
115 "containerType": "Shipment",
116 "scannableId": "string",
117 "trackingDetails": {
118 "operator": "string",
119 "trackingId": "string",
120 "isPrimary": true
121 },
122 "attributes": {
123 "dimensions": {
124 "weight": 0,
125 "volume": 0,
126 "additionalProp1": {}
127 },
128 "additionalProp1": {}
129 }
130 }
131 ],
132 "callback": {
133 "url": "https://delhivery.requestcatcher.com/",
134 "meta": {}
135 }
136}