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