{"info":{"_postman_id":"e3ec2f94-af92-44f3-a17c-fe2ca82603a7","name":"Business Customer APIs","description":"<html><head></head><body><h1 id=\"overview\">Overview</h1>\n<p>The following information should be provided by the company.</p>\n<ul>\n<li><p>Customer ID</p>\n</li>\n<li><p>Client ID</p>\n</li>\n<li><p>Client Secret</p>\n</li>\n<li><p>Service ID</p>\n</li>\n<li><p>Vehicle ID</p>\n</li>\n<li><p>Base URL</p>\n</li>\n<li><p>Payment Method &amp; Payment Side</p>\n</li>\n</ul>\n<p>Note: You can get the list of services/vehicles with their API, but normally, they will be provided.</p>\n<h1 id=\"on-demand-order-type-workflow\">On-Demand Order Type Workflow</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>Unassigned</code></td>\n<td>Order is unassigned.</td>\n</tr>\n<tr>\n<td><code>Pending</code></td>\n<td>Order is pending. Normally, it's being dispatched or waiting for driver confirmation.</td>\n</tr>\n<tr>\n<td><code>Assigned</code></td>\n<td>Order assigned to a driver.</td>\n</tr>\n<tr>\n<td><code>Started</code></td>\n<td>The driver has started the order.</td>\n</tr>\n<tr>\n<td><code>Arrived</code></td>\n<td>The driver has arrived at the pickup location.</td>\n</tr>\n<tr>\n<td><code>PickedUp</code></td>\n<td>The driver has picked up the order.</td>\n</tr>\n<tr>\n<td><code>Done</code></td>\n<td>Order is done.</td>\n</tr>\n<tr>\n<td><code>SupportCanceled</code></td>\n<td>Order canceled by support.</td>\n</tr>\n<tr>\n<td><code>CustomerCanceled</code></td>\n<td>Order canceled by customer.</td>\n</tr>\n<tr>\n<td><code>DriverCanceled</code></td>\n<td>Order canceled by driver.</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"pd-order-type-workflow\">P&amp;D Order Type Workflow</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>Draft</code></td>\n<td>Order created but not confirmed yet. Customer can confirm to proceed.</td>\n</tr>\n<tr>\n<td><code>Confirmed</code></td>\n<td>Order confirmed by customer.</td>\n</tr>\n<tr>\n<td><code>PickupRouted</code></td>\n<td>Order assigned to a route, but no driver assigned yet.</td>\n</tr>\n<tr>\n<td><code>ReadyForPickup</code></td>\n<td>Route assigned to a driver and shown on driver’s app.</td>\n</tr>\n<tr>\n<td><code>PickedUp</code></td>\n<td>Driver scanned and picked up the order.</td>\n</tr>\n<tr>\n<td><code>AtWarehouse</code></td>\n<td>Order arrived at the warehouse and scanned by dispatch.</td>\n</tr>\n<tr>\n<td><code>DeliveryRouted</code></td>\n<td>Order sorted for delivery and assigned to a route, but no driver assigned yet.</td>\n</tr>\n<tr>\n<td><code>ReadyForDelivery</code></td>\n<td>Route assigned to a driver and shown on driver’s app.</td>\n</tr>\n<tr>\n<td><code>OutForDelivery</code></td>\n<td>Driver started the route, order is out for delivery.</td>\n</tr>\n<tr>\n<td><code>Delivered</code></td>\n<td>Order delivered to the dropoff location.</td>\n</tr>\n<tr>\n<td><code>NotDelivered</code></td>\n<td>Order not delivered with a reason. Can be reattempted or returned to sender.</td>\n</tr>\n<tr>\n<td><code>ForReturn</code></td>\n<td>Order to be returned to the sender.</td>\n</tr>\n<tr>\n<td><code>Returned</code></td>\n<td>Order successfully returned to the sender.</td>\n</tr>\n<tr>\n<td><code>CustomerCanceled</code></td>\n<td>Customer canceled the order before pickup.</td>\n</tr>\n<tr>\n<td><code>PickupFailed</code></td>\n<td>Driver canceled the order before pickup with a reason.</td>\n</tr>\n<tr>\n<td><code>SupportCanceled</code></td>\n<td>Support team canceled the order.</td>\n</tr>\n<tr>\n<td><code>Lost</code></td>\n<td>Order lost.</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"authentication\">Authentication</h1>\n<p>It's OAuth 2.0. Check <a href=\"https://oauth.net/2/\"><b>this link</b></a> for more details.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Overview","slug":"overview"},{"content":"On-Demand Order Type Workflow","slug":"on-demand-order-type-workflow"},{"content":"P&D Order Type Workflow","slug":"pd-order-type-workflow"},{"content":"Authentication","slug":"authentication"}],"owner":"30670905","collectionId":"e3ec2f94-af92-44f3-a17c-fe2ca82603a7","publishedId":"2sA3XLDPB6","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-06-08T19:16:01.000Z"},"item":[{"name":"Auth","item":[{"name":"Token Exchange","id":"aa048545-7a5d-43cd-884f-7e0c43192161","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept-Language","value":"en"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"6abe75e935fbe5572b25192d5fe93bdc\",\n    \"clientSecret\": \"ff6bcf08949db5aed3d2b769c9a6e877\"\n}"},"url":"{{baseUrl}}/api/v1/customer/auth/access-token","urlObject":{"path":["api","v1","customer","auth","access-token"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"ca8adf45-26c1-4015-932d-170704ff339a","name":"Successful - with clientId and clientSecret","originalRequest":{"method":"POST","header":[{"key":"Accept-Language","value":"en"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"6abe75e935fbe5572b25192d5fe93bdc\",\n    \"clientSecret\": \"ff6bcf08949db5aed3d2b769c9a6e877\"\n}","options":{"raw":{"language":"json"}}},"url":"{{rest}}/api/v1/customer/auth/access-token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"320"},{"key":"ETag","value":"W/\"140-F6acBhfwZcAkmsmLU0CvYQc/NiA\""},{"key":"Date","value":"Thu, 08 Jun 2023 20:55:12 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 0,\n    \"message\": \"\",\n    \"data\": {\n        \"customerId\": \"ckwyjium80uiygno84w29f1j0\",\n        \"accessToken\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6ImNrd3lqaXVtODB1aXlnbm84NHcyOWYxajAiLCJzb3VyY2UiOiJidXNpbmVzcyIsImlhdCI6MTY4NjI1NzcxMiwiZXhwIjoxNjg2MjYxMzEyfQ.rFb-GQQAxyYQdimlBQGKNfUfYSdsXVEkfMC7F151QVI\",\n        \"expiresIn\": 3600\n    },\n    \"metadata\": {}\n}"},{"id":"c605ba2e-c1af-40d8-9334-af53ffbe6781","name":"InvalidRefreshToken","originalRequest":{"method":"POST","header":[{"key":"Accept-Language","value":"en","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"refreshToken\": \"fe66025cba8a578b1e85b6f3fc8af5e8aa4a33bfa7c67c802f53228039f4704\"\n}"},"url":"{{rest}}/api/v1/customer/auth/access-token"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"543"},{"key":"ETag","value":"W/\"21f-BKFsOVayokvDtHjjF6PE0E5CTDU\""},{"key":"Date","value":"Thu, 08 Jun 2023 20:57:57 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": -8,\n    \"message\": \"InvalidRefreshToken\",\n    \"data\": {},\n    \"meta\": {\n        \"stack\": \"InvalidRefreshToken: InvalidRefreshToken\\n    at AuthService.accessTokenExchange (/Users/mohssen-22/QCompany/fast00/rest/dist/components/auth/customer/business/services/auth.js:35:19)\\n    at processTicksAndRejections (node:internal/process/task_queues:96:5)\\n    at async ExpressCustomerAuthController.accessTokenExchange (/Users/mohssen-22/QCompany/fast00/rest/dist/controllers/express/customer/auth.js:28:26)\",\n        \"url\": \"/api/v1/customer/auth/access-token\",\n        \"method\": \"POST\"\n    }\n}"},{"id":"d001d6d0-2f59-49ad-b1e1-79e35dd6bfbf","name":"InputValidationError","originalRequest":{"method":"POST","header":[{"key":"Accept-Language","value":"en","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n}"},"url":"{{rest}}/api/v1/customer/auth/access-token"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2796"},{"key":"ETag","value":"W/\"aec-m23zu1xmIIOHp57OJ+M7T1Je2cw\""},{"key":"Date","value":"Thu, 08 Jun 2023 20:58:15 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": -1,\n    \"message\": \"\\\"clientId\\\" is required (clientId),\\\"clientSecret\\\" is required (clientSecret),\\\"refreshToken\\\" is required (refreshToken)\",\n    \"data\": {},\n    \"meta\": {\n        \"stack\": \"InputValidationError: \\\"clientId\\\" is required (clientId),\\\"clientSecret\\\" is required (clientSecret),\\\"refreshToken\\\" is required (refreshToken)\\n    at validate (/Users/mohssen-22/QCompany/fast00/rest/dist/core/express/middlewares/validator.js:38:15)\\n    at /Users/mohssen-22/QCompany/fast00/rest/dist/core/express/middlewares/validator.js:9:51\\n    at Layer.handle [as handle_request] (/Users/mohssen-22/QCompany/fast00/rest/node_modules/express/lib/router/layer.js:95:5)\\n    at next (/Users/mohssen-22/QCompany/fast00/rest/node_modules/express/lib/router/route.js:144:13)\\n    at Route.dispatch (/Users/mohssen-22/QCompany/fast00/rest/node_modules/express/lib/router/route.js:114:3)\\n    at Layer.handle [as handle_request] (/Users/mohssen-22/QCompany/fast00/rest/node_modules/express/lib/router/layer.js:95:5)\\n    at /Users/mohssen-22/QCompany/fast00/rest/node_modules/express/lib/router/index.js:284:15\\n    at Function.process_params (/Users/mohssen-22/QCompany/fast00/rest/node_modules/express/lib/router/index.js:346:12)\\n    at next (/Users/mohssen-22/QCompany/fast00/rest/node_modules/express/lib/router/index.js:280:10)\\n    at Function.handle (/Users/mohssen-22/QCompany/fast00/rest/node_modules/express/lib/router/index.js:175:3)\\n    at router (/Users/mohssen-22/QCompany/fast00/rest/node_modules/express/lib/router/index.js:47:12)\\n    at Layer.handle [as handle_request] (/Users/mohssen-22/QCompany/fast00/rest/node_modules/express/lib/router/layer.js:95:5)\\n    at trim_prefix (/Users/mohssen-22/QCompany/fast00/rest/node_modules/express/lib/router/index.js:328:13)\\n    at /Users/mohssen-22/QCompany/fast00/rest/node_modules/express/lib/router/index.js:286:9\\n    at param (/Users/mohssen-22/QCompany/fast00/rest/node_modules/express/lib/router/index.js:365:14)\\n    at param (/Users/mohssen-22/QCompany/fast00/rest/node_modules/express/lib/router/index.js:376:14)\\n    at Function.process_params (/Users/mohssen-22/QCompany/fast00/rest/node_modules/express/lib/router/index.js:421:3)\\n    at next (/Users/mohssen-22/QCompany/fast00/rest/node_modules/express/lib/router/index.js:280:10)\\n    at Function.handle (/Users/mohssen-22/QCompany/fast00/rest/node_modules/express/lib/router/index.js:175:3)\\n    at router (/Users/mohssen-22/QCompany/fast00/rest/node_modules/express/lib/router/index.js:47:12)\\n    at Layer.handle [as handle_request] (/Users/mohssen-22/QCompany/fast00/rest/node_modules/express/lib/router/layer.js:95:5)\\n    at trim_prefix (/Users/mohssen-22/QCompany/fast00/rest/node_modules/express/lib/router/index.js:328:13)\",\n        \"url\": \"/api/v1/customer/auth/access-token\",\n        \"method\": \"POST\"\n    }\n}"}],"_postman_id":"aa048545-7a5d-43cd-884f-7e0c43192161"},{"name":"Login","id":"a3f3aa45-a2b6-4a42-be03-39c89bebbb1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept-Language","value":"en"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"username\": \"test_b\",\n    \"password\": \"123123\"\n}"},"url":"{{baseUrl}}/api/v1/customer/business/auth/login","urlObject":{"path":["api","v1","customer","business","auth","login"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"0f557b67-11cb-4f97-982a-678758ab0272","name":"Successful","originalRequest":{"method":"POST","header":[{"key":"Accept-Language","value":"en"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"username\": \"YOUR_USERNAME\",\n    \"password\": \"YOU_PASSWORD\"\n}"},"url":"{{baseUrl}}/api/v1/customer/business/auth/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 24 Nov 2024 12:59:48 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Expose-Headers","value":"Content-Disposition,X-Content-Disposition"},{"key":"ETag","value":"W/\"181-/TG2updq4+5Qwu4Jy9p0gCbF+/A\""},{"key":"Content-Encoding","value":"gzip"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=6QC8hKFMODV11o22dd0mukRae1JixQXGA%2BxA1kvY7HDXSDea%2BunHmbFik%2BMffHRH%2FbERniDsmva1TMOntdyPU6IDCil7rmeGiNT%2BFOoUMrOncG47AhUrvkSeaVqtgbY%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8e799408df37bb26-MXP"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"},{"key":"server-timing","value":"cfL4;desc=\"?proto=TCP&rtt=191701&sent=7&recv=6&lost=0&retrans=2&sent_bytes=4200&recv_bytes=728&delivery_rate=1471&cwnd=253&unsent_bytes=0&cid=b39fedda3981beaf&ts=1562&x=0\""}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 0,\n    \"message\": \"\",\n    \"data\": {\n        \"customerId\": \"cki1xic53003iv2o8fchq8yku\",\n        \"accessToken\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6ImNraTF4aWM1MzAwM2l2Mm84ZmNocTh5a3UiLCJzb3VyY2UiOiJidXNpbmVzcyIsImlhdCI6MTczMjQ1MzE4OCwiZXhwIjoxNzMyNDU2Nzg4fQ.f_OzpdbkUP0hC-PB6a-SQpzMiKn_2Ct2jYa0kAOxYQQ\",\n        \"refreshToken\": \"3ddbf30c9015ba4d73f4c69cf61ca3185dd47739a814adfb455391f7c62fabd8\"\n    },\n    \"metadata\": {}\n}"},{"id":"a647c60e-3edf-4013-af38-f053b3539b7f","name":"CustomerNotRegistered","originalRequest":{"method":"POST","header":[{"key":"Accept-Language","value":"en"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"username\": \"YOUR_USERNAME\",\n    \"password\": \"YOU_PASSWORD\"\n}"},"url":"{{baseUrl}}/api/v1/customer/business/auth/login"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 24 Nov 2024 13:00:23 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"450"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Expose-Headers","value":"Content-Disposition,X-Content-Disposition"},{"key":"ETag","value":"W/\"1c2-8x/zQ0lWhroBDaemmnTYNMcFO5Q\""},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=tOFcYdpY2G4WQmEecKiUDtEtIyT5v8oyixdNnnDk9VGRFU3P5YdjMRSWq8dDLKWkkbP8VTtifLj3UUC7d4qhj0AYo5UIMWRNrG7Xb%2FIeCzGjqTZLzHuqMd97m4ZTZzk%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8e7994e5bc5fbb26-MXP"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"},{"key":"server-timing","value":"cfL4;desc=\"?proto=TCP&rtt=186451&sent=14&recv=12&lost=0&retrans=2&sent_bytes=5997&recv_bytes=1138&delivery_rate=24665&cwnd=256&unsent_bytes=0&cid=b39fedda3981beaf&ts=36825&x=0\""}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": -3,\n    \"message\": \"You are not signed up. Please sign up first\",\n    \"data\": {},\n    \"meta\": {\n        \"stack\": \"CustomerNotRegistered: You are not signed up. Please sign up first\\n    at AuthService.login (/usr/src/app/rest/dist/components/auth/customer/business/services/auth.js:50:19)\\n    at async ExpressBusinessAuthController.login (/usr/src/app/rest/dist/controllers/express/business/auth.js:64:26)\",\n        \"url\": \"/api/v1/customer/business/auth/login\",\n        \"method\": \"POST\"\n    }\n}"},{"id":"41d341a7-8f1e-4a77-89f4-93b40a269e76","name":"InputValidationError","originalRequest":{"method":"POST","header":[{"key":"Accept-Language","value":"en"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n}"},"url":"{{baseUrl}}/api/v1/customer/business/auth/login"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 24 Nov 2024 13:01:02 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"5480"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Expose-Headers","value":"Content-Disposition,X-Content-Disposition"},{"key":"ETag","value":"W/\"1568-2uAE2u/PLS+Mm+q333BoENYe9cA\""},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=cmBaoyfALZC29eBhbf7ZrBGmhk%2B4KlCTH9E26fpOVqY6mgwYM2d3pOvYxlOC6fQQorSB%2FN4xMA68JMUcntne%2Fo55Q40JvBSxLPPIDiYPrcZko284SabtWYu2IzOwBD4%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8e7995da4f90bb26-MXP"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"},{"key":"server-timing","value":"cfL4;desc=\"?proto=TCP&rtt=179593&sent=19&recv=17&lost=0&retrans=2&sent_bytes=7436&recv_bytes=1495&delivery_rate=24665&cwnd=257&unsent_bytes=0&cid=b39fedda3981beaf&ts=75963&x=0\""}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": -1,\n    \"message\": \"\\\"username\\\" is required (username),\\\"password\\\" is required (password)\",\n    \"data\": {},\n    \"meta\": {\n        \"stack\": \"InputValidationError: \\\"username\\\" is required (username),\\\"password\\\" is required (password)\\n    at validate (/usr/src/app/rest/dist/core/express/middlewares/validator.js:37:15)\\n    at /usr/src/app/rest/dist/core/express/middlewares/validator.js:8:51\\n    at Layer.handle [as handle_request] (/usr/src/app/rest/node_modules/express/lib/router/layer.js:95:5)\\n    at next (/usr/src/app/rest/node_modules/express/lib/router/route.js:149:13)\\n    at Route.dispatch (/usr/src/app/rest/node_modules/express/lib/router/route.js:119:3)\\n    at handle (/usr/src/app/rest/node_modules/elastic-apm-node/lib/instrumentation/modules/express.js:80:25)\\n    at Layer.handle [as handle_request] (/usr/src/app/rest/node_modules/express/lib/router/layer.js:95:5)\\n    at /usr/src/app/rest/node_modules/express/lib/router/index.js:284:15\\n    at Function.process_params (/usr/src/app/rest/node_modules/express/lib/router/index.js:346:12)\\n    at next (/usr/src/app/rest/node_modules/express/lib/router/index.js:280:10)\\n    at Function.handle (/usr/src/app/rest/node_modules/express/lib/router/index.js:175:3)\\n    at router (/usr/src/app/rest/node_modules/express/lib/router/index.js:47:12)\\n    at handle (/usr/src/app/rest/node_modules/elastic-apm-node/lib/instrumentation/modules/express.js:80:25)\\n    at Layer.handle [as handle_request] (/usr/src/app/rest/node_modules/express/lib/router/layer.js:95:5)\\n    at trim_prefix (/usr/src/app/rest/node_modules/express/lib/router/index.js:328:13)\\n    at /usr/src/app/rest/node_modules/express/lib/router/index.js:286:9\\n    at param (/usr/src/app/rest/node_modules/express/lib/router/index.js:365:14)\\n    at param (/usr/src/app/rest/node_modules/express/lib/router/index.js:376:14)\\n    at Function.process_params (/usr/src/app/rest/node_modules/express/lib/router/index.js:421:3)\\n    at next (/usr/src/app/rest/node_modules/express/lib/router/index.js:280:10)\\n    at Function.handle (/usr/src/app/rest/node_modules/express/lib/router/index.js:175:3)\\n    at router (/usr/src/app/rest/node_modules/express/lib/router/index.js:47:12)\\n    at handle (/usr/src/app/rest/node_modules/elastic-apm-node/lib/instrumentation/modules/express.js:80:25)\\n    at Layer.handle [as handle_request] (/usr/src/app/rest/node_modules/express/lib/router/layer.js:95:5)\\n    at trim_prefix (/usr/src/app/rest/node_modules/express/lib/router/index.js:328:13)\\n    at /usr/src/app/rest/node_modules/express/lib/router/index.js:286:9\\n    at Function.process_params (/usr/src/app/rest/node_modules/express/lib/router/index.js:346:12)\\n    at next (/usr/src/app/rest/node_modules/express/lib/router/index.js:280:10)\\n    at arguments.<computed> (/usr/src/app/rest/node_modules/elastic-apm-node/lib/instrumentation/modules/express.js:76:29)\\n    at /usr/src/app/rest/node_modules/express/lib/router/index.js:646:15\\n    at next (/usr/src/app/rest/node_modules/express/lib/router/index.js:265:14)\\n    at Function.handle (/usr/src/app/rest/node_modules/express/lib/router/index.js:175:3)\\n    at router (/usr/src/app/rest/node_modules/express/lib/router/index.js:47:12)\\n    at handle (/usr/src/app/rest/node_modules/elastic-apm-node/lib/instrumentation/modules/express.js:80:25)\\n    at Layer.handle [as handle_request] (/usr/src/app/rest/node_modules/express/lib/router/layer.js:95:5)\\n    at trim_prefix (/usr/src/app/rest/node_modules/express/lib/router/index.js:328:13)\\n    at /usr/src/app/rest/node_modules/express/lib/router/index.js:286:9\\n    at Function.process_params (/usr/src/app/rest/node_modules/express/lib/router/index.js:346:12)\\n    at next (/usr/src/app/rest/node_modules/express/lib/router/index.js:280:10)\\n    at arguments.<computed> (/usr/src/app/rest/node_modules/elastic-apm-node/lib/instrumentation/modules/express.js:76:29)\\n    at /usr/src/app/rest/dist/core/express/middlewares/log.js:85:9\\n    at handle (/usr/src/app/rest/node_modules/elastic-apm-node/lib/instrumentation/modules/express.js:80:25)\\n    at Layer.handle [as handle_request] (/usr/src/app/rest/node_modules/express/lib/router/layer.js:95:5)\\n    at trim_prefix (/usr/src/app/rest/node_modules/express/lib/router/index.js:328:13)\\n    at /usr/src/app/rest/node_modules/express/lib/router/index.js:286:9\\n    at Function.process_params (/usr/src/app/rest/node_modules/express/lib/router/index.js:346:12)\\n    at next (/usr/src/app/rest/node_modules/express/lib/router/index.js:280:10)\\n    at arguments.<computed> (/usr/src/app/rest/node_modules/elastic-apm-node/lib/instrumentation/modules/express.js:76:29)\\n    at customeHeaders (/usr/src/app/rest/dist/core/express/middlewares/custom-header.js:51:5)\\n    at handle (/usr/src/app/rest/node_modules/elastic-apm-node/lib/instrumentation/modules/express.js:80:25)\\n    at Layer.handle [as handle_request] (/usr/src/app/rest/node_modules/express/lib/router/layer.js:95:5)\\n    at trim_prefix (/usr/src/app/rest/node_modules/express/lib/router/index.js:328:13)\\n    at /usr/src/app/rest/node_modules/express/lib/router/index.js:286:9\\n    at Function.process_params (/usr/src/app/rest/node_modules/express/lib/router/index.js:346:12)\\n    at next (/usr/src/app/rest/node_modules/express/lib/router/index.js:280:10)\\n    at arguments.<computed> (/usr/src/app/rest/node_modules/elastic-apm-node/lib/instrumentation/modules/express.js:76:29)\",\n        \"url\": \"/api/v1/customer/business/auth/login\",\n        \"method\": \"POST\"\n    }\n}"},{"id":"41264898-906e-434a-a728-a259186f4140","name":"Forbidden: The account is deactivated!","originalRequest":{"method":"POST","header":[{"key":"Accept-Language","value":"en"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"username\": \"YOUR_USERNAME\",\n    \"password\": \"YOU_PASSWORD\"\n}"},"url":"{{baseUrl}}/api/v1/customer/business/auth/login"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 24 Nov 2024 13:08:13 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Expose-Headers","value":"Content-Disposition,X-Content-Disposition"},{"key":"ETag","value":"W/\"198-3UXpMkAf5RWSXGciqTKtvQ772pg\""},{"key":"Content-Encoding","value":"gzip"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=Wm6n0zXkAeFUf4fU4jCj7HZC1PCKA2bdXOGwmW%2BMroz8CPerHjmyZK8auVL84mcfzJt%2BI4FBYAkitpYHnJ1GEeEvZJ%2Fg3T84IsIZAI5LVIoM5qEiGsDnAC8IXd2jWeg%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8e79a05fad619dd5-LLK"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"},{"key":"server-timing","value":"cfL4;desc=\"?proto=TCP&rtt=89232&sent=5&recv=7&lost=0&retrans=0&sent_bytes=2796&recv_bytes=728&delivery_rate=45867&cwnd=252&unsent_bytes=0&cid=5563f9f20f0c2048&ts=523&x=0\""}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": -403,\n    \"message\": \"The account is deactivated!\",\n    \"data\": {},\n    \"meta\": {\n        \"stack\": \"Forbidden: The account is deactivated!\\n    at AuthService.login (/usr/src/app/rest/dist/components/auth/customer/business/services/auth.js:53:19)\\n    at async ExpressBusinessAuthController.login (/usr/src/app/rest/dist/controllers/express/business/auth.js:64:26)\",\n        \"url\": \"/api/v1/customer/business/auth/login\",\n        \"method\": \"POST\"\n    }\n}"}],"_postman_id":"a3f3aa45-a2b6-4a42-be03-39c89bebbb1f"}],"id":"2c4af124-b949-4735-bd10-38510f34f98d","description":"<p>To get the access token, you need to use the <strong>Token Exchange API</strong> call. You need to use the provided <code>clientId</code> and <code>clientSecret</code>.</p>\n","_postman_id":"2c4af124-b949-4735-bd10-38510f34f98d"},{"name":"Services","item":[{"name":"Services List","id":"cd51a1dd-26eb-4ea5-a7b9-1c839b850657","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept-Language","value":"en"},{"key":"Content-Type","value":"application/json"}],"url":"{{baseUrl}}/api/v1/customer/service?customerId=Tv1DMWzspPyQjhlMe_mWv","urlObject":{"path":["api","v1","customer","service"],"host":["{{baseUrl}}"],"query":[{"key":"customerId","value":"Tv1DMWzspPyQjhlMe_mWv"}],"variable":[]}},"response":[{"id":"b95cec2b-e642-428e-b1be-92c8aa6e6fe9","name":"Successful","originalRequest":{"method":"GET","header":[{"key":"Accept-Language","value":"en"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer AT"}],"url":{"raw":"{{rest}}/api/v1/customer/service?customerId=cki1xic53003iv2o8fchq8yku","host":["{{rest}}"],"path":["api","v1","customer","service"],"query":[{"key":"customerId","value":"cki1xic53003iv2o8fchq8yku"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"6967"},{"key":"ETag","value":"W/\"1b37-hUySwQcUPqmdrPgMh2kc1aLSi8Q\""},{"key":"Date","value":"Sat, 10 Jun 2023 13:16:22 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 0,\n    \"message\": \"\",\n    \"data\": [\n        {\n            \"id\": \"cktn18cyk08i01co820pnaaxt\",\n            \"title\": \"1 Bag\",\n            \"description\": \"Collection, storage and delivery of one bag.\",\n            \"icon\": \"https://onfs.fra1.cdn.digitaloceanspaces.com/onro/services/uaGIa1vXO3RkfoV45OmMAOVM.png\",\n            \"setting\": {\n                \"enablePod\": true,\n                \"enableCustomerPhoto\": false,\n                \"enableDriverPhoto\": false,\n                \"enableReceiverCash\": true,\n                \"isSurchargeActive\": true,\n                \"isDriverPhotoRequired\": false,\n                \"isPodDescriptionRequired\": true,\n                \"isPodPhotoRequired\": false,\n                \"isPodSignatureRequired\": false,\n                \"isAddressDetailsActive\": true,\n                \"isCashBySenderActive\": true,\n                \"driverAssignmentModel\": \"automatic\",\n                \"isVehicleTypeSelectionActive\": false,\n                \"isCODActive\": true,\n                \"dispatchPriority\": 1,\n                \"dispatchThreshold\": 5,\n                \"isDropoffAddressEmailActive\": true,\n                \"isDropoffAddressEmailRequired\": false,\n                \"isDropoffAddressNameActive\": true,\n                \"isDropoffAddressNameRequired\": false,\n                \"isDropoffAddressPhoneActive\": true,\n                \"isDropoffAddressPhoneRequired\": false,\n                \"isDropoffAddressRoomFloorBlockActive\": true,\n                \"isPickupAddressEmailActive\": true,\n                \"isPickupAddressEmailRequired\": false,\n                \"isPickupAddressNameActive\": true,\n                \"isPickupAddressNameRequired\": false,\n                \"isPickupAddressPhoneActive\": true,\n                \"isPickupAddressPhoneRequired\": false,\n                \"isPickupAddressRoomFloorBlockActive\": true,\n                \"maxCODLimit\": 1000,\n                \"isReferenceIdActive\": true,\n                \"isPOPActive\": true,\n                \"isPOPNoteRequired\": false,\n                \"isPOPPhotoRequired\": false,\n                \"isPOPSignatureRequired\": false,\n                \"isPOPBarcodeScanRequired\": false,\n                \"isPodBarcodeScanRequired\": false\n            },\n            \"options\": [\n                {\n                    \"id\": \"ckff4p9pi00a3vzo85quu846l\",\n                    \"title\": \"fragile\",\n                    \"type\": \"boolean\"\n                }\n            ],\n            \"scheduleSetting\": {\n                \"isActive\": true,\n                \"isPickupNowActive\": false,\n                \"scheduleDateRangeAfter\": 1800000,\n                \"scheduleDateRangeBefore\": 172800000,\n                \"scheduleDateStep\": 1800000,\n                \"hasDropoffScheduling\": true,\n                \"guidelines\": \"0\"\n            },\n            \"deliveryMethods\": [\n                {\n                    \"id\": \"67fa4c258bf6893d25544cbd\",\n                    \"title\": \"Document\",\n                    \"description\": \"\",\n                    \"pickupLocationType\": \"address\",\n                    \"dropoffLocationType\": \"address\",\n                    \"setting\": {\n                        \"enablePod\": true,\n                        \"enableReceiverCash\": true,\n                        \"isPodSignatureRequired\": false,\n                        \"isPodPhotoRequired\": false,\n                        \"isPodDescriptionRequired\": true,\n                        \"isDriverPhotoRequired\": false,\n                        \"isAddressDetailsActive\": true,\n                        \"isCashBySenderActive\": true,\n                        \"isCODActive\": true,\n                        \"isPickupAddressNameActive\": true,\n                        \"isPickupAddressPhoneActive\": true,\n                        \"isPickupAddressEmailActive\": true,\n                        \"isPickupAddressRoomFloorBlockActive\": true,\n                        \"isPickupAddressNameRequired\": false,\n                        \"isPickupAddressPhoneRequired\": false,\n                        \"isPickupAddressEmailRequired\": false,\n                        \"isDropoffAddressNameActive\": true,\n                        \"isDropoffAddressPhoneActive\": true,\n                        \"isDropoffAddressEmailActive\": true,\n                        \"isDropoffAddressRoomFloorBlockActive\": true,\n                        \"isDropoffAddressNameRequired\": false,\n                        \"isDropoffAddressPhoneRequired\": false,\n                        \"isDropoffAddressEmailRequired\": false,\n                        \"maxCODLimit\": 1000,\n                        \"isPOPActive\": true,\n                        \"isPOPSignatureRequired\": false,\n                        \"isPOPPhotoRequired\": false,\n                        \"isPOPNoteRequired\": false,\n                        \"isPOPBarcodeScanRequired\": false,\n                        \"isPodBarcodeScanRequired\": false\n                    },\n                    \"scheduleSetting\": {\n                        \"isActive\": true,\n                        \"isPickupNowActive\": false,\n                        \"scheduleDateRangeAfter\": 1800000,\n                        \"scheduleDateRangeBefore\": 172800000,\n                        \"scheduleDateStep\": 1800000,\n                        \"hasDropoffScheduling\": true,\n                        \"guidelines\": \"0\"\n                    }\n                },\n                {\n                    \"id\": \"67fa4c278bf6893d25544cff\",\n                    \"title\": \"1 Bag\",\n                    \"description\": \"\",\n                    \"pickupLocationType\": \"address\",\n                    \"dropoffLocationType\": \"service-point\",\n                    \"setting\": {\n                        \"enablePod\": true,\n                        \"enableReceiverCash\": false,\n                        \"isPodSignatureRequired\": false,\n                        \"isPodPhotoRequired\": false,\n                        \"isPodDescriptionRequired\": false,\n                        \"isDriverPhotoRequired\": false,\n                        \"isAddressDetailsActive\": true,\n                        \"isCashBySenderActive\": true,\n                        \"isCODActive\": false,\n                        \"isPickupAddressNameActive\": true,\n                        \"isPickupAddressPhoneActive\": true,\n                        \"isPickupAddressEmailActive\": true,\n                        \"isPickupAddressRoomFloorBlockActive\": true,\n                        \"isPickupAddressNameRequired\": true,\n                        \"isPickupAddressPhoneRequired\": true,\n                        \"isPickupAddressEmailRequired\": true,\n                        \"isDropoffAddressNameActive\": true,\n                        \"isDropoffAddressPhoneActive\": true,\n                        \"isDropoffAddressEmailActive\": true,\n                        \"isDropoffAddressRoomFloorBlockActive\": true,\n                        \"isDropoffAddressNameRequired\": true,\n                        \"isDropoffAddressPhoneRequired\": true,\n                        \"isDropoffAddressEmailRequired\": true,\n                        \"maxCODLimit\": 0,\n                        \"isPOPActive\": true,\n                        \"isPOPSignatureRequired\": false,\n                        \"isPOPPhotoRequired\": false,\n                        \"isPOPNoteRequired\": false,\n                        \"isPOPBarcodeScanRequired\": false,\n                        \"isPodBarcodeScanRequired\": false\n                    },\n                    \"scheduleSetting\": {\n                        \"isActive\": true,\n                        \"isPickupNowActive\": false,\n                        \"scheduleDateRangeAfter\": 1800000,\n                        \"scheduleDateRangeBefore\": 172800000,\n                        \"scheduleDateStep\": 1800000,\n                        \"hasDropoffScheduling\": true,\n                        \"guidelines\": \"0\"\n                    }\n                }\n            ],\n            \"orderTypes\": [\n                \"Delivery\",\n                \"Pickup\",\n                \"PickupDelivery\"\n            ]\n        },\n        {\n            \"id\": \"cksyh3fkj03o1a3o8et2g0ihq\",\n            \"title\": \"12 Hours Delivery\",\n            \"description\": \"12 Hours Delivery\",\n            \"icon\": \"https://onfs.fra1.cdn.digitaloceanspaces.com/onro/services/6C7tLuCxEGStNOBJp0Svop0C.png\",\n            \"setting\": {\n                \"enablePod\": true,\n                \"enableCustomerPhoto\": false,\n                \"enableDriverPhoto\": false,\n                \"enableReceiverCash\": true,\n                \"isSurchargeActive\": true,\n                \"isDriverPhotoRequired\": false,\n                \"isPodDescriptionRequired\": true,\n                \"isPodPhotoRequired\": true,\n                \"isPodSignatureRequired\": true,\n                \"isAddressDetailsActive\": true,\n                \"isCashBySenderActive\": true,\n                \"driverAssignmentModel\": \"automatic\",\n                \"isVehicleTypeSelectionActive\": true,\n                \"isCODActive\": true,\n                \"dispatchPriority\": 1,\n                \"dispatchThreshold\": 5,\n                \"isDropoffAddressEmailActive\": true,\n                \"isDropoffAddressEmailRequired\": true,\n                \"isDropoffAddressNameActive\": true,\n                \"isDropoffAddressNameRequired\": true,\n                \"isDropoffAddressPhoneActive\": true,\n                \"isDropoffAddressPhoneRequired\": true,\n                \"isDropoffAddressRoomFloorBlockActive\": true,\n                \"isPickupAddressEmailActive\": true,\n                \"isPickupAddressEmailRequired\": true,\n                \"isPickupAddressNameActive\": true,\n                \"isPickupAddressNameRequired\": true,\n                \"isPickupAddressPhoneActive\": true,\n                \"isPickupAddressPhoneRequired\": true,\n                \"isPickupAddressRoomFloorBlockActive\": true,\n                \"maxCODLimit\": 50000,\n                \"isReferenceIdActive\": true,\n                \"isPOPActive\": false,\n                \"isPOPNoteRequired\": false,\n                \"isPOPPhotoRequired\": false,\n                \"isPOPSignatureRequired\": false,\n                \"isPOPBarcodeScanRequired\": false,\n                \"isPodBarcodeScanRequired\": false\n            },\n            \"options\": [\n                {\n                    \"id\": \"ckff4p9pi00a3vzo85quu846l\",\n                    \"title\": \"Fragile\",\n                    \"type\": \"boolean\"\n                }\n            ],\n            \"scheduleSetting\": {\n                \"isActive\": true,\n                \"isPickupNowActive\": false,\n                \"scheduleDateRangeAfter\": 1800000,\n                \"scheduleDateRangeBefore\": 72000000,\n                \"scheduleDateStep\": 600000,\n                \"hasDropoffScheduling\": true,\n                \"guidelines\": \"3\"\n            },\n            \"deliveryMethods\": [\n                {\n                    \"id\": \"67fa4c288bf6893d25544d27\",\n                    \"title\": \"12 Hours Delivery\",\n                    \"description\": \"\",\n                    \"pickupLocationType\": \"address\",\n                    \"dropoffLocationType\": \"service-point\",\n                    \"setting\": {\n                        \"enablePod\": true,\n                        \"enableReceiverCash\": true,\n                        \"isPodSignatureRequired\": true,\n                        \"isPodPhotoRequired\": true,\n                        \"isPodDescriptionRequired\": true,\n                        \"isDriverPhotoRequired\": false,\n                        \"isAddressDetailsActive\": true,\n                        \"isCashBySenderActive\": true,\n                        \"isCODActive\": true,\n                        \"isPickupAddressNameActive\": true,\n                        \"isPickupAddressPhoneActive\": true,\n                        \"isPickupAddressEmailActive\": true,\n                        \"isPickupAddressRoomFloorBlockActive\": true,\n                        \"isPickupAddressNameRequired\": true,\n                        \"isPickupAddressPhoneRequired\": true,\n                        \"isPickupAddressEmailRequired\": true,\n                        \"isDropoffAddressNameActive\": true,\n                        \"isDropoffAddressPhoneActive\": true,\n                        \"isDropoffAddressEmailActive\": true,\n                        \"isDropoffAddressRoomFloorBlockActive\": true,\n                        \"isDropoffAddressNameRequired\": true,\n                        \"isDropoffAddressPhoneRequired\": true,\n                        \"isDropoffAddressEmailRequired\": true,\n                        \"maxCODLimit\": 50000,\n                        \"isPOPActive\": false,\n                        \"isPOPSignatureRequired\": false,\n                        \"isPOPPhotoRequired\": false,\n                        \"isPOPNoteRequired\": false,\n                        \"isPOPBarcodeScanRequired\": false,\n                        \"isPodBarcodeScanRequired\": false\n                    },\n                    \"scheduleSetting\": {\n                        \"isActive\": true,\n                        \"isPickupNowActive\": false,\n                        \"scheduleDateRangeAfter\": 1800000,\n                        \"scheduleDateRangeBefore\": 72000000,\n                        \"scheduleDateStep\": 600000,\n                        \"hasDropoffScheduling\": true,\n                        \"guidelines\": \"3\"\n                    }\n                }\n            ],\n            \"orderTypes\": [\n                \"Ondemand\"\n            ]\n        },\n        {\n            \"id\": \"ckff5dymg00bjvzo88g0ad8va\",\n            \"title\": \"E-Commerce\",\n            \"description\": \"E-Commerce Delivery\",\n            \"icon\": \"https://onfs.fra1.cdn.digitaloceanspaces.com/onro/services/2cCi2fA3Uw2UCGSdWDOa9Ib4.png\",\n            \"setting\": {\n                \"enablePod\": true,\n                \"enableDriverPhoto\": false,\n                \"enableReceiverCash\": true,\n                \"isSurchargeActive\": true,\n                \"isPodSignatureRequired\": false,\n                \"isPodPhotoRequired\": false,\n                \"isPodDescriptionRequired\": false,\n                \"isDriverPhotoRequired\": false,\n                \"isAddressDetailsActive\": true,\n                \"isCashBySenderActive\": true,\n                \"enableCustomerPhoto\": false,\n                \"driverAssignmentModel\": \"automatic\",\n                \"isVehicleTypeSelectionActive\": false,\n                \"isCODActive\": true,\n                \"dispatchPriority\": 1,\n                \"dispatchThreshold\": 5,\n                \"isDropoffAddressEmailActive\": true,\n                \"isDropoffAddressEmailRequired\": false,\n                \"isDropoffAddressNameActive\": true,\n                \"isDropoffAddressNameRequired\": false,\n                \"isDropoffAddressPhoneActive\": true,\n                \"isDropoffAddressPhoneRequired\": false,\n                \"isDropoffAddressRoomFloorBlockActive\": true,\n                \"isPickupAddressEmailActive\": true,\n                \"isPickupAddressEmailRequired\": false,\n                \"isPickupAddressNameActive\": true,\n                \"isPickupAddressNameRequired\": false,\n                \"isPickupAddressPhoneActive\": true,\n                \"isPickupAddressPhoneRequired\": false,\n                \"isPickupAddressRoomFloorBlockActive\": true,\n                \"maxCODLimit\": 50000,\n                \"isReferenceIdActive\": true,\n                \"isPOPActive\": true,\n                \"isPOPNoteRequired\": false,\n                \"isPOPPhotoRequired\": true,\n                \"isPOPSignatureRequired\": false,\n                \"isPOPBarcodeScanRequired\": false,\n                \"isPodBarcodeScanRequired\": false\n            },\n            \"options\": [],\n            \"scheduleSetting\": {\n                \"isActive\": true,\n                \"isPickupNowActive\": false,\n                \"scheduleDateRangeAfter\": 6000000,\n                \"scheduleDateRangeBefore\": 600000000,\n                \"scheduleDateStep\": 1800000,\n                \"hasDropoffScheduling\": false,\n                \"guidelines\": \"Nice and fast\"\n            },\n            \"deliveryMethods\": [\n                {\n                    \"id\": \"67fa4c278bf6893d25544cfb\",\n                    \"title\": \"E-Commerce\",\n                    \"description\": \"\",\n                    \"pickupLocationType\": \"address\",\n                    \"dropoffLocationType\": \"address\",\n                    \"setting\": {\n                        \"enablePod\": true,\n                        \"enableReceiverCash\": true,\n                        \"isPodSignatureRequired\": false,\n                        \"isPodPhotoRequired\": false,\n                        \"isPodDescriptionRequired\": false,\n                        \"isDriverPhotoRequired\": false,\n                        \"isAddressDetailsActive\": true,\n                        \"isCashBySenderActive\": true,\n                        \"isCODActive\": true,\n                        \"isPickupAddressNameActive\": true,\n                        \"isPickupAddressPhoneActive\": true,\n                        \"isPickupAddressEmailActive\": true,\n                        \"isPickupAddressRoomFloorBlockActive\": true,\n                        \"isPickupAddressNameRequired\": false,\n                        \"isPickupAddressPhoneRequired\": false,\n                        \"isPickupAddressEmailRequired\": false,\n                        \"isDropoffAddressNameActive\": true,\n                        \"isDropoffAddressPhoneActive\": true,\n                        \"isDropoffAddressEmailActive\": true,\n                        \"isDropoffAddressRoomFloorBlockActive\": true,\n                        \"isDropoffAddressNameRequired\": false,\n                        \"isDropoffAddressPhoneRequired\": false,\n                        \"isDropoffAddressEmailRequired\": false,\n                        \"maxCODLimit\": 50000,\n                        \"isPOPActive\": true,\n                        \"isPOPSignatureRequired\": false,\n                        \"isPOPPhotoRequired\": true,\n                        \"isPOPNoteRequired\": false,\n                        \"isPOPBarcodeScanRequired\": false,\n                        \"isPodBarcodeScanRequired\": false\n                    },\n                    \"scheduleSetting\": {\n                        \"isActive\": true,\n                        \"isPickupNowActive\": false,\n                        \"scheduleDateRangeAfter\": 6000000,\n                        \"scheduleDateRangeBefore\": 600000000,\n                        \"scheduleDateStep\": 1800000,\n                        \"hasDropoffScheduling\": false,\n                        \"guidelines\": \"Nice and fast\"\n                    }\n                }\n            ],\n            \"orderTypes\": [\n                \"PickupDelivery\"\n            ]\n        },\n        {\n            \"id\": \"clgf1u7t30goa01sa797jhx0n\",\n            \"title\": \"Document\",\n            \"description\": \"Document Delivery\",\n            \"icon\": \"https://onfs.fra1.cdn.digitaloceanspaces.com/onro/services/AUZjnnhMhqwLMPgEn9hxf_uO.png\",\n            \"setting\": {\n                \"enablePod\": true,\n                \"enableCustomerPhoto\": false,\n                \"enableDriverPhoto\": false,\n                \"enableReceiverCash\": true,\n                \"isSurchargeActive\": true,\n                \"isDriverPhotoRequired\": false,\n                \"isPodDescriptionRequired\": true,\n                \"isPodPhotoRequired\": false,\n                \"isPodSignatureRequired\": false,\n                \"isAddressDetailsActive\": true,\n                \"isCashBySenderActive\": true,\n                \"driverAssignmentModel\": \"automatic\",\n                \"isVehicleTypeSelectionActive\": true,\n                \"isCODActive\": true,\n                \"dispatchThreshold\": 10,\n                \"dispatchPriority\": 0,\n                \"isPickupAddressNameActive\": true,\n                \"isPickupAddressPhoneActive\": true,\n                \"isPickupAddressEmailActive\": true,\n                \"isPickupAddressRoomFloorBlockActive\": true,\n                \"isPickupAddressNameRequired\": false,\n                \"isPickupAddressPhoneRequired\": false,\n                \"isPickupAddressEmailRequired\": false,\n                \"isDropoffAddressNameActive\": true,\n                \"isDropoffAddressPhoneActive\": true,\n                \"isDropoffAddressEmailActive\": true,\n                \"isDropoffAddressRoomFloorBlockActive\": true,\n                \"isDropoffAddressNameRequired\": false,\n                \"isDropoffAddressPhoneRequired\": false,\n                \"isDropoffAddressEmailRequired\": false,\n                \"maxCODLimit\": 1000,\n                \"isReferenceIdActive\": true,\n                \"isPOPActive\": true,\n                \"isPOPNoteRequired\": false,\n                \"isPOPPhotoRequired\": false,\n                \"isPOPSignatureRequired\": false,\n                \"isPOPBarcodeScanRequired\": false,\n                \"isPodBarcodeScanRequired\": false\n            },\n            \"options\": [],\n            \"scheduleSetting\": {\n                \"isActive\": true,\n                \"isPickupNowActive\": false,\n                \"scheduleDateRangeAfter\": 1800000,\n                \"scheduleDateRangeBefore\": 172800000,\n                \"scheduleDateStep\": 1800000,\n                \"hasDropoffScheduling\": true,\n                \"guidelines\": \"0\"\n            },\n            \"deliveryMethods\": [\n                {\n                    \"id\": \"67fa4c258bf6893d25544cbd\",\n                    \"title\": \"Document\",\n                    \"description\": \"\",\n                    \"pickupLocationType\": \"address\",\n                    \"dropoffLocationType\": \"address\",\n                    \"setting\": {\n                        \"enablePod\": true,\n                        \"enableReceiverCash\": true,\n                        \"isPodSignatureRequired\": false,\n                        \"isPodPhotoRequired\": false,\n                        \"isPodDescriptionRequired\": true,\n                        \"isDriverPhotoRequired\": false,\n                        \"isAddressDetailsActive\": true,\n                        \"isCashBySenderActive\": true,\n                        \"isCODActive\": true,\n                        \"isPickupAddressNameActive\": true,\n                        \"isPickupAddressPhoneActive\": true,\n                        \"isPickupAddressEmailActive\": true,\n                        \"isPickupAddressRoomFloorBlockActive\": true,\n                        \"isPickupAddressNameRequired\": false,\n                        \"isPickupAddressPhoneRequired\": false,\n                        \"isPickupAddressEmailRequired\": false,\n                        \"isDropoffAddressNameActive\": true,\n                        \"isDropoffAddressPhoneActive\": true,\n                        \"isDropoffAddressEmailActive\": true,\n                        \"isDropoffAddressRoomFloorBlockActive\": true,\n                        \"isDropoffAddressNameRequired\": false,\n                        \"isDropoffAddressPhoneRequired\": false,\n                        \"isDropoffAddressEmailRequired\": false,\n                        \"maxCODLimit\": 1000,\n                        \"isPOPActive\": true,\n                        \"isPOPSignatureRequired\": false,\n                        \"isPOPPhotoRequired\": false,\n                        \"isPOPNoteRequired\": false,\n                        \"isPOPBarcodeScanRequired\": false,\n                        \"isPodBarcodeScanRequired\": false\n                    },\n                    \"scheduleSetting\": {\n                        \"isActive\": true,\n                        \"isPickupNowActive\": false,\n                        \"scheduleDateRangeAfter\": 1800000,\n                        \"scheduleDateRangeBefore\": 172800000,\n                        \"scheduleDateStep\": 1800000,\n                        \"hasDropoffScheduling\": true,\n                        \"guidelines\": \"0\"\n                    }\n                }\n            ],\n            \"orderTypes\": [\n                \"Ondemand\"\n            ]\n        }\n    ],\n    \"metadata\": {}\n}"},{"id":"75731921-e20e-485a-aa37-fed27ff089af","name":"JWTAuthenticationError","originalRequest":{"method":"GET","header":[{"key":"Accept-Language","value":"en","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer AT","type":"text"}],"url":"{{rest}}/api/v1/customer/service"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"410"},{"key":"ETag","value":"W/\"19a-w9JOPYO/KrFsGKYR5k3marUu4yY\""},{"key":"Date","value":"Sat, 10 Jun 2023 13:09:22 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": -9,\n    \"message\": \"JWTAuthenticationError,jwt malformed\",\n    \"data\": {},\n    \"meta\": {\n        \"stack\": \"JWTAuthenticationError: JWTAuthenticationError,jwt malformed\\n    at ExpressCustomerAuthMiddleware.authenticate (/Users/mohssen-22/QCompany/fast00/rest/dist/core/express/middlewares/auth.js:154:22)\\n    at processTicksAndRejections (node:internal/process/task_queues:96:5)\",\n        \"url\": \"/api/v1/customer/service\",\n        \"method\": \"GET\"\n    }\n}"}],"_postman_id":"cd51a1dd-26eb-4ea5-a7b9-1c839b850657"},{"name":"Vehicle types list","id":"3c017859-bd99-4219-9a48-0bed392b91ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept-Language","value":"en"},{"key":"Content-Type","value":"application/json"}],"url":"{{baseUrl}}/api/v1/customer/service/vehicle-type","urlObject":{"path":["api","v1","customer","service","vehicle-type"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"key":"customerId","value":"Tv1DMWzspPyQjhlMe_mWv"},{"disabled":true,"key":"serviceId","value":"clk2wo8rp2fqa01plgm5wbias"},{"disabled":true,"description":{"content":"<p>optional</p>\n","type":"text/plain"},"key":"latitude","value":null},{"disabled":true,"description":{"content":"<p>optional</p>\n","type":"text/plain"},"key":"longitude","value":null}],"variable":[]}},"response":[{"id":"faeb48b6-ecb1-4c0a-8d16-c9c4ed981f72","name":"Successful","originalRequest":{"method":"GET","header":[{"key":"Accept-Language","value":"en"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer AT","type":"text"}],"url":{"raw":"{{baseUrl}}/api/v1/customer/service/vehicle-type?customerId=Tv1DMWzspPyQjhlMe_mWv&serviceId=clk2wo8rp2fqa01plgm5wbias","host":["{{baseUrl}}"],"path":["api","v1","customer","service","vehicle-type"],"query":[{"key":"customerId","value":"Tv1DMWzspPyQjhlMe_mWv"},{"key":"serviceId","value":"clk2wo8rp2fqa01plgm5wbias"},{"key":"latitude","value":null,"description":"optional","type":"text","disabled":true},{"key":"longitude","value":null,"description":"optional","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sat, 13 Sep 2025 08:14:20 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":"Content-Disposition,X-Content-Disposition"},{"key":"etag","value":"W/\"766-Scq5A2KkNmxWaKIogrdvNmbVzQU\""},{"key":"x-powered-by","value":"Express"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=wfPzWcpXirGPc4TRtQC2ptoRfuL8OMa5fr56kGLHSvUg%2BoQW6osAr04U4H6rCMshtkp9u8d9vAQPKNLFcQc%2FTQoJgaeyk5omdP9tUW5z%2FlOEsrR%2BSYio4IM%3D\"}]}"},{"key":"Content-Encoding","value":"br"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"97e630c25e169dbc-LLK"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 0,\n    \"message\": \"\",\n    \"data\": [\n        {\n            \"id\": \"ckff5r5ex00csvzo8gbdwbidb\",\n            \"title\": \"Bike VIP\",\n            \"icon\": \"https://onfs.fra1.cdn.digitaloceanspaces.com/onro/vehicletypes/cG4-e7FpdAKhfiILxSLaBV_E.png\",\n            \"options\": [\n                {\n                    \"id\": \"zILEakmlhVUHdqe4O_BZ5\",\n                    \"data\": [\n                        {\n                            \"id\": \"2IeJq2j8FWuJfgCoVl8JL\",\n                            \"title\": \"t\"\n                        }\n                    ],\n                    \"type\": \"list\",\n                    \"title\": \"test\",\n                    \"isRequired\": false\n                },\n                {\n                    \"id\": \"vjqcxdFtRUkRM9hWOO6a-\",\n                    \"type\": \"boolean\",\n                    \"title\": \"tb\"\n                }\n            ],\n            \"description\": \"Bike\"\n        },\n        {\n            \"id\": \"clakjkbhf1cuybgo84fvc02qq\",\n            \"title\": \"Bike\",\n            \"icon\": \"https://onfs.fra1.cdn.digitaloceanspaces.com/onro/vehicletypes/p1Grezta5mTf9DwOmiveYx-P.png\",\n            \"options\": [\n                {\n                    \"id\": \"ldgRhnIA2q4YHm0LvcDmn\",\n                    \"data\": [\n                        {\n                            \"id\": \"f0XOwHcRnJCPwaj8hVIXQ\",\n                            \"title\": \"Delivery Basket\"\n                        },\n                        {\n                            \"id\": \"ns4rTg2KQxQIhbHHl4PkG\",\n                            \"title\": \"Waterproof Cover\"\n                        },\n                        {\n                            \"id\": \"4h86hUH2De1_iw6PGupd7\",\n                            \"title\": \"Safety Helmet\"\n                        }\n                    ],\n                    \"type\": \"list\",\n                    \"title\": \"Available Equipment\",\n                    \"isRequired\": true\n                },\n                {\n                    \"id\": \"W93vIRbS7WrPFMrMEOS4i\",\n                    \"type\": \"boolean\",\n                    \"title\": \"Need helper\"\n                }\n            ],\n            \"description\": \"Bike\"\n        },\n        {\n            \"id\": \"IVF9tE1hu8G-05RzTWzgH\",\n            \"title\": \"Truck\",\n            \"icon\": \"https://onfs.fra1.cdn.digitaloceanspaces.com/onro/vehicletypes/fBLBiHpok6f1Jugwd17AaLdp.png\",\n            \"options\": [],\n            \"description\": \"Truck\"\n        },\n        {\n            \"id\": \"15lNKiRkQ53N4JI8SQo-y\",\n            \"title\": \"All Test\",\n            \"icon\": \"https://onfs.fra1.cdn.digitaloceanspaces.com/onro/vehicletypes/lL0i6RwQmAiA48yzrz08XcTg.png\",\n            \"options\": [],\n            \"description\": \"GGG\"\n        },\n        {\n            \"id\": \"mkuf3ZSdrPs6i9_BG-Vyl\",\n            \"title\": \"Car\",\n            \"icon\": \"https://onfs.fra1.cdn.digitaloceanspaces.com/onro/vehicletypes/y9LwNEaE3Xakbez-IWwTOiEs.png\",\n            \"options\": [],\n            \"description\": \"Car\"\n        },\n        {\n            \"id\": \"ckff6ageq00envzo8brky5cqt\",\n            \"title\": \"Mini Van\",\n            \"icon\": \"https://onfs.fra1.cdn.digitaloceanspaces.com/onro/vehicletypes/aQIOM7Gmcjq0Q4vD8zrF1fmp.png\",\n            \"options\": [\n                {\n                    \"id\": \"vkQCZDuIymGJJcm20-niO\",\n                    \"data\": [\n                        {\n                            \"id\": \"kfifrMHekrpKBMjYjwDyG\",\n                            \"title\": \"1 Dollar\"\n                        }\n                    ],\n                    \"type\": \"list\",\n                    \"title\": \"Hurry?\",\n                    \"isRequired\": true\n                },\n                {\n                    \"id\": \"JZ3DuhMtjasvf9EOEoSaq\",\n                    \"type\": \"boolean\",\n                    \"title\": \"Cooler\"\n                }\n            ],\n            \"description\": \"Mini Van\"\n        }\n    ],\n    \"metadata\": {}\n}"},{"id":"59477cfa-d614-428e-b42e-0764ba9c7f74","name":"InputValidationError","originalRequest":{"method":"GET","header":[{"key":"Accept-Language","value":"en"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer AT","type":"text"}],"url":{"raw":"{{baseUrl}}/api/v1/customer/service/vehicle-type","host":["{{baseUrl}}"],"path":["api","v1","customer","service","vehicle-type"],"query":[{"key":"customerId","value":"Tv1DMWzspPyQjhlMe_mWv","disabled":true},{"key":"serviceId","value":"clk2wo8rp2fqa01plgm5wbias","type":"text","disabled":true},{"key":"latitude","value":null,"description":"optional","type":"text","disabled":true},{"key":"longitude","value":null,"description":"optional","type":"text","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sat, 13 Sep 2025 08:14:48 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"192"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":"Content-Disposition,X-Content-Disposition"},{"key":"etag","value":"W/\"c0-m7dLTlgULEb5wf4S572xB9IabJw\""},{"key":"x-powered-by","value":"Express"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=M09qx2ccRQW1BHrby6tdCYu%2FT59fgpLjv79fjNaIT5U4Jq%2BOicyrMzYT4omVEawml9iv9UbY11HRdqVhdfKJwdqYXI%2BmjmyoBZBgVGRawnXgpoPyXcaVRSo%3D\"}]}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"97e631714e4a9dbc-LLK"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": -1,\n    \"message\": \"\\\"serviceId\\\" is required (serviceId),\\\"customerId\\\" is required (customerId)\",\n    \"data\": {},\n    \"meta\": {\n        \"stack\": \"\",\n        \"url\": \"/api/v1/customer/service/vehicle-type\",\n        \"method\": \"GET\"\n    }\n}"},{"id":"498e714a-9e90-4c99-9dff-b3c008ef02b0","name":"JWTAuthenticationError","originalRequest":{"method":"GET","header":[{"key":"Accept-Language","value":"en"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer AT","type":"text"}],"url":{"raw":"{{baseUrl}}/api/v1/customer/service/vehicle-type?customerId=Tv1DMWzspPyQjhlMe_mWv&serviceId=clk2wo8rp2fqa01plgm5wbias","host":["{{baseUrl}}"],"path":["api","v1","customer","service","vehicle-type"],"query":[{"key":"customerId","value":"Tv1DMWzspPyQjhlMe_mWv"},{"key":"serviceId","value":"clk2wo8rp2fqa01plgm5wbias"},{"key":"latitude","value":null,"description":"optional","type":"text","disabled":true},{"key":"longitude","value":null,"description":"optional","type":"text","disabled":true}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sat, 13 Sep 2025 08:15:51 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"155"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":"Content-Disposition,X-Content-Disposition"},{"key":"etag","value":"W/\"9b-EqKkRRQzidMv6lEocsH4gkjSbC0\""},{"key":"x-powered-by","value":"Express"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=dsLUHZ85FlxHRenhCnwP5EScQsTp4hyJWPCixQLFSfWdMO09JuPYtdeL3CkPsAVuQU5ECq2cIk2PAfTwjCfl85K5BOGVifhkNzblhfuIDU2R%2BFUnsznsZrw%3D\"}]}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"97e632f94e219dbc-LLK"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": -9,\n    \"message\": \"JWTAuthenticationError,invalid signature\",\n    \"data\": {},\n    \"meta\": {\n        \"stack\": \"\",\n        \"url\": \"/api/v1/customer/service/vehicle-type\",\n        \"method\": \"GET\"\n    }\n}"}],"_postman_id":"3c017859-bd99-4219-9a48-0bed392b91ff"}],"id":"0fc4189a-f61c-4ef3-a5a0-b1fa7e324819","_postman_id":"0fc4189a-f61c-4ef3-a5a0-b1fa7e324819","description":""},{"name":"Orders","item":[{"name":"Shipment Label","id":"f21480cb-63ea-4df8-8219-631ac8a7666b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer AT","type":"text"},{"key":"Accept-Language","value":"en","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"ids\": [\n        \"i2McN4L6vL1_rbkAgcOqJ\",\n        \"Q4E0FPz2emZNDol0ltL4U\",\n        \"0D3C8ZzJovhINShz1vM1c\"\n    ],\n    \"customerId\": \"ckfezc72o01f1xxo81la4bvl9\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/customer/order/shipment-label/export-pdf","urlObject":{"path":["api","v1","customer","order","shipment-label","export-pdf"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"43c07599-000d-49fe-84db-06112c4537e5","name":"JWTAuthenticationError","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer AT","type":"text"},{"key":"Accept-Language","value":"en","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"ids\": [\n        \"i2McN4L6vL1_rbkAgcOqJ\",\n        \"Q4E0FPz2emZNDol0ltL4U\",\n        \"0D3C8ZzJovhINShz1vM1c\"\n    ],\n    \"customerId\": \"ckfezc72o01f1xxo81la4bvl9\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/customer/order/shipment-label/export-pdf"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Sep 2024 07:02:29 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"422"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":"Content-Disposition,X-Content-Disposition"},{"key":"etag","value":"W/\"1a6-XLUVxAQT+ZVx3Bc2MpihShBZbv0\""},{"key":"x-powered-by","value":"Express"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=nuc7dKYjuq4H6WfveMP1b6W4rMk1H7jA6uy5FdKUCvuNVziGnwcI9wA7FQL3eOXH9EBzlT9uH%2BZsvhv6hYwu6MJcw%2BHUKOCLyvq%2FqwFRw%2B3vl1lsNg6lUiNTgudcsvsv\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8c3efdbd78de9dd4-LLK"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": -9,\n    \"message\": \"JWTAuthenticationError,jwt malformed\",\n    \"data\": {},\n    \"meta\": {\n        \"stack\": \"JWTAuthenticationError: JWTAuthenticationError,jwt malformed\\n    at ExpressCustomerAuthMiddleware.authenticate (/usr/src/app/rest/dist/core/express/middlewares/auth.js:188:22)\\n    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\",\n        \"url\": \"/api/v1/customer/order/shipment-label/export-pdf\",\n        \"method\": \"POST\"\n    }\n}"},{"id":"8d0fab2a-6377-40c5-a65b-5e057fca877c","name":"InputValidationError","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer AT","type":"text"},{"key":"Accept-Language","value":"en","type":"text"}],"body":{"mode":"raw","raw":"{\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/customer/order/shipment-label/export-pdf"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Sep 2024 07:03:18 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1751"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":"Content-Disposition,X-Content-Disposition"},{"key":"etag","value":"W/\"6d7-ss/HXbERt/06i/+SIlVnwhp8K7c\""},{"key":"x-powered-by","value":"Express"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=J38vEugyH11jthXdGROkqZR%2B4Ncg4NrNKEm6kNVnW%2BCaR253ALA2To77bRwHiaXSAmvcU1%2FBGxvcZi%2BJsQqQSGB%2FhlyzX%2FnWrkyT7M4xUMe9tk%2Fbl5MIcCwZkr45sfHb\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8c3efef6fe499dd4-LLK"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": -1,\n    \"message\": \"\\\"ids\\\" is required (ids),\\\"customerId\\\" is required (customerId)\",\n    \"data\": {},\n    \"meta\": {\n        \"stack\": \"InputValidationError: \\\"ids\\\" is required (ids),\\\"customerId\\\" is required (customerId)\\n    at validate (/usr/src/app/rest/dist/core/express/middlewares/validator.js:37:15)\\n    at /usr/src/app/rest/dist/core/express/middlewares/validator.js:8:51\\n    at Layer.handle [as handle_request] (/usr/src/app/rest/node_modules/express/lib/router/layer.js:95:5)\\n    at next (/usr/src/app/rest/node_modules/express/lib/router/route.js:149:13)\\n    at ExpressCustomerAuthMiddleware.authenticate (/usr/src/app/rest/dist/core/express/middlewares/auth.js:164:17)\\n    at Layer.handle [as handle_request] (/usr/src/app/rest/node_modules/express/lib/router/layer.js:95:5)\\n    at next (/usr/src/app/rest/node_modules/express/lib/router/route.js:149:13)\\n    at Route.dispatch (/usr/src/app/rest/node_modules/express/lib/router/route.js:119:3)\\n    at Layer.handle [as handle_request] (/usr/src/app/rest/node_modules/express/lib/router/layer.js:95:5)\\n    at /usr/src/app/rest/node_modules/express/lib/router/index.js:284:15\\n    at Function.process_params (/usr/src/app/rest/node_modules/express/lib/router/index.js:346:12)\\n    at next (/usr/src/app/rest/node_modules/express/lib/router/index.js:280:10)\\n    at Function.handle (/usr/src/app/rest/node_modules/express/lib/router/index.js:175:3)\\n    at router (/usr/src/app/rest/node_modules/express/lib/router/index.js:47:12)\\n    at Layer.handle [as handle_request] (/usr/src/app/rest/node_modules/express/lib/router/layer.js:95:5)\\n    at trim_prefix (/usr/src/app/rest/node_modules/express/lib/router/index.js:328:13)\",\n        \"url\": \"/api/v1/customer/order/shipment-label/export-pdf\",\n        \"method\": \"POST\"\n    }\n}"}],"_postman_id":"f21480cb-63ea-4df8-8219-631ac8a7666b"},{"name":"Track Driver","id":"67a64c71-89fc-46b2-8d77-43a04d93de5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer AT","type":"text"},{"key":"Accept-Language","value":"en","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"customerId\": \"Tv1DMWzspPyQjhlMe_mWv\",\n    \"orderId\": \"m1SpEhQoKsIZkpgiACsqB\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/customer/order/track-driver","urlObject":{"path":["api","v1","customer","order","track-driver"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"f4ceb2a1-7d43-4264-aeba-9e265af8b9bb","name":"Successful","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer AT","type":"text"},{"key":"Accept-Language","value":"en","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"customerId\": \"Tv1DMWzspPyQjhlMe_mWv\",\n    \"orderId\": \"m1SpEhQoKsIZkpgiACsqB\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/customer/order/track-driver"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sat, 13 Sep 2025 08:48:15 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":"Content-Disposition,X-Content-Disposition"},{"key":"etag","value":"W/\"137-+5Q2OVbXaCuyUuuLw2ZXusalDc4\""},{"key":"x-powered-by","value":"Express"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=xjwCir%2BShbb7cv0pY4S0P%2BA22uu0nIiS40qBIGM2%2BTALX6qMj7LLgnlUTi8OcYL8ZfRVP4t4eM%2B0lcBcY%2FM1CPxvViZd6XnOG%2Bbq7lI%3D\"}]}"},{"key":"Content-Encoding","value":"br"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"97e6626e39991fe3-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 0,\n    \"message\": \"\",\n    \"data\": {\n        \"location\": [\n            25.289048770165103,\n            54.71036568073705\n        ],\n        \"avatarPhoto\": \"https://onfs.fra1.cdn.digitaloceanspaces.com/onro/drivers/p7Es-Kv7y-nvXoXtjUxajF1C.png\",\n        \"name\": \"Matthew Delphi\",\n        \"statusDescription\": \"On the way\",\n        \"phone\": \"+37058493026\",\n        \"status\": \"Started\",\n        \"realETA\": 0\n    },\n    \"metadata\": {}\n}"},{"id":"195721af-1567-4e04-ac58-7a342ee38013","name":"Successful - no driver","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer AT","type":"text"},{"key":"Accept-Language","value":"en","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"customerId\": \"Tv1DMWzspPyQjhlMe_mW\",\n    \"orderId\": \"m1SpEhQoKsIZkpgiACsB\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/customer/order/track-driver"},"status":"Forbidden","code":403,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sat, 13 Sep 2025 08:48:57 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":"Content-Disposition,X-Content-Disposition"},{"key":"etag","value":"W/\"83-UFyLJjAKWR/xPu87VVWmFTyHaMw\""},{"key":"x-powered-by","value":"Express"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=02G6x4IwIcEQFnfa34tLTWOTui38%2BkQZMzHNZr93UWeelJE9LoSpp4vgYa%2FWAkR8eiBzg49DIYAtY6XiCn9%2BBWdcGpOdb2Z3%2BaBITVc%3D\"}]}"},{"key":"Content-Encoding","value":"br"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"97e663756c59c557-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 0,\n    \"message\": \"\",\n    \"data\": {\n        \"location\": [\n            0,\n            0\n        ],\n        \"avatarPhoto\": \"\",\n        \"name\": \"\",\n        \"statusDescription\": \"Order received\",\n        \"phone\": \"\",\n        \"status\": \"Pending\"\n    },\n    \"metadata\": {}\n}"},{"id":"3dc68632-0a63-461e-a50d-b50e74297589","name":"Forbidden: Order not found Copy","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer AT","type":"text"},{"key":"Accept-Language","value":"en","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"customerId\": \"Tv1DMWzspPyQjhlMe_mW\",\n    \"orderId\": \"m1SpEhQoKsIZkpgiACsB\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/customer/order/track-driver"},"status":"Forbidden","code":403,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sat, 13 Sep 2025 08:48:57 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":"Content-Disposition,X-Content-Disposition"},{"key":"etag","value":"W/\"83-UFyLJjAKWR/xPu87VVWmFTyHaMw\""},{"key":"x-powered-by","value":"Express"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=02G6x4IwIcEQFnfa34tLTWOTui38%2BkQZMzHNZr93UWeelJE9LoSpp4vgYa%2FWAkR8eiBzg49DIYAtY6XiCn9%2BBWdcGpOdb2Z3%2BaBITVc%3D\"}]}"},{"key":"Content-Encoding","value":"br"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"97e663756c59c557-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": -403,\n    \"message\": \"Order not found\",\n    \"data\": {},\n    \"meta\": {\n        \"stack\": \"\",\n        \"url\": \"/api/v1/customer/order/track-driver\",\n        \"method\": \"POST\"\n    }\n}"},{"id":"58e1a858-13a1-42c7-8558-39262da71d8e","name":"InputValidationError","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer AT","type":"text"},{"key":"Accept-Language","value":"en","type":"text"}],"body":{"mode":"raw","raw":"{\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/customer/order/track-driver"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sat, 13 Sep 2025 08:58:28 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"187"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":"Content-Disposition,X-Content-Disposition"},{"key":"etag","value":"W/\"bb-V8zy3hfwbWX/4yn3viqhKCLQqfs\""},{"key":"x-powered-by","value":"Express"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=ABcoObS3YJZGyIDlxcOhrMMbdWS7%2FSYa57qHxxL6PAq%2Bk0vJifSM80knnm1xPhWcBmowFocjYlVP4O8lVuQreQDzZAqAIXBPLlDBwO4%3D\"}]}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"97e67168fe58cc13-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": -1,\n    \"message\": \"\\\"orderId\\\" is required (orderId),\\\"customerId\\\" is required (customerId)\",\n    \"data\": {},\n    \"meta\": {\n        \"stack\": \"\",\n        \"url\": \"/api/v1/customer/order/track-driver\",\n        \"method\": \"POST\"\n    }\n}"},{"id":"b470a9d0-a3c1-48ab-9245-9031690906a8","name":"JWTAuthenticationError","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer AT","type":"text"},{"key":"Accept-Language","value":"en","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"customerId\": \"Tv1DMWzspPyQjhlMe_mWv\",\n    \"orderId\": \"m1SpEhQoKsIZkpgiACsqB\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/customer/order/track-driver"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sat, 13 Sep 2025 08:59:18 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"150"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":"Content-Disposition,X-Content-Disposition"},{"key":"etag","value":"W/\"96-FtfTqPf1nJ5vqjodD2ffNNPDF5o\""},{"key":"x-powered-by","value":"Express"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=v1j1vzGDio0v1HTfR5mybOjPLyz4GHfZX4ldmr0i9EcpnnUsS0kieHEZi6B5v7ZPFdl6Z2aDIrrbMZrFUFZGdy9AIxdFQwCo6lmTe2Y%3D\"}]}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"97e6729daf4738dd-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": -9,\n    \"message\": \"JWTAuthenticationError,jwt malformed\",\n    \"data\": {},\n    \"meta\": {\n        \"stack\": \"\",\n        \"url\": \"/api/v1/customer/order/track-driver\",\n        \"method\": \"POST\"\n    }\n}"}],"_postman_id":"67a64c71-89fc-46b2-8d77-43a04d93de5f"},{"name":"Orders List","id":"eb3341b5-f299-4709-ac8b-e07e3091f20f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept-Language","value":"en"}],"url":"{{baseUrl}}/api/v1/customer/order?customerId=DyidsD0-SOpLsoeZKvtZw","description":"<p>Possible Statuses :\n['Pending', 'Assigned', 'Started', 'PickedUp', 'Arrived' ]</p>\n","urlObject":{"path":["api","v1","customer","order"],"host":["{{baseUrl}}"],"query":[{"key":"customerId","value":"DyidsD0-SOpLsoeZKvtZw"},{"disabled":true,"description":{"content":"<p>Ongoing | Scheduled | History</p>\n","type":"text/plain"},"key":"category","value":"Ongoing"},{"disabled":true,"description":{"content":"<p>Ondemand | PickupDelivery</p>\n","type":"text/plain"},"key":"type","value":"PickupDelivery"},{"disabled":true,"description":{"content":"<p>ex : 1718865252700</p>\n","type":"text/plain"},"key":"statusUpdatedAt[start]","value":"1718865252700"},{"disabled":true,"description":{"content":"<p>ex : 1730296248769</p>\n","type":"text/plain"},"key":"statusUpdatedAt[end]","value":"1730296248769"}],"variable":[]}},"response":[{"id":"d57110c2-a945-408c-bfdb-467af6b2066f","name":"Successful - Ondemand","originalRequest":{"method":"GET","header":[{"key":"Accept-Language","value":"en"}],"url":{"raw":"{{baseUrl}}/api/v1/customer/order?customerId=DyidsD0-SOpLsoeZKvtZw&category=Ongoing&type=Ondemand&statusUpdatedAt[start]=1718865252700&statusUpdatedAt[end]=1730296248769","host":["{{baseUrl}}"],"path":["api","v1","customer","order"],"query":[{"key":"customerId","value":"DyidsD0-SOpLsoeZKvtZw"},{"key":"category","value":"Ongoing","description":"Ongoing | Scheduled | History"},{"key":"type","value":"Ondemand","description":"Ondemand | PickupDelivery"},{"key":"statusUpdatedAt[start]","value":"1718865252700","description":"ex : 1718865252700"},{"key":"statusUpdatedAt[end]","value":"1730296248769","description":"ex : 1730296248769"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Jan 2025 12:43:30 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":"Content-Disposition,X-Content-Disposition"},{"key":"etag","value":"W/\"308-JVao0mhjGhzP9E8pn5A5TR9o7M8\""},{"key":"x-powered-by","value":"Express"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=FbaYtGaSYVwdVZTojzHApPQk7%2FthLH2nIf93rv0NuwosaXcTMNeim19vwcBaQYoMN40J9sKjegFUHUX24aLZyoDgS6B05b83vfrnVvCPaYSvuMKarlRRO2X148hsDj8%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"90a18c4e1c8ddbc5-FRA"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"},{"key":"server-timing","value":"cfL4;desc=\"?proto=TCP&rtt=125812&min_rtt=122189&rtt_var=6762&sent=18&recv=19&lost=0&retrans=0&sent_bytes=16696&recv_bytes=2284&delivery_rate=65370&cwnd=226&unsent_bytes=0&cid=fcd8559dc0aa8ff0&ts=11535&x=0\""}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 0,\n    \"message\": \"\",\n    \"data\": [\n        {\n            \"id\": \"ihlm7YyyvzpMHXcvgLxc_\",\n            \"createdAt\": 1718865252700,\n            \"status\": \"Pending\",\n            \"type\": \"Ondemand\",\n            \"dropoffs\": [\n                {\n                    \"address\": \"Dubai Tower 1 - Ras Al Khor - Dubai Creek Harbour - Dubai - United Arab Emirates\"\n                }\n            ],\n            \"service\": {\n                \"icon\": \"https://onfs.fra1.cdn.digitaloceanspaces.com/onro/services/BvDfbbDUvdezJutqmRvriaNP.png\",\n                \"title\": \"Box\"\n            },\n            \"pickup\": {\n                \"address\": \"6934+2WJ - Ras Al Khor - Dubai Creek Harbour - Dubai - United Arab Emirates\",\n                \"schedulePickupNow\": false,\n                \"scheduleDateAfter\": 0,\n                \"scheduleDateBefore\": 0\n            },\n            \"statusDescription\": \"Order received\",\n            \"vehicleType\": {\n                \"title\": \"Car\",\n                \"icon\": \"https://onfs.fra1.cdn.digitaloceanspaces.com/onro/vehicletypes/5AOU2IHmlVmhyQ6Tnu8N9ccr.png\"\n            },\n            \"isScheduled\": false,\n            \"dropoff\": null,\n            \"statusUpdatedAt\": 1718865252700\n        }\n    ],\n    \"metadata\": {}\n}"},{"id":"89237312-9ce0-4caa-a8b0-0d49db250c78","name":"Successful - PickupDelivery","originalRequest":{"method":"GET","header":[{"key":"Accept-Language","value":"en"}],"url":{"raw":"{{baseUrl}}/api/v1/customer/order?customerId=DyidsD0-SOpLsoeZKvtZw&category=Ongoing&type=PickupDelivery&statusUpdatedAt[start]=1718865252700&statusUpdatedAt[end]=1730296248769","host":["{{baseUrl}}"],"path":["api","v1","customer","order"],"query":[{"key":"customerId","value":"DyidsD0-SOpLsoeZKvtZw"},{"key":"category","value":"Ongoing","description":"Ongoing | Scheduled | History"},{"key":"type","value":"PickupDelivery","description":"Ondemand | PickupDelivery"},{"key":"statusUpdatedAt[start]","value":"1718865252700","description":"ex : 1718865252700"},{"key":"statusUpdatedAt[end]","value":"1730296248769","description":"ex : 1730296248769"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Jan 2025 12:44:05 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":"Content-Disposition,X-Content-Disposition"},{"key":"etag","value":"W/\"1c77-P7Bby+6QL9yJopKpsCGLFzUX5hU\""},{"key":"x-powered-by","value":"Express"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=3nNn%2F8DIrFMcwN3GfiA5Oas%2B%2Bi%2FDwEgwl0mSkpW7s0khdMIkeRGUOl7EVc%2Bk4PY7wo31Lip0%2FgZnm1Rk28rIcH%2B2DBw2UtLtroKhmXXkS4Ds542HkqIYO1%2FFWiKQQ2o%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"90a18d269f13dbc5-FRA"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"},{"key":"server-timing","value":"cfL4;desc=\"?proto=TCP&rtt=126229&min_rtt=122189&rtt_var=5906&sent=23&recv=23&lost=0&retrans=0&sent_bytes=18197&recv_bytes=2957&delivery_rate=65370&cwnd=226&unsent_bytes=0&cid=fcd8559dc0aa8ff0&ts=46193&x=0\""}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 0,\n    \"message\": \"\",\n    \"data\": [\n        {\n            \"id\": \"rGxLNMnsUkT2WhewoAZFO\",\n            \"createdAt\": 1730296248769,\n            \"status\": \"Draft\",\n            \"type\": \"PickupDelivery\",\n            \"service\": {\n                \"icon\": \"https://onfs.fra1.cdn.digitaloceanspaces.com/onro/services/-qqkgW2arcpmqjHtRJAEbs-s.png\",\n                \"title\": \"Box\"\n            },\n            \"pickup\": {\n                \"address\": \"F4JX+P3V Santo Domingo Este\",\n                \"schedulePickupNow\": false,\n                \"scheduleDateAfter\": 0,\n                \"scheduleDateBefore\": 0,\n                \"completeAfter\": 0,\n                \"completeBefore\": 0\n            },\n            \"delivery\": {\n                \"address\": \"WH7Q+VVP Bonao, República Dominicana\",\n                \"scheduleDateAfter\": 0,\n                \"scheduleDateBefore\": 0,\n                \"completeAfter\": 0,\n                \"completeBefore\": 0\n            },\n            \"statusDescription\": \"Draft\",\n            \"dropoff\": {\n                \"address\": \"WH7Q+VVP Bonao, República Dominicana\",\n                \"scheduleDateAfter\": 0,\n                \"scheduleDateBefore\": 0\n            },\n            \"dropoffs\": [],\n            \"isScheduled\": false,\n            \"vehicleType\": null,\n            \"statusUpdatedAt\": 1730296248769\n        },\n        {\n            \"id\": \"-o5jjxJR9n4Q_rbYXOYXS\",\n            \"createdAt\": 1730296248109,\n            \"status\": \"Draft\",\n            \"type\": \"PickupDelivery\",\n            \"service\": {\n                \"icon\": \"https://onfs.fra1.cdn.digitaloceanspaces.com/onro/services/-qqkgW2arcpmqjHtRJAEbs-s.png\",\n                \"title\": \"Box\"\n            },\n            \"pickup\": {\n                \"address\": \"F4JX+P3V Santo Domingo Este\",\n                \"schedulePickupNow\": false,\n                \"scheduleDateAfter\": 0,\n                \"scheduleDateBefore\": 0,\n                \"completeAfter\": 0,\n                \"completeBefore\": 0\n            },\n            \"delivery\": {\n                \"address\": \"WHQR+MRX Bonao, República Dominicana\",\n                \"scheduleDateAfter\": 0,\n                \"scheduleDateBefore\": 0,\n                \"completeAfter\": 0,\n                \"completeBefore\": 0\n            },\n            \"statusDescription\": \"Draft\",\n            \"dropoff\": {\n                \"address\": \"WHQR+MRX Bonao, República Dominicana\",\n                \"scheduleDateAfter\": 0,\n                \"scheduleDateBefore\": 0\n            },\n            \"dropoffs\": [],\n            \"isScheduled\": false,\n            \"vehicleType\": null,\n            \"statusUpdatedAt\": 1730296248109\n        },\n        {\n            \"id\": \"sKmvoqGcTx4iuu1oImCho\",\n            \"createdAt\": 1730296247505,\n            \"status\": \"Draft\",\n            \"type\": \"PickupDelivery\",\n            \"service\": {\n                \"icon\": \"https://onfs.fra1.cdn.digitaloceanspaces.com/onro/services/-qqkgW2arcpmqjHtRJAEbs-s.png\",\n                \"title\": \"Box\"\n            },\n            \"pickup\": {\n                \"address\": \"F4JX+P3V Santo Domingo Este\",\n                \"schedulePickupNow\": false,\n                \"scheduleDateAfter\": 0,\n                \"scheduleDateBefore\": 0,\n                \"completeAfter\": 0,\n                \"completeBefore\": 0\n            },\n            \"delivery\": {\n                \"address\": \"WHRQ+P5P Bonao, República Dominicana\",\n                \"scheduleDateAfter\": 0,\n                \"scheduleDateBefore\": 0,\n                \"completeAfter\": 0,\n                \"completeBefore\": 0\n            },\n            \"statusDescription\": \"Draft\",\n            \"dropoff\": {\n                \"address\": \"WHRQ+P5P Bonao, República Dominicana\",\n                \"scheduleDateAfter\": 0,\n                \"scheduleDateBefore\": 0\n            },\n            \"dropoffs\": [],\n            \"isScheduled\": false,\n            \"vehicleType\": null,\n            \"statusUpdatedAt\": 1730296247505\n        },\n        {\n            \"id\": \"MElInlr99yrf5zAUiamgS\",\n            \"createdAt\": 1730296246554,\n            \"status\": \"Draft\",\n            \"type\": \"PickupDelivery\",\n            \"service\": {\n                \"icon\": \"https://onfs.fra1.cdn.digitaloceanspaces.com/onro/services/-qqkgW2arcpmqjHtRJAEbs-s.png\",\n                \"title\": \"Box\"\n            },\n            \"pickup\": {\n                \"address\": \"F4JX+P3V Santo Domingo Este\",\n                \"schedulePickupNow\": false,\n                \"scheduleDateAfter\": 0,\n                \"scheduleDateBefore\": 0,\n                \"completeAfter\": 0,\n                \"completeBefore\": 0\n            },\n            \"delivery\": {\n                \"address\": \"WHCV+P52 Bonao, República Dominicana\",\n                \"scheduleDateAfter\": 0,\n                \"scheduleDateBefore\": 0,\n                \"completeAfter\": 0,\n                \"completeBefore\": 0\n            },\n            \"statusDescription\": \"Draft\",\n            \"dropoff\": {\n                \"address\": \"WHCV+P52 Bonao, República Dominicana\",\n                \"scheduleDateAfter\": 0,\n                \"scheduleDateBefore\": 0\n            },\n            \"dropoffs\": [],\n            \"isScheduled\": false,\n            \"vehicleType\": null,\n            \"statusUpdatedAt\": 1730296246554\n        },\n        {\n            \"id\": \"BGT8L6pb49kjmNpHkT8UM\",\n            \"createdAt\": 1730296245817,\n            \"status\": \"Draft\",\n            \"type\": \"PickupDelivery\",\n            \"service\": {\n                \"icon\": \"https://onfs.fra1.cdn.digitaloceanspaces.com/onro/services/-qqkgW2arcpmqjHtRJAEbs-s.png\",\n                \"title\": \"Box\"\n            },\n            \"pickup\": {\n                \"address\": \"F4JX+P3V Santo Domingo Este\",\n                \"schedulePickupNow\": false,\n                \"scheduleDateAfter\": 0,\n                \"scheduleDateBefore\": 0,\n                \"completeAfter\": 0,\n                \"completeBefore\": 0\n            },\n            \"delivery\": {\n                \"address\": \"7M69+HPR Baní\",\n                \"scheduleDateAfter\": 0,\n                \"scheduleDateBefore\": 0,\n                \"completeAfter\": 0,\n                \"completeBefore\": 0\n            },\n            \"statusDescription\": \"Draft\",\n            \"dropoff\": {\n                \"address\": \"7M69+HPR Baní\",\n                \"scheduleDateAfter\": 0,\n                \"scheduleDateBefore\": 0\n            },\n            \"dropoffs\": [],\n            \"isScheduled\": false,\n            \"vehicleType\": null,\n            \"statusUpdatedAt\": 1730296245817\n        },\n        {\n            \"id\": \"uqCN2Bh-AOsCM5o1RLYOf\",\n            \"createdAt\": 1730296245091,\n            \"status\": \"Draft\",\n            \"type\": \"PickupDelivery\",\n            \"service\": {\n                \"icon\": \"https://onfs.fra1.cdn.digitaloceanspaces.com/onro/services/-qqkgW2arcpmqjHtRJAEbs-s.png\",\n                \"title\": \"Box\"\n            },\n            \"pickup\": {\n                \"address\": \"F4JX+P3V Santo Domingo Este\",\n                \"schedulePickupNow\": false,\n                \"scheduleDateAfter\": 0,\n                \"scheduleDateBefore\": 0,\n                \"completeAfter\": 0,\n                \"completeBefore\": 0\n            },\n            \"delivery\": {\n                \"address\": \"7M6C+RM6 Baní, República Dominicana\",\n                \"scheduleDateAfter\": 0,\n                \"scheduleDateBefore\": 0,\n                \"completeAfter\": 0,\n                \"completeBefore\": 0\n            },\n            \"statusDescription\": \"Draft\",\n            \"dropoff\": {\n                \"address\": \"7M6C+RM6 Baní, República Dominicana\",\n                \"scheduleDateAfter\": 0,\n                \"scheduleDateBefore\": 0\n            },\n            \"dropoffs\": [],\n            \"isScheduled\": false,\n            \"vehicleType\": null,\n            \"statusUpdatedAt\": 1730296245091\n        },\n        {\n            \"id\": \"ztwyBCq8188sf0s7S_nTF\",\n            \"createdAt\": 1730296244114,\n            \"status\": \"Draft\",\n            \"type\": \"PickupDelivery\",\n            \"service\": {\n                \"icon\": \"https://onfs.fra1.cdn.digitaloceanspaces.com/onro/services/-qqkgW2arcpmqjHtRJAEbs-s.png\",\n                \"title\": \"Box\"\n            },\n            \"pickup\": {\n                \"address\": \"F4JX+P3V Santo Domingo Este\",\n                \"schedulePickupNow\": false,\n                \"scheduleDateAfter\": 0,\n                \"scheduleDateBefore\": 0,\n                \"completeAfter\": 0,\n                \"completeBefore\": 0\n            },\n            \"delivery\": {\n                \"address\": \"7MH5+CXP Baní, República Dominicana\",\n                \"scheduleDateAfter\": 0,\n                \"scheduleDateBefore\": 0,\n                \"completeAfter\": 0,\n                \"completeBefore\": 0\n            },\n            \"statusDescription\": \"Draft\",\n            \"dropoff\": {\n                \"address\": \"7MH5+CXP Baní, República Dominicana\",\n                \"scheduleDateAfter\": 0,\n                \"scheduleDateBefore\": 0\n            },\n            \"dropoffs\": [],\n            \"isScheduled\": false,\n            \"vehicleType\": null,\n            \"statusUpdatedAt\": 1730296244114\n        },\n        {\n            \"id\": \"gU_-cUXPx9IHAiVrm4cte\",\n            \"createdAt\": 1730296243268,\n            \"status\": \"Draft\",\n            \"type\": \"PickupDelivery\",\n            \"service\": {\n                \"icon\": \"https://onfs.fra1.cdn.digitaloceanspaces.com/onro/services/-qqkgW2arcpmqjHtRJAEbs-s.png\",\n                \"title\": \"Box\"\n            },\n            \"pickup\": {\n                \"address\": \"F4JX+P3V Santo Domingo Este\",\n                \"schedulePickupNow\": false,\n                \"scheduleDateAfter\": 0,\n                \"scheduleDateBefore\": 0,\n                \"completeAfter\": 0,\n                \"completeBefore\": 0\n            },\n            \"delivery\": {\n                \"address\": \"7MHG+M6 Baní\",\n                \"scheduleDateAfter\": 0,\n                \"scheduleDateBefore\": 0,\n                \"completeAfter\": 0,\n                \"completeBefore\": 0\n            },\n            \"statusDescription\": \"Draft\",\n            \"dropoff\": {\n                \"address\": \"7MHG+M6 Baní\",\n                \"scheduleDateAfter\": 0,\n                \"scheduleDateBefore\": 0\n            },\n            \"dropoffs\": [],\n            \"isScheduled\": false,\n            \"vehicleType\": null,\n            \"statusUpdatedAt\": 1730296243268\n        },\n        {\n            \"id\": \"YG1jlB9gqPEcoVb-cbOMe\",\n            \"createdAt\": 1729166929242,\n            \"status\": \"AtWarehouse\",\n            \"type\": \"PickupDelivery\",\n            \"service\": {\n                \"icon\": \"https://onfs.fra1.cdn.digitaloceanspaces.com/onro/services/-qqkgW2arcpmqjHtRJAEbs-s.png\",\n                \"title\": \"Box\"\n            },\n            \"pickup\": {\n                \"address\": \"990 Trade St NW, Winston-Salem, NC 27101, USA\",\n                \"schedulePickupNow\": false,\n                \"scheduleDateAfter\": 0,\n                \"scheduleDateBefore\": 0,\n                \"completeAfter\": 0,\n                \"completeBefore\": 0\n            },\n            \"delivery\": {\n                \"address\": \"2100 Reynolds Park Rd, Winston-Salem, NC 27107, USA\",\n                \"scheduleDateAfter\": 0,\n                \"scheduleDateBefore\": 0,\n                \"completeAfter\": 0,\n                \"completeBefore\": 0\n            },\n            \"statusDescription\": \"At Warehouse\",\n            \"dropoff\": {\n                \"address\": \"2100 Reynolds Park Rd, Winston-Salem, NC 27107, USA\",\n                \"scheduleDateAfter\": 0,\n                \"scheduleDateBefore\": 0\n            },\n            \"dropoffs\": [],\n            \"isScheduled\": false,\n            \"vehicleType\": null,\n            \"statusUpdatedAt\": 1729166989430\n        },\n        {\n            \"id\": \"k3yXfk61kep-iverrOuY9\",\n            \"createdAt\": 1728539883499,\n            \"status\": \"Draft\",\n            \"type\": \"PickupDelivery\",\n            \"service\": {\n                \"icon\": \"https://onfs.fra1.cdn.digitaloceanspaces.com/onro/services/-qqkgW2arcpmqjHtRJAEbs-s.png\",\n                \"title\": \"Box\"\n            },\n            \"pickup\": {\n                \"address\": \"Silent Night Bed Centre, Umm Hurair Road, Bur Dubai, Al Karama, Dubai, United Arab Emirates\",\n                \"schedulePickupNow\": false,\n                \"scheduleDateAfter\": 0,\n                \"scheduleDateBefore\": 0,\n                \"completeAfter\": 0,\n                \"completeBefore\": 0\n            },\n            \"delivery\": {\n                \"address\": \"Zaabel palace, Al Majlis Street, Za'abeel, Zabeel, Dubai, United Arab Emirates\",\n                \"scheduleDateAfter\": 0,\n                \"scheduleDateBefore\": 0,\n                \"completeAfter\": 0,\n                \"completeBefore\": 0\n            },\n            \"statusDescription\": \"Draft\",\n            \"dropoff\": {\n                \"address\": \"Zaabel palace, Al Majlis Street, Za'abeel, Zabeel, Dubai, United Arab Emirates\",\n                \"scheduleDateAfter\": 0,\n                \"scheduleDateBefore\": 0\n            },\n            \"dropoffs\": [],\n            \"isScheduled\": false,\n            \"vehicleType\": null,\n            \"statusUpdatedAt\": 1728539883499\n        }\n    ],\n    \"metadata\": {}\n}"},{"id":"86ecd072-88ee-4cff-8b78-9b3ca9cf2ff1","name":"InputValidationError","originalRequest":{"method":"GET","header":[{"key":"Accept-Language","value":"en"}],"url":{"raw":"{{baseUrl}}/api/v1/customer/order","host":["{{baseUrl}}"],"path":["api","v1","customer","order"],"query":[{"key":"customerId","value":"DyidsD0-SOpLsoeZKvtZw","disabled":true},{"key":"category","value":"Ongoing","description":"Ongoing | Scheduled | History","disabled":true},{"key":"type","value":"PickupDelivery","description":"Ondemand | PickupDelivery","disabled":true},{"key":"statusUpdatedAt[start]","value":"1718865252700","description":"ex : 1718865252700","disabled":true},{"key":"statusUpdatedAt[end]","value":"1730296248769","description":"ex : 1730296248769","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Jan 2025 12:44:29 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"5402"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":"Content-Disposition,X-Content-Disposition"},{"key":"etag","value":"W/\"151a-xMyGcjGTmoFiLi030HCFvh7rmxU\""},{"key":"x-powered-by","value":"Express"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=thwXHTclttZN9p%2BE%2BlkO4%2FjWDY5WSFJBdtEuR8tINYsgLMGyAVNxWq8MmqZBj%2F37kn00h0thLSxghFv8xIjo2u6uSKEsGjj2ybAm9KQvEPYxMc3J4RZ5b3t%2FwKFv6YQ%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"90a18db96b6fdbc5-FRA"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"},{"key":"server-timing","value":"cfL4;desc=\"?proto=TCP&rtt=125758&min_rtt=122189&rtt_var=5370&sent=37&recv=35&lost=0&retrans=0&sent_bytes=20212&recv_bytes=3488&delivery_rate=65370&cwnd=226&unsent_bytes=0&cid=fcd8559dc0aa8ff0&ts=69656&x=0\""}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": -1,\n    \"message\": \"\\\"customerId\\\" is required (customerId)\",\n    \"data\": {},\n    \"meta\": {\n        \"stack\": \"InputValidationError: \\\"customerId\\\" is required (customerId)\\n    at validate (/usr/src/app/rest/dist/core/express/middlewares/validator.js:37:15)\\n    at /usr/src/app/rest/dist/core/express/middlewares/validator.js:21:51\\n    at Layer.handle [as handle_request] (/usr/src/app/rest/node_modules/express/lib/router/layer.js:95:5)\\n    at next (/usr/src/app/rest/node_modules/express/lib/router/route.js:149:13)\\n    at Route.dispatch (/usr/src/app/rest/node_modules/express/lib/router/route.js:119:3)\\n    at handle (/usr/src/app/rest/node_modules/elastic-apm-node/lib/instrumentation/modules/express.js:80:25)\\n    at Layer.handle [as handle_request] (/usr/src/app/rest/node_modules/express/lib/router/layer.js:95:5)\\n    at /usr/src/app/rest/node_modules/express/lib/router/index.js:284:15\\n    at Function.process_params (/usr/src/app/rest/node_modules/express/lib/router/index.js:346:12)\\n    at next (/usr/src/app/rest/node_modules/express/lib/router/index.js:280:10)\\n    at Function.handle (/usr/src/app/rest/node_modules/express/lib/router/index.js:175:3)\\n    at router (/usr/src/app/rest/node_modules/express/lib/router/index.js:47:12)\\n    at handle (/usr/src/app/rest/node_modules/elastic-apm-node/lib/instrumentation/modules/express.js:80:25)\\n    at Layer.handle [as handle_request] (/usr/src/app/rest/node_modules/express/lib/router/layer.js:95:5)\\n    at trim_prefix (/usr/src/app/rest/node_modules/express/lib/router/index.js:328:13)\\n    at /usr/src/app/rest/node_modules/express/lib/router/index.js:286:9\\n    at param (/usr/src/app/rest/node_modules/express/lib/router/index.js:365:14)\\n    at param (/usr/src/app/rest/node_modules/express/lib/router/index.js:376:14)\\n    at Function.process_params (/usr/src/app/rest/node_modules/express/lib/router/index.js:421:3)\\n    at next (/usr/src/app/rest/node_modules/express/lib/router/index.js:280:10)\\n    at Function.handle (/usr/src/app/rest/node_modules/express/lib/router/index.js:175:3)\\n    at router (/usr/src/app/rest/node_modules/express/lib/router/index.js:47:12)\\n    at handle (/usr/src/app/rest/node_modules/elastic-apm-node/lib/instrumentation/modules/express.js:80:25)\\n    at Layer.handle [as handle_request] (/usr/src/app/rest/node_modules/express/lib/router/layer.js:95:5)\\n    at trim_prefix (/usr/src/app/rest/node_modules/express/lib/router/index.js:328:13)\\n    at /usr/src/app/rest/node_modules/express/lib/router/index.js:286:9\\n    at Function.process_params (/usr/src/app/rest/node_modules/express/lib/router/index.js:346:12)\\n    at next (/usr/src/app/rest/node_modules/express/lib/router/index.js:280:10)\\n    at arguments.<computed> (/usr/src/app/rest/node_modules/elastic-apm-node/lib/instrumentation/modules/express.js:76:29)\\n    at /usr/src/app/rest/node_modules/express/lib/router/index.js:646:15\\n    at next (/usr/src/app/rest/node_modules/express/lib/router/index.js:265:14)\\n    at Function.handle (/usr/src/app/rest/node_modules/express/lib/router/index.js:175:3)\\n    at router (/usr/src/app/rest/node_modules/express/lib/router/index.js:47:12)\\n    at handle (/usr/src/app/rest/node_modules/elastic-apm-node/lib/instrumentation/modules/express.js:80:25)\\n    at Layer.handle [as handle_request] (/usr/src/app/rest/node_modules/express/lib/router/layer.js:95:5)\\n    at trim_prefix (/usr/src/app/rest/node_modules/express/lib/router/index.js:328:13)\\n    at /usr/src/app/rest/node_modules/express/lib/router/index.js:286:9\\n    at Function.process_params (/usr/src/app/rest/node_modules/express/lib/router/index.js:346:12)\\n    at next (/usr/src/app/rest/node_modules/express/lib/router/index.js:280:10)\\n    at arguments.<computed> (/usr/src/app/rest/node_modules/elastic-apm-node/lib/instrumentation/modules/express.js:76:29)\\n    at /usr/src/app/rest/dist/core/express/middlewares/log.js:85:9\\n    at handle (/usr/src/app/rest/node_modules/elastic-apm-node/lib/instrumentation/modules/express.js:80:25)\\n    at Layer.handle [as handle_request] (/usr/src/app/rest/node_modules/express/lib/router/layer.js:95:5)\\n    at trim_prefix (/usr/src/app/rest/node_modules/express/lib/router/index.js:328:13)\\n    at /usr/src/app/rest/node_modules/express/lib/router/index.js:286:9\\n    at Function.process_params (/usr/src/app/rest/node_modules/express/lib/router/index.js:346:12)\\n    at next (/usr/src/app/rest/node_modules/express/lib/router/index.js:280:10)\\n    at arguments.<computed> (/usr/src/app/rest/node_modules/elastic-apm-node/lib/instrumentation/modules/express.js:76:29)\\n    at customeHeaders (/usr/src/app/rest/dist/core/express/middlewares/custom-header.js:51:5)\\n    at handle (/usr/src/app/rest/node_modules/elastic-apm-node/lib/instrumentation/modules/express.js:80:25)\\n    at Layer.handle [as handle_request] (/usr/src/app/rest/node_modules/express/lib/router/layer.js:95:5)\\n    at trim_prefix (/usr/src/app/rest/node_modules/express/lib/router/index.js:328:13)\\n    at /usr/src/app/rest/node_modules/express/lib/router/index.js:286:9\\n    at Function.process_params (/usr/src/app/rest/node_modules/express/lib/router/index.js:346:12)\\n    at next (/usr/src/app/rest/node_modules/express/lib/router/index.js:280:10)\\n    at arguments.<computed> (/usr/src/app/rest/node_modules/elastic-apm-node/lib/instrumentation/modules/express.js:76:29)\",\n        \"url\": \"/api/v1/customer/order\",\n        \"method\": \"GET\"\n    }\n}"},{"id":"25110714-717e-41d6-9010-b6d9d988f515","name":"JWTAuthenticationError","originalRequest":{"method":"GET","header":[{"key":"Accept-Language","value":"en"}],"url":{"raw":"{{baseUrl}}/api/v1/customer/order?customerId=DyidsD0-SOpLsoeZKvtZw","host":["{{baseUrl}}"],"path":["api","v1","customer","order"],"query":[{"key":"customerId","value":"DyidsD0-SOpLsoeZKvtZw"},{"key":"category","value":"Ongoing","description":"Ongoing | Scheduled | History","disabled":true},{"key":"type","value":"PickupDelivery","description":"Ondemand | PickupDelivery","disabled":true},{"key":"statusUpdatedAt[start]","value":"1718865252700","description":"ex : 1718865252700","disabled":true},{"key":"statusUpdatedAt[end]","value":"1730296248769","description":"ex : 1730296248769","disabled":true}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Jan 2025 12:45:12 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"436"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":"Content-Disposition,X-Content-Disposition"},{"key":"etag","value":"W/\"1b4-40fhvKgxnjWU/zBmK4B//lKKkLA\""},{"key":"x-powered-by","value":"Express"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=HwNw0bgoAiSJoh7GrnDTECFLEjEvw4bSGClj3u10hByxL2Dw7MRd6wAj4Ixu99S%2Bwjx1KgavxDC8rYH9JqRLIZd0NzIZAyW96cTVnTbsIMxTGkdNnUZuns635mhQnOY%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"90a18ecbbc86dbc5-FRA"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"},{"key":"server-timing","value":"cfL4;desc=\"?proto=TCP&rtt=125362&min_rtt=121829&rtt_var=3986&sent=54&recv=50&lost=0&retrans=0&sent_bytes=31925&recv_bytes=5159&delivery_rate=65370&cwnd=4&unsent_bytes=0&cid=fcd8559dc0aa8ff0&ts=113530&x=0\""}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": -9,\n    \"message\": \"JWTAuthenticationError,invalid signature\",\n    \"data\": {},\n    \"meta\": {\n        \"stack\": \"JWTAuthenticationError: JWTAuthenticationError,invalid signature\\n    at ExpressCustomerAuthMiddleware.authenticate (/usr/src/app/rest/dist/core/express/middlewares/auth.js:188:22)\\n    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\",\n        \"url\": \"/api/v1/customer/order?customerId=DyidsD0-SOpLsoeZKvtZw\",\n        \"method\": \"GET\"\n    }\n}"}],"_postman_id":"eb3341b5-f299-4709-ac8b-e07e3091f20f"},{"name":"Events","id":"2bf4c4b4-b4ab-426c-98a2-70b357a995ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept-Language","value":"en"},{"key":"x-bypass-auth","value":"true","type":"text"}],"url":"{{baseUrl}}/api/v1/customer/order/event?orderId=cksbgqu1oc1o5o6o8hh8u4usg&customerId=ckrhmfo3gnz2yylo836sh15pw","description":"<p>Possible Statuses :\n['Pending', 'Assigned', 'Started', 'PickedUp', 'Arrived' ]</p>\n","urlObject":{"path":["api","v1","customer","order","event"],"host":["{{baseUrl}}"],"query":[{"key":"orderId","value":"cksbgqu1oc1o5o6o8hh8u4usg"},{"key":"customerId","value":"ckrhmfo3gnz2yylo836sh15pw"}],"variable":[]}},"response":[{"id":"4d0a9cd7-6797-45d7-86b4-f19d35cddf30","name":"Successful","originalRequest":{"method":"GET","header":[{"key":"Accept-Language","value":"en"}],"url":{"raw":"{{baseUrl}}/api/v1/customer/order/event?customerId=ckrhmfo3gnz2yylo836sh15pw&orderId=cksbgqu1oc1o5o6o8hh8u4usg","host":["{{baseUrl}}"],"path":["api","v1","customer","order","event"],"query":[{"key":"customerId","value":"ckrhmfo3gnz2yylo836sh15pw"},{"key":"orderId","value":"cksbgqu1oc1o5o6o8hh8u4usg"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Mon, 27 Oct 2025 16:00:41 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":"Content-Disposition,X-Content-Disposition"},{"key":"etag","value":"W/\"62f-o5V1j/Igqrm6qkvssvNa1C1ovEs\""},{"key":"x-powered-by","value":"Express"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=bF3R3B7xwzNMxyJ4NKo%2Fb3JunUh87TchoKKv8Ip%2BvVh3%2BOH%2B%2FIWY5zBVoq426nH1bWIc1kk1qVD3zTp8wA7MvYnvJKsoyFgB9mZAD8s%3D\"}]}"},{"key":"Content-Encoding","value":"br"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"99536860897a5e99-VIE"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 0,\n    \"message\": \"\",\n    \"data\": [\n        {\n            \"title\": \"Created\",\n            \"description\": \"Created\",\n            \"createdAt\": 1628926441212\n        },\n        {\n            \"title\": \"Started\",\n            \"description\": \"Started\",\n            \"createdAt\": 1628926496704\n        },\n        {\n            \"title\": \"Assigned\",\n            \"description\": \"Driver Assigned\",\n            \"createdAt\": 1628926460728\n        },\n        {\n            \"title\": \"DriverCanceled\",\n            \"description\": \"Driver Canceled\",\n            \"createdAt\": 1628926501972\n        },\n        {\n            \"title\": \"Updated\",\n            \"description\": \"Change Order Status To Assigned\",\n            \"createdAt\": 1687101261514\n        },\n        {\n            \"title\": \"Support Canceled\",\n            \"description\": \"Support Canceled The Order\",\n            \"createdAt\": 1689079530141\n        },\n        {\n            \"title\": \"Order Done\",\n            \"description\": \"Order Done\",\n            \"createdAt\": 1707233336775\n        },\n        {\n            \"title\": \"Customer Canceled\",\n            \"description\": \"Order canceled by customer\",\n            \"createdAt\": 1723881993403\n        },\n        {\n            \"title\": \"Customer Canceled\",\n            \"description\": \"Order canceled by customer\",\n            \"createdAt\": 1740831095527\n        },\n        {\n            \"title\": \"Customer Canceled\",\n            \"description\": \"Order canceled by customer\",\n            \"createdAt\": 1740831143995\n        },\n        {\n            \"title\": \"Customer Canceled\",\n            \"description\": \"Order canceled by customer\",\n            \"createdAt\": 1740831216415\n        },\n        {\n            \"title\": \"Updated\",\n            \"description\": \"Change Order Status To Assigned\",\n            \"createdAt\": 1759037398025\n        },\n        {\n            \"title\": \"Driver Canceled\",\n            \"description\": \"Driver Canceled The Order\",\n            \"createdAt\": 1759058944207\n        },\n        {\n            \"title\": \"Driver Canceled\",\n            \"description\": \"Driver Canceled The Order\",\n            \"createdAt\": 1760734808830\n        },\n        {\n            \"title\": \"Updated\",\n            \"description\": \"Change Order Status To Arrived\",\n            \"createdAt\": 1760734821328\n        },\n        {\n            \"title\": \"Updated\",\n            \"description\": \"Change Order Status To Arrived\",\n            \"createdAt\": 1760734867340\n        },\n        {\n            \"title\": \"Support Canceled\",\n            \"description\": \"Order canceled by support\",\n            \"createdAt\": 1760763615695\n        }\n    ],\n    \"metadata\": {}\n}"},{"id":"6cf366a9-d589-4ee3-9676-f48421b2208c","name":"Order not found","originalRequest":{"method":"GET","header":[{"key":"Accept-Language","value":"en"}],"url":{"raw":"{{baseUrl}}/api/v1/customer/order/event?customerId=ckrhmfo3gnz2yylo836sh15pw&orderId=cksbgqu1oc1o5o6o8hh8u4us","host":["{{baseUrl}}"],"path":["api","v1","customer","order","event"],"query":[{"key":"customerId","value":"ckrhmfo3gnz2yylo836sh15pw"},{"key":"orderId","value":"cksbgqu1oc1o5o6o8hh8u4us"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Mon, 27 Oct 2025 16:01:16 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":"Content-Disposition,X-Content-Disposition"},{"key":"etag","value":"W/\"c0-i0bvzQWRSAp9Ag9/+1ckz+wq9ls\""},{"key":"x-powered-by","value":"Express"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=qskO%2Bc6ygAx0hSnYb59Kqy%2FrtoNQO0sDzrRvtlC9sqgg%2Bt%2B6mh6LSp2XFsFq%2BAT4oilP0fIxrRtYpVquGWn%2BxKJ1cvy46hUXPgy0EOA%3D\"}]}"},{"key":"Content-Encoding","value":"br"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"9953693e5d545e99-VIE"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": -21,\n    \"message\": \"Order not found\",\n    \"data\": {},\n    \"meta\": {\n        \"stack\": \"\",\n        \"url\": \"/api/v1/customer/order/event?customerId=ckrhmfo3gnz2yylo836sh15pw&orderId=cksbgqu1oc1o5o6o8hh8u4us\",\n        \"method\": \"GET\"\n    }\n}"},{"id":"54b6752c-4405-4509-ba87-b442e6b7fda5","name":"JWTAuthenticationError","originalRequest":{"method":"GET","header":[{"key":"Accept-Language","value":"en"}],"url":{"raw":"{{baseUrl}}/api/v1/customer/order/event?customerId=ckrhmfo3gnz2yylo836sh15pw&orderId=cksbgqu1oc1o5o6o8hh8u4usg","host":["{{baseUrl}}"],"path":["api","v1","customer","order","event"],"query":[{"key":"customerId","value":"ckrhmfo3gnz2yylo836sh15pw"},{"key":"orderId","value":"cksbgqu1oc1o5o6o8hh8u4usg","type":"text"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Mon, 27 Oct 2025 16:01:37 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"217"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":"Content-Disposition,X-Content-Disposition"},{"key":"etag","value":"W/\"d9-bwqy1RWQ4QBBOxG/fLClFptz0gI\""},{"key":"x-powered-by","value":"Express"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=WkORDUnkxVGSwtzaVkf0jTfawYl2tljoH3gkph%2F%2BI2lRg9i4pkLtVl6wnvVn%2FN9ARVqHrlTxLT7GvMP7MYStCxASs3J5UYTFOSFDYLM%3D\"}]}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"995369c2f9a45e99-VIE"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": -9,\n    \"message\": \"JWTAuthenticationError,invalid signature\",\n    \"data\": {},\n    \"meta\": {\n        \"stack\": \"\",\n        \"url\": \"/api/v1/customer/order/event?customerId=ckrhmfo3gnz2yylo836sh15pw&orderId=cksbgqu1oc1o5o6o8hh8u4usg\",\n        \"method\": \"GET\"\n    }\n}"},{"id":"a8c87b02-0aa6-47d6-a54f-b25df75198b9","name":"InputValidationError","originalRequest":{"method":"GET","header":[{"key":"Accept-Language","value":"en"}],"url":"{{baseUrl}}/api/v1/customer/order/event"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Mon, 27 Oct 2025 16:02:06 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"179"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":"Content-Disposition,X-Content-Disposition"},{"key":"etag","value":"W/\"b3-MheVKtO83ufq6jlOR1efF92wz1Y\""},{"key":"x-powered-by","value":"Express"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=1jEglDXswNFBtHGrlYF3FJN51X02iQLfZEmpZKHGIu%2B1fKpYrKOdx7OVo3rcHoFU8L64CYGgQwaqMi%2FRsnDPiDT8Q%2Bn0Qs9%2FhQn4Cb0%3D\"}]}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"99536a791c525e99-VIE"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": -1,\n    \"message\": \"\\\"customerId\\\" is required (customerId),\\\"orderId\\\" is required (orderId)\",\n    \"data\": {},\n    \"meta\": {\n        \"stack\": \"\",\n        \"url\": \"/api/v1/customer/order/event\",\n        \"method\": \"GET\"\n    }\n}"}],"_postman_id":"2bf4c4b4-b4ab-426c-98a2-70b357a995ce"}],"id":"81bf7224-7547-4efc-9642-bc7e39622619","_postman_id":"81bf7224-7547-4efc-9642-bc7e39622619","description":""},{"name":"P&D Orders","item":[{"name":"Create Order","id":"c5506181-4b26-44d3-91be-99debca7bfa0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept-Language","value":"en"}],"body":{"mode":"raw","raw":"{\n    \"customerId\": \"ckfezc72o01f1xxo81la4bvl9\",\n    \"pickup\": {\n        \"address\": \"Cumberland Gate, London W2 2UH, UK\",\n        \"addressDetail\": \"\",\n        \"completeAfter\": 1717869467474,\n        \"completeBefore\": 1717869467474,\n        \"coordinates\": [\n            -0.15869881563038823,\n            51.51268479847148\n        ],\n        \"fullName\": \"samuel\",\n        \"phone\": \"611522\",\n        \"email\": \"abcd@pickup.org\",\n        \"placeId\": \"\" // map service place id\n    },\n    \"delivery\": {\n        \"address\": \"62 Albemarle St, London W1S 4BD, UK\",\n        \"addressDetail\": \"block A2\",\n        \"completeAfter\": 1717873067474,\n        \"completeBefore\": 1717876667474,\n        \"coordinates\": [\n            -0.1405885408344662,\n            51.50785039521855\n        ],\n        \"fullName\": \"mosi pann\",\n        \"phone\": \"1154123\",\n        \"email\": \"abcd@delivery.org\",\n        \"placeId\": \"\" // map service place id\n    },\n    \"service\": {\n        \"id\": \"c7tLEt1KOkkgcG-6Exadx\",\n        \"options\": [\n            {\n                // type=list servicetype option\n                \"id\": \"XYezIwmkhXXyKKOwVqMbL\",\n                \"dataId\": \"QQNWe9WRid2y0mOA0bmt_\"\n            },\n            {\n                // type=input servicetype option\n                \"id\": \"JlI_Ez5wyNuXMHq4FCm_m\",\n                \"inputValue\": \"20 lbs\"\n            },\n            {\n                // type=boolean servicetype option\n                \"id\": \"ElGWocOJaKXTcjW782jbr\",\n                \"dataId\": \"\"\n            }\n        ]\n    },\n    \"paymentMethod\": \"Cash\", // Cash, Wallet\n    \"paymentSide\": \"Sender\", // Sender, Receiver\n    \"draft\": true,\n    \"codAmount\": 0, // optional\n    \"uid\": \"115\", // optional\n    \"note\": \"note\", // optional\n    \"referenceId\": \"ref#112\" // optional\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/customer/order/pickup-delivery","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>customerId</code></td>\n<td>Unique identifier for the customer.</td>\n</tr>\n<tr>\n<td><code>pickup</code></td>\n<td>Pickup location object. <code>Object</code></td>\n</tr>\n<tr>\n<td><code>pickup.address</code></td>\n<td>Pickup address.</td>\n</tr>\n<tr>\n<td><code>pickup.addressDetail</code> - <code>Optional</code></td>\n<td>Additional details about the pickup address (e.g., apartment number, building name).</td>\n</tr>\n<tr>\n<td><code>pickup.completeAfter</code></td>\n<td>The earliest time for the pickup to be completed. Set <code>0</code> if it's not scheduled. <code>timestamp in ms</code></td>\n</tr>\n<tr>\n<td><code>pickup.completeBefore</code></td>\n<td>The latest time for the pickup to be completed. Set <code>0</code> if it's not scheduled. <code>timestamp in ms</code></td>\n</tr>\n<tr>\n<td><code>pickup.coordinates</code></td>\n<td>Latitude and longitude of the pickup location. <code>[long, lat]</code>  <br /><strong>Note:</strong> It's <strong>NOT</strong> [lat, long], it's vice versa.</td>\n</tr>\n<tr>\n<td><code>pickup.fullName</code> - <code>Optional</code></td>\n<td>Additional details about the pickup address (e.g., apartment number, building name).</td>\n</tr>\n<tr>\n<td><code>pickup.phone</code> - <code>Optional</code></td>\n<td>Contact phone number for the pickup location.</td>\n</tr>\n<tr>\n<td><code>pickup.email</code> - <code>Optional</code></td>\n<td>Contact email for the pickup location.</td>\n</tr>\n<tr>\n<td><code>pickup.placeId</code> - <code>Optional</code></td>\n<td>Place ID from a map service for the pickup location. You should set <code>\"\"</code> for this field.</td>\n</tr>\n<tr>\n<td><code>delivery</code></td>\n<td>Delivery location object.</td>\n</tr>\n<tr>\n<td><code>delivery.address</code></td>\n<td>Delivery address. <code>Object</code></td>\n</tr>\n<tr>\n<td><code>delivery.addressDetail</code> - <code>Optional</code></td>\n<td>It's the same as pickup.</td>\n</tr>\n<tr>\n<td><code>delivery.completeAfter</code></td>\n<td>It's the same as pickup.</td>\n</tr>\n<tr>\n<td><code>delivery.completeBefore</code></td>\n<td>It's the same as pickup.</td>\n</tr>\n<tr>\n<td><code>delivery.fullName</code> - <code>Optional</code></td>\n<td>It's the same as pickup.</td>\n</tr>\n<tr>\n<td><code>delivery.phone</code> - <code>Optional</code></td>\n<td>It's the same as pickup.</td>\n</tr>\n<tr>\n<td><code>delivery.email</code> - <code>Optional</code></td>\n<td>It's the same as pickup.</td>\n</tr>\n<tr>\n<td><code>delivery.placeId</code> - <code>Optional</code></td>\n<td>It's the same as pickup.</td>\n</tr>\n<tr>\n<td><code>service</code></td>\n<td>Details about the service being requested.</td>\n</tr>\n<tr>\n<td><code>service.id</code></td>\n<td>Unique identifier for the service.</td>\n</tr>\n<tr>\n<td><code>service.options</code></td>\n<td>List of service type options. If there is no option selected, <code>[]</code> should be set. <code>Array Of Objects</code></td>\n</tr>\n<tr>\n<td><code>service.options.id</code></td>\n<td>Unique identifier for the service option.</td>\n</tr>\n<tr>\n<td><code>service.options.dataId</code></td>\n<td>(Data ID for list or boolean service type options.</td>\n</tr>\n<tr>\n<td><code>service.options.inputValue</code></td>\n<td>Input value for input service type options.</td>\n</tr>\n<tr>\n<td><code>paymentMethod</code></td>\n<td>Method of payment. <code>Cash</code> <code>Wallet</code></td>\n</tr>\n<tr>\n<td><code>paymentSide</code></td>\n<td>Indicates who will make the payment. <code>Sender</code> <code>Receiver</code></td>\n</tr>\n<tr>\n<td><code>draft</code></td>\n<td>Indicates if the order is a draft. <code>true</code> <code>false</code>. If it's <code>false</code>, the order status will be <code>Confirmed</code>.</td>\n</tr>\n<tr>\n<td><code>codAmount</code> - <code>Optional</code></td>\n<td>Cash on delivery amount. If there is no COD, <code>0</code> should be set.</td>\n</tr>\n<tr>\n<td><code>uid</code> - <code>Optional</code></td>\n<td>Client unique identifier for preventing duplications. If there is no mechanism, set <code>\"\"</code> for this field.</td>\n</tr>\n<tr>\n<td><code>note</code> - <code>Optional</code></td>\n<td>Additional notes or instructions. <code>\"\"</code> if there is no note.</td>\n</tr>\n<tr>\n<td><code>referenceId</code> - <code>Optional</code></td>\n<td>Reference identifier for the order.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","customer","order","pickup-delivery"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"53881d20-998f-4792-a016-366c734fea35","name":"Successful - pickup/delivery address","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer AT"},{"key":"Accept-Language","value":"en"},{"key":"x-bypass-auth","value":"true"}],"body":{"mode":"raw","raw":"{\n    \"customerId\": \"ckfezc72o01f1xxo81la4bvl9\",\n    \"pickup\": {\n        \"address\": \"Cumberland Gate, London W2 2UH, UK\",\n        \"addressDetail\": \"\",\n        \"completeAfter\": 1717869467474,\n        \"completeBefore\": 1717869467474,\n        \"coordinates\": [\n            -0.15869881563038823,\n            51.51268479847148\n        ],\n        \"fullName\": \"samuel\",\n        \"phone\": \"611522\",\n        \"email\": \"abcd@pickup.org\",\n        \"placeId\": \"\" // map service place id\n    },\n    \"delivery\": {\n        \"address\": \"62 Albemarle St, London W1S 4BD, UK\",\n        \"addressDetail\": \"block A2\",\n        \"completeAfter\": 1717873067474,\n        \"completeBefore\": 1717876667474,\n        \"coordinates\": [\n            -0.1405885408344662,\n            51.50785039521855\n        ],\n        \"fullName\": \"mosi pann\",\n        \"phone\": \"1154123\",\n        \"email\": \"abcd@delivery.org\",\n        \"placeId\": \"\" // map service place id\n    },\n    \"service\": {\n        \"id\": \"ckff4xt3j00aivzo8bbfzg29x\",\n        \"options\": [\n            {\n                // type=list servicetype option\n                \"id\": \"XYezIwmkhXXyKKOwVqMbL\",\n                \"dataId\": \"QQNWe9WRid2y0mOA0bmt_\"\n            },\n            {\n                // type=input servicetype option\n                \"id\": \"JlI_Ez5wyNuXMHq4FCm_m\",\n                \"inputValue\": \"20 lbs\"\n            },\n            {\n                // type=boolean servicetype option\n                \"id\": \"ElGWocOJaKXTcjW782jbr\",\n                \"dataId\": \"\"\n            }\n        ]\n    },\n    \"paymentMethod\": \"Cash\", // Cash, Wallet\n    \"paymentSide\": \"Sender\", // Sender, Receiver (Cash only)\n    \"draft\": true,\n    \"codAmount\": 0, // optional\n    \"uid\": \"141\", // optional\n    \"note\": \"note\", // optional\n    \"referenceId\": \"ref#112\" // optional\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/customer/order/pickup-delivery"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 08 Jun 2024 17:59:12 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"etag","value":"W/\"43-CkeAdf7www6mNBOVCuMxlNIWpMQ\""},{"key":"x-powered-by","value":"Express"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=cxp6sMfDUd3EyY%2BzCdefSDflcpnXtoaYEMXtrWoOS%2BJM7%2FcMF478jetlbdrPXVmrOIe9b5fZM1caLYAhqbv1Ib7Rkxsdk0v9mW%2B6frc6O4bnUdTpSS7rblfjefZrLv0Z\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"890ac638df9f0bdc-AMS"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 0,\n    \"data\": {\n        \"orderId\": \"vqmFtLPvcazNZDsKcP-Ii\"\n    },\n    \"metadata\": {}\n}"},{"id":"c9638847-b19e-4d91-91b3-e0237160cc39","name":"Successful - pickup/delivery service point","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer AT"},{"key":"Accept-Language","value":"en"},{"key":"x-bypass-auth","value":"true"}],"body":{"mode":"raw","raw":"{\n    \"customerId\": \"ckfezc72o01f1xxo81la4bvl9\",\n    \"pickup\": {\n        \"addressDetail\": \"\",\n        \"completeAfter\": 1717869467474,\n        \"completeBefore\": 1717869467474,\n        \"fullName\": \"samuel\",\n        \"phone\": \"611522\",\n        \"email\": \"abcd@pickup.org\",\n        \"placeId\": \"\", // map service place id,\n        \"servicePointId\": \"\" // service point id/slug\n    },\n    \"delivery\": {\n        \"addressDetail\": \"block A2\",\n        \"completeAfter\": 1717873067474,\n        \"completeBefore\": 1717876667474,\n        \"fullName\": \"mosi pann\",\n        \"phone\": \"1154123\",\n        \"email\": \"abcd@delivery.org\",\n        \"placeId\": \"\", // map service place id\n        \"servicePointId\": \"\" // service point id/slug\n    },\n    \"service\": {\n        \"id\": \"ckff4xt3j00aivzo8bbfzg29x\",\n        \"options\": [\n            {\n                // type=list servicetype option\n                \"id\": \"XYezIwmkhXXyKKOwVqMbL\",\n                \"dataId\": \"QQNWe9WRid2y0mOA0bmt_\"\n            },\n            {\n                // type=input servicetype option\n                \"id\": \"JlI_Ez5wyNuXMHq4FCm_m\",\n                \"inputValue\": \"20 lbs\"\n            },\n            {\n                // type=boolean servicetype option\n                \"id\": \"ElGWocOJaKXTcjW782jbr\",\n                \"dataId\": \"\"\n            }\n        ]\n    },\n    \"paymentMethod\": \"Cash\", // Cash, Wallet\n    \"paymentSide\": \"Sender\", // Sender, Receiver (Cash only)\n    \"draft\": true,\n    \"codAmount\": 0, // optional\n    \"uid\": \"141\", // optional\n    \"note\": \"note\", // optional\n    \"referenceId\": \"ref#112\", // optional,\n    \"deliveryMethodId\": \"\" // delivery method id/slug - optional\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/customer/order/pickup-delivery"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 08 Jun 2024 17:59:12 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"etag","value":"W/\"43-CkeAdf7www6mNBOVCuMxlNIWpMQ\""},{"key":"x-powered-by","value":"Express"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=cxp6sMfDUd3EyY%2BzCdefSDflcpnXtoaYEMXtrWoOS%2BJM7%2FcMF478jetlbdrPXVmrOIe9b5fZM1caLYAhqbv1Ib7Rkxsdk0v9mW%2B6frc6O4bnUdTpSS7rblfjefZrLv0Z\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"890ac638df9f0bdc-AMS"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 0,\n    \"data\": {\n        \"orderId\": \"vqmFtLPvcazNZDsKcP-Ii\"\n    },\n    \"metadata\": {}\n}"},{"id":"d6ca1f94-7918-4d7b-91e2-d15335f7ba30","name":"LowWalletBalance","originalRequest":{"method":"POST","header":[{"key":"Accept-Language","value":"en"}],"body":{"mode":"raw","raw":"{\n    \"customerId\": \"ckfezc72o01f1xxo81la4bvl9\",\n    \"pickup\": {\n        \"address\": \"Cumberland Gate, London W2 2UH, UK\",\n        \"addressDetail\": \"\",\n        \"completeAfter\": 1717869467474,\n        \"completeBefore\": 1717869467474,\n        \"coordinates\": [\n            -0.15869881563038823,\n            51.51268479847148\n        ],\n        \"fullName\": \"samuel\",\n        \"phone\": \"611522\",\n        \"email\": \"abcd@pickup.org\",\n        \"placeId\": \"\" // map service place id\n    },\n    \"delivery\": {\n        \"address\": \"62 Albemarle St, London W1S 4BD, UK\",\n        \"addressDetail\": \"block A2\",\n        \"completeAfter\": 1717873067474,\n        \"completeBefore\": 1717876667474,\n        \"coordinates\": [\n            -0.1405885408344662,\n            51.50785039521855\n        ],\n        \"fullName\": \"mosi pann\",\n        \"phone\": \"1154123\",\n        \"email\": \"abcd@delivery.org\",\n        \"placeId\": \"\" // map service place id\n    },\n    \"service\": {\n        \"id\": \"ckff4xt3j00aivzo8bbfzg29x\",\n        \"options\": [\n            {\n                // type=list servicetype option\n                \"id\": \"XYezIwmkhXXyKKOwVqMbL\",\n                \"dataId\": \"QQNWe9WRid2y0mOA0bmt_\"\n            },\n            {\n                // type=input servicetype option\n                \"id\": \"JlI_Ez5wyNuXMHq4FCm_m\",\n                \"inputValue\": \"20 lbs\"\n            },\n            {\n                // type=boolean servicetype option\n                \"id\": \"ElGWocOJaKXTcjW782jbr\",\n                \"dataId\": \"\"\n            }\n        ]\n    },\n    \"paymentMethod\": \"Wallet\", // Cash, Wallet\n    \"paymentSide\": \"Sender\", // Sender, Receiver (Cash only)\n    \"draft\": true,\n    \"codAmount\": 150, // optional\n    \"uid\": \"10\", // optional\n    \"note\": \"note\", // optional\n    \"referenceId\": \"ref#112\" // optional\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/customer/order/pickup-delivery"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 08 Jun 2024 18:08:56 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"etag","value":"W/\"333-QxoC69LDlLaQ8wgcjmS5dipfTdA\""},{"key":"x-powered-by","value":"Express"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=e5WZAmx8wqRfl3y%2Bn5mFH3aSPHnw00EWMzTXip1bR89fixGmnWbpztTuFGGXjKfhetBkZuWANmApdqZisnBiZmr%2F%2Fy36N2fgW837mftprkK1qJLEYIuS94JYYR2Bo8Ln\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"890ad47d3dc0667c-AMS"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": -14,\n    \"message\": \"Your wallet balance is low, please recharge your wallet to create new orders.\",\n    \"data\": {},\n    \"meta\": {\n        \"stack\": \"LowWalletBalance: Your wallet balance is low, please recharge your wallet to create new orders.\\n    at PickupDeliveryOrderCrudService.createPickupDelivery (/usr/src/app/rest/dist/components/order/crud/common/services/pickup-delivery.js:276:23)\\n    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\\n    at async PickupDeliveryOrderCrudService.createPickupDelivery (/usr/src/app/rest/dist/components/order/crud/customer/services/pickup-delivery.js:57:21)\\n    at async ExpressCustomerOrderController.createPickupDeliveryOrder (/usr/src/app/rest/dist/controllers/express/customer/order.js:516:42)\",\n        \"url\": \"/api/v1/customer/order/pickup-delivery\",\n        \"method\": \"POST\"\n    }\n}"},{"id":"df407c7f-ef94-49d9-867c-8b8f5deef972","name":"BadRequest: Invalid service and order-type","originalRequest":{"method":"POST","header":[{"key":"Accept-Language","value":"en"}],"body":{"mode":"raw","raw":"{\n    \"customerId\": \"ckfezc72o01f1xxo81la4bvl9\",\n    \"pickup\": {\n        \"address\": \"Cumberland Gate, London W2 2UH, UK\",\n        \"addressDetail\": \"\",\n        \"completeAfter\": 1717869467474,\n        \"completeBefore\": 1717869467474,\n        \"coordinates\": [\n            -0.15869881563038823,\n            51.51268479847148\n        ],\n        \"fullName\": \"samuel\",\n        \"phone\": \"611522\",\n        \"email\": \"abcd@pickup.org\",\n        \"placeId\": \"\" // map service place id\n    },\n    \"delivery\": {\n        \"address\": \"62 Albemarle St, London W1S 4BD, UK\",\n        \"addressDetail\": \"block A2\",\n        \"completeAfter\": 1717873067474,\n        \"completeBefore\": 1717876667474,\n        \"coordinates\": [\n            -0.1405885408344662,\n            51.50785039521855\n        ],\n        \"fullName\": \"mosi pann\",\n        \"phone\": \"1154123\",\n        \"email\": \"abcd@delivery.org\",\n        \"placeId\": \"\" // map service place id\n    },\n    \"service\": {\n        \"id\": \"ckff4xt3j00aivzo8bbfzg29\",\n        \"options\": [\n            {\n                // type=list servicetype option\n                \"id\": \"XYezIwmkhXXyKKOwVqMbL\",\n                \"dataId\": \"QQNWe9WRid2y0mOA0bmt_\"\n            },\n            {\n                // type=input servicetype option\n                \"id\": \"JlI_Ez5wyNuXMHq4FCm_m\",\n                \"inputValue\": \"20 lbs\"\n            },\n            {\n                // type=boolean servicetype option\n                \"id\": \"ElGWocOJaKXTcjW782jbr\",\n                \"dataId\": \"\"\n            }\n        ]\n    },\n    \"paymentMethod\": \"Wallet\", // Cash, Wallet\n    \"paymentSide\": \"Sender\", // Sender, Receiver (Cash only)\n    \"draft\": true,\n    \"codAmount\": 150, // optional\n    \"uid\": \"10\", // optional\n    \"note\": \"note\", // optional\n    \"referenceId\": \"ref#112\" // optional\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/customer/order/pickup-delivery"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 08 Jun 2024 18:09:52 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"719"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"etag","value":"W/\"2cf-oUOCmMM734eHNj24CzZJAdPs/lg\""},{"key":"x-powered-by","value":"Express"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=atzxdSEl3INhOf9PDNZgb8TBIQEeuGof84Syo50r%2F8MNzSwsaPeEIvMb5UnRZM74PjIwkcnFG9o9wyg77HetkREDKwfM83bBPIvisKZNq%2FdcymyrmhX51FjlfAHsfN3v\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"890ad5dc9bbb667c-AMS"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": -400,\n    \"message\": \"Invalid service and order-type\",\n    \"data\": {},\n    \"meta\": {\n        \"stack\": \"BadRequest: Invalid service and order-type\\n    at PickupDeliveryOrderCrudService.createPickupDelivery (/usr/src/app/rest/dist/components/order/crud/common/services/pickup-delivery.js:66:19)\\n    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\\n    at async PickupDeliveryOrderCrudService.createPickupDelivery (/usr/src/app/rest/dist/components/order/crud/customer/services/pickup-delivery.js:57:21)\\n    at async ExpressCustomerOrderController.createPickupDeliveryOrder (/usr/src/app/rest/dist/controllers/express/customer/order.js:516:42)\",\n        \"url\": \"/api/v1/customer/order/pickup-delivery\",\n        \"method\": \"POST\"\n    }\n}"},{"id":"24ce7ae7-f96a-46a6-8395-42ccaaccc5ac","name":"BadRequest: COD Amount exceeds maximum limit. Please adjust.","originalRequest":{"method":"POST","header":[{"key":"Accept-Language","value":"en"}],"body":{"mode":"raw","raw":"{\n    \"customerId\": \"ckfezc72o01f1xxo81la4bvl9\",\n    \"pickup\": {\n        \"address\": \"Cumberland Gate, London W2 2UH, UK\",\n        \"addressDetail\": \"\",\n        \"completeAfter\": 1717869467474,\n        \"completeBefore\": 1717869467474,\n        \"coordinates\": [\n            -0.15869881563038823,\n            51.51268479847148\n        ],\n        \"fullName\": \"samuel\",\n        \"phone\": \"611522\",\n        \"email\": \"abcd@pickup.org\",\n        \"placeId\": \"\" // map service place id\n    },\n    \"delivery\": {\n        \"address\": \"62 Albemarle St, London W1S 4BD, UK\",\n        \"addressDetail\": \"block A2\",\n        \"completeAfter\": 1717873067474,\n        \"completeBefore\": 1717876667474,\n        \"coordinates\": [\n            -0.1405885408344662,\n            51.50785039521855\n        ],\n        \"fullName\": \"mosi pann\",\n        \"phone\": \"1154123\",\n        \"email\": \"abcd@delivery.org\",\n        \"placeId\": \"\" // map service place id\n    },\n    \"service\": {\n        \"id\": \"ckff4xt3j00aivzo8bbfzg29x\",\n        \"options\": [\n            {\n                // type=list servicetype option\n                \"id\": \"XYezIwmkhXXyKKOwVqMbL\",\n                \"dataId\": \"QQNWe9WRid2y0mOA0bmt_\"\n            },\n            {\n                // type=input servicetype option\n                \"id\": \"JlI_Ez5wyNuXMHq4FCm_m\",\n                \"inputValue\": \"20 lbs\"\n            },\n            {\n                // type=boolean servicetype option\n                \"id\": \"ElGWocOJaKXTcjW782jbr\",\n                \"dataId\": \"\"\n            }\n        ]\n    },\n    \"paymentMethod\": \"Wallet\", // Cash, Wallet\n    \"paymentSide\": \"Sender\", // Sender, Receiver (Cash only)\n    \"draft\": true,\n    \"codAmount\": 100050, // optional\n    \"uid\": \"10\", // optional\n    \"note\": \"note\", // optional\n    \"referenceId\": \"ref#112\" // optional\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/customer/order/pickup-delivery"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 08 Jun 2024 18:10:21 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"755"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"etag","value":"W/\"2f3-q1Ygp9Ula9wu07rPPki8RzvVrOo\""},{"key":"x-powered-by","value":"Express"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=5cJ5oxdXWnxAYd9Cm%2FzNiP5VOgfpFAd0%2BsQ93FsZf8PPeYNbY1wSilJOuUjXdTuB3KOOZdXwY9ax2mtfT3mlxVGXHjUWGGcm7fEcMbi0GRyC51wVbiFGnD9mdbLBUit8\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"890ad6948f8b667c-AMS"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": -400,\n    \"message\": \"COD Amount exceeds maximum limit. Please adjust.\",\n    \"data\": {},\n    \"meta\": {\n        \"stack\": \"BadRequest: COD Amount exceeds maximum limit. Please adjust.\\n    at PickupDeliveryOrderCrudService.createPickupDelivery (/usr/src/app/rest/dist/components/order/crud/common/services/pickup-delivery.js:69:19)\\n    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\\n    at async PickupDeliveryOrderCrudService.createPickupDelivery (/usr/src/app/rest/dist/components/order/crud/customer/services/pickup-delivery.js:57:21)\\n    at async ExpressCustomerOrderController.createPickupDeliveryOrder (/usr/src/app/rest/dist/controllers/express/customer/order.js:516:42)\",\n        \"url\": \"/api/v1/customer/order/pickup-delivery\",\n        \"method\": \"POST\"\n    }\n}"},{"id":"e02cd054-6700-4c9d-80c9-014638d6bbeb","name":"BadRequest: Selected payment method is invalid","originalRequest":{"method":"POST","header":[{"key":"Accept-Language","value":"en"}],"body":{"mode":"raw","raw":"{\n    \"customerId\": \"ckfezc72o01f1xxo81la4bvl9\",\n    \"pickup\": {\n        \"address\": \"Cumberland Gate, London W2 2UH, UK\",\n        \"addressDetail\": \"\",\n        \"completeAfter\": 1717869467474,\n        \"completeBefore\": 1717869467474,\n        \"coordinates\": [\n            -0.15869881563038823,\n            51.51268479847148\n        ],\n        \"fullName\": \"samuel\",\n        \"phone\": \"611522\",\n        \"email\": \"abcd@pickup.org\",\n        \"placeId\": \"\" // map service place id\n    },\n    \"delivery\": {\n        \"address\": \"62 Albemarle St, London W1S 4BD, UK\",\n        \"addressDetail\": \"block A2\",\n        \"completeAfter\": 1717873067474,\n        \"completeBefore\": 1717876667474,\n        \"coordinates\": [\n            -0.1405885408344662,\n            51.50785039521855\n        ],\n        \"fullName\": \"mosi pann\",\n        \"phone\": \"1154123\",\n        \"email\": \"abcd@delivery.org\",\n        \"placeId\": \"\" // map service place id\n    },\n    \"service\": {\n        \"id\": \"ckff4xt3j00aivzo8bbfzg29x\",\n        \"options\": [\n            {\n                // type=list servicetype option\n                \"id\": \"XYezIwmkhXXyKKOwVqMbL\",\n                \"dataId\": \"QQNWe9WRid2y0mOA0bmt_\"\n            },\n            {\n                // type=input servicetype option\n                \"id\": \"JlI_Ez5wyNuXMHq4FCm_m\",\n                \"inputValue\": \"20 lbs\"\n            },\n            {\n                // type=boolean servicetype option\n                \"id\": \"ElGWocOJaKXTcjW782jbr\",\n                \"dataId\": \"\"\n            }\n        ]\n    },\n    \"paymentMethod\": \"Wallet\", // Cash, Wallet\n    \"paymentSide\": \"Receiver\", // Sender, Receiver (Cash only)\n    \"draft\": true,\n    \"codAmount\": 150, // optional\n    \"uid\": \"10\", // optional\n    \"note\": \"note\", // optional\n    \"referenceId\": \"ref#112\" // optional\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/customer/order/pickup-delivery"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 08 Jun 2024 18:10:45 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"727"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"etag","value":"W/\"2d7-8Cjnr9TCpyaWl62fWA6+V4j6/O8\""},{"key":"x-powered-by","value":"Express"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=i0sOFi%2FMSo%2Fza%2FT1lsx%2BvDZ5PJCZATsNZ06C%2BfnSpkJ46B8XNEoOmVk848c9FyPi0iTcyFJ3aL41gapeFWXClY4wwHp8Ejocxd782%2FVQ20724lE97s9wqEv%2BrFm3ur24\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"890ad72a3fdc667c-AMS"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": -400,\n    \"message\": \"Selected payment method is invalid\",\n    \"data\": {},\n    \"meta\": {\n        \"stack\": \"BadRequest: Selected payment method is invalid\\n    at PickupDeliveryOrderCrudService.createPickupDelivery (/usr/src/app/rest/dist/components/order/crud/common/services/pickup-delivery.js:80:19)\\n    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\\n    at async PickupDeliveryOrderCrudService.createPickupDelivery (/usr/src/app/rest/dist/components/order/crud/customer/services/pickup-delivery.js:57:21)\\n    at async ExpressCustomerOrderController.createPickupDeliveryOrder (/usr/src/app/rest/dist/controllers/express/customer/order.js:516:42)\",\n        \"url\": \"/api/v1/customer/order/pickup-delivery\",\n        \"method\": \"POST\"\n    }\n}"},{"id":"68af17f6-e83b-4e95-b43d-092948c50558","name":"Forbidden: The order's pickup/delivery zone not found","originalRequest":{"method":"POST","header":[{"key":"Accept-Language","value":"en"}],"body":{"mode":"raw","raw":"{\n    \"customerId\": \"ckfezc72o01f1xxo81la4bvl9\",\n    \"pickup\": {\n        \"address\": \"Cumberland Gate, London W2 2UH, UK\",\n        \"addressDetail\": \"\",\n        \"completeAfter\": 1717869467474,\n        \"completeBefore\": 1717869467474,\n        \"coordinates\": [\n            -0.15869881563038823,\n            1.51268479847148\n        ],\n        \"fullName\": \"samuel\",\n        \"phone\": \"611522\",\n        \"email\": \"abcd@pickup.org\",\n        \"placeId\": \"\" // map service place id\n    },\n    \"delivery\": {\n        \"address\": \"62 Albemarle St, London W1S 4BD, UK\",\n        \"addressDetail\": \"block A2\",\n        \"completeAfter\": 1717873067474,\n        \"completeBefore\": 1717876667474,\n        \"coordinates\": [\n            -0.1405885408344662,\n            51.50785039521855\n        ],\n        \"fullName\": \"mosi pann\",\n        \"phone\": \"1154123\",\n        \"email\": \"abcd@delivery.org\",\n        \"placeId\": \"\" // map service place id\n    },\n    \"service\": {\n        \"id\": \"ckff4xt3j00aivzo8bbfzg29x\",\n        \"options\": [\n            {\n                // type=list servicetype option\n                \"id\": \"XYezIwmkhXXyKKOwVqMbL\",\n                \"dataId\": \"QQNWe9WRid2y0mOA0bmt_\"\n            },\n            {\n                // type=input servicetype option\n                \"id\": \"JlI_Ez5wyNuXMHq4FCm_m\",\n                \"inputValue\": \"20 lbs\"\n            },\n            {\n                // type=boolean servicetype option\n                \"id\": \"ElGWocOJaKXTcjW782jbr\",\n                \"dataId\": \"\"\n            }\n        ]\n    },\n    \"paymentMethod\": \"Wallet\", // Cash, Wallet\n    \"paymentSide\": \"Sender\", // Sender, Receiver (Cash only)\n    \"draft\": true,\n    \"codAmount\": 150, // optional\n    \"uid\": \"101\", // optional\n    \"note\": \"note\", // optional\n    \"referenceId\": \"ref#112\" // optional\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/customer/order/pickup-delivery"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 08 Jun 2024 18:11:36 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"etag","value":"W/\"2e7-LTBN1t7oTN9qqLSiU1PNrJtLzZg\""},{"key":"x-powered-by","value":"Express"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=yLJXUgnvb4xWNSXW26cCRLkRK80rkeg2sTKjZVEViuK%2BYDVWUxGL5QmjlORj9qXsVkhd9WYx2VZuyakJQW3URM45uOlQaIGysk89noako7%2FZnNDt4uKr1C4osjJorI%2Fo\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"890ad865bff4667c-AMS"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": -403,\n    \"message\": \"The order's pickup/delivery zone not found\",\n    \"data\": {},\n    \"meta\": {\n        \"stack\": \"Forbidden: The order's pickup/delivery zone not found\\n    at PickupDeliveryOrderCrudService.createPickupDelivery (/usr/src/app/rest/dist/components/order/crud/common/services/pickup-delivery.js:223:19)\\n    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\\n    at async PickupDeliveryOrderCrudService.createPickupDelivery (/usr/src/app/rest/dist/components/order/crud/customer/services/pickup-delivery.js:57:21)\\n    at async ExpressCustomerOrderController.createPickupDeliveryOrder (/usr/src/app/rest/dist/controllers/express/customer/order.js:516:42)\",\n        \"url\": \"/api/v1/customer/order/pickup-delivery\",\n        \"method\": \"POST\"\n    }\n}"},{"id":"92749464-61de-461b-b142-a70ad19d4c7f","name":"InputValidationError","originalRequest":{"method":"POST","header":[{"key":"Accept-Language","value":"en"}],"body":{"mode":"raw","raw":"{\n\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/customer/order/pickup-delivery"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 08 Jun 2024 18:12:15 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1930"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"etag","value":"W/\"78a-9h+C09ds/OBOrebn79ILbLBGRmc\""},{"key":"x-powered-by","value":"Express"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=EggBwXxNXrDLmkIjTyDxKYW8R4hjblfD%2BdIfgkLCTbB%2FroVddV2HVfv8W2Cysa6CN46iKmkEVQ45iWzBD8Ei1HqaEkhJ1Wmhgxk7S7VtmrUbJiWMO5YOqiLcF6H3dARt\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"890ad95eaeab667c-AMS"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": -1,\n    \"message\": \"\\\"pickup\\\" is required (pickup),\\\"service\\\" is required (service),\\\"paymentMethod\\\" is required (paymentMethod),\\\"paymentSide\\\" is required (paymentSide),\\\"customerId\\\" is required (customerId)\",\n    \"data\": {},\n    \"meta\": {\n        \"stack\": \"InputValidationError: \\\"pickup\\\" is required (pickup),\\\"service\\\" is required (service),\\\"paymentMethod\\\" is required (paymentMethod),\\\"paymentSide\\\" is required (paymentSide),\\\"customerId\\\" is required (customerId)\\n    at validate (/usr/src/app/rest/dist/core/express/middlewares/validator.js:37:15)\\n    at /usr/src/app/rest/dist/core/express/middlewares/validator.js:8:51\\n    at Layer.handle [as handle_request] (/usr/src/app/rest/node_modules/express/lib/router/layer.js:95:5)\\n    at next (/usr/src/app/rest/node_modules/express/lib/router/route.js:149:13)\\n    at Route.dispatch (/usr/src/app/rest/node_modules/express/lib/router/route.js:119:3)\\n    at Layer.handle [as handle_request] (/usr/src/app/rest/node_modules/express/lib/router/layer.js:95:5)\\n    at /usr/src/app/rest/node_modules/express/lib/router/index.js:284:15\\n    at Function.process_params (/usr/src/app/rest/node_modules/express/lib/router/index.js:346:12)\\n    at next (/usr/src/app/rest/node_modules/express/lib/router/index.js:280:10)\\n    at Function.handle (/usr/src/app/rest/node_modules/express/lib/router/index.js:175:3)\\n    at router (/usr/src/app/rest/node_modules/express/lib/router/index.js:47:12)\\n    at Layer.handle [as handle_request] (/usr/src/app/rest/node_modules/express/lib/router/layer.js:95:5)\\n    at trim_prefix (/usr/src/app/rest/node_modules/express/lib/router/index.js:328:13)\\n    at /usr/src/app/rest/node_modules/express/lib/router/index.js:286:9\\n    at param (/usr/src/app/rest/node_modules/express/lib/router/index.js:365:14)\\n    at param (/usr/src/app/rest/node_modules/express/lib/router/index.js:376:14)\",\n        \"url\": \"/api/v1/customer/order/pickup-delivery\",\n        \"method\": \"POST\"\n    }\n}"},{"id":"aa69dd30-4438-47d6-b75f-b254bb0b35c1","name":"JWTAuthenticationError","originalRequest":{"method":"POST","header":[{"key":"Accept-Language","value":"en"}],"body":{"mode":"raw","raw":"{\n    \"customerId\": \"ckfezc72o01f1xxo81la4bvl9\",\n    \"pickup\": {\n        \"address\": \"Cumberland Gate, London W2 2UH, UK\",\n        \"addressDetail\": \"\",\n        \"completeAfter\": 1717869467474,\n        \"completeBefore\": 1717869467474,\n        \"coordinates\": [\n            -0.15869881563038823,\n            51.51268479847148\n        ],\n        \"fullName\": \"samuel\",\n        \"phone\": \"611522\",\n        \"email\": \"abcd@pickup.org\",\n        \"placeId\": \"\" // map service place id\n    },\n    \"delivery\": {\n        \"address\": \"62 Albemarle St, London W1S 4BD, UK\",\n        \"addressDetail\": \"block A2\",\n        \"completeAfter\": 1717873067474,\n        \"completeBefore\": 1717876667474,\n        \"coordinates\": [\n            -0.1405885408344662,\n            51.50785039521855\n        ],\n        \"fullName\": \"mosi pann\",\n        \"phone\": \"1154123\",\n        \"email\": \"abcd@delivery.org\",\n        \"placeId\": \"\" // map service place id\n    },\n    \"service\": {\n        \"id\": \"ckff4xt3j00aivzo8bbfzg29x\",\n        \"options\": [\n            {\n                // type=list servicetype option\n                \"id\": \"XYezIwmkhXXyKKOwVqMbL\",\n                \"dataId\": \"QQNWe9WRid2y0mOA0bmt_\"\n            },\n            {\n                // type=input servicetype option\n                \"id\": \"JlI_Ez5wyNuXMHq4FCm_m\",\n                \"inputValue\": \"20 lbs\"\n            },\n            {\n                // type=boolean servicetype option\n                \"id\": \"ElGWocOJaKXTcjW782jbr\",\n                \"dataId\": \"\"\n            }\n        ]\n    },\n    \"paymentMethod\": \"Wallet\", // Cash, Wallet\n    \"paymentSide\": \"Sender\", // Sender, Receiver (Cash only)\n    \"draft\": true,\n    \"codAmount\": 150, // optional\n    \"uid\": \"101\", // optional\n    \"note\": \"note\", // optional\n    \"referenceId\": \"ref#112\" // optional\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/customer/order/pickup-delivery"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 08 Jun 2024 18:12:28 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"420"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"etag","value":"W/\"1a4-TVm+vXypThGwj39WSJoTZXsesmQ\""},{"key":"x-powered-by","value":"Express"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=1Fwyi6BiG6L5WQeWxVHrstYDScmqOcssnyN%2FXqFZsFcCRc7ziLBi3iuK1LXVYi1%2B8Y8guy3F3ulqX8KLQYxNZOJm3%2FfqdUB0jndx3kL90XIfqanMNt%2BwoDrbGtLOUgmB\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"890ad9ad1870667c-AMS"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": -9,\n    \"message\": \"JWTAuthenticationError,invalid signature\",\n    \"data\": {},\n    \"meta\": {\n        \"stack\": \"JWTAuthenticationError: JWTAuthenticationError,invalid signature\\n    at ExpressCustomerAuthMiddleware.authenticate (/usr/src/app/rest/dist/core/express/middlewares/auth.js:154:22)\\n    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\",\n        \"url\": \"/api/v1/customer/order/pickup-delivery\",\n        \"method\": \"POST\"\n    }\n}"}],"_postman_id":"c5506181-4b26-44d3-91be-99debca7bfa0"},{"name":"Order Info","id":"c9bb6dbf-e0a3-4ca5-a90e-58d7ebce1770","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept-Language","value":"en"}],"url":"{{baseUrl}}/api/v1/customer/order/e7LMNBN_kA4H_GkHlxlUe?customerId=ckfezc72o01f1xxo81la4bvl9","description":"<p>Possible Statuses :\n['Pending', 'Assigned', 'Started', 'PickedUp', 'Arrived' ]</p>\n","urlObject":{"path":["api","v1","customer","order","e7LMNBN_kA4H_GkHlxlUe"],"host":["{{baseUrl}}"],"query":[{"key":"customerId","value":"ckfezc72o01f1xxo81la4bvl9"}],"variable":[]}},"response":[{"id":"d869f6cd-985b-456d-98fd-bfbc0f97a5e0","name":"Successful","originalRequest":{"method":"GET","header":[{"key":"Accept-Language","value":"en"}],"url":{"raw":"{{baseUrl}}/api/v1/customer/order/e7LMNBN_kA4H_GkHlxlUe?customerId=ckfezc72o01f1xxo81la4bvl9","host":["{{baseUrl}}"],"path":["api","v1","customer","order","e7LMNBN_kA4H_GkHlxlUe"],"query":[{"key":"customerId","value":"ckfezc72o01f1xxo81la4bvl9"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 08 Jun 2024 18:21:42 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"etag","value":"W/\"d6c-b+A827QJ4cG5ogWMjD3NBUJoKiw\""},{"key":"x-powered-by","value":"Express"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=xBAAdnWgbVQ4BdahWH20fgCpHE91GkZj0v1gCn42028KRbX2gdeFstTFeNaHT9ixpz7lUNKALIGzISvJ5g91bCskc5wmbPff14cDbpecoVPkXr5Wzj354duL9YVXHob9\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"890ae7329dcf667c-AMS"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 0,\n    \"message\": \"\",\n    \"data\": {\n        \"id\": \"e7LMNBN_kA4H_GkHlxlUe\",\n        \"status\": \"Draft\",\n        \"type\": \"PickupDelivery\",\n        \"statusMessage\": \"\",\n        \"price\": 0,\n        \"code\": \"#ZNV5X033H\",\n        \"statusDescription\": \"Draft\",\n        \"paymentMethod\": \"Cash\",\n        \"paymentSide\": \"Sender\",\n        \"currencyCode\": \"GBP\",\n        \"promoCode\": \"\",\n        \"promoAmount\": 0,\n        \"promoPercentage\": 0,\n        \"trackOrder\": \"https://tr.onro.org/cgc4oQeifb\",\n        \"trackOrderMessage\": \"\",\n        \"paymentProvider\": null,\n        \"paymentMethodId\": null,\n        \"cardInfo\": null,\n        \"customerRate\": null,\n        \"customerRateText\": null,\n        \"hasFeedbackPageSeen\": null,\n        \"customerReceiptUrl\": \"https://dispatcher.onro.org/admin/order/customer/receipt/4e5d074fde4affcc876937fbbde34bd2\",\n        \"pickupOrderTrackUrl\": \"https://tr.onro.org/cgc4oQeifb\",\n        \"deliveryOrderTrackUrl\": \"https://tr.onro.org/cgc4oQeifb\",\n        \"cardChargeDescription\": null,\n        \"isCardCharged\": null,\n        \"shipmentLabelUrl\": \"https://dispatcher.onro.org/admin/order/shipment-label/4e5d074fde4affcc876937fbbde34bd2\",\n        \"codAmount\": 0,\n        \"service\": {\n            \"id\": \"c7tLEt1KOkkgcG-6Exadx\",\n            \"title\": \"Box\",\n            \"icon\": \"https://onro.fra1.cdn.digitaloceanspaces.com/onro/services/qiaINAKxULnu8Z6m7sWrd0i4.png\",\n            \"setting\": {\n                \"enableReceiverCash\": true,\n                \"isCashBySenderActive\": true,\n                \"enableCustomerPhoto\": false,\n                \"isCODActive\": true,\n                \"enablePod\": true,\n                \"enableDriverPhoto\": false,\n                \"isAddressDetailsActive\": true\n            },\n            \"options\": [\n                {\n                    \"id\": \"XYezIwmkhXXyKKOwVqMbL\",\n                    \"title\": \"Box weight\",\n                    \"type\": \"list\",\n                    \"dataId\": \"QQNWe9WRid2y0mOA0bmt_\",\n                    \"dataTitle\": \"50 kilograms\",\n                    \"inputValue\": null,\n                    \"inputType\": null,\n                    \"isRequired\": false\n                },\n                {\n                    \"id\": \"JlI_Ez5wyNuXMHq4FCm_m\",\n                    \"title\": \"Exact weight\",\n                    \"type\": \"input\",\n                    \"dataId\": null,\n                    \"dataTitle\": \"\",\n                    \"inputValue\": \"20 lbs\",\n                    \"inputType\": \"text\",\n                    \"isRequired\": false\n                },\n                {\n                    \"id\": \"ElGWocOJaKXTcjW782jbr\",\n                    \"title\": \"Important document\",\n                    \"type\": \"boolean\",\n                    \"dataId\": null,\n                    \"dataTitle\": \"\",\n                    \"inputValue\": null,\n                    \"inputType\": null,\n                    \"isRequired\": null\n                }\n            ],\n            \"scheduleSetting\": {\n                \"isActive\": true,\n                \"isPickupNowActive\": false,\n                \"scheduleDateRangeAfter\": 600000,\n                \"scheduleDateRangeBefore\": 1200000000,\n                \"scheduleDateStep\": 600000,\n                \"hasDropoffScheduling\": true,\n                \"guidelines\": \"1. select your Pickup time 2. Select your Dropoff time 3. Place your order.\"\n            }\n        },\n        \"createdAt\": 1717870565503,\n        \"estimatedDistanceInMeters\": 2405,\n        \"estimatedDuration\": 510,\n        \"note\": \"note\",\n        \"referenceId\": \"ref#112\",\n        \"stage\": \"Pickup\",\n        \"statusUpdatedAt\": 1717870565503,\n        \"pickup\": {\n            \"address\": \"Cumberland Gate, London W2 2UH, UK\",\n            \"addressDetail\": \"\",\n            \"coordinates\": [\n                -0.15869881563038823,\n                51.51268479847148\n            ],\n            \"placeId\": \"\",\n            \"fullName\": \"samuel\",\n            \"phone\": \"00611522\",\n            \"email\": \"abcd@pickup.org\",\n            \"podPhoto\": \"\",\n            \"podSignature\": \"\",\n            \"podNote\": \"\",\n            \"completeAfter\": 1717869467474,\n            \"completeBefore\": 1717869467474,\n            \"buildingBlock\": \"\",\n            \"floor\": \"\",\n            \"room\": \"\",\n            \"scheduleDateAfter\": 1717869467474,\n            \"scheduleDateBefore\": 1717869467474,\n            \"customerDescription\": \"note\",\n            \"driverDescription\": \"\"\n        },\n        \"dropoff\": {\n            \"address\": \"Cumberland Gate, London W2 2UH, UK\",\n            \"coordinates\": [\n                -0.15869881563038823,\n                51.51268479847148\n            ],\n            \"placeId\": \"\",\n            \"fullName\": \"samuel\",\n            \"phone\": \"00611522\",\n            \"email\": \"abcd@pickup.org\",\n            \"podPhoto\": \"\",\n            \"podSignature\": \"\",\n            \"buildingBlock\": \"\",\n            \"floor\": \"\",\n            \"room\": \"\",\n            \"scheduleDateAfter\": 1717869467474,\n            \"scheduleDateBefore\": 1717869467474,\n            \"customerDescription\": \"note\",\n            \"driverDescription\": \"\"\n        },\n        \"delivery\": {\n            \"address\": \"62 Albemarle St, London W1S 4BD, UK\",\n            \"addressDetail\": \"block A2\",\n            \"coordinates\": [\n                -0.1405885408344662,\n                51.50785039521855\n            ],\n            \"placeId\": \"\",\n            \"fullName\": \"mosi pann\",\n            \"phone\": \"001154123\",\n            \"email\": \"abcd@delivery.org\",\n            \"podPhoto\": \"\",\n            \"podSignature\": \"\",\n            \"podNote\": \"\",\n            \"completeAfter\": 1717873067474,\n            \"completeBefore\": 1717876667474\n        },\n        \"customerPhoto\": \"\",\n        \"isScheduled\": true\n    },\n    \"metadata\": {}\n}"},{"id":"fa741026-f3e8-47a9-a908-4c25d9f86b80","name":"BadRequest: Order not found","originalRequest":{"method":"GET","header":[{"key":"Accept-Language","value":"en"}],"url":{"raw":"{{baseUrl}}/api/v1/customer/order/e7LMNBN_kA4H_GkHlxlUe?customerId=ckfezc72o01f1xxo81la4bvl","host":["{{baseUrl}}"],"path":["api","v1","customer","order","e7LMNBN_kA4H_GkHlxlUe"],"query":[{"key":"customerId","value":"ckfezc72o01f1xxo81la4bvl"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 08 Jun 2024 18:24:14 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"530"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"etag","value":"W/\"212-i+uUeIKXZ4pGO+Kyxloh39Z1Mc4\""},{"key":"x-powered-by","value":"Express"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=6FzsV6AuGsm7Qdoe2WZ%2BmFkjduJM6s2AV8b3BYMSVGuAf7HDdmuOvX77jaQNjRjY3EWY%2FrzdvbwXsXVwAcs79NiJr%2Fqmck6toYtQ1lHKSzjrLhCECvkbscaFHQ7eeJCJ\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"890aeaebaeef667c-AMS"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": -400,\n    \"message\": \"Order not found\",\n    \"data\": {},\n    \"meta\": {\n        \"stack\": \"BadRequest: Order not found\\n    at OrderCrudService.getOrderInfo (/usr/src/app/rest/dist/components/order/crud/customer/services/crud.js:82:19)\\n    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\\n    at async ExpressCustomerOrderController.getOrderInfo (/usr/src/app/rest/dist/controllers/express/customer/order.js:184:27)\",\n        \"url\": \"/api/v1/customer/order/e7LMNBN_kA4H_GkHlxlUe?customerId=ckfezc72o01f1xxo81la4bvl\",\n        \"method\": \"GET\"\n    }\n}"},{"id":"25c53836-0a05-4585-9dc7-33f2efe0d086","name":"JWTAuthenticationError: JWTAuthenticationError,invalid signature","originalRequest":{"method":"GET","header":[{"key":"Accept-Language","value":"en"}],"url":{"raw":"{{baseUrl}}/api/v1/customer/order/e7LMNBN_kA4H_GkHlxlUe?customerId=ckfezc72o01f1xxo81la4bvl9","host":["{{baseUrl}}"],"path":["api","v1","customer","order","e7LMNBN_kA4H_GkHlxlUe"],"query":[{"key":"customerId","value":"ckfezc72o01f1xxo81la4bvl9"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 08 Jun 2024 18:25:11 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"462"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"etag","value":"W/\"1ce-sHnYCsTIvBHniWeF0Td0I/J2ojY\""},{"key":"x-powered-by","value":"Express"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=7nQjMpB71STgipZ2lj0LeNsTi2h3oITS%2FRB9pYEaoQJASOl16D6oW9qzs3oc62NeDOJGiguJ19uAXBNckQhoz%2BQLnoo4t6PMmah7NwMrXfVWOCzvndFtnqt19noRUez%2B\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"890aec4e8ef7667c-AMS"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": -9,\n    \"message\": \"JWTAuthenticationError,invalid signature\",\n    \"data\": {},\n    \"meta\": {\n        \"stack\": \"JWTAuthenticationError: JWTAuthenticationError,invalid signature\\n    at ExpressCustomerAuthMiddleware.authenticate (/usr/src/app/rest/dist/core/express/middlewares/auth.js:154:22)\\n    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\",\n        \"url\": \"/api/v1/customer/order/e7LMNBN_kA4H_GkHlxlUe?customerId=ckfezc72o01f1xxo81la4bvl9\",\n        \"method\": \"GET\"\n    }\n}"}],"_postman_id":"c9bb6dbf-e0a3-4ca5-a90e-58d7ebce1770"},{"name":"Calculate Cost","id":"f5442b86-98ff-495d-8c69-a8c6fbca152a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept-Language","value":"en"}],"body":{"mode":"raw","raw":"{\n    \"customerId\": \"ckfezc72o01f1xxo81la4bvl9\",\n    \"pickup\": {\n        \"coordinates\": [\n            -0.15869881563038823,\n            51.51268479847148\n        ],\n        \"completeAfter\": 0,\n        \"completeBefore\": 0\n    },\n    \"delivery\": {\n        \"coordinates\": [\n            -0.1405885408344662,\n            51.50785039521855\n        ],\n        \"completeAfter\": 0,\n        \"completeBefore\": 0\n    },\n    \"service\": {\n        \"id\": \"c7tLEt1KOkkgcG-6Exadx\",\n        \"options\": [\n            {\n                // type=list servicetype option\n                \"id\": \"XYezIwmkhXXyKKOwVqMbL\",\n                \"dataId\": \"QQNWe9WRid2y0mOA0bmt_\"\n            },\n            {\n                // type=input servicetype option\n                \"id\": \"JlI_Ez5wyNuXMHq4FCm_m\",\n                \"inputValue\": \"20 lbs\"\n            },\n            {\n                // type=boolean servicetype option\n                \"id\": \"ElGWocOJaKXTcjW782jbr\",\n                \"dataId\": \"\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/customer/order/pickup-delivery/calculate-price","urlObject":{"path":["api","v1","customer","order","pickup-delivery","calculate-price"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"4d990498-7e2b-46f3-8e18-6dcb5d944c8a","name":"Successful","originalRequest":{"method":"POST","header":[{"key":"Accept-Language","value":"en"}],"body":{"mode":"raw","raw":"{\n    \"customerId\": \"ckfezc72o01f1xxo81la4bvl9\",\n    \"pickup\": {\n        \"coordinates\": [\n            -0.15869881563038823,\n            51.51268479847148\n        ],\n        \"completeAfter\": 0,\n        \"completeBefore\": 0\n    },\n    \"delivery\": {\n        \"coordinates\": [\n            -0.1405885408344662,\n            51.50785039521855\n        ],\n        \"completeAfter\": 0,\n        \"completeBefore\": 0\n    },\n    \"service\": {\n        \"id\": \"c7tLEt1KOkkgcG-6Exadx\",\n        \"options\": [\n            {\n                // type=list servicetype option\n                \"id\": \"XYezIwmkhXXyKKOwVqMbL\",\n                \"dataId\": \"QQNWe9WRid2y0mOA0bmt_\"\n            },\n            {\n                // type=input servicetype option\n                \"id\": \"JlI_Ez5wyNuXMHq4FCm_m\",\n                \"inputValue\": \"20 lbs\"\n            },\n            {\n                // type=boolean servicetype option\n                \"id\": \"ElGWocOJaKXTcjW782jbr\",\n                \"dataId\": \"\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/customer/order/pickup-delivery/calculate-price"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 08 Jun 2024 18:26:57 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"etag","value":"W/\"4d-tn7Pc9bftpoKWofzZ1xMUV1rrNM\""},{"key":"x-powered-by","value":"Express"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=o9xCNJuKx5aB48QUGkBN9y4q1ebOZdXzVu%2FUR95xCI0DJwao9%2BfI3suvp24uekkXVDV19%2Bw7ytJxXx98RYKOpjnYksio2fsets5t3LkifpDx4O8QNWu6nzu7Nbfxqz0L\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"890aeee4bfd1667c-AMS"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 0,\n    \"message\": \"\",\n    \"data\": {\n        \"price\": 120,\n        \"currencyCode\": \"GBP\"\n    },\n    \"metadata\": {}\n}"},{"id":"0425548e-1aa9-4d54-98f4-a421f9e3d43c","name":"BadRequest: Service unavailable","originalRequest":{"method":"POST","header":[{"key":"Accept-Language","value":"en"}],"body":{"mode":"raw","raw":"{\n    \"customerId\": \"ckfezc72o01f1xxo81la4bvl9\",\n    \"pickup\": {\n        \"coordinates\": [\n            -0.15869881563038823,\n            51.51268479847148\n        ],\n        \"completeAfter\": 0,\n        \"completeBefore\": 0\n    },\n    \"delivery\": {\n        \"coordinates\": [\n            -0.1405885408344662,\n            51.50785039521855\n        ],\n        \"completeAfter\": 0,\n        \"completeBefore\": 0\n    },\n    \"service\": {\n        \"id\": \"ckx5c2kf01z9sgno8bmvmgu8q\",\n        \"options\": [\n            {\n                \"id\": \"KTEPiXyLtnVIwAR7GCZoM\",\n                \"dataId\": \"2aMvqEnRVEeU1FmqlNUWa\"\n            },\n            {\n                \"id\": \"ckff5b7kg00b3vzo895c7afbt\",\n                \"dataId\": \"\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/customer/order/pickup-delivery/calculate-price"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 08 Jun 2024 18:26:10 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"532"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"etag","value":"W/\"214-+txsAckRahl6XjSdoG0WMMaGYis\""},{"key":"x-powered-by","value":"Express"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=AaXy53N3uk5MB%2FYrP2Y4O%2BAZLh9%2BDT3BippQvQs%2BOyUlmI6Tb0e0S4WCevawPEMTQnWpg5i5sssmNx6tqN52%2F5rubRGZz5tAFaxq%2BcXpnTsp0UFBJBbu0S57szRgDEoW\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"890aedc1ff7a667c-AMS"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": -400,\n    \"message\": \"Service unavailable\",\n    \"data\": {},\n    \"meta\": {\n        \"stack\": \"BadRequest: Service unavailable\\n    at PricingService.calculatePickupDelivery (/usr/src/app/rest/dist/components/pricing/common/services/pricing.js:364:19)\\n    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\\n    at async ExpressCustomerOrderController.calculatePickupDelivery (/usr/src/app/rest/dist/controllers/express/customer/order.js:569:45)\",\n        \"url\": \"/api/v1/customer/order/pickup-delivery/calculate-price\",\n        \"method\": \"POST\"\n    }\n}"},{"id":"306e9601-9714-465a-8092-59bc242da2b3","name":"InputValidationError","originalRequest":{"method":"POST","header":[{"key":"Accept-Language","value":"en"}],"body":{"mode":"raw","raw":"{\n\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/customer/order/pickup-delivery/calculate-price"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 08 Jun 2024 18:27:22 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1770"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"etag","value":"W/\"6ea-cU36W3Q+URJyy43g1b69h+BbiwE\""},{"key":"x-powered-by","value":"Express"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=A8y4am%2Fo9rSlCrOS%2FBPKyhjErSIQVtnHX8aSlV%2B%2F9%2BdwpOdI9nE2JcrEoRu2Iy%2BJLoPzll47cF2SvXVKLKaUcujToECMXyCLGsnGMXJuV8SLnhvqNM0lanH6l3%2FVPuNy\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"890aef82fb67667c-AMS"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": -1,\n    \"message\": \"\\\"customerId\\\" is required (customerId),\\\"pickup\\\" is required (pickup),\\\"service\\\" is required (service)\",\n    \"data\": {},\n    \"meta\": {\n        \"stack\": \"InputValidationError: \\\"customerId\\\" is required (customerId),\\\"pickup\\\" is required (pickup),\\\"service\\\" is required (service)\\n    at validate (/usr/src/app/rest/dist/core/express/middlewares/validator.js:37:15)\\n    at /usr/src/app/rest/dist/core/express/middlewares/validator.js:8:51\\n    at Layer.handle [as handle_request] (/usr/src/app/rest/node_modules/express/lib/router/layer.js:95:5)\\n    at next (/usr/src/app/rest/node_modules/express/lib/router/route.js:149:13)\\n    at Route.dispatch (/usr/src/app/rest/node_modules/express/lib/router/route.js:119:3)\\n    at Layer.handle [as handle_request] (/usr/src/app/rest/node_modules/express/lib/router/layer.js:95:5)\\n    at /usr/src/app/rest/node_modules/express/lib/router/index.js:284:15\\n    at Function.process_params (/usr/src/app/rest/node_modules/express/lib/router/index.js:346:12)\\n    at next (/usr/src/app/rest/node_modules/express/lib/router/index.js:280:10)\\n    at Function.handle (/usr/src/app/rest/node_modules/express/lib/router/index.js:175:3)\\n    at router (/usr/src/app/rest/node_modules/express/lib/router/index.js:47:12)\\n    at Layer.handle [as handle_request] (/usr/src/app/rest/node_modules/express/lib/router/layer.js:95:5)\\n    at trim_prefix (/usr/src/app/rest/node_modules/express/lib/router/index.js:328:13)\\n    at /usr/src/app/rest/node_modules/express/lib/router/index.js:286:9\\n    at param (/usr/src/app/rest/node_modules/express/lib/router/index.js:365:14)\\n    at param (/usr/src/app/rest/node_modules/express/lib/router/index.js:376:14)\",\n        \"url\": \"/api/v1/customer/order/pickup-delivery/calculate-price\",\n        \"method\": \"POST\"\n    }\n}"},{"id":"d403fc0e-e458-4759-96ef-406796eeae01","name":"JWTAuthenticationError","originalRequest":{"method":"POST","header":[{"key":"Accept-Language","value":"en"}],"body":{"mode":"raw","raw":"{\n    \"customerId\": \"ckfezc72o01f1xxo81la4bvl9\",\n    \"pickup\": {\n        \"coordinates\": [\n            -0.15869881563038823,\n            51.51268479847148\n        ],\n        \"completeAfter\": 0,\n        \"completeBefore\": 0\n    },\n    \"delivery\": {\n        \"coordinates\": [\n            -0.1405885408344662,\n            51.50785039521855\n        ],\n        \"completeAfter\": 0,\n        \"completeBefore\": 0\n    },\n    \"service\": {\n        \"id\": \"c7tLEt1KOkkgcG-6Exadx\",\n        \"options\": [\n            {\n                // type=list servicetype option\n                \"id\": \"XYezIwmkhXXyKKOwVqMbL\",\n                \"dataId\": \"QQNWe9WRid2y0mOA0bmt_\"\n            },\n            {\n                // type=input servicetype option\n                \"id\": \"JlI_Ez5wyNuXMHq4FCm_m\",\n                \"inputValue\": \"20 lbs\"\n            },\n            {\n                // type=boolean servicetype option\n                \"id\": \"ElGWocOJaKXTcjW782jbr\",\n                \"dataId\": \"\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{rest}}/api/v1/customer/order/pickup-delivery/calculate-price"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 08 Jun 2024 18:27:37 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"436"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"etag","value":"W/\"1b4-QnyCRNit9wF6yA1twgK0QEhYkWk\""},{"key":"x-powered-by","value":"Express"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=30%2F85ASy2na6azJy0hgpBB0abRd%2B%2B72hwPFSELfZwmRQUgYyve7bmpeehkiFvILcQYjqRL7nBzWHWzNMjyGIwSd%2BXfGKt%2BcM3iXmS0KitKOClwsHsYLRMET2fVhezBPp\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"890aefe1fc95667c-AMS"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": -9,\n    \"message\": \"JWTAuthenticationError,invalid signature\",\n    \"data\": {},\n    \"meta\": {\n        \"stack\": \"JWTAuthenticationError: JWTAuthenticationError,invalid signature\\n    at ExpressCustomerAuthMiddleware.authenticate (/usr/src/app/rest/dist/core/express/middlewares/auth.js:154:22)\\n    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\",\n        \"url\": \"/api/v1/customer/order/pickup-delivery/calculate-price\",\n        \"method\": \"POST\"\n    }\n}"}],"_postman_id":"f5442b86-98ff-495d-8c69-a8c6fbca152a"},{"name":"Confirm Order","id":"5316fbee-ee39-4002-abda-cc1171be62dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept-Language","value":"en"}],"body":{"mode":"raw","raw":"{\n    \"orderId\": \"e7LMNBN_kA4H_GkHlxlUe\",\n\t\"customerId\": \"ckfezc72o01f1xxo81la4bvl\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/customer/order/pickup-delivery/confirm","urlObject":{"path":["api","v1","customer","order","pickup-delivery","confirm"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"afe97000-7d73-447c-9d45-ce67cc3e8cf5","name":"Successful","originalRequest":{"method":"POST","header":[{"key":"Accept-Language","value":"en"}],"body":{"mode":"raw","raw":"{\n    \"orderId\": \"e7LMNBN_kA4H_GkHlxlUe\",\n\t\"customerId\": \"ckfezc72o01f1xxo81la4bvl9\"\n}","options":{"raw":{"language":"json"}}},"url":"{{rest}}/api/v1/customer/order/pickup-delivery/confirm"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 08 Jun 2024 18:29:04 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"etag","value":"W/\"d74-jAg9GFapmaWtB8OWUZVaT4wkhmY\""},{"key":"x-powered-by","value":"Express"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=vMBNpDCwsgpEkK4MJ8ZZBCUuYAOh3aTwGYaf8zOrHK5pM8ONx1psrVmde9IB26%2FfPZvBo6ZZc%2BQSN%2B0ao9dygqGjJ2FO%2BWG%2ByqV5ap1CxSz2CcwlWLpTTvx21u0%2B5d5O\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"890af1fd3bf9667c-AMS"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 0,\n    \"message\": \"\",\n    \"data\": {\n        \"id\": \"e7LMNBN_kA4H_GkHlxlUe\",\n        \"status\": \"Confirmed\",\n        \"type\": \"PickupDelivery\",\n        \"statusMessage\": \"\",\n        \"price\": 0,\n        \"code\": \"#ZNV5X033H\",\n        \"statusDescription\": \"Confirmed\",\n        \"paymentMethod\": \"Cash\",\n        \"paymentSide\": \"Sender\",\n        \"currencyCode\": \"GBP\",\n        \"promoCode\": \"\",\n        \"promoAmount\": 0,\n        \"promoPercentage\": 0,\n        \"trackOrder\": \"https://tr.onro.org/cgc4oQeifb\",\n        \"trackOrderMessage\": \"\",\n        \"paymentProvider\": null,\n        \"paymentMethodId\": null,\n        \"cardInfo\": null,\n        \"customerRate\": null,\n        \"customerRateText\": null,\n        \"hasFeedbackPageSeen\": null,\n        \"customerReceiptUrl\": \"https://dispatcher.onro.org/admin/order/customer/receipt/4e5d074fde4affcc876937fbbde34bd2\",\n        \"pickupOrderTrackUrl\": \"https://tr.onro.org/cgc4oQeifb\",\n        \"deliveryOrderTrackUrl\": \"https://tr.onro.org/cgc4oQeifb\",\n        \"cardChargeDescription\": null,\n        \"isCardCharged\": null,\n        \"shipmentLabelUrl\": \"https://dispatcher.onro.org/admin/order/shipment-label/4e5d074fde4affcc876937fbbde34bd2\",\n        \"codAmount\": 0,\n        \"service\": {\n            \"id\": \"c7tLEt1KOkkgcG-6Exadx\",\n            \"title\": \"Box\",\n            \"icon\": \"https://onro.fra1.cdn.digitaloceanspaces.com/onro/services/qiaINAKxULnu8Z6m7sWrd0i4.png\",\n            \"setting\": {\n                \"enableReceiverCash\": true,\n                \"isCashBySenderActive\": true,\n                \"enableCustomerPhoto\": false,\n                \"isCODActive\": true,\n                \"enablePod\": true,\n                \"enableDriverPhoto\": false,\n                \"isAddressDetailsActive\": true\n            },\n            \"options\": [\n                {\n                    \"id\": \"XYezIwmkhXXyKKOwVqMbL\",\n                    \"title\": \"Box weight\",\n                    \"type\": \"list\",\n                    \"dataId\": \"QQNWe9WRid2y0mOA0bmt_\",\n                    \"dataTitle\": \"50 kilograms\",\n                    \"inputValue\": null,\n                    \"inputType\": null,\n                    \"isRequired\": false\n                },\n                {\n                    \"id\": \"JlI_Ez5wyNuXMHq4FCm_m\",\n                    \"title\": \"Exact weight\",\n                    \"type\": \"input\",\n                    \"dataId\": null,\n                    \"dataTitle\": \"\",\n                    \"inputValue\": \"20 lbs\",\n                    \"inputType\": \"text\",\n                    \"isRequired\": false\n                },\n                {\n                    \"id\": \"ElGWocOJaKXTcjW782jbr\",\n                    \"title\": \"Important document\",\n                    \"type\": \"boolean\",\n                    \"dataId\": null,\n                    \"dataTitle\": \"\",\n                    \"inputValue\": null,\n                    \"inputType\": null,\n                    \"isRequired\": null\n                }\n            ],\n            \"scheduleSetting\": {\n                \"isActive\": true,\n                \"isPickupNowActive\": false,\n                \"scheduleDateRangeAfter\": 600000,\n                \"scheduleDateRangeBefore\": 1200000000,\n                \"scheduleDateStep\": 600000,\n                \"hasDropoffScheduling\": true,\n                \"guidelines\": \"1. select your Pickup time 2. Select your Dropoff time 3. Place your order.\"\n            }\n        },\n        \"createdAt\": 1717870565503,\n        \"estimatedDistanceInMeters\": 2405,\n        \"estimatedDuration\": 510,\n        \"note\": \"note\",\n        \"referenceId\": \"ref#112\",\n        \"stage\": \"Pickup\",\n        \"statusUpdatedAt\": 1717871344301,\n        \"pickup\": {\n            \"address\": \"Cumberland Gate, London W2 2UH, UK\",\n            \"addressDetail\": \"\",\n            \"coordinates\": [\n                -0.15869881563038823,\n                51.51268479847148\n            ],\n            \"placeId\": \"\",\n            \"fullName\": \"samuel\",\n            \"phone\": \"00611522\",\n            \"email\": \"abcd@pickup.org\",\n            \"podPhoto\": \"\",\n            \"podSignature\": \"\",\n            \"podNote\": \"\",\n            \"completeAfter\": 1717869467474,\n            \"completeBefore\": 1717869467474,\n            \"buildingBlock\": \"\",\n            \"floor\": \"\",\n            \"room\": \"\",\n            \"scheduleDateAfter\": 1717869467474,\n            \"scheduleDateBefore\": 1717869467474,\n            \"customerDescription\": \"note\",\n            \"driverDescription\": \"\"\n        },\n        \"dropoff\": {\n            \"address\": \"Cumberland Gate, London W2 2UH, UK\",\n            \"coordinates\": [\n                -0.15869881563038823,\n                51.51268479847148\n            ],\n            \"placeId\": \"\",\n            \"fullName\": \"samuel\",\n            \"phone\": \"00611522\",\n            \"email\": \"abcd@pickup.org\",\n            \"podPhoto\": \"\",\n            \"podSignature\": \"\",\n            \"buildingBlock\": \"\",\n            \"floor\": \"\",\n            \"room\": \"\",\n            \"scheduleDateAfter\": 1717869467474,\n            \"scheduleDateBefore\": 1717869467474,\n            \"customerDescription\": \"note\",\n            \"driverDescription\": \"\"\n        },\n        \"delivery\": {\n            \"address\": \"62 Albemarle St, London W1S 4BD, UK\",\n            \"addressDetail\": \"block A2\",\n            \"coordinates\": [\n                -0.1405885408344662,\n                51.50785039521855\n            ],\n            \"placeId\": \"\",\n            \"fullName\": \"mosi pann\",\n            \"phone\": \"001154123\",\n            \"email\": \"abcd@delivery.org\",\n            \"podPhoto\": \"\",\n            \"podSignature\": \"\",\n            \"podNote\": \"\",\n            \"completeAfter\": 1717873067474,\n            \"completeBefore\": 1717876667474\n        },\n        \"customerPhoto\": \"\",\n        \"isScheduled\": true\n    },\n    \"metadata\": {}\n}"},{"id":"509dd225-e4e0-43b1-875d-fee8bb9acee5","name":"InputValidationError","originalRequest":{"method":"POST","header":[{"key":"Accept-Language","value":"en"}],"body":{"mode":"raw","raw":"{\n}","options":{"raw":{"language":"json"}}},"url":"{{rest}}/api/v1/customer/order/pickup-delivery/confirm"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 08 Jun 2024 18:29:26 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1698"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"etag","value":"W/\"6a2-mrDe9ePrnO9BDbCfcbZRHQWYdyc\""},{"key":"x-powered-by","value":"Express"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=9WZayxGDBKXcAxVdAdSG1Ie6BbMs6igI6MFkT8WJe%2FxHuEIrbq20Ov4sVXuDICmA1g61hFOq%2FDjmADHm7DV4C3%2FCez%2Frp9WD4ugMGmkNIjbdh3CylgDjIYwfHuqAyZw7\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"890af2865b88667c-AMS"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": -1,\n    \"message\": \"\\\"orderId\\\" is required (orderId),\\\"customerId\\\" is required (customerId)\",\n    \"data\": {},\n    \"meta\": {\n        \"stack\": \"InputValidationError: \\\"orderId\\\" is required (orderId),\\\"customerId\\\" is required (customerId)\\n    at validate (/usr/src/app/rest/dist/core/express/middlewares/validator.js:37:15)\\n    at /usr/src/app/rest/dist/core/express/middlewares/validator.js:8:51\\n    at Layer.handle [as handle_request] (/usr/src/app/rest/node_modules/express/lib/router/layer.js:95:5)\\n    at next (/usr/src/app/rest/node_modules/express/lib/router/route.js:149:13)\\n    at Route.dispatch (/usr/src/app/rest/node_modules/express/lib/router/route.js:119:3)\\n    at Layer.handle [as handle_request] (/usr/src/app/rest/node_modules/express/lib/router/layer.js:95:5)\\n    at /usr/src/app/rest/node_modules/express/lib/router/index.js:284:15\\n    at Function.process_params (/usr/src/app/rest/node_modules/express/lib/router/index.js:346:12)\\n    at next (/usr/src/app/rest/node_modules/express/lib/router/index.js:280:10)\\n    at Function.handle (/usr/src/app/rest/node_modules/express/lib/router/index.js:175:3)\\n    at router (/usr/src/app/rest/node_modules/express/lib/router/index.js:47:12)\\n    at Layer.handle [as handle_request] (/usr/src/app/rest/node_modules/express/lib/router/layer.js:95:5)\\n    at trim_prefix (/usr/src/app/rest/node_modules/express/lib/router/index.js:328:13)\\n    at /usr/src/app/rest/node_modules/express/lib/router/index.js:286:9\\n    at param (/usr/src/app/rest/node_modules/express/lib/router/index.js:365:14)\\n    at param (/usr/src/app/rest/node_modules/express/lib/router/index.js:376:14)\",\n        \"url\": \"/api/v1/customer/order/pickup-delivery/confirm\",\n        \"method\": \"POST\"\n    }\n}"},{"id":"8eb91ed3-8cfc-4e36-9ee0-ae203b88ce18","name":"BadRequest: Order not found","originalRequest":{"method":"POST","header":[{"key":"Accept-Language","value":"en"}],"body":{"mode":"raw","raw":"{\n    \"orderId\": \"e7LMNBN_kA4H_GkHlxlUe\",\n\t\"customerId\": \"ckfezc72o01f1xxo81la4bvl\"\n}","options":{"raw":{"language":"json"}}},"url":"{{rest}}/api/v1/customer/order/pickup-delivery/confirm"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 08 Jun 2024 18:29:52 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"565"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"etag","value":"W/\"235-gKc79lG7bex16Ht7wRrK08IZMuk\""},{"key":"x-powered-by","value":"Express"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=zGU6%2B9sk01ePU1wmwcsou8oNfc281B5KwM2etDrQdNxkyp76YyDS843qPOHnrbMy18C4roQtpalKR2mtUY551TDvYnRvuDlA4W0zTvPS1mHJWJLnQuGfCF2AEr7Pk%2FbO\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"890af32aef51667c-AMS"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": -400,\n    \"message\": \"Order not found\",\n    \"data\": {},\n    \"meta\": {\n        \"stack\": \"BadRequest: Order not found\\n    at PickupDeliveryUpdateStatusService.updateToConfirmed (/usr/src/app/rest/dist/components/order/update-status/customer/services/pickup-delivery.js:116:23)\\n    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\\n    at async ExpressCustomerOrderController.updatePickupDeliveryOrderToConfirmed (/usr/src/app/rest/dist/controllers/express/customer/order.js:1088:31)\",\n        \"url\": \"/api/v1/customer/order/pickup-delivery/confirm\",\n        \"method\": \"POST\"\n    }\n}"},{"id":"be937e9b-bfaa-4c65-be72-f39667083d07","name":"JWTAuthenticationError","originalRequest":{"method":"POST","header":[{"key":"Accept-Language","value":"en"}],"body":{"mode":"raw","raw":"{\n    \"orderId\": \"e7LMNBN_kA4H_GkHlxlUe\",\n\t\"customerId\": \"ckfezc72o01f1xxo81la4bvl\"\n}","options":{"raw":{"language":"json"}}},"url":"{{rest}}/api/v1/customer/order/pickup-delivery/confirm"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 08 Jun 2024 18:30:15 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"428"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"etag","value":"W/\"1ac-rE+Rm2RPh7yUuMWnoiyjt4Y4E/k\""},{"key":"x-powered-by","value":"Express"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=IfWrcy%2FFY09jpk3blhuTfR2UajdCQ4FRD%2Bz%2BZ0IioQXmtPhcBN%2Fq1TUHqiT7dxTMUcX1Ups%2BB4VqIGPo8gEA9vdhKh8QLQghOlUIAr23Drq%2F0KacBYHbznYbu%2B5qUFVc\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"890af3bd08ea667c-AMS"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": -9,\n    \"message\": \"JWTAuthenticationError,invalid signature\",\n    \"data\": {},\n    \"meta\": {\n        \"stack\": \"JWTAuthenticationError: JWTAuthenticationError,invalid signature\\n    at ExpressCustomerAuthMiddleware.authenticate (/usr/src/app/rest/dist/core/express/middlewares/auth.js:154:22)\\n    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\",\n        \"url\": \"/api/v1/customer/order/pickup-delivery/confirm\",\n        \"method\": \"POST\"\n    }\n}"}],"_postman_id":"5316fbee-ee39-4002-abda-cc1171be62dd"},{"name":"Draft Order","id":"61b236cb-f5f1-468e-ac7a-87c81c6010a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept-Language","value":"en"}],"body":{"mode":"raw","raw":"{\n    \"orderId\": \"e7LMNBN_kA4H_GkHlxlUe\",\n\t\"customerId\": \"ckfezc72o01f1xxo81la4bvl9\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/customer/order/pickup-delivery/draft","urlObject":{"path":["api","v1","customer","order","pickup-delivery","draft"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"e6b77697-b6d8-49f3-a891-81d7bcfc6a07","name":"Successful","originalRequest":{"method":"POST","header":[{"key":"Accept-Language","value":"en"}],"body":{"mode":"raw","raw":"{\n    \"orderId\": \"e7LMNBN_kA4H_GkHlxlUe\",\n\t\"customerId\": \"ckfezc72o01f1xxo81la4bvl9\"\n}","options":{"raw":{"language":"json"}}},"url":"{{rest}}/api/v1/customer/order/pickup-delivery/draft"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 08 Jun 2024 18:31:13 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"etag","value":"W/\"d6c-TD7lX7Q2bZQyJL+dI8RDWaKlY2U\""},{"key":"x-powered-by","value":"Express"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=iMl43Y%2FBniFCduAbaGoB7xz7x4tMuwY61BjtC9DRnjeakw%2FTWeVVGvSt65LchaiG5aqnkbAS9jyNq3ed463EJAgjTG4Oyp5xVTVOwvW33xG4Os0xTiS%2FZksqusIRgQrg\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"890af5247deb667c-AMS"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 0,\n    \"message\": \"\",\n    \"data\": {\n        \"id\": \"e7LMNBN_kA4H_GkHlxlUe\",\n        \"status\": \"Draft\",\n        \"type\": \"PickupDelivery\",\n        \"statusMessage\": \"\",\n        \"price\": 0,\n        \"code\": \"#ZNV5X033H\",\n        \"statusDescription\": \"Draft\",\n        \"paymentMethod\": \"Cash\",\n        \"paymentSide\": \"Sender\",\n        \"currencyCode\": \"GBP\",\n        \"promoCode\": \"\",\n        \"promoAmount\": 0,\n        \"promoPercentage\": 0,\n        \"trackOrder\": \"https://tr.onro.org/cgc4oQeifb\",\n        \"trackOrderMessage\": \"\",\n        \"paymentProvider\": null,\n        \"paymentMethodId\": null,\n        \"cardInfo\": null,\n        \"customerRate\": null,\n        \"customerRateText\": null,\n        \"hasFeedbackPageSeen\": null,\n        \"customerReceiptUrl\": \"https://dispatcher.onro.org/admin/order/customer/receipt/4e5d074fde4affcc876937fbbde34bd2\",\n        \"pickupOrderTrackUrl\": \"https://tr.onro.org/cgc4oQeifb\",\n        \"deliveryOrderTrackUrl\": \"https://tr.onro.org/cgc4oQeifb\",\n        \"cardChargeDescription\": null,\n        \"isCardCharged\": null,\n        \"shipmentLabelUrl\": \"https://dispatcher.onro.org/admin/order/shipment-label/4e5d074fde4affcc876937fbbde34bd2\",\n        \"codAmount\": 0,\n        \"service\": {\n            \"id\": \"c7tLEt1KOkkgcG-6Exadx\",\n            \"title\": \"Box\",\n            \"icon\": \"https://onro.fra1.cdn.digitaloceanspaces.com/onro/services/qiaINAKxULnu8Z6m7sWrd0i4.png\",\n            \"setting\": {\n                \"enableReceiverCash\": true,\n                \"isCashBySenderActive\": true,\n                \"enableCustomerPhoto\": false,\n                \"isCODActive\": true,\n                \"enablePod\": true,\n                \"enableDriverPhoto\": false,\n                \"isAddressDetailsActive\": true\n            },\n            \"options\": [\n                {\n                    \"id\": \"XYezIwmkhXXyKKOwVqMbL\",\n                    \"title\": \"Box weight\",\n                    \"type\": \"list\",\n                    \"dataId\": \"QQNWe9WRid2y0mOA0bmt_\",\n                    \"dataTitle\": \"50 kilograms\",\n                    \"inputValue\": null,\n                    \"inputType\": null,\n                    \"isRequired\": false\n                },\n                {\n                    \"id\": \"JlI_Ez5wyNuXMHq4FCm_m\",\n                    \"title\": \"Exact weight\",\n                    \"type\": \"input\",\n                    \"dataId\": null,\n                    \"dataTitle\": \"\",\n                    \"inputValue\": \"20 lbs\",\n                    \"inputType\": \"text\",\n                    \"isRequired\": false\n                },\n                {\n                    \"id\": \"ElGWocOJaKXTcjW782jbr\",\n                    \"title\": \"Important document\",\n                    \"type\": \"boolean\",\n                    \"dataId\": null,\n                    \"dataTitle\": \"\",\n                    \"inputValue\": null,\n                    \"inputType\": null,\n                    \"isRequired\": null\n                }\n            ],\n            \"scheduleSetting\": {\n                \"isActive\": true,\n                \"isPickupNowActive\": false,\n                \"scheduleDateRangeAfter\": 600000,\n                \"scheduleDateRangeBefore\": 1200000000,\n                \"scheduleDateStep\": 600000,\n                \"hasDropoffScheduling\": true,\n                \"guidelines\": \"1. select your Pickup time 2. Select your Dropoff time 3. Place your order.\"\n            }\n        },\n        \"createdAt\": 1717870565503,\n        \"estimatedDistanceInMeters\": 2405,\n        \"estimatedDuration\": 510,\n        \"note\": \"note\",\n        \"referenceId\": \"ref#112\",\n        \"stage\": \"Pickup\",\n        \"statusUpdatedAt\": 1717871473420,\n        \"pickup\": {\n            \"address\": \"Cumberland Gate, London W2 2UH, UK\",\n            \"addressDetail\": \"\",\n            \"coordinates\": [\n                -0.15869881563038823,\n                51.51268479847148\n            ],\n            \"placeId\": \"\",\n            \"fullName\": \"samuel\",\n            \"phone\": \"00611522\",\n            \"email\": \"abcd@pickup.org\",\n            \"podPhoto\": \"\",\n            \"podSignature\": \"\",\n            \"podNote\": \"\",\n            \"completeAfter\": 1717869467474,\n            \"completeBefore\": 1717869467474,\n            \"buildingBlock\": \"\",\n            \"floor\": \"\",\n            \"room\": \"\",\n            \"scheduleDateAfter\": 1717869467474,\n            \"scheduleDateBefore\": 1717869467474,\n            \"customerDescription\": \"note\",\n            \"driverDescription\": \"\"\n        },\n        \"dropoff\": {\n            \"address\": \"Cumberland Gate, London W2 2UH, UK\",\n            \"coordinates\": [\n                -0.15869881563038823,\n                51.51268479847148\n            ],\n            \"placeId\": \"\",\n            \"fullName\": \"samuel\",\n            \"phone\": \"00611522\",\n            \"email\": \"abcd@pickup.org\",\n            \"podPhoto\": \"\",\n            \"podSignature\": \"\",\n            \"buildingBlock\": \"\",\n            \"floor\": \"\",\n            \"room\": \"\",\n            \"scheduleDateAfter\": 1717869467474,\n            \"scheduleDateBefore\": 1717869467474,\n            \"customerDescription\": \"note\",\n            \"driverDescription\": \"\"\n        },\n        \"delivery\": {\n            \"address\": \"62 Albemarle St, London W1S 4BD, UK\",\n            \"addressDetail\": \"block A2\",\n            \"coordinates\": [\n                -0.1405885408344662,\n                51.50785039521855\n            ],\n            \"placeId\": \"\",\n            \"fullName\": \"mosi pann\",\n            \"phone\": \"001154123\",\n            \"email\": \"abcd@delivery.org\",\n            \"podPhoto\": \"\",\n            \"podSignature\": \"\",\n            \"podNote\": \"\",\n            \"completeAfter\": 1717873067474,\n            \"completeBefore\": 1717876667474\n        },\n        \"customerPhoto\": \"\",\n        \"isScheduled\": true\n    },\n    \"metadata\": {}\n}"},{"id":"b84ad72d-a88e-424c-8586-a4ae570fda04","name":"JWTAuthenticationError","originalRequest":{"method":"POST","header":[{"key":"Accept-Language","value":"en"}],"body":{"mode":"raw","raw":"{\n    \"orderId\": \"2YrS7p0pytqRku5t0_h91\",\n\t\"customerId\": \"ckfezc72o01f1xxo81la4bvl9\"\n}","options":{"raw":{"language":"json"}}},"url":"{{rest}}/api/v1/customer/order/pickup-delivery/draft"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 08 Jun 2024 18:30:44 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"426"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"etag","value":"W/\"1aa-yjIM7PucT7otWQeHhcRv8wckwO8\""},{"key":"x-powered-by","value":"Express"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=tFZPHCZId%2Fca8aAkKKUuDUme3AW7Q7x1GBTH5IFAvu53KdSzrFcSbl6TvsDrzK2zPvwAYKYuqPAlyPuNgKGTSCSPSA%2BNBjmz0Gf5i6KIDZ2F5RGQUwKGT9Ols8UBBxUe\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"890af472b984667c-AMS"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": -9,\n    \"message\": \"JWTAuthenticationError,invalid signature\",\n    \"data\": {},\n    \"meta\": {\n        \"stack\": \"JWTAuthenticationError: JWTAuthenticationError,invalid signature\\n    at ExpressCustomerAuthMiddleware.authenticate (/usr/src/app/rest/dist/core/express/middlewares/auth.js:154:22)\\n    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\",\n        \"url\": \"/api/v1/customer/order/pickup-delivery/draft\",\n        \"method\": \"POST\"\n    }\n}"},{"id":"60660456-e2ee-4231-821a-38673ef03375","name":"BadRequest: Order not found","originalRequest":{"method":"POST","header":[{"key":"Accept-Language","value":"en"}],"body":{"mode":"raw","raw":"{\n    \"orderId\": \"2YrS7p0pytqRku5t0_h91\",\n\t\"customerId\": \"ckfezc72o01f1xxo81la4bvl9\"\n}","options":{"raw":{"language":"json"}}},"url":"{{rest}}/api/v1/customer/order/pickup-delivery/draft"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 08 Jun 2024 18:30:55 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"554"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"etag","value":"W/\"22a-IrtY5MaIkyaGqG2ZHZYJhkmQx44\""},{"key":"x-powered-by","value":"Express"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=t9dE9IL4C7F8FM8sQj99OvK0nZJwjo4zd3EaOUK3PmWoqgyPh1DDOOtGyeIiHa3mC%2BWqH1u532leUSWlhy5d1eg%2Bt4OzPL5kMGK2gvXUeiHQSEdASZTaqA%2FldGxT8%2FUo\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"890af4b70e08667c-AMS"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": -400,\n    \"message\": \"Order not found\",\n    \"data\": {},\n    \"meta\": {\n        \"stack\": \"BadRequest: Order not found\\n    at PickupDeliveryUpdateStatusService.updateToDraft (/usr/src/app/rest/dist/components/order/update-status/customer/services/pickup-delivery.js:55:23)\\n    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\\n    at async ExpressCustomerOrderController.updatePickupDeliveryOrderToDraft (/usr/src/app/rest/dist/controllers/express/customer/order.js:1067:31)\",\n        \"url\": \"/api/v1/customer/order/pickup-delivery/draft\",\n        \"method\": \"POST\"\n    }\n}"},{"id":"96e47707-b0a8-4fa2-b023-511062eb522b","name":"InputValidationError","originalRequest":{"method":"POST","header":[{"key":"Accept-Language","value":"en"}],"body":{"mode":"raw","raw":"{\n}","options":{"raw":{"language":"json"}}},"url":"{{rest}}/api/v1/customer/order/pickup-delivery/draft"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 08 Jun 2024 18:31:43 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1696"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"etag","value":"W/\"6a0-Pwn8a4mR4RoRGKDXaahS7CZawfE\""},{"key":"x-powered-by","value":"Express"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=JV%2FE2jCOgPSLUEMGvgdODYB%2FTtxOWn8gP7Yp%2FasZsuParExL7%2FZC%2FbaD18eyVoHpxiJsGkw6pBxU3x5BhcZDPEq8r0MQ1Dr1b7%2FofaAFTABMCQSix88G26nXcbN9cBeL\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"890af5dee94e667c-AMS"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": -1,\n    \"message\": \"\\\"orderId\\\" is required (orderId),\\\"customerId\\\" is required (customerId)\",\n    \"data\": {},\n    \"meta\": {\n        \"stack\": \"InputValidationError: \\\"orderId\\\" is required (orderId),\\\"customerId\\\" is required (customerId)\\n    at validate (/usr/src/app/rest/dist/core/express/middlewares/validator.js:37:15)\\n    at /usr/src/app/rest/dist/core/express/middlewares/validator.js:8:51\\n    at Layer.handle [as handle_request] (/usr/src/app/rest/node_modules/express/lib/router/layer.js:95:5)\\n    at next (/usr/src/app/rest/node_modules/express/lib/router/route.js:149:13)\\n    at Route.dispatch (/usr/src/app/rest/node_modules/express/lib/router/route.js:119:3)\\n    at Layer.handle [as handle_request] (/usr/src/app/rest/node_modules/express/lib/router/layer.js:95:5)\\n    at /usr/src/app/rest/node_modules/express/lib/router/index.js:284:15\\n    at Function.process_params (/usr/src/app/rest/node_modules/express/lib/router/index.js:346:12)\\n    at next (/usr/src/app/rest/node_modules/express/lib/router/index.js:280:10)\\n    at Function.handle (/usr/src/app/rest/node_modules/express/lib/router/index.js:175:3)\\n    at router (/usr/src/app/rest/node_modules/express/lib/router/index.js:47:12)\\n    at Layer.handle [as handle_request] (/usr/src/app/rest/node_modules/express/lib/router/layer.js:95:5)\\n    at trim_prefix (/usr/src/app/rest/node_modules/express/lib/router/index.js:328:13)\\n    at /usr/src/app/rest/node_modules/express/lib/router/index.js:286:9\\n    at param (/usr/src/app/rest/node_modules/express/lib/router/index.js:365:14)\\n    at param (/usr/src/app/rest/node_modules/express/lib/router/index.js:376:14)\",\n        \"url\": \"/api/v1/customer/order/pickup-delivery/draft\",\n        \"method\": \"POST\"\n    }\n}"}],"_postman_id":"61b236cb-f5f1-468e-ac7a-87c81c6010a5"},{"name":"Cancellation Reasons List","id":"279f737f-0343-446d-afd4-7df5e8604e69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept-Language","value":"en"}],"url":"{{baseUrl}}/api/v1/customer/order/pickup-delivery/cancellation-reason","urlObject":{"path":["api","v1","customer","order","pickup-delivery","cancellation-reason"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"c03bd5ca-1d2e-42a0-88d8-cf7ebe751a4d","name":"Successful","originalRequest":{"method":"GET","header":[{"key":"Accept-Language","value":"en"}],"url":"{{rest}}/api/v1/customer/order/pickup-delivery/cancellation-reason"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 08 Jun 2024 18:32:05 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"etag","value":"W/\"137-wc+DNClU+a/gr/1upGPcpEC2U20\""},{"key":"x-powered-by","value":"Express"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=8nOujBrtPLIzqVteklUqUCzfLVfqTL8uWi26666h%2FPt1Ax7v52kJZySI%2Bq7DfF7gzSEB%2BFvlYl8ZY48qqUdZ%2FA9fQySJTMIQI6WPmOXEUMMP6i7KYoxQe8qT2RpGxgBS\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"890af66c9a98667c-AMS"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 0,\n    \"message\": \"\",\n    \"data\": [\n        {\n            \"id\": \"zspu186nKY8j27omUam5V\",\n            \"text\": \"It's taking too long\",\n            \"type\": \"Cancellation\"\n        },\n        {\n            \"id\": \"FhbZzcUwXAD9g5sH_HVS-\",\n            \"text\": \"I want to change my order details\",\n            \"type\": \"Cancellation\"\n        },\n        {\n            \"id\": \"2E1xQ9AihIZ2ARPI7IhGv\",\n            \"text\": \"I found a driver myself\",\n            \"type\": \"Cancellation\"\n        }\n    ],\n    \"metadata\": {}\n}"},{"id":"998ee6d1-3144-49b8-8b67-af9c5027ddf4","name":"JWTAuthenticationError","originalRequest":{"method":"GET","header":[{"key":"Accept-Language","value":"en"}],"url":"{{rest}}/api/v1/customer/order/pickup-delivery/cancellation-reason"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 08 Jun 2024 18:32:32 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"439"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"etag","value":"W/\"1b7-+Ka2EqVfgNaZHhhs21bY5/Zgbis\""},{"key":"x-powered-by","value":"Express"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=KajReV0qxqnz882S3%2BgneACHMJmsVQjl%2Fna5dUPcUjw1oTR%2BM5FOWLoEmIzQZHQx2H56FC3XZwXP6WL5aLf4bVPzDufDtfArOKZROgxqqwmJaZID3WvSXG8wf7XCKwXI\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"890af7101a49667c-AMS"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": -9,\n    \"message\": \"JWTAuthenticationError,invalid signature\",\n    \"data\": {},\n    \"meta\": {\n        \"stack\": \"JWTAuthenticationError: JWTAuthenticationError,invalid signature\\n    at ExpressCustomerAuthMiddleware.authenticate (/usr/src/app/rest/dist/core/express/middlewares/auth.js:154:22)\\n    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\",\n        \"url\": \"/api/v1/customer/order/pickup-delivery/cancellation-reason\",\n        \"method\": \"GET\"\n    }\n}"}],"_postman_id":"279f737f-0343-446d-afd4-7df5e8604e69"},{"name":"Cancel Order","id":"d38fd5da-6a82-40e5-8923-f26eab54e470","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept-Language","value":"en"}],"body":{"mode":"raw","raw":"{\n    \"orderId\": \"e7LMNBN_kA4H_GkHlxlUe\",\n\t\"customerId\": \"ckfezc72o01f1xxo81la4bvl9\",\n    \"failureReasonId\": \"FhbZzcUwXAD9g5sH_HVS-\",\n    \"failureReasonText\": \"I want to change my order details\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/customer/order/pickup-delivery/cancel","urlObject":{"path":["api","v1","customer","order","pickup-delivery","cancel"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"68bcace3-6ab5-40fa-876a-09dbb7d11e8a","name":"Successful","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer AT"},{"key":"Accept-Language","value":"en"},{"key":"x-bypass-auth","value":"true"}],"body":{"mode":"raw","raw":"{\n    \"orderId\": \"e7LMNBN_kA4H_GkHlxlUe\",\n\t\"customerId\": \"ckfezc72o01f1xxo81la4bvl9\",\n    \"failureReasonId\": \"FhbZzcUwXAD9g5sH_HVS-\",\n    \"failureReasonText\": \"I want to change my order details\"\n}","options":{"raw":{"language":"json"}}},"url":"{{rest}}/api/v1/customer/order/pickup-delivery/cancel"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 08 Jun 2024 18:33:25 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"etag","value":"W/\"d90-Id63JmonyfIC0+CrLhJ7hbAgP1Q\""},{"key":"x-powered-by","value":"Express"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=a1iC%2BwumxrWSFNy%2FHU3XlnYZ4XUr0Tnt94f0E7I0s7XOPsoCk83CrgTZxB7qI9%2FQ0AhJCe5j494neipEoGuphK88VQQSvUT1ukhzIBXRDneIchytsYokvEQ5JdEs7icm\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"890af85c5da9667c-AMS"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 0,\n    \"message\": \"\",\n    \"data\": {\n        \"id\": \"e7LMNBN_kA4H_GkHlxlUe\",\n        \"status\": \"CustomerCanceled\",\n        \"type\": \"PickupDelivery\",\n        \"statusMessage\": \"Order canceled\",\n        \"price\": 0,\n        \"code\": \"#ZNV5X033H\",\n        \"statusDescription\": \"CustomerCanceled\",\n        \"paymentMethod\": \"Cash\",\n        \"paymentSide\": \"Sender\",\n        \"currencyCode\": \"GBP\",\n        \"promoCode\": \"\",\n        \"promoAmount\": 0,\n        \"promoPercentage\": 0,\n        \"trackOrder\": \"https://tr.onro.org/cgc4oQeifb\",\n        \"trackOrderMessage\": \"\",\n        \"paymentProvider\": null,\n        \"paymentMethodId\": null,\n        \"cardInfo\": null,\n        \"customerRate\": null,\n        \"customerRateText\": null,\n        \"hasFeedbackPageSeen\": null,\n        \"customerReceiptUrl\": \"https://dispatcher.onro.org/admin/order/customer/receipt/4e5d074fde4affcc876937fbbde34bd2\",\n        \"pickupOrderTrackUrl\": \"https://tr.onro.org/cgc4oQeifb\",\n        \"deliveryOrderTrackUrl\": \"https://tr.onro.org/cgc4oQeifb\",\n        \"cardChargeDescription\": null,\n        \"isCardCharged\": null,\n        \"shipmentLabelUrl\": \"https://dispatcher.onro.org/admin/order/shipment-label/4e5d074fde4affcc876937fbbde34bd2\",\n        \"codAmount\": 0,\n        \"service\": {\n            \"id\": \"c7tLEt1KOkkgcG-6Exadx\",\n            \"title\": \"Box\",\n            \"icon\": \"https://onro.fra1.cdn.digitaloceanspaces.com/onro/services/qiaINAKxULnu8Z6m7sWrd0i4.png\",\n            \"setting\": {\n                \"enableReceiverCash\": true,\n                \"isCashBySenderActive\": true,\n                \"enableCustomerPhoto\": false,\n                \"isCODActive\": true,\n                \"enablePod\": true,\n                \"enableDriverPhoto\": false,\n                \"isAddressDetailsActive\": true\n            },\n            \"options\": [\n                {\n                    \"id\": \"XYezIwmkhXXyKKOwVqMbL\",\n                    \"title\": \"Box weight\",\n                    \"type\": \"list\",\n                    \"dataId\": \"QQNWe9WRid2y0mOA0bmt_\",\n                    \"dataTitle\": \"50 kilograms\",\n                    \"inputValue\": null,\n                    \"inputType\": null,\n                    \"isRequired\": false\n                },\n                {\n                    \"id\": \"JlI_Ez5wyNuXMHq4FCm_m\",\n                    \"title\": \"Exact weight\",\n                    \"type\": \"input\",\n                    \"dataId\": null,\n                    \"dataTitle\": \"\",\n                    \"inputValue\": \"20 lbs\",\n                    \"inputType\": \"text\",\n                    \"isRequired\": false\n                },\n                {\n                    \"id\": \"ElGWocOJaKXTcjW782jbr\",\n                    \"title\": \"Important document\",\n                    \"type\": \"boolean\",\n                    \"dataId\": null,\n                    \"dataTitle\": \"\",\n                    \"inputValue\": null,\n                    \"inputType\": null,\n                    \"isRequired\": null\n                }\n            ],\n            \"scheduleSetting\": {\n                \"isActive\": true,\n                \"isPickupNowActive\": false,\n                \"scheduleDateRangeAfter\": 600000,\n                \"scheduleDateRangeBefore\": 1200000000,\n                \"scheduleDateStep\": 600000,\n                \"hasDropoffScheduling\": true,\n                \"guidelines\": \"1. select your Pickup time 2. Select your Dropoff time 3. Place your order.\"\n            }\n        },\n        \"createdAt\": 1717870565503,\n        \"estimatedDistanceInMeters\": 2405,\n        \"estimatedDuration\": 510,\n        \"note\": \"note\",\n        \"referenceId\": \"ref#112\",\n        \"stage\": \"Pickup\",\n        \"statusUpdatedAt\": 1717871605261,\n        \"pickup\": {\n            \"address\": \"Cumberland Gate, London W2 2UH, UK\",\n            \"addressDetail\": \"\",\n            \"coordinates\": [\n                -0.15869881563038823,\n                51.51268479847148\n            ],\n            \"placeId\": \"\",\n            \"fullName\": \"samuel\",\n            \"phone\": \"00611522\",\n            \"email\": \"abcd@pickup.org\",\n            \"podPhoto\": \"\",\n            \"podSignature\": \"\",\n            \"podNote\": \"\",\n            \"completeAfter\": 1717869467474,\n            \"completeBefore\": 1717869467474,\n            \"buildingBlock\": \"\",\n            \"floor\": \"\",\n            \"room\": \"\",\n            \"scheduleDateAfter\": 1717869467474,\n            \"scheduleDateBefore\": 1717869467474,\n            \"customerDescription\": \"note\",\n            \"driverDescription\": \"\"\n        },\n        \"dropoff\": {\n            \"address\": \"Cumberland Gate, London W2 2UH, UK\",\n            \"coordinates\": [\n                -0.15869881563038823,\n                51.51268479847148\n            ],\n            \"placeId\": \"\",\n            \"fullName\": \"samuel\",\n            \"phone\": \"00611522\",\n            \"email\": \"abcd@pickup.org\",\n            \"podPhoto\": \"\",\n            \"podSignature\": \"\",\n            \"buildingBlock\": \"\",\n            \"floor\": \"\",\n            \"room\": \"\",\n            \"scheduleDateAfter\": 1717869467474,\n            \"scheduleDateBefore\": 1717869467474,\n            \"customerDescription\": \"note\",\n            \"driverDescription\": \"\"\n        },\n        \"delivery\": {\n            \"address\": \"62 Albemarle St, London W1S 4BD, UK\",\n            \"addressDetail\": \"block A2\",\n            \"coordinates\": [\n                -0.1405885408344662,\n                51.50785039521855\n            ],\n            \"placeId\": \"\",\n            \"fullName\": \"mosi pann\",\n            \"phone\": \"001154123\",\n            \"email\": \"abcd@delivery.org\",\n            \"podPhoto\": \"\",\n            \"podSignature\": \"\",\n            \"podNote\": \"\",\n            \"completeAfter\": 1717873067474,\n            \"completeBefore\": 1717876667474\n        },\n        \"customerPhoto\": \"\",\n        \"isScheduled\": true\n    },\n    \"metadata\": {}\n}"},{"id":"a125e98a-2e34-4126-a825-ec95476e6c52","name":"BadRequest: Order not found","originalRequest":{"method":"POST","header":[{"key":"Accept-Language","value":"en"}],"body":{"mode":"raw","raw":"{\n    \"orderId\": \"e7LMNBN_kA4H_GkHlxlUe\",\n\t\"customerId\": \"ckfezc72o01f1xxo81la4bvl\",\n    \"failureReasonId\": \"FhbZzcUwXAD9g5sH_HVS-\",\n    \"failureReasonText\": \"I want to change my order details\"\n}","options":{"raw":{"language":"json"}}},"url":"{{rest}}/api/v1/customer/order/pickup-delivery/cancel"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 08 Jun 2024 18:34:06 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"559"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"etag","value":"W/\"22f-x1dKXRvxMiZBSS5ZA0woUixCykg\""},{"key":"x-powered-by","value":"Express"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=cRv57%2FeHRkhRpyxHXTBbHRxdULU8Dodixcavz5Z97x2Mdk51jELxPQUshI5FzFYAf9VozR1QGpjSjLGswf8Y6qgmV6J6MyPrpZyMMuyz1TKdmsCl5MkqfthrpzvPwSmt\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"890af95f6c98667c-AMS"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": -400,\n    \"message\": \"Order not found\",\n    \"data\": {},\n    \"meta\": {\n        \"stack\": \"BadRequest: Order not found\\n    at PickupDeliveryUpdateStatusService.updateToCustomerCanceled (/usr/src/app/rest/dist/components/order/update-status/customer/services/pickup-delivery.js:190:23)\\n    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\\n    at async ExpressCustomerOrderController.cancelPickupDeliveryOrder (/usr/src/app/rest/dist/controllers/express/customer/order.js:592:31)\",\n        \"url\": \"/api/v1/customer/order/pickup-delivery/cancel\",\n        \"method\": \"POST\"\n    }\n}"},{"id":"dc0855ed-6197-4846-ba6f-7e8dc0e5c2db","name":"InputValidationError","originalRequest":{"method":"POST","header":[{"key":"Accept-Language","value":"en"}],"body":{"mode":"raw","raw":"{\n\n}","options":{"raw":{"language":"json"}}},"url":"{{rest}}/api/v1/customer/order/pickup-delivery/cancel"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 08 Jun 2024 18:34:43 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1697"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"etag","value":"W/\"6a1-kygZdva0qpKSsL4IFsgvKVPoHpY\""},{"key":"x-powered-by","value":"Express"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=Z3OkeipP69pDrnMQBgFe4dOuH0CbqjsMJYKpTjkQdX44MMJRJmSkhccca3EjDS7%2FmDz9udSlKAElIsGavDVKs4INIatLvFUBIocAhgGRF5%2FUyz2%2BnU28DPr0Z3xZk7BF\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"890afa43fc9d667c-AMS"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": -1,\n    \"message\": \"\\\"orderId\\\" is required (orderId),\\\"customerId\\\" is required (customerId)\",\n    \"data\": {},\n    \"meta\": {\n        \"stack\": \"InputValidationError: \\\"orderId\\\" is required (orderId),\\\"customerId\\\" is required (customerId)\\n    at validate (/usr/src/app/rest/dist/core/express/middlewares/validator.js:37:15)\\n    at /usr/src/app/rest/dist/core/express/middlewares/validator.js:8:51\\n    at Layer.handle [as handle_request] (/usr/src/app/rest/node_modules/express/lib/router/layer.js:95:5)\\n    at next (/usr/src/app/rest/node_modules/express/lib/router/route.js:149:13)\\n    at Route.dispatch (/usr/src/app/rest/node_modules/express/lib/router/route.js:119:3)\\n    at Layer.handle [as handle_request] (/usr/src/app/rest/node_modules/express/lib/router/layer.js:95:5)\\n    at /usr/src/app/rest/node_modules/express/lib/router/index.js:284:15\\n    at Function.process_params (/usr/src/app/rest/node_modules/express/lib/router/index.js:346:12)\\n    at next (/usr/src/app/rest/node_modules/express/lib/router/index.js:280:10)\\n    at Function.handle (/usr/src/app/rest/node_modules/express/lib/router/index.js:175:3)\\n    at router (/usr/src/app/rest/node_modules/express/lib/router/index.js:47:12)\\n    at Layer.handle [as handle_request] (/usr/src/app/rest/node_modules/express/lib/router/layer.js:95:5)\\n    at trim_prefix (/usr/src/app/rest/node_modules/express/lib/router/index.js:328:13)\\n    at /usr/src/app/rest/node_modules/express/lib/router/index.js:286:9\\n    at param (/usr/src/app/rest/node_modules/express/lib/router/index.js:365:14)\\n    at param (/usr/src/app/rest/node_modules/express/lib/router/index.js:376:14)\",\n        \"url\": \"/api/v1/customer/order/pickup-delivery/cancel\",\n        \"method\": \"POST\"\n    }\n}"},{"id":"b697b5f8-0242-4934-a086-21a4915d4aa0","name":"JWTAuthenticationError","originalRequest":{"method":"POST","header":[{"key":"Accept-Language","value":"en"}],"body":{"mode":"raw","raw":"{\n    \"orderId\": \"e7LMNBN_kA4H_GkHlxlUe\",\n\t\"customerId\": \"ckfezc72o01f1xxo81la4bvl9\",\n    \"failureReasonId\": \"FhbZzcUwXAD9g5sH_HVS-\",\n    \"failureReasonText\": \"I want to change my order details\"\n}","options":{"raw":{"language":"json"}}},"url":"{{rest}}/api/v1/customer/order/pickup-delivery/cancel"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 08 Jun 2024 18:35:02 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"427"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"etag","value":"W/\"1ab-JyZbToO4m6MO6bA9ZL68lxW2ieo\""},{"key":"x-powered-by","value":"Express"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=TrDClsJwrBHrybLk8Cqu%2BNh3g%2BibW%2BzpShxKnlSTN82pOGcldyBQw8h%2BnVgcQf5pEWYeP3wKd%2F8GH4FIiy%2BTowRZ%2BEzNliejss1C84Plx%2BCTKRjnAvqdtqqZyYz0mrIT\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"890afab94d55667c-AMS"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": -9,\n    \"message\": \"JWTAuthenticationError,invalid signature\",\n    \"data\": {},\n    \"meta\": {\n        \"stack\": \"JWTAuthenticationError: JWTAuthenticationError,invalid signature\\n    at ExpressCustomerAuthMiddleware.authenticate (/usr/src/app/rest/dist/core/express/middlewares/auth.js:154:22)\\n    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\",\n        \"url\": \"/api/v1/customer/order/pickup-delivery/cancel\",\n        \"method\": \"POST\"\n    }\n}"}],"_postman_id":"d38fd5da-6a82-40e5-8923-f26eab54e470"}],"id":"efbea48e-0ea3-41e9-9578-41ea3e549f85","_postman_id":"efbea48e-0ea3-41e9-9578-41ea3e549f85","description":""},{"name":"On-Demand Orders","item":[{"name":"Create Order","id":"ab09e4f8-3372-4b15-9688-3a843b3bfb0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Accept-Language","value":"en"},{"key":"Authorization","value":"Bearer AT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"customerId\": \"ckfezc72o01f1xxo81la4bvl9\",\n    \"pickup\": {\n        \"phone\": \"\",\n        \"floor\": \"\",\n        \"address\": \"Cumberland Gate, London W2 2UH, UK\",\n        \"room\": \"\",\n        \"placeId\": \"\",\n        \"fullName\": \"\",\n        \"buildingBlock\": \"\",\n        \"coordinates\": [\n            -0.15869881563038823,\n            51.51268479847148\n        ],\n        \"customerDescription\": \"\",\n        \"schedulePickupNow\": false,\n        \"scheduleDateAfter\": 0,\n        \"scheduleDateBefore\": 0,\n        \"email\": \"abcd@pickup.org\"\n    },\n    \"dropoffs\": [\n        {\n            \"address\": \"62 Albemarle St, London W1S 4BD, UK\",\n            \"coordinates\": [\n                -0.1405885408344662,\n                51.50785039521855\n            ],\n            \"scheduleDateAfter\": 0,\n            \"scheduleDateBefore\": 0,\n            \"buildingBlock\": \"\",\n            \"floor\": \"\",\n            \"fullName\": \"\",\n            \"phone\": \"\",\n            \"placeId\": \"\",\n            \"room\": \"\",\n            \"email\": \"\"\n        },\n        {\n            \"address\": \"6 Braydon Road, London, N16 6QB\",\n            \"coordinates\": [\n                -0.06638,\n                51.57045\n            ],\n            \"scheduleDateAfter\": 0,\n            \"scheduleDateBefore\": 0,\n            \"buildingBlock\": \"\",\n            \"floor\": \"\",\n            \"fullName\": \"\",\n            \"phone\": \"\",\n            \"placeId\": \"\",\n            \"room\": \"\",\n            \"email\": \"\"\n        },\n        {\n            \"address\": \"41 Braydon Road, London, N16 6QL\",\n            \"coordinates\": [\n                -0.06798,\n                51.57045\n            ],\n            \"scheduleDateAfter\": 0,\n            \"scheduleDateBefore\": 0,\n            \"buildingBlock\": \"\",\n            \"floor\": \"\",\n            \"fullName\": \"\",\n            \"phone\": \"\",\n            \"placeId\": \"\",\n            \"room\": \"\",\n            \"email\": \"\"\n        }\n    ],\n    \"service\": {\n        \"id\": \"clk2wo8rp2fqa01plgm5wbias\",\n        \"options\": [\n            {\n                // list options\n                \"id\": \"sjTL9A0oZdAdd0hx9o2tM\",\n                \"dataId\": \"X3wgDPIvSh4plo4CzRe9k\"\n            },\n            {\n                // boolean options\n                \"id\": \"bIDb-MELA5NLy1eiNXxI9\",\n                \"dataId\": \"\"\n            }\n        ]\n    },\n    \"vehicleType\": {\n        \"id\": \"clakjkbhf1cuybgo84fvc02qq\",\n        \"options\": [\n            { // list option\n                \"id\": \"ldgRhnIA2q4YHm0LvcDmn\",\n                \"dataId\": \"ns4rTg2KQxQIhbHHl4PkG\"\n            },\n            { // boolean option\n                \"id\": \"W93vIRbS7WrPFMrMEOS4i\",\n                \"dataId\": \"\"\n            }\n        ]\n    },\n    \"paymentMethod\": \"Wallet\", // Cash,Wallet,Card\n    \"paymentSide\": \"Sender\", // Sender,Receiver\n    \"isScheduled\": false,\n    \"codAmount\": 0,\n    \"promoCode\": \"\",\n    \"uid\": \"d22446bc-b5e5-416b-a182-e29da8a16993\",\n    \"referenceId\": \"1166212345\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/customer/order/ondemand","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>customerId</code></td>\n<td>Unique identifier for the customer.</td>\n</tr>\n<tr>\n<td><code>pickup</code></td>\n<td>Pickup location object. <code>Object</code></td>\n</tr>\n<tr>\n<td><code>pickup.address</code></td>\n<td>Pickup address.</td>\n</tr>\n<tr>\n<td><code>pickup.customerDescription</code> - <code>Optional</code></td>\n<td>Additional notes about the pickup address.</td>\n</tr>\n<tr>\n<td><code>pickup.schedulePickupNow</code></td>\n<td>Indicates if the order is scheduled. <code>true</code> <code>false</code>. If it's not scheduled, the two fields below should be set to <code>0</code>.</td>\n</tr>\n<tr>\n<td><code>pickup.scheduleDateAfter</code></td>\n<td>The earliest time for the pickup to be completed. Set <code>0</code> If it's not scheduled. <code>timestamp in ms</code></td>\n</tr>\n<tr>\n<td><code>pickup.scheduleDateBefore</code></td>\n<td>The latest time for the pickup to be completed. Set <code>0</code> If it's not scheduled. <code>timestamp in ms</code></td>\n</tr>\n<tr>\n<td><code>pickup.coordinates</code></td>\n<td>Latitude and longitude of the pickup location. <code>[long, lat]</code>  <br /><strong>Note:</strong> It's <strong>not</strong> [lat, long], it's the other way around.</td>\n</tr>\n<tr>\n<td><code>pickup.fullName</code> - <code>Optional</code></td>\n<td>Additional details about the pickup address (e.g., apartment number, building name).</td>\n</tr>\n<tr>\n<td><code>pickup.phone</code> - <code>Optional</code></td>\n<td>Contact phone number for the pickup location.</td>\n</tr>\n<tr>\n<td><code>pickup.email</code> - <code>Optional</code></td>\n<td>Contact email for the pickup location.</td>\n</tr>\n<tr>\n<td><code>pickup.placeId</code> - <code>Optional</code></td>\n<td>Place ID from a map service for the pickup location. You should set <code>\"\"</code> for this field.</td>\n</tr>\n<tr>\n<td><code>pickup.floor</code> - <code>Optional</code></td>\n<td>Floor number of the address.</td>\n</tr>\n<tr>\n<td><code>pickup.buildingBlock</code> - <code>Optional</code></td>\n<td>Block of the address.</td>\n</tr>\n<tr>\n<td><code>pickup.room</code> - <code>Optional</code></td>\n<td>Room of the address.</td>\n</tr>\n<tr>\n<td><code>dropoffs</code></td>\n<td>An array of drop-off location objects.</td>\n</tr>\n<tr>\n<td><code>dropoffs[].address</code></td>\n<td>Delivery address.</td>\n</tr>\n<tr>\n<td><code>dropoffs[].customerDescription</code> - <code>Optional</code></td>\n<td>It's the same as pickup.</td>\n</tr>\n<tr>\n<td><code>dropoffs[].scheduleDateAfter</code></td>\n<td>It's the same as pickup.</td>\n</tr>\n<tr>\n<td><code>dropoffs[].scheduleDateBefore</code></td>\n<td>It's the same as pickup.</td>\n</tr>\n<tr>\n<td><code>dropoffs[].coordinates</code></td>\n<td>It's the same as pickup.</td>\n</tr>\n<tr>\n<td><code>dropoffs[].fullName</code> - <code>Optional</code></td>\n<td>It's the same as pickup.</td>\n</tr>\n<tr>\n<td><code>dropoffs[].phone</code> - <code>Optional</code></td>\n<td>It's the same as pickup.</td>\n</tr>\n<tr>\n<td><code>dropoffs[].email</code> - <code>Optional</code></td>\n<td>It's the same as pickup.</td>\n</tr>\n<tr>\n<td><code>dropoffs[].placeId</code> - <code>Optional</code></td>\n<td>It's the same as pickup.</td>\n</tr>\n<tr>\n<td><code>dropoffs[].floor</code> - <code>Optional</code></td>\n<td>It's the same as pickup.</td>\n</tr>\n<tr>\n<td><code>dropoffs[].buildingBlock</code> - <code>Optional</code></td>\n<td>It's the same as pickup.</td>\n</tr>\n<tr>\n<td><code>dropoffs[].room</code> - <code>Optional</code></td>\n<td>It's the same as pickup.</td>\n</tr>\n<tr>\n<td><code>service</code></td>\n<td>Details about the service being requested.</td>\n</tr>\n<tr>\n<td><code>service.id</code></td>\n<td>Unique identifier for the service.</td>\n</tr>\n<tr>\n<td><code>service.options</code></td>\n<td>List of service type options. If there is no option selected, <code>[]</code> should be set. <code>Array Of Objects</code></td>\n</tr>\n<tr>\n<td><code>service.options.id</code></td>\n<td>Unique identifier for the service option.</td>\n</tr>\n<tr>\n<td><code>service.options.dataId</code></td>\n<td>Data ID for list or boolean service type options.</td>\n</tr>\n<tr>\n<td><code>service.options.inputValue</code></td>\n<td>Input value for input service type options.</td>\n</tr>\n<tr>\n<td><code>vehicleType</code></td>\n<td>Details about the vehicle type being requested.</td>\n</tr>\n<tr>\n<td><code>vehicleType.id</code></td>\n<td>Unique identifier for the vehicle type.</td>\n</tr>\n<tr>\n<td><code>vehicleType.options</code></td>\n<td>List of vehicle type options. If there is no option selected, <code>[]</code> should be set. <code>Array Of Objects</code></td>\n</tr>\n<tr>\n<td><code>vehicleType.options.id</code></td>\n<td>Unique identifier for the vehicle type option.</td>\n</tr>\n<tr>\n<td><code>vehicleType.options.dataId</code></td>\n<td>Data ID for list or boolean vehicle type options.</td>\n</tr>\n<tr>\n<td><code>vehicleType.options.inputValue</code></td>\n<td>Input value for input vehicle type options.</td>\n</tr>\n<tr>\n<td><code>paymentMethod</code></td>\n<td>Method of payment. <code>Cash</code> <code>Wallet</code></td>\n</tr>\n<tr>\n<td><code>paymentSide</code></td>\n<td>Indicates who will make the payment. <code>Sender</code> <code>Receiver</code></td>\n</tr>\n<tr>\n<td><code>promoCode</code> - <code>Optional</code></td>\n<td>The promotion code. <code>\"\"</code> If there is no note.</td>\n</tr>\n<tr>\n<td><code>codAmount</code> - <code>Optional</code></td>\n<td>Cash on delivery amount. If there is no COD, <code>0</code> should be set.</td>\n</tr>\n<tr>\n<td><code>uid</code> - <code>Optional</code></td>\n<td>Client unique identifier for preventing duplications. If there is no mechanism, set <code>\"\"</code> for this field.</td>\n</tr>\n<tr>\n<td><code>note</code> - <code>Optional</code></td>\n<td>Additional notes or instructions. <code>\"\"</code> If there is no note.</td>\n</tr>\n<tr>\n<td><code>referenceId</code> - <code>Optional</code></td>\n<td>Reference identifier for the order.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","customer","order","ondemand"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"5ea715a5-5059-405a-8190-c39f7128bd7d","name":"Successful","originalRequest":{"method":"POST","header":[{"key":"Accept-Language","value":"en"},{"key":"Authorization","value":"Bearer AT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"customerId\": \"ckfezc72o01f1xxo81la4bvl9\",\n    \"pickup\": {\n        \"phone\": \"\",\n        \"floor\": \"\",\n        \"address\": \"Cumberland Gate, London W2 2UH, UK\",\n        \"room\": \"\",\n        \"placeId\": \"\",\n        \"fullName\": \"\",\n        \"buildingBlock\": \"\",\n        \"coordinates\": [\n            -0.15869881563038823,\n            51.51268479847148\n        ],\n        \"customerDescription\": \"\",\n        \"schedulePickupNow\": false,\n        \"scheduleDateAfter\": 0,\n        \"scheduleDateBefore\": 0,\n        \"email\": \"abcd@pickup.org\"\n    },\n    \"dropoffs\": [\n        {\n            \"address\": \"62 Albemarle St, London W1S 4BD, UK\",\n            \"coordinates\": [\n                -0.1405885408344662,\n                51.50785039521855\n            ],\n            \"scheduleDateAfter\": 0,\n            \"scheduleDateBefore\": 0,\n            \"buildingBlock\": \"\",\n            \"floor\": \"\",\n            \"fullName\": \"\",\n            \"phone\": \"\",\n            \"placeId\": \"\",\n            \"room\": \"\",\n            \"email\": \"\"\n        },\n        {\n            \"address\": \"6 Braydon Road, London, N16 6QB\",\n            \"coordinates\": [\n                -0.06638,\n                51.57045\n            ],\n            \"scheduleDateAfter\": 0,\n            \"scheduleDateBefore\": 0,\n            \"buildingBlock\": \"\",\n            \"floor\": \"\",\n            \"fullName\": \"\",\n            \"phone\": \"\",\n            \"placeId\": \"\",\n            \"room\": \"\",\n            \"email\": \"\"\n        },\n        {\n            \"address\": \"41 Braydon Road, London, N16 6QL\",\n            \"coordinates\": [\n                -0.06798,\n                51.57045\n            ],\n            \"scheduleDateAfter\": 0,\n            \"scheduleDateBefore\": 0,\n            \"buildingBlock\": \"\",\n            \"floor\": \"\",\n            \"fullName\": \"\",\n            \"phone\": \"\",\n            \"placeId\": \"\",\n            \"room\": \"\",\n            \"email\": \"\"\n        }\n    ],\n    \"service\": {\n        \"id\": \"clk2wo8rp2fqa01plgm5wbias\",\n        \"options\": [\n            {\n                // list options\n                \"id\": \"sjTL9A0oZdAdd0hx9o2tM\",\n                \"dataId\": \"X3wgDPIvSh4plo4CzRe9k\"\n            },\n            {\n                // boolean options\n                \"id\": \"bIDb-MELA5NLy1eiNXxI9\",\n                \"dataId\": \"\"\n            }\n        ]\n    },\n    \"vehicleType\": {\n        \"id\": \"clakjkbhf1cuybgo84fvc02qq\",\n        \"options\": [\n            { // list option\n                \"id\": \"ldgRhnIA2q4YHm0LvcDmn\",\n                \"dataId\": \"ns4rTg2KQxQIhbHHl4PkG\"\n            },\n            { // boolean option\n                \"id\": \"W93vIRbS7WrPFMrMEOS4i\",\n                \"dataId\": \"\"\n            }\n        ]\n    },\n    \"paymentMethod\": \"Cash\", // Cash,Wallet,Card\n    \"paymentSide\": \"Sender\", // Sender,Receiver\n    \"isScheduled\": false,\n    \"codAmount\": 0,\n    \"promoCode\": \"\",\n    \"uid\": \"e62edea4-5cd6-40f9-b277-a2b3786a9146\",\n    \"referenceId\": \"1166212345\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/customer/order/ondemand"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sat, 13 Sep 2025 13:52:54 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":"Content-Disposition,X-Content-Disposition"},{"key":"etag","value":"W/\"50-2ehqFItlFGnjH+iFJU2GNdTesbA\""},{"key":"x-powered-by","value":"Express"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=N9sO8xe8t%2BcVVSrUotXapcP0r1Vtt05RVjEqTWGB3T2KvMB6E%2BNJMMnwS%2B1%2FkfoUr3PIob3QyH9fxGTJiLb4nBKf02KhNNNO3xLNWZw%3D\"}]}"},{"key":"Content-Encoding","value":"br"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"97e820ae1e0f8292-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 0,\n    \"message\": \"\",\n    \"data\": {\n        \"orderId\": \"eUZT2ajVwV_uGYCSFDSZo\"\n    },\n    \"metadata\": {}\n}"},{"id":"7f696787-ef55-4b38-a724-5e083f53d8b5","name":"Successful - Card payment method","originalRequest":{"method":"POST","header":[{"key":"Accept-Language","value":"en"},{"key":"Authorization","value":"Bearer AT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"customerId\": \"ckfezc72o01f1xxo81la4bvl9\",\n    \"pickup\": {\n        \"phone\": \"\",\n        \"floor\": \"\",\n        \"address\": \"Cumberland Gate, London W2 2UH, UK\",\n        \"room\": \"\",\n        \"placeId\": \"\",\n        \"fullName\": \"\",\n        \"buildingBlock\": \"\",\n        \"coordinates\": [\n            -0.15869881563038823,\n            51.51268479847148\n        ],\n        \"customerDescription\": \"\",\n        \"schedulePickupNow\": false,\n        \"scheduleDateAfter\": 0,\n        \"scheduleDateBefore\": 0,\n        \"email\": \"abcd@pickup.org\"\n    },\n    \"dropoffs\": [\n        {\n            \"address\": \"62 Albemarle St, London W1S 4BD, UK\",\n            \"coordinates\": [\n                -0.1405885408344662,\n                51.50785039521855\n            ],\n            \"scheduleDateAfter\": 0,\n            \"scheduleDateBefore\": 0,\n            \"buildingBlock\": \"\",\n            \"floor\": \"\",\n            \"fullName\": \"\",\n            \"phone\": \"\",\n            \"placeId\": \"\",\n            \"room\": \"\",\n            \"email\": \"\"\n        },\n        {\n            \"address\": \"6 Braydon Road, London, N16 6QB\",\n            \"coordinates\": [\n                -0.06638,\n                51.57045\n            ],\n            \"scheduleDateAfter\": 0,\n            \"scheduleDateBefore\": 0,\n            \"buildingBlock\": \"\",\n            \"floor\": \"\",\n            \"fullName\": \"\",\n            \"phone\": \"\",\n            \"placeId\": \"\",\n            \"room\": \"\",\n            \"email\": \"\"\n        },\n        {\n            \"address\": \"41 Braydon Road, London, N16 6QL\",\n            \"coordinates\": [\n                -0.06798,\n                51.57045\n            ],\n            \"scheduleDateAfter\": 0,\n            \"scheduleDateBefore\": 0,\n            \"buildingBlock\": \"\",\n            \"floor\": \"\",\n            \"fullName\": \"\",\n            \"phone\": \"\",\n            \"placeId\": \"\",\n            \"room\": \"\",\n            \"email\": \"\"\n        }\n    ],\n    \"service\": {\n        \"id\": \"clk2wo8rp2fqa01plgm5wbias\",\n        \"options\": [\n            {\n                // list options\n                \"id\": \"sjTL9A0oZdAdd0hx9o2tM\",\n                \"dataId\": \"X3wgDPIvSh4plo4CzRe9k\"\n            },\n            {\n                // boolean options\n                \"id\": \"bIDb-MELA5NLy1eiNXxI9\",\n                \"dataId\": \"\"\n            }\n        ]\n    },\n    \"vehicleType\": {\n        \"id\": \"clakjkbhf1cuybgo84fvc02qq\",\n        \"options\": [\n            { // list option\n                \"id\": \"ldgRhnIA2q4YHm0LvcDmn\",\n                \"dataId\": \"ns4rTg2KQxQIhbHHl4PkG\"\n            },\n            { // boolean option\n                \"id\": \"W93vIRbS7WrPFMrMEOS4i\",\n                \"dataId\": \"\"\n            }\n        ]\n    },\n    \"paymentMethod\": \"Card\", // Cash,Wallet,Card\n    \"paymentProvider\": \"stripe\",\n    \"paymentMethodId\": \"pm_1N2uWMLGEuIAvDMshrSjgr07\",\n    \"cardInfo\": {\n        \"id\": \"pm_1N2uWMLGEuIAvDMshrSjgr07\",\n        \"brand\": \"visa\",\n        \"expMonth\": \"12\",\n        \"expYear\": \"2024\",\n        \"lastNumbers\": \"3063\"\n    },\n    \"paymentSide\": \"Sender\", // Sender,Receiver\n    \"isScheduled\": false,\n    \"codAmount\": 0,\n    \"promoCode\": \"\",\n    \"uid\": \"e62edea4-5cd6-40f9-b277-a2b3786a9146\",\n    \"referenceId\": \"1166212345\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/customer/order/ondemand"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sat, 13 Sep 2025 13:52:54 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":"Content-Disposition,X-Content-Disposition"},{"key":"etag","value":"W/\"50-2ehqFItlFGnjH+iFJU2GNdTesbA\""},{"key":"x-powered-by","value":"Express"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=N9sO8xe8t%2BcVVSrUotXapcP0r1Vtt05RVjEqTWGB3T2KvMB6E%2BNJMMnwS%2B1%2FkfoUr3PIob3QyH9fxGTJiLb4nBKf02KhNNNO3xLNWZw%3D\"}]}"},{"key":"Content-Encoding","value":"br"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"97e820ae1e0f8292-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 0,\n    \"message\": \"\",\n    \"data\": {\n        \"orderId\": \"eUZT2ajVwV_uGYCSFDSZo\"\n    },\n    \"metadata\": {}\n}"},{"id":"dcda0cde-3834-4340-b216-764ba15aaec8","name":"Successful - Scheduled","originalRequest":{"method":"POST","header":[{"key":"Accept-Language","value":"en"},{"key":"Authorization","value":"Bearer AT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"customerId\": \"ckfezc72o01f1xxo81la4bvl9\",\n    \"pickup\": {\n        \"phone\": \"\",\n        \"floor\": \"\",\n        \"address\": \"Cumberland Gate, London W2 2UH, UK\",\n        \"room\": \"\",\n        \"placeId\": \"\",\n        \"fullName\": \"\",\n        \"buildingBlock\": \"\",\n        \"coordinates\": [\n            -0.15869881563038823,\n            51.51268479847148\n        ],\n        \"customerDescription\": \"\",\n        \"schedulePickupNow\": false,\n        \"scheduleDateAfter\": 1757782480387,\n        \"scheduleDateBefore\": 1757786080387,\n        \"email\": \"abcd@pickup.org\"\n    },\n    \"dropoffs\": [\n        {\n            \"address\": \"62 Albemarle St, London W1S 4BD, UK\",\n            \"coordinates\": [\n                -0.1405885408344662,\n                51.50785039521855\n            ],\n            \"scheduleDateAfter\": 1757789680387,\n            \"scheduleDateBefore\": 1757793280387,\n            \"buildingBlock\": \"\",\n            \"floor\": \"\",\n            \"fullName\": \"\",\n            \"phone\": \"\",\n            \"placeId\": \"\",\n            \"room\": \"\",\n            \"email\": \"\"\n        },\n        {\n            \"address\": \"6 Braydon Road, London, N16 6QB\",\n            \"coordinates\": [\n                -0.06638,\n                51.57045\n            ],\n            \"scheduleDateAfter\": 1757789680387,\n            \"scheduleDateBefore\": 1757793280387,\n            \"buildingBlock\": \"\",\n            \"floor\": \"\",\n            \"fullName\": \"\",\n            \"phone\": \"\",\n            \"placeId\": \"\",\n            \"room\": \"\",\n            \"email\": \"\"\n        },\n        {\n            \"address\": \"41 Braydon Road, London, N16 6QL\",\n            \"coordinates\": [\n                -0.06798,\n                51.57045\n            ],\n            \"scheduleDateAfter\": 1757789680387,\n            \"scheduleDateBefore\": 1757793280387,\n            \"buildingBlock\": \"\",\n            \"floor\": \"\",\n            \"fullName\": \"\",\n            \"phone\": \"\",\n            \"placeId\": \"\",\n            \"room\": \"\",\n            \"email\": \"\"\n        }\n    ],\n    \"service\": {\n        \"id\": \"clk2wo8rp2fqa01plgm5wbias\",\n        \"options\": [\n            {\n                // list options\n                \"id\": \"sjTL9A0oZdAdd0hx9o2tM\",\n                \"dataId\": \"X3wgDPIvSh4plo4CzRe9k\"\n            },\n            {\n                // boolean options\n                \"id\": \"bIDb-MELA5NLy1eiNXxI9\",\n                \"dataId\": \"\"\n            }\n        ]\n    },\n    \"vehicleType\": {\n        \"id\": \"clakjkbhf1cuybgo84fvc02qq\",\n        \"options\": [\n            { // list option\n                \"id\": \"ldgRhnIA2q4YHm0LvcDmn\",\n                \"dataId\": \"ns4rTg2KQxQIhbHHl4PkG\"\n            },\n            { // boolean option\n                \"id\": \"W93vIRbS7WrPFMrMEOS4i\",\n                \"dataId\": \"\"\n            }\n        ]\n    },\n    \"paymentMethod\": \"Cash\", // Cash,Wallet,Card\n    \"paymentSide\": \"Sender\", // Sender,Receiver\n    \"isScheduled\": true,\n    \"codAmount\": 0,\n    \"promoCode\": \"\",\n    \"uid\": \"e62edea4-5cd6-40f9-b277-a2b3786a9146\",\n    \"referenceId\": \"1166212345\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/customer/order/ondemand"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sat, 13 Sep 2025 13:52:54 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":"Content-Disposition,X-Content-Disposition"},{"key":"etag","value":"W/\"50-2ehqFItlFGnjH+iFJU2GNdTesbA\""},{"key":"x-powered-by","value":"Express"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=N9sO8xe8t%2BcVVSrUotXapcP0r1Vtt05RVjEqTWGB3T2KvMB6E%2BNJMMnwS%2B1%2FkfoUr3PIob3QyH9fxGTJiLb4nBKf02KhNNNO3xLNWZw%3D\"}]}"},{"key":"Content-Encoding","value":"br"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"97e820ae1e0f8292-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 0,\n    \"message\": \"Your request successfully scheduled, it may take some time to drivers accept your request, please be patient.\",\n    \"data\": {\n        \"orderId\": \"FpE9giifyv3rjGA6ryAmh\"\n    },\n    \"metadata\": {}\n}"},{"id":"3997b50f-9654-4f98-a799-aa1e94850ff4","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Accept-Language","value":"en"},{"key":"Authorization","value":"Bearer AT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"customerId\": \"ckfezc72o01f1xxo81la4bvl9\",\n    \"pickup\": {\n        \"phone\": \"\",\n        \"floor\": \"\",\n        \"address\": \"Cumberland Gate, London W2 2UH, UK\",\n        \"room\": \"\",\n        \"placeId\": \"\",\n        \"fullName\": \"\",\n        \"buildingBlock\": \"\",\n        \"coordinates\": [\n            -0.15869881563038823,\n            51.51268479847148\n        ],\n        \"customerDescription\": \"\",\n        \"schedulePickupNow\": false,\n        \"scheduleDateAfter\": 0,\n        \"scheduleDateBefore\": 0,\n        \"email\": \"abcd@pickup.org\"\n    },\n    \"dropoffs\": [\n        {\n            \"address\": \"62 Albemarle St, London W1S 4BD, UK\",\n            \"coordinates\": [\n                -0.1405885408344662,\n                51.50785039521855\n            ],\n            \"scheduleDateAfter\": 0,\n            \"scheduleDateBefore\": 0,\n            \"buildingBlock\": \"\",\n            \"floor\": \"\",\n            \"fullName\": \"\",\n            \"phone\": \"\",\n            \"placeId\": \"\",\n            \"room\": \"\",\n            \"email\": \"\"\n        },\n        {\n            \"address\": \"6 Braydon Road, London, N16 6QB\",\n            \"coordinates\": [\n                -0.06638,\n                51.57045\n            ],\n            \"scheduleDateAfter\": 0,\n            \"scheduleDateBefore\": 0,\n            \"buildingBlock\": \"\",\n            \"floor\": \"\",\n            \"fullName\": \"\",\n            \"phone\": \"\",\n            \"placeId\": \"\",\n            \"room\": \"\",\n            \"email\": \"\"\n        },\n        {\n            \"address\": \"41 Braydon Road, London, N16 6QL\",\n            \"coordinates\": [\n                -0.06798,\n                51.57045\n            ],\n            \"scheduleDateAfter\": 0,\n            \"scheduleDateBefore\": 0,\n            \"buildingBlock\": \"\",\n            \"floor\": \"\",\n            \"fullName\": \"\",\n            \"phone\": \"\",\n            \"placeId\": \"\",\n            \"room\": \"\",\n            \"email\": \"\"\n        }\n    ],\n    \"service\": {\n        \"id\": \"ckff5dymg00bjvzo88g0ad8va\",\n        \"options\": [\n            {\n                \"id\": \"mptrqjE7VKVOsi7kdvHE_\",\n                \"dataId\": \"eYlaxbD_pJh-A_M19Sp2z\"\n            }\n        ]\n    },\n    \"vehicleType\": {\n        \"id\": \"ckff5wvpp00d8vzo8a60y0ey4\",\n        \"options\": [\n            {\n                \"id\": \"zILEakmlhVUHdqe4O_BZ5\",\n                \"dataId\": \"2IeJq2j8FWuJfgCoVl8JL\"\n            },\n            {\n                \"id\": \"vjqcxdFtRUkRM9hWOO6a\",\n                \"dataId\": \"\"\n            }\n        ]\n    },\n    \"paymentMethod\": \"Cash\", // Cash,Wallet\n    \"paymentSide\": \"Sender\", // Sender,Receiver\n    \"isScheduled\": false,\n    \"codAmount\": 0,\n    \"promoCode\": \"\",\n    \"uid\": \"e62edea4-5cd6-40f9-b277-a2b3786a9146\",\n    \"referenceId\": \"1166212345\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/customer/order/ondemand"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sat, 13 Sep 2025 13:50:04 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"141"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":"Content-Disposition,X-Content-Disposition"},{"key":"etag","value":"W/\"8d-RnfTu+xLS9BcEJBzi+kMC008Um8\""},{"key":"x-powered-by","value":"Express"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=mMBFEk7pbvJw0VzfMdTiOMJnQIQiH8TG%2BH6QnnCzKsptj4jYr7CZSo%2BVRh2ywFG3UOP4yKMRR%2FfqMUEpUsOcmtxCKTezHCC2jj8QZ7c%3D\"}]}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"97e81c8d9f03c488-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": -400,\n    \"message\": \"Invalid service or order-type\",\n    \"data\": {},\n    \"meta\": {\n        \"stack\": \"\",\n        \"url\": \"/api/v1/customer/order/ondemand\",\n        \"method\": \"POST\"\n    }\n}"},{"id":"9634fc40-a3f5-42ea-a5d3-cd8ee9a2e831","name":"BadRequest: CODAmountExceededMaxLimit","originalRequest":{"method":"POST","header":[{"key":"Accept-Language","value":"en"},{"key":"Authorization","value":"Bearer AT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"customerId\": \"ckfezc72o01f1xxo81la4bvl9\",\n    \"pickup\": {\n        \"phone\": \"\",\n        \"floor\": \"\",\n        \"address\": \"Cumberland Gate, London W2 2UH, UK\",\n        \"room\": \"\",\n        \"placeId\": \"\",\n        \"fullName\": \"\",\n        \"buildingBlock\": \"\",\n        \"coordinates\": [\n            -0.15869881563038823,\n            51.51268479847148\n        ],\n        \"customerDescription\": \"\",\n        \"schedulePickupNow\": false,\n        \"scheduleDateAfter\": 0,\n        \"scheduleDateBefore\": 0,\n        \"email\": \"abcd@pickup.org\"\n    },\n    \"dropoffs\": [\n        {\n            \"address\": \"62 Albemarle St, London W1S 4BD, UK\",\n            \"coordinates\": [\n                -0.1405885408344662,\n                51.50785039521855\n            ],\n            \"scheduleDateAfter\": 0,\n            \"scheduleDateBefore\": 0,\n            \"buildingBlock\": \"\",\n            \"floor\": \"\",\n            \"fullName\": \"\",\n            \"phone\": \"\",\n            \"placeId\": \"\",\n            \"room\": \"\",\n            \"email\": \"\"\n        },\n        {\n            \"address\": \"6 Braydon Road, London, N16 6QB\",\n            \"coordinates\": [\n                -0.06638,\n                51.57045\n            ],\n            \"scheduleDateAfter\": 0,\n            \"scheduleDateBefore\": 0,\n            \"buildingBlock\": \"\",\n            \"floor\": \"\",\n            \"fullName\": \"\",\n            \"phone\": \"\",\n            \"placeId\": \"\",\n            \"room\": \"\",\n            \"email\": \"\"\n        },\n        {\n            \"address\": \"41 Braydon Road, London, N16 6QL\",\n            \"coordinates\": [\n                -0.06798,\n                51.57045\n            ],\n            \"scheduleDateAfter\": 0,\n            \"scheduleDateBefore\": 0,\n            \"buildingBlock\": \"\",\n            \"floor\": \"\",\n            \"fullName\": \"\",\n            \"phone\": \"\",\n            \"placeId\": \"\",\n            \"room\": \"\",\n            \"email\": \"\"\n        }\n    ],\n    \"service\": {\n        \"id\": \"clk2wo8rp2fqa01plgm5wbias\",\n        \"options\": [\n            {\n                // list options\n                \"id\": \"sjTL9A0oZdAdd0hx9o2tM\",\n                \"dataId\": \"X3wgDPIvSh4plo4CzRe9k\"\n            },\n            {\n                // boolean options\n                \"id\": \"bIDb-MELA5NLy1eiNXxI9\",\n                \"dataId\": \"\"\n            }\n        ]\n    },\n    \"vehicleType\": {\n        \"id\": \"clakjkbhf1cuybgo84fvc02qq\",\n        \"options\": [\n            {   // list option\n                \"id\": \"ldgRhnIA2q4YHm0LvcDmn\",\n                \"dataId\": \"ns4rTg2KQxQIhbHHl4PkG\"\n            },\n            {   // boolean option\n                \"id\": \"W93vIRbS7WrPFMrMEOS4i\",\n                \"dataId\": \"\"\n            }\n        ]\n    },\n    \"paymentMethod\": \"Cash\", // Cash,Wallet\n    \"paymentSide\": \"Sender\", // Sender,Receiver\n    \"isScheduled\": false,\n    \"codAmount\": 12332, // optional\n    \"promoCode\": \"\",\n    \"uid\": \"e62edea4-5cd6-4f9-b277-a2b3786a9146\",\n    \"referenceId\": \"1166212345\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/customer/order/ondemand"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sat, 13 Sep 2025 14:02:34 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"160"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":"Content-Disposition,X-Content-Disposition"},{"key":"etag","value":"W/\"a0-Rl7l0f/oF8A04w8QS8Pg3icuEF0\""},{"key":"x-powered-by","value":"Express"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=nYOsoizl1UD3CfJ2bexQxHzN1fv2Y76CbdITdXWotHwCudxPt8vKg0aGB8NikPgSb%2Fc9AJiGT2rY%2B0nlpS%2By8jjKlyjsyKe95rSCf2A%3D\"}]}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"97e82edd4f060f07-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": -400,\n    \"message\": \"COD Amount exceeds maximum limit. Please adjust.\",\n    \"data\": {},\n    \"meta\": {\n        \"stack\": \"\",\n        \"url\": \"/api/v1/customer/order/ondemand\",\n        \"method\": \"POST\"\n    }\n}"},{"id":"f7a2606a-0a20-4611-b060-b7cd6b378fda","name":"BadRequest: Invalid service selected for scheduling","originalRequest":{"method":"POST","header":[{"key":"Accept-Language","value":"en"},{"key":"Authorization","value":"Bearer AT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"customerId\": \"ckfezc72o01f1xxo81la4bvl9\",\n    \"pickup\": {\n        \"phone\": \"\",\n        \"floor\": \"\",\n        \"address\": \"Cumberland Gate, London W2 2UH, UK\",\n        \"room\": \"\",\n        \"placeId\": \"\",\n        \"fullName\": \"\",\n        \"buildingBlock\": \"\",\n        \"coordinates\": [\n            -0.15869881563038823,\n            51.51268479847148\n        ],\n        \"customerDescription\": \"\",\n        \"schedulePickupNow\": false,\n        \"scheduleDateAfter\": 1757782480387,\n        \"scheduleDateBefore\": 1757786080387,\n        \"email\": \"abcd@pickup.org\"\n    },\n    \"dropoffs\": [\n        {\n            \"address\": \"62 Albemarle St, London W1S 4BD, UK\",\n            \"coordinates\": [\n                -0.1405885408344662,\n                51.50785039521855\n            ],\n            \"scheduleDateAfter\": 1757789680387,\n            \"scheduleDateBefore\": 1757793280387,\n            \"buildingBlock\": \"\",\n            \"floor\": \"\",\n            \"fullName\": \"\",\n            \"phone\": \"\",\n            \"placeId\": \"\",\n            \"room\": \"\",\n            \"email\": \"\"\n        },\n        {\n            \"address\": \"6 Braydon Road, London, N16 6QB\",\n            \"coordinates\": [\n                -0.06638,\n                51.57045\n            ],\n            \"scheduleDateAfter\": 1757789680387,\n            \"scheduleDateBefore\": 1757793280387,\n            \"buildingBlock\": \"\",\n            \"floor\": \"\",\n            \"fullName\": \"\",\n            \"phone\": \"\",\n            \"placeId\": \"\",\n            \"room\": \"\",\n            \"email\": \"\"\n        },\n        {\n            \"address\": \"41 Braydon Road, London, N16 6QL\",\n            \"coordinates\": [\n                -0.06798,\n                51.57045\n            ],\n            \"scheduleDateAfter\": 1757789680387,\n            \"scheduleDateBefore\": 1757793280387,\n            \"buildingBlock\": \"\",\n            \"floor\": \"\",\n            \"fullName\": \"\",\n            \"phone\": \"\",\n            \"placeId\": \"\",\n            \"room\": \"\",\n            \"email\": \"\"\n        }\n    ],\n    \"service\": {\n        \"id\": \"clk2wo8rp2fqa01plgm5wbias\",\n        \"options\": [\n            {\n                // list options\n                \"id\": \"sjTL9A0oZdAdd0hx9o2tM\",\n                \"dataId\": \"X3wgDPIvSh4plo4CzRe9k\"\n            },\n            {\n                // boolean options\n                \"id\": \"bIDb-MELA5NLy1eiNXxI9\",\n                \"dataId\": \"\"\n            }\n        ]\n    },\n    \"vehicleType\": {\n        \"id\": \"clakjkbhf1cuybgo84fvc02qq\",\n        \"options\": [\n            { // list option\n                \"id\": \"ldgRhnIA2q4YHm0LvcDmn\",\n                \"dataId\": \"ns4rTg2KQxQIhbHHl4PkG\"\n            },\n            { // boolean option\n                \"id\": \"W93vIRbS7WrPFMrMEOS4i\",\n                \"dataId\": \"\"\n            }\n        ]\n    },\n    \"paymentMethod\": \"Cash\", // Cash,Wallet,Card\n    \"paymentSide\": \"Sender\", // Sender,Receiver\n    \"isScheduled\": true,\n    \"codAmount\": 0,\n    \"promoCode\": \"\",\n    \"uid\": \"e62edea4-5cd6-40f9-b277-a21b3786a9146\",\n    \"referenceId\": \"1166212345\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/customer/order/ondemand"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sat, 13 Sep 2025 14:05:50 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"151"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":"Content-Disposition,X-Content-Disposition"},{"key":"etag","value":"W/\"97-6aaPchs5qda5VY7+S8LbaHlebn8\""},{"key":"x-powered-by","value":"Express"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=yfwBwS3DXQ2Ia99g%2BSJU3vV7nVJbU5ffFuW1bkRmXPiaAfRetO6JCXSubgUrQiEDbdjVnmEmjwfuufRjCSvzwKhAcoijb0dhJrrhNbo%3D\"}]}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"97e833a88f6bfbd0-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": -400,\n    \"message\": \"Invalid service selected for scheduling\",\n    \"data\": {},\n    \"meta\": {\n        \"stack\": \"\",\n        \"url\": \"/api/v1/customer/order/ondemand\",\n        \"method\": \"POST\"\n    }\n}"},{"id":"cbb18880-1fd1-4f85-bb81-ce5c7d74b90f","name":"ScheduleMinimumBalance","originalRequest":{"method":"POST","header":[{"key":"Accept-Language","value":"en"},{"key":"Authorization","value":"Bearer AT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"customerId\": \"ckfezc72o01f1xxo81la4bvl9\",\n    \"pickup\": {\n        \"phone\": \"\",\n        \"floor\": \"\",\n        \"address\": \"Cumberland Gate, London W2 2UH, UK\",\n        \"room\": \"\",\n        \"placeId\": \"\",\n        \"fullName\": \"\",\n        \"buildingBlock\": \"\",\n        \"coordinates\": [\n            -0.15869881563038823,\n            51.51268479847148\n        ],\n        \"customerDescription\": \"\",\n        \"schedulePickupNow\": false,\n        \"scheduleDateAfter\": 1757782480387,\n        \"scheduleDateBefore\": 1757786080387,\n        \"email\": \"abcd@pickup.org\"\n    },\n    \"dropoffs\": [\n        {\n            \"address\": \"62 Albemarle St, London W1S 4BD, UK\",\n            \"coordinates\": [\n                -0.1405885408344662,\n                51.50785039521855\n            ],\n            \"scheduleDateAfter\": 1757789680387,\n            \"scheduleDateBefore\": 1757793280387,\n            \"buildingBlock\": \"\",\n            \"floor\": \"\",\n            \"fullName\": \"\",\n            \"phone\": \"\",\n            \"placeId\": \"\",\n            \"room\": \"\",\n            \"email\": \"\"\n        },\n        {\n            \"address\": \"6 Braydon Road, London, N16 6QB\",\n            \"coordinates\": [\n                -0.06638,\n                51.57045\n            ],\n            \"scheduleDateAfter\": 1757789680387,\n            \"scheduleDateBefore\": 1757793280387,\n            \"buildingBlock\": \"\",\n            \"floor\": \"\",\n            \"fullName\": \"\",\n            \"phone\": \"\",\n            \"placeId\": \"\",\n            \"room\": \"\",\n            \"email\": \"\"\n        },\n        {\n            \"address\": \"41 Braydon Road, London, N16 6QL\",\n            \"coordinates\": [\n                -0.06798,\n                51.57045\n            ],\n            \"scheduleDateAfter\": 1757789680387,\n            \"scheduleDateBefore\": 1757793280387,\n            \"buildingBlock\": \"\",\n            \"floor\": \"\",\n            \"fullName\": \"\",\n            \"phone\": \"\",\n            \"placeId\": \"\",\n            \"room\": \"\",\n            \"email\": \"\"\n        }\n    ],\n    \"service\": {\n        \"id\": \"clk2wo8rp2fqa01plgm5wbias\",\n        \"options\": [\n            {\n                // list options\n                \"id\": \"sjTL9A0oZdAdd0hx9o2tM\",\n                \"dataId\": \"X3wgDPIvSh4plo4CzRe9k\"\n            },\n            {\n                // boolean options\n                \"id\": \"bIDb-MELA5NLy1eiNXxI9\",\n                \"dataId\": \"\"\n            }\n        ]\n    },\n    \"vehicleType\": {\n        \"id\": \"clakjkbhf1cuybgo84fvc02qq\",\n        \"options\": [\n            { // list option\n                \"id\": \"ldgRhnIA2q4YHm0LvcDmn\",\n                \"dataId\": \"ns4rTg2KQxQIhbHHl4PkG\"\n            },\n            { // boolean option\n                \"id\": \"W93vIRbS7WrPFMrMEOS4i\",\n                \"dataId\": \"\"\n            }\n        ]\n    },\n    \"paymentMethod\": \"Wallet\", // Cash,Wallet,Card\n    \"paymentSide\": \"Sender\", // Sender,Receiver\n    \"isScheduled\": true,\n    \"codAmount\": 0,\n    \"promoCode\": \"\",\n    \"uid\": \"e62edea4-5cd6-s40f9-b1277-a2b3786a9146\",\n    \"referenceId\": \"1166212345\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/customer/order/ondemand"},"status":"Forbidden","code":403,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sat, 13 Sep 2025 14:09:21 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":"Content-Disposition,X-Content-Disposition"},{"key":"etag","value":"W/\"bf-eqqyf2CaZmMATsSrpN9G5wpLC3M\""},{"key":"x-powered-by","value":"Express"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=AaSkZrcCLM8VF3Mw8QugaUnlfNnRy8thFXIR4K%2BYwGwn4JGadBppIDiHMqL8VgJEfICCsaE9qfFF0YwDlKEtjMdTfVnYkWtYTjuT9nw%3D\"}]}"},{"key":"Content-Encoding","value":"br"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"97e838ccaa9205bc-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": -15,\n    \"message\": \"You shoud have at least $10,000,000,000 balance to be able to schedule an order.\",\n    \"data\": {},\n    \"meta\": {\n        \"stack\": \"\",\n        \"url\": \"/api/v1/customer/order/ondemand\",\n        \"method\": \"POST\"\n    }\n}"},{"id":"c08357b2-adc2-4665-9643-1a86d27caaea","name":"LowWalletBalance","originalRequest":{"method":"POST","header":[{"key":"Accept-Language","value":"en"},{"key":"Authorization","value":"Bearer AT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"customerId\": \"ckfezc72o01f1xxo81la4bvl9\",\n    \"pickup\": {\n        \"phone\": \"\",\n        \"floor\": \"\",\n        \"address\": \"Cumberland Gate, London W2 2UH, UK\",\n        \"room\": \"\",\n        \"placeId\": \"\",\n        \"fullName\": \"\",\n        \"buildingBlock\": \"\",\n        \"coordinates\": [\n            -0.15869881563038823,\n            51.51268479847148\n        ],\n        \"customerDescription\": \"\",\n        \"schedulePickupNow\": false,\n        \"scheduleDateAfter\": 0,\n        \"scheduleDateBefore\": 0,\n        \"email\": \"abcd@pickup.org\"\n    },\n    \"dropoffs\": [\n        {\n            \"address\": \"62 Albemarle St, London W1S 4BD, UK\",\n            \"coordinates\": [\n                -0.1405885408344662,\n                51.50785039521855\n            ],\n            \"scheduleDateAfter\": 0,\n            \"scheduleDateBefore\": 0,\n            \"buildingBlock\": \"\",\n            \"floor\": \"\",\n            \"fullName\": \"\",\n            \"phone\": \"\",\n            \"placeId\": \"\",\n            \"room\": \"\",\n            \"email\": \"\"\n        },\n        {\n            \"address\": \"6 Braydon Road, London, N16 6QB\",\n            \"coordinates\": [\n                -0.06638,\n                51.57045\n            ],\n            \"scheduleDateAfter\": 0,\n            \"scheduleDateBefore\": 0,\n            \"buildingBlock\": \"\",\n            \"floor\": \"\",\n            \"fullName\": \"\",\n            \"phone\": \"\",\n            \"placeId\": \"\",\n            \"room\": \"\",\n            \"email\": \"\"\n        },\n        {\n            \"address\": \"41 Braydon Road, London, N16 6QL\",\n            \"coordinates\": [\n                -0.06798,\n                51.57045\n            ],\n            \"scheduleDateAfter\": 0,\n            \"scheduleDateBefore\": 0,\n            \"buildingBlock\": \"\",\n            \"floor\": \"\",\n            \"fullName\": \"\",\n            \"phone\": \"\",\n            \"placeId\": \"\",\n            \"room\": \"\",\n            \"email\": \"\"\n        }\n    ],\n    \"service\": {\n        \"id\": \"clk2wo8rp2fqa01plgm5wbias\",\n        \"options\": [\n            {\n                // list options\n                \"id\": \"sjTL9A0oZdAdd0hx9o2tM\",\n                \"dataId\": \"X3wgDPIvSh4plo4CzRe9k\"\n            },\n            {\n                // boolean options\n                \"id\": \"bIDb-MELA5NLy1eiNXxI9\",\n                \"dataId\": \"\"\n            }\n        ]\n    },\n    \"vehicleType\": {\n        \"id\": \"clakjkbhf1cuybgo84fvc02qq\",\n        \"options\": [\n            { // list option\n                \"id\": \"ldgRhnIA2q4YHm0LvcDmn\",\n                \"dataId\": \"ns4rTg2KQxQIhbHHl4PkG\"\n            },\n            { // boolean option\n                \"id\": \"W93vIRbS7WrPFMrMEOS4i\",\n                \"dataId\": \"\"\n            }\n        ]\n    },\n    \"paymentMethod\": \"Wallet\", // Cash,Wallet,Card\n    \"paymentSide\": \"Sender\", // Sender,Receiver\n    \"isScheduled\": false,\n    \"codAmount\": 0,\n    \"promoCode\": \"\",\n    \"uid\": \"1cc6ce07-8b64-490c-a53a-c3e59e33f970\",\n    \"referenceId\": \"1166212345\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/customer/order/ondemand"},"status":"Forbidden","code":403,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sat, 13 Sep 2025 14:12:16 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":"Content-Disposition,X-Content-Disposition"},{"key":"etag","value":"W/\"bc-v9zukjO+pBPIT6E48+qOsH06q1Y\""},{"key":"x-powered-by","value":"Express"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=BUIWDS%2FJmVJ1XLOJPQbq5Nqz5CdF2tyKS4fFYpOUUmBXaI8wm1SbhVLPoyjVzuRsGsNjDnEr%2FI9%2FOVWa5bk%2BNlgEQXCsQRmGuWGtPhQ%3D\"}]}"},{"key":"Content-Encoding","value":"br"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"97e83d12a9a33550-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": -14,\n    \"message\": \"Your wallet balance is low, please recharge your wallet to create new orders.\",\n    \"data\": {},\n    \"meta\": {\n        \"stack\": \"\",\n        \"url\": \"/api/v1/customer/order/ondemand\",\n        \"method\": \"POST\"\n    }\n}"},{"id":"d1c9a96d-5ea3-4de5-8919-e85021c15fb1","name":"InputValidationError","originalRequest":{"method":"POST","header":[{"key":"Accept-Language","value":"en"},{"key":"Authorization","value":"Bearer AT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/customer/order/ondemand"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sat, 13 Sep 2025 14:14:54 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"363"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":"Content-Disposition,X-Content-Disposition"},{"key":"etag","value":"W/\"16b-Hqye7x6C3F2AxHtdHE4cYUyMLBU\""},{"key":"x-powered-by","value":"Express"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=SRtdOC%2FOtmxMbJhYdxDOEAK%2FwJ4Olguw5pEP0y6nEx3JcadgK0D9HdSfRehg%2FjzgB3nfNyvLis5m8Tt00giCsP3b9uD70WTv6vbUl5Y%3D\"}]}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"97e840f01d8b86d6-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": -1,\n    \"message\": \"\\\"customerId\\\" is required (customerId),\\\"pickup\\\" is required (pickup),\\\"service\\\" is required (service),\\\"vehicleType\\\" is required (vehicleType),\\\"promoCode\\\" is required (promoCode),\\\"isScheduled\\\" is required (isScheduled),\\\"uid\\\" is required (uid)\",\n    \"data\": {},\n    \"meta\": {\n        \"stack\": \"\",\n        \"url\": \"/api/v1/customer/order/ondemand\",\n        \"method\": \"POST\"\n    }\n}"},{"id":"00e36c0b-8204-492f-be3d-d78a0ad44ce3","name":"JWTAuthenticationError","originalRequest":{"method":"POST","header":[{"key":"Accept-Language","value":"en"},{"key":"Authorization","value":"Bearer AT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"customerId\": \"ckfezc72o01f1xxo81la4bvl9\",\n    \"pickup\": {\n        \"phone\": \"\",\n        \"floor\": \"\",\n        \"address\": \"Cumberland Gate, London W2 2UH, UK\",\n        \"room\": \"\",\n        \"placeId\": \"\",\n        \"fullName\": \"\",\n        \"buildingBlock\": \"\",\n        \"coordinates\": [\n            -0.15869881563038823,\n            51.51268479847148\n        ],\n        \"customerDescription\": \"\",\n        \"schedulePickupNow\": false,\n        \"scheduleDateAfter\": 0,\n        \"scheduleDateBefore\": 0,\n        \"email\": \"abcd@pickup.org\"\n    },\n    \"dropoffs\": [\n        {\n            \"address\": \"62 Albemarle St, London W1S 4BD, UK\",\n            \"coordinates\": [\n                -0.1405885408344662,\n                51.50785039521855\n            ],\n            \"scheduleDateAfter\": 0,\n            \"scheduleDateBefore\": 0,\n            \"buildingBlock\": \"\",\n            \"floor\": \"\",\n            \"fullName\": \"\",\n            \"phone\": \"\",\n            \"placeId\": \"\",\n            \"room\": \"\",\n            \"email\": \"\"\n        },\n        {\n            \"address\": \"6 Braydon Road, London, N16 6QB\",\n            \"coordinates\": [\n                -0.06638,\n                51.57045\n            ],\n            \"scheduleDateAfter\": 0,\n            \"scheduleDateBefore\": 0,\n            \"buildingBlock\": \"\",\n            \"floor\": \"\",\n            \"fullName\": \"\",\n            \"phone\": \"\",\n            \"placeId\": \"\",\n            \"room\": \"\",\n            \"email\": \"\"\n        },\n        {\n            \"address\": \"41 Braydon Road, London, N16 6QL\",\n            \"coordinates\": [\n                -0.06798,\n                51.57045\n            ],\n            \"scheduleDateAfter\": 0,\n            \"scheduleDateBefore\": 0,\n            \"buildingBlock\": \"\",\n            \"floor\": \"\",\n            \"fullName\": \"\",\n            \"phone\": \"\",\n            \"placeId\": \"\",\n            \"room\": \"\",\n            \"email\": \"\"\n        }\n    ],\n    \"service\": {\n        \"id\": \"clk2wo8rp2fqa01plgm5wbias\",\n        \"options\": [\n            {\n                // list options\n                \"id\": \"sjTL9A0oZdAdd0hx9o2tM\",\n                \"dataId\": \"X3wgDPIvSh4plo4CzRe9k\"\n            },\n            {\n                // boolean options\n                \"id\": \"bIDb-MELA5NLy1eiNXxI9\",\n                \"dataId\": \"\"\n            }\n        ]\n    },\n    \"vehicleType\": {\n        \"id\": \"clakjkbhf1cuybgo84fvc02qq\",\n        \"options\": [\n            { // list option\n                \"id\": \"ldgRhnIA2q4YHm0LvcDmn\",\n                \"dataId\": \"ns4rTg2KQxQIhbHHl4PkG\"\n            },\n            { // boolean option\n                \"id\": \"W93vIRbS7WrPFMrMEOS4i\",\n                \"dataId\": \"\"\n            }\n        ]\n    },\n    \"paymentMethod\": \"Wallet\", // Cash,Wallet,Card\n    \"paymentSide\": \"Sender\", // Sender,Receiver\n    \"isScheduled\": false,\n    \"codAmount\": 0,\n    \"promoCode\": \"\",\n    \"uid\": \"d22446bc-b5e5-416b-a182-e29da8a16993\",\n    \"referenceId\": \"1166212345\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/customer/order/ondemand"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sat, 13 Sep 2025 14:15:23 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"146"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":"Content-Disposition,X-Content-Disposition"},{"key":"etag","value":"W/\"92-dmCCF7UUqYZ7w4U0Z7IZYJnRJkk\""},{"key":"x-powered-by","value":"Express"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=7tvRBrMlrE9Ycg9E5d2VzFh%2FmRvV2E7qrwDHP8PalBeLkJaMnU3GwplWSQ6ayHYoaAki8A8IKgrBO6zsio5ilNnxrUlP9ywnVs7Avig%3D\"}]}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"97e841a0ee04bacb-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": -9,\n    \"message\": \"JWTAuthenticationError,jwt malformed\",\n    \"data\": {},\n    \"meta\": {\n        \"stack\": \"\",\n        \"url\": \"/api/v1/customer/order/ondemand\",\n        \"method\": \"POST\"\n    }\n}"}],"_postman_id":"ab09e4f8-3372-4b15-9688-3a843b3bfb0a"},{"name":"Order Info","id":"be9d17cd-4fde-40e6-96e1-824f0ea65518","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept-Language","value":"en"}],"url":"{{baseUrl}}/api/v1/customer/order/e7LMNBN_kA4H_GkHlxlUe?customerId=ckfezc72o01f1xxo81la4bvl9","description":"<p>Possible Statuses :\n['Pending', 'Assigned', 'Started', 'PickedUp', 'Arrived' ]</p>\n","urlObject":{"path":["api","v1","customer","order","e7LMNBN_kA4H_GkHlxlUe"],"host":["{{baseUrl}}"],"query":[{"key":"customerId","value":"ckfezc72o01f1xxo81la4bvl9"}],"variable":[]}},"response":[{"id":"b76b8436-fad9-4b40-b783-1e65ee239790","name":"Successful","originalRequest":{"method":"GET","header":[{"key":"Accept-Language","value":"en"},{"key":"Authorization","value":"Bearer AT","type":"text"}],"url":{"raw":"{{baseUrl}}/api/v1/customer/order/9398Gk3BuhDvcqdBQZmNe?customerId=drlIflxgpU0sE_VxSCdNd","host":["{{baseUrl}}"],"path":["api","v1","customer","order","9398Gk3BuhDvcqdBQZmNe"],"query":[{"key":"customerId","value":"drlIflxgpU0sE_VxSCdNd"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sat, 13 Sep 2025 09:10:36 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":"Content-Disposition,X-Content-Disposition"},{"key":"etag","value":"W/\"1132-ZyKH+KY2FUOeUuc5OBGVAsVzSmU\""},{"key":"x-powered-by","value":"Express"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=AYLgjGb4oRFUHslX3r9CM2gZ9dvFITh5J5o41hm64AfwZG5sNgprnVS%2FDu4YSpvYwNC6gU4HRLl5%2BDUT4P4j4FyniRjeTvurx7N4hpM%3D\"}]}"},{"key":"Content-Encoding","value":"br"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"97e6832c3ed5f4ca-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 0,\n    \"message\": \"\",\n    \"data\": {\n        \"id\": \"9398Gk3BuhDvcqdBQZmNe\",\n        \"status\": \"Assigned\",\n        \"type\": \"Ondemand\",\n        \"statusMessage\": \"Dear customer, A driver has been assigned to your order\",\n        \"pickup\": {\n            \"address\": \"Baker Street, Baker St, London, UK\",\n            \"buildingBlock\": \"2\",\n            \"coordinates\": [\n                -0.1568041,\n                51.5205631\n            ],\n            \"description\": \"\",\n            \"floor\": \"3\",\n            \"fullName\": \"Hana Gilbert\",\n            \"phone\": \"+989045001342\",\n            \"placeId\": \"\",\n            \"room\": \"5\",\n            \"podPhoto\": \"\",\n            \"podSignature\": \"\",\n            \"scheduleDateAfter\": 0,\n            \"scheduleDateBefore\": 0,\n            \"schedulePickupNow\": false,\n            \"customerDescription\": \"\",\n            \"driverDescription\": \"\",\n            \"email\": \"\",\n            \"popNote\": \"\",\n            \"popPhoto\": \"\",\n            \"popSignature\": \"\",\n            \"proofs\": [],\n            \"servicePoint\": null,\n            \"locationType\": \"address\"\n        },\n        \"dropoffs\": [\n            {\n                \"id\": \"Fg6XvTx600UsVOP3dlPU1\",\n                \"placeId\": \"\",\n                \"address\": \"London, Greater London, England\",\n                \"coordinates\": [\n                    -0.127698693,\n                    51.50740836\n                ],\n                \"status\": \"Pending\",\n                \"buildingBlock\": \"\",\n                \"room\": \"\",\n                \"customerDescription\": \"\",\n                \"driverDescription\": \"\",\n                \"floor\": \"\",\n                \"fullName\": \"\",\n                \"podPhoto\": \"\",\n                \"podSignature\": \"\",\n                \"deliveryDate\": 0,\n                \"scheduleDateAfter\": 0,\n                \"scheduleDateBefore\": 0,\n                \"email\": \"\",\n                \"phone\": \"\",\n                \"proofs\": [],\n                \"podNote\": \"\",\n                \"servicePoint\": null,\n                \"locationType\": \"address\"\n            }\n        ],\n        \"price\": 70,\n        \"code\": \"7228775\",\n        \"vehicleType\": {\n            \"id\": \"ckff5wvpp00d8vzo8a60y0ey4\",\n            \"title\": \"Car\",\n            \"icon\": \"https://onfs.fra1.cdn.digitaloceanspaces.com/onro/vehicletypes/5AOU2IHmlVmhyQ6Tnu8N9ccr.png\",\n            \"options\": []\n        },\n        \"statusDescription\": \"Assigned\",\n        \"paymentMethod\": \"Wallet\",\n        \"paymentSide\": \"Sender\",\n        \"currencyCode\": \"BHD\",\n        \"promoCode\": \"\",\n        \"promoAmount\": 0,\n        \"promoPercentage\": 0,\n        \"trackOrder\": \"https://tr.onro.org/hkRMCTQSHC\",\n        \"trackOrderMessage\": \"On the Way\",\n        \"customerReceipt\": [\n            {\n                \"id\": \"\",\n                \"data\": null,\n                \"price\": 20,\n                \"value\": \"BHD 20.0\",\n                \"title\": \"Base fare\",\n                \"type\": \"keyValue\",\n                \"style\": \"regular\"\n            },\n            {\n                \"id\": \"enfRIfnFy_OPG13lN3CQG\",\n                \"data\": {\n                    \"id\": \"enfRIfnFy_OPG13lN3CQG\",\n                    \"title\": \"surcharge\",\n                    \"price\": 50,\n                    \"description\": \"\",\n                    \"maxPrice\": 0,\n                    \"photo\": \"\",\n                    \"type\": \"Fixed\",\n                    \"isCompanyIncome\": true,\n                    \"isDriverIncome\": true,\n                    \"surchargeId\": \"GjFdtDxCdDLmHZYpbqKCP\",\n                    \"coefficient\": 0\n                },\n                \"price\": 50,\n                \"value\": \"BHD 50.0\",\n                \"title\": \"surcharge\",\n                \"type\": \"surcharge\",\n                \"style\": \"regular\"\n            },\n            {\n                \"id\": \"\",\n                \"data\": null,\n                \"price\": 70,\n                \"value\": \"BHD 70.0\",\n                \"title\": \"Total\",\n                \"type\": \"total\",\n                \"style\": \"bold\"\n            }\n        ],\n        \"paymentProvider\": null,\n        \"paymentMethodId\": null,\n        \"cardInfo\": null,\n        \"createdAt\": 1754169435579,\n        \"customerPhoto\": null,\n        \"isScheduled\": false,\n        \"customerRate\": null,\n        \"customerRateText\": null,\n        \"hasFeedbackPageSeen\": null,\n        \"customerReceiptUrl\": \"https://panel.onro.org/admin/order/customer/receipt/1cf19255a107b8ed415ce7eab98dbd73\",\n        \"cardChargeDescription\": null,\n        \"isCardCharged\": null,\n        \"shipmentLabelUrl\": \"https://panel.onro.org/admin/order/shipment-label/1cf19255a107b8ed415ce7eab98dbd73\",\n        \"codAmount\": 0,\n        \"realETA\": 0,\n        \"delayAt\": 0,\n        \"isDelayed\": false,\n        \"isPossibleForDelay\": false,\n        \"driverId\": \"06P7TwOmiEON4uBR5zG9C\",\n        \"driver\": {\n            \"name\": \"Mike Pearson\",\n            \"phone\": \"00989045001342\",\n            \"rate\": 0,\n            \"avatarPhoto\": \"https://onfs.fra1.cdn.digitaloceanspaces.com/onro/drivers/VpNJQoh7g8ANmZPcspIbbqCR.png\",\n            \"vehicle\": {\n                \"plate\": \"34B12345\",\n                \"color\": \"Black\",\n                \"model\": \" BMW Motorrad\"\n            },\n            \"username\": \"mike-pearson\"\n        },\n        \"service\": {\n            \"id\": \"clk2wo8rp2fqa01plgm5wbias\",\n            \"title\": \"Ding\",\n            \"icon\": \"https://onfs.fra1.cdn.digitaloceanspaces.com/onro/services/ge9RFEn4O-pIj5rIj7QhPVgq.png\",\n            \"setting\": {\n                \"enablePod\": true,\n                \"enableCustomerPhoto\": false,\n                \"enableDriverPhoto\": false,\n                \"enableReceiverCash\": true,\n                \"isAddressDetailsActive\": true,\n                \"isCashBySenderActive\": true,\n                \"isCODActive\": true,\n                \"isPOPActive\": true\n            },\n            \"options\": [],\n            \"scheduleSetting\": {\n                \"isActive\": true,\n                \"isPickupNowActive\": true,\n                \"scheduleDateRangeAfter\": 600000,\n                \"scheduleDateRangeBefore\": 600000000,\n                \"scheduleDateStep\": 600000,\n                \"hasDropoffScheduling\": true,\n                \"guidelines\": \"Help\"\n            }\n        },\n        \"cancellationReason\": null,\n        \"surcharges\": [\n            {\n                \"id\": \"enfRIfnFy_OPG13lN3CQG\",\n                \"title\": \"surcharge\",\n                \"price\": 50,\n                \"description\": \"\",\n                \"maxPrice\": 0,\n                \"photo\": \"\",\n                \"type\": \"Fixed\",\n                \"isCompanyIncome\": true,\n                \"isDriverIncome\": true,\n                \"surchargeId\": \"GjFdtDxCdDLmHZYpbqKCP\",\n                \"coefficient\": 0\n            }\n        ],\n        \"surchargesPrice\": 50,\n        \"baseFarePrice\": 20,\n        \"driverPhoto\": null,\n        \"estimatedDistance\": 3.6719,\n        \"estimatedDuration\": 1025.2948197593798,\n        \"referenceId\": \"\",\n        \"statusUpdatedAt\": 1754169442449,\n        \"deliveryMethod\": {\n            \"id\": \"67fa4c288bf6893d25544d21\",\n            \"title\": \"Ding\",\n            \"setting\": {\n                \"enablePod\": true,\n                \"enableReceiverCash\": true,\n                \"isAddressDetailsActive\": true,\n                \"isCashBySenderActive\": true,\n                \"isCODActive\": true,\n                \"isPOPActive\": true\n            },\n            \"scheduleSetting\": {\n                \"isActive\": true,\n                \"isPickupNowActive\": true,\n                \"scheduleDateRangeAfter\": 600000,\n                \"scheduleDateRangeBefore\": 600000000,\n                \"scheduleDateStep\": 600000,\n                \"hasDropoffScheduling\": true,\n                \"guidelines\": \"Help\"\n            }\n        }\n    },\n    \"metadata\": {}\n}"},{"id":"f25b7578-3547-44e7-a836-37f2bf211540","name":"BadRequest: Order not found","originalRequest":{"method":"GET","header":[{"key":"Accept-Language","value":"en"},{"key":"Authorization","value":"Bearer AT","type":"text"}],"url":{"raw":"{{baseUrl}}/api/v1/customer/order/9398Gk3BuhDvcqdBQZmNe?customerId=drlIflxgpU0sE_VxSCdN","host":["{{baseUrl}}"],"path":["api","v1","customer","order","9398Gk3BuhDvcqdBQZmNe"],"query":[{"key":"customerId","value":"drlIflxgpU0sE_VxSCdN"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sat, 13 Sep 2025 09:11:03 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"171"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":"Content-Disposition,X-Content-Disposition"},{"key":"etag","value":"W/\"ab-tUDnYD56O6qwh0BHcN6hcn3a17A\""},{"key":"x-powered-by","value":"Express"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=us1yKsDjGt%2BDSNtrCz9Ayidj8MjcwKO61%2FaLWTY%2FV5NSJ0LiEV%2FOaV3pudgI%2FhSKPZmUulDtUwqK3kAOAfJc4USdI2vCQjv%2FroU9iIA%3D\"}]}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"97e683d4cc24e2ca-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": -400,\n    \"message\": \"Order not found\",\n    \"data\": {},\n    \"meta\": {\n        \"stack\": \"\",\n        \"url\": \"/api/v1/customer/order/9398Gk3BuhDvcqdBQZmNe?customerId=drlIflxgpU0sE_VxSCdN\",\n        \"method\": \"GET\"\n    }\n}"},{"id":"ec798680-ed47-4ed8-9147-68f6cf932440","name":"JWTAuthenticationError","originalRequest":{"method":"GET","header":[{"key":"Accept-Language","value":"en"},{"key":"Authorization","value":"Bearer AT","type":"text"}],"url":{"raw":"{{baseUrl}}/api/v1/customer/order/9398Gk3BuhDvcqdBQZmNe?customerId=drlIflxgpU0sE_VxSCdN","host":["{{baseUrl}}"],"path":["api","v1","customer","order","9398Gk3BuhDvcqdBQZmNe"],"query":[{"key":"customerId","value":"drlIflxgpU0sE_VxSCdN"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sat, 13 Sep 2025 09:11:23 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"194"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":"Content-Disposition,X-Content-Disposition"},{"key":"etag","value":"W/\"c2-YyS7fGIawAcfKWmpwUYJjxqGFRg\""},{"key":"x-powered-by","value":"Express"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=DT9wFft%2BH%2BzjBgsml%2FSUnGu29Lm6YviKM7cYbvw2VL4ZEfmVer%2B6LG8mUGHQQuMCYc5RzXXmC5bHUEuOiodCzAWjy6Ox8SE7ZXn355w%3D\"}]}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"97e68452fc3b080d-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": -9,\n    \"message\": \"JWTAuthenticationError,invalid signature\",\n    \"data\": {},\n    \"meta\": {\n        \"stack\": \"\",\n        \"url\": \"/api/v1/customer/order/9398Gk3BuhDvcqdBQZmNe?customerId=drlIflxgpU0sE_VxSCdN\",\n        \"method\": \"GET\"\n    }\n}"}],"_postman_id":"be9d17cd-4fde-40e6-96e1-824f0ea65518"},{"name":"Calculate Cost","id":"76445cce-53a1-4797-91ae-4bf9ce89c232","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Accept-Language","value":"en"},{"key":"Authorization","value":"Bearer AT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"customerId\": \"OdPBPh9gS4lwFz5kn2KYh\",\n    \"isScheduled\": false,\n    \"promoCode\": \"\",\n    \"vehicleType\": {\n        \"id\": \"clakjkbhf1cuybgo84fvc02qq\",\n        \"options\": [\n            {   // list option\n                \"id\": \"ldgRhnIA2q4YHm0LvcDmn\",\n                \"dataId\": \"ns4rTg2KQxQIhbHHl4PkG\"\n            },\n            {   // boolean option\n                \"id\": \"W93vIRbS7WrPFMrMEOS4i\",\n                \"dataId\": \"\"\n            }\n        ]\n    },\n    \"pickup\": {\n        \"coordinates\": [\n            25.26264924235966,\n            54.674691632825535\n        ],\n        \"schedulePickupNow\": true,\n        \"scheduleDateAfter\": 0,\n        \"scheduleDateBefore\": 0\n    },\n    \"dropoffs\": [\n        {\n            \"coordinates\": [\n                25.292457744068315,\n                54.6898110162224\n            ],\n            \"scheduleDateAfter\": 0,\n            \"scheduleDateBefore\": 0\n        }\n    ],\n    \"service\": {\n        \"id\": \"clk2wo8rp2fqa01plgm5wbias\",\n        \"options\": [\n            {\n                // list options\n                \"id\": \"sjTL9A0oZdAdd0hx9o2tM\",\n                \"dataId\": \"X3wgDPIvSh4plo4CzRe9k\"\n            },\n            {\n                // boolean options\n                \"id\": \"bIDb-MELA5NLy1eiNXxI9\",\n                \"dataId\": \"\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/customer/order/ondemand/calculate-price","urlObject":{"path":["api","v1","customer","order","ondemand","calculate-price"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"2cdd5761-d500-4fb1-ac95-8367126aaf22","name":"Successful","originalRequest":{"method":"POST","header":[{"key":"Accept-Language","value":"en"},{"key":"Authorization","value":"Bearer AT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"customerId\": \"OdPBPh9gS4lwFz5kn2KYh\",\n    \"isScheduled\": false,\n    \"promoCode\": \"\",\n    \"vehicleType\": {\n        \"id\": \"clakjkbhf1cuybgo84fvc02qq\",\n        \"options\": [\n            {   // list option\n                \"id\": \"ldgRhnIA2q4YHm0LvcDmn\",\n                \"dataId\": \"ns4rTg2KQxQIhbHHl4PkG\"\n            },\n            {   // boolean option\n                \"id\": \"W93vIRbS7WrPFMrMEOS4i\",\n                \"dataId\": \"\"\n            }\n        ]\n    },\n    \"pickup\": {\n        \"coordinates\": [\n            25.26264924235966,\n            54.674691632825535\n        ],\n        \"schedulePickupNow\": true,\n        \"scheduleDateAfter\": 0,\n        \"scheduleDateBefore\": 0\n    },\n    \"dropoffs\": [\n        {\n            \"coordinates\": [\n                25.292457744068315,\n                54.6898110162224\n            ],\n            \"scheduleDateAfter\": 0,\n            \"scheduleDateBefore\": 0\n        }\n    ],\n    \"service\": {\n        \"id\": \"clk2wo8rp2fqa01plgm5wbias\",\n        \"options\": [\n            {\n                // list options\n                \"id\": \"sjTL9A0oZdAdd0hx9o2tM\",\n                \"dataId\": \"X3wgDPIvSh4plo4CzRe9k\"\n            },\n            {\n                // boolean options\n                \"id\": \"bIDb-MELA5NLy1eiNXxI9\",\n                \"dataId\": \"\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/customer/order/ondemand/calculate-price"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sat, 13 Sep 2025 09:48:08 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":"Content-Disposition,X-Content-Disposition"},{"key":"etag","value":"W/\"74-ET04unInmA7NE4vbnKU32oqjNRc\""},{"key":"x-powered-by","value":"Express"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=1vl9rmbSiZRsLqX%2Fg1U%2BkjQ4XrAeNclzBsUKuzF6gcJ1KcSmKP2pdne9bs1LoNGE1BbJrFkLIvZVc5BX8ulucgeksGQMJM%2B5%2Fn%2FVYVE%3D\"}]}"},{"key":"Content-Encoding","value":"br"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"97e6ba23ba6a8791-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 0,\n    \"message\": \"\",\n    \"data\": {\n        \"price\": 1160,\n        \"currencyCode\": \"USD\",\n        \"promoAmount\": 0,\n        \"promoPercentage\": 0\n    },\n    \"metadata\": {}\n}"},{"id":"9f3a877a-647f-4f82-a488-73332df454e2","name":"Service unavailable","originalRequest":{"method":"POST","header":[{"key":"Accept-Language","value":"en"},{"key":"Authorization","value":"Bearer AT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"customerId\": \"OdPBPh9gS4lwFz5kn2KYh\",\n    \"isScheduled\": false,\n    \"promoCode\": \"\",\n    \"vehicleType\": {\n        \"id\": \"cl2j4tve40ez9qyo8aisk16gs\",\n        \"options\": [\n            {   // list option\n                \"id\": \"ldgRhnIA2q4YHm0LvcDmn\",\n                \"dataId\": \"ns4rTg2KQxQIhbHHl4PkG\"\n            },\n            {   // boolean option\n                \"id\": \"W93vIRbS7WrPFMrMEOS4i\",\n                \"dataId\": \"\"\n            }\n        ]\n    },\n    \"pickup\": {\n        \"coordinates\": [\n            25.26264924235966,\n            54.674691632825535\n        ],\n        \"schedulePickupNow\": true,\n        \"scheduleDateAfter\": 0,\n        \"scheduleDateBefore\": 0\n    },\n    \"dropoffs\": [\n        {\n            \"coordinates\": [\n                25.292457744068315,\n                54.6898110162224\n            ],\n            \"scheduleDateAfter\": 0,\n            \"scheduleDateBefore\": 0\n        }\n    ],\n    \"service\": {\n        \"id\": \"clk2wo8rp2fqa01plgm5wbias\",\n        \"options\": [\n            {\n                // list options\n                \"id\": \"sjTL9A0oZdAdd0hx9o2tM\",\n                \"dataId\": \"X3wgDPIvSh4plo4CzRe9k\"\n            },\n            {\n                // boolean options\n                \"id\": \"bIDb-MELA5NLy1eiNXxI9\",\n                \"dataId\": \"\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/customer/order/ondemand/calculate-price"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sat, 13 Sep 2025 09:48:40 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"147"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":"Content-Disposition,X-Content-Disposition"},{"key":"etag","value":"W/\"93-ZpYISyyTfZL8wbcLfwVwxj8wYRM\""},{"key":"x-powered-by","value":"Express"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=1op1rIiwmEu3pgn0jJmNVm%2Fu7BBmjrNgA3L3APctiQoprTYbJ%2B8kIDti%2FfyQUF7hS%2BUzcc867hi%2F%2FrA9eeg3qSLZCP6pnQZvtp9dTrE%3D\"}]}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"97e6baee1e493b78-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": -400,\n    \"message\": \"Service unavailable\",\n    \"data\": {},\n    \"meta\": {\n        \"stack\": \"\",\n        \"url\": \"/api/v1/customer/order/ondemand/calculate-price\",\n        \"method\": \"POST\"\n    }\n}"},{"id":"c04f71a7-ad01-4638-814c-f5e85bde66b0","name":"InvalidPromoCode","originalRequest":{"method":"POST","header":[{"key":"Accept-Language","value":"en"},{"key":"Authorization","value":"Bearer AT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"customerId\": \"OdPBPh9gS4lwFz5kn2KYh\",\n    \"isScheduled\": false,\n    \"promoCode\": \"invalid_promo\",\n    \"vehicleType\": {\n        \"id\": \"clakjkbhf1cuybgo84fvc02qq\",\n        \"options\": [\n            {   // list option\n                \"id\": \"ldgRhnIA2q4YHm0LvcDmn\",\n                \"dataId\": \"ns4rTg2KQxQIhbHHl4PkG\"\n            },\n            {   // boolean option\n                \"id\": \"W93vIRbS7WrPFMrMEOS4i\",\n                \"dataId\": \"\"\n            }\n        ]\n    },\n    \"pickup\": {\n        \"coordinates\": [\n            25.26264924235966,\n            54.674691632825535\n        ],\n        \"schedulePickupNow\": true,\n        \"scheduleDateAfter\": 0,\n        \"scheduleDateBefore\": 0\n    },\n    \"dropoffs\": [\n        {\n            \"coordinates\": [\n                25.292457744068315,\n                54.6898110162224\n            ],\n            \"scheduleDateAfter\": 0,\n            \"scheduleDateBefore\": 0\n        }\n    ],\n    \"service\": {\n        \"id\": \"clk2wo8rp2fqa01plgm5wbias\",\n        \"options\": [\n            {\n                // list options\n                \"id\": \"sjTL9A0oZdAdd0hx9o2tM\",\n                \"dataId\": \"X3wgDPIvSh4plo4CzRe9k\"\n            },\n            {\n                // boolean options\n                \"id\": \"bIDb-MELA5NLy1eiNXxI9\",\n                \"dataId\": \"\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/customer/order/ondemand/calculate-price"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sat, 13 Sep 2025 09:50:01 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"150"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":"Content-Disposition,X-Content-Disposition"},{"key":"etag","value":"W/\"96-c9+UIqOOWD+AWSzI3d9mPQ6Ukmo\""},{"key":"x-powered-by","value":"Express"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=j7AFQ5p3GU3pESstfWXyZ0BlwTp4Jfbsk4hPjjS%2FZvFQoB6MtkILfD5t5i6I%2FcaggMCwyDIQzYGpGzin2tWlfDt7sUp267rJZo4SFYM%3D\"}]}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"97e6bce7ee8e825c-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": -16,\n    \"message\": \"Promo code is not valid\",\n    \"data\": {},\n    \"meta\": {\n        \"stack\": \"\",\n        \"url\": \"/api/v1/customer/order/ondemand/calculate-price\",\n        \"method\": \"POST\"\n    }\n}"},{"id":"9b16a8ab-bd49-4d7b-844b-d2aa0cf831dc","name":"InputValidationError","originalRequest":{"method":"POST","header":[{"key":"Accept-Language","value":"en"},{"key":"Authorization","value":"Bearer AT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/customer/order/ondemand/calculate-price"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sat, 13 Sep 2025 13:34:39 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"353"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":"Content-Disposition,X-Content-Disposition"},{"key":"etag","value":"W/\"161-dUgW1HTHfRQ1awAXnMJ06sTk/jc\""},{"key":"x-powered-by","value":"Express"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=B3Cp7YFH0JXBlTZWKfQxrcLGXeNnCOWfSGw4EF8DM5oo0PhDqoHvR5lR27fXsQkwGHmfRHwI14cbCCRGyFo%2BtTWIA3wM58yZc4fh\"}]}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"97e805f4cfe568ee-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": -1,\n    \"message\": \"\\\"pickup\\\" is required (pickup),\\\"service\\\" is required (service),\\\"vehicleType\\\" is required (vehicleType),\\\"promoCode\\\" is required (promoCode),\\\"customerId\\\" is required (customerId),\\\"isScheduled\\\" is required (isScheduled)\",\n    \"data\": {},\n    \"meta\": {\n        \"stack\": \"\",\n        \"url\": \"/api/v1/customer/order/ondemand/calculate-price\",\n        \"method\": \"POST\"\n    }\n}"},{"id":"0924c6b8-1858-45c8-a8ef-7ac0dd0e2b51","name":"JWTAuthenticationError","originalRequest":{"method":"POST","header":[{"key":"Accept-Language","value":"en"},{"key":"Authorization","value":"Bearer AT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"customerId\": \"OdPBPh9gS4lwFz5kn2KYh\",\n    \"isScheduled\": false,\n    \"promoCode\": \"\",\n    \"vehicleType\": {\n        \"id\": \"clakjkbhf1cuybgo84fvc02qq\",\n        \"options\": [\n            {   // list option\n                \"id\": \"ldgRhnIA2q4YHm0LvcDmn\",\n                \"dataId\": \"ns4rTg2KQxQIhbHHl4PkG\"\n            },\n            {   // boolean option\n                \"id\": \"W93vIRbS7WrPFMrMEOS4i\",\n                \"dataId\": \"\"\n            }\n        ]\n    },\n    \"pickup\": {\n        \"coordinates\": [\n            25.26264924235966,\n            54.674691632825535\n        ],\n        \"schedulePickupNow\": true,\n        \"scheduleDateAfter\": 0,\n        \"scheduleDateBefore\": 0\n    },\n    \"dropoffs\": [\n        {\n            \"coordinates\": [\n                25.292457744068315,\n                54.6898110162224\n            ],\n            \"scheduleDateAfter\": 0,\n            \"scheduleDateBefore\": 0\n        }\n    ],\n    \"service\": {\n        \"id\": \"clk2wo8rp2fqa01plgm5wbias\",\n        \"options\": [\n            {\n                // list options\n                \"id\": \"sjTL9A0oZdAdd0hx9o2tM\",\n                \"dataId\": \"X3wgDPIvSh4plo4CzRe9k\"\n            },\n            {\n                // boolean options\n                \"id\": \"bIDb-MELA5NLy1eiNXxI9\",\n                \"dataId\": \"\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/customer/order/ondemand/calculate-price"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sat, 13 Sep 2025 13:40:03 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"162"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":"Content-Disposition,X-Content-Disposition"},{"key":"etag","value":"W/\"a2-o/JMLzQWY09NZAcW4xt0VohmdHc\""},{"key":"x-powered-by","value":"Express"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=xkDa51IGM7an%2FbxNnVF1KX2MqgQulKWSK3S6%2B2z%2FqAnfvmFZJ9kl1o7TjdqFo0nGz83gwbmK3jf0LYCrM2U59mEGN4bnGZ7TjJsMOIo%3D\"}]}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"97e80de15839c55a-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": -9,\n    \"message\": \"JWTAuthenticationError,jwt malformed\",\n    \"data\": {},\n    \"meta\": {\n        \"stack\": \"\",\n        \"url\": \"/api/v1/customer/order/ondemand/calculate-price\",\n        \"method\": \"POST\"\n    }\n}"}],"_postman_id":"76445cce-53a1-4797-91ae-4bf9ce89c232"},{"name":"Cancel Order","id":"7e7474bd-3d0c-4bd9-848d-3814ebb905b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Accept-Language","value":"en"},{"key":"Authorization","value":"Bearer AT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"customerId\": \"ckfezc72o01f1xxo81la4bvl9\",\n    \"orderId\": \"oFUYJkCrn4_2VcPttYY43\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/customer/order/ondemand/cancel","urlObject":{"path":["api","v1","customer","order","ondemand","cancel"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"4744bece-c036-43f4-b131-9fc75fcbb490","name":"Successful","originalRequest":{"method":"POST","header":[{"key":"Accept-Language","value":"en"},{"key":"Authorization","value":"Bearer AT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"customerId\": \"ckfezc72o01f1xxo81la4bvl9\",\n    \"orderId\": \"_WLoaE0qJ65CXl4qBSGVZ\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/customer/order/ondemand/cancel"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sat, 13 Sep 2025 14:17:18 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":"Content-Disposition,X-Content-Disposition"},{"key":"etag","value":"W/\"15a2-u8PvNM6FHQdjIns6sYxrDRQua+E\""},{"key":"x-powered-by","value":"Express"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=A52MLUk9vDO%2Fcg7gLy3eDgsb38PsuOXEn4NuvVp1ijuZ9s0LSTbMwvSMv8FpSUEbWiRTGhtUNC8d2bk%2FzVeSiRhDpZKzVZelaErdSdg%3D\"}]}"},{"key":"Content-Encoding","value":"br"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"97e8446fcfb6e670-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 0,\n    \"message\": \"\",\n    \"data\": {\n        \"id\": \"_WLoaE0qJ65CXl4qBSGVZ\",\n        \"status\": \"CustomerCanceled\",\n        \"type\": \"Ondemand\",\n        \"statusMessage\": \"Order canceled\",\n        \"pickup\": {\n            \"address\": \"Cumberland Gate, London W2 2UH, UK\",\n            \"buildingBlock\": \"\",\n            \"coordinates\": [\n                -0.15869881563038823,\n                51.51268479847148\n            ],\n            \"description\": \"\",\n            \"floor\": \"\",\n            \"fullName\": \"\",\n            \"phone\": \"\",\n            \"placeId\": \"\",\n            \"room\": \"\",\n            \"podPhoto\": \"\",\n            \"podSignature\": \"\",\n            \"scheduleDateAfter\": 0,\n            \"scheduleDateBefore\": 0,\n            \"schedulePickupNow\": false,\n            \"customerDescription\": \"\",\n            \"driverDescription\": \"\",\n            \"email\": \"abcd@pickup.org\",\n            \"popNote\": \"\",\n            \"popPhoto\": \"\",\n            \"popSignature\": \"\",\n            \"proofs\": [],\n            \"servicePoint\": null,\n            \"locationType\": \"address\"\n        },\n        \"dropoffs\": [\n            {\n                \"id\": \"oKXSCRzy8tC5lbU6zwApC\",\n                \"placeId\": \"\",\n                \"address\": \"62 Albemarle St, London W1S 4BD, UK\",\n                \"coordinates\": [\n                    -0.1405885408344662,\n                    51.50785039521855\n                ],\n                \"status\": \"Pending\",\n                \"buildingBlock\": \"\",\n                \"room\": \"\",\n                \"customerDescription\": \"\",\n                \"driverDescription\": \"\",\n                \"floor\": \"\",\n                \"fullName\": \"\",\n                \"podPhoto\": \"\",\n                \"podSignature\": \"\",\n                \"deliveryDate\": 0,\n                \"scheduleDateAfter\": 0,\n                \"scheduleDateBefore\": 0,\n                \"email\": \"\",\n                \"phone\": \"\",\n                \"proofs\": [],\n                \"podNote\": \"\",\n                \"servicePoint\": null,\n                \"locationType\": \"address\"\n            },\n            {\n                \"id\": \"92nWlbjKd50LQoJEeQlH2\",\n                \"placeId\": \"\",\n                \"address\": \"6 Braydon Road, London, N16 6QB\",\n                \"coordinates\": [\n                    -0.06638,\n                    51.57045\n                ],\n                \"status\": \"Pending\",\n                \"buildingBlock\": \"\",\n                \"room\": \"\",\n                \"customerDescription\": \"\",\n                \"driverDescription\": \"\",\n                \"floor\": \"\",\n                \"fullName\": \"\",\n                \"podPhoto\": \"\",\n                \"podSignature\": \"\",\n                \"deliveryDate\": 0,\n                \"scheduleDateAfter\": 0,\n                \"scheduleDateBefore\": 0,\n                \"email\": \"\",\n                \"phone\": \"\",\n                \"proofs\": [],\n                \"podNote\": \"\",\n                \"servicePoint\": null,\n                \"locationType\": \"address\"\n            },\n            {\n                \"id\": \"5c56G2WcuW-GrXkv07-J0\",\n                \"placeId\": \"\",\n                \"address\": \"41 Braydon Road, London, N16 6QL\",\n                \"coordinates\": [\n                    -0.06798,\n                    51.57045\n                ],\n                \"status\": \"Pending\",\n                \"buildingBlock\": \"\",\n                \"room\": \"\",\n                \"customerDescription\": \"\",\n                \"driverDescription\": \"\",\n                \"floor\": \"\",\n                \"fullName\": \"\",\n                \"podPhoto\": \"\",\n                \"podSignature\": \"\",\n                \"deliveryDate\": 0,\n                \"scheduleDateAfter\": 0,\n                \"scheduleDateBefore\": 0,\n                \"email\": \"\",\n                \"phone\": \"\",\n                \"proofs\": [],\n                \"podNote\": \"\",\n                \"servicePoint\": null,\n                \"locationType\": \"address\"\n            }\n        ],\n        \"price\": 1160,\n        \"code\": \"1098662\",\n        \"vehicleType\": {\n            \"id\": \"clakjkbhf1cuybgo84fvc02qq\",\n            \"title\": \"Bike\",\n            \"icon\": \"https://onfs.fra1.cdn.digitaloceanspaces.com/onro/vehicletypes/p1Grezta5mTf9DwOmiveYx-P.png\",\n            \"options\": [\n                {\n                    \"id\": \"ldgRhnIA2q4YHm0LvcDmn\",\n                    \"title\": \"Available Equipment\",\n                    \"type\": \"list\",\n                    \"dataId\": \"ns4rTg2KQxQIhbHHl4PkG\",\n                    \"dataTitle\": \"Waterproof Cover\"\n                },\n                {\n                    \"id\": \"W93vIRbS7WrPFMrMEOS4i\",\n                    \"title\": \"Need helper\",\n                    \"type\": \"boolean\",\n                    \"dataId\": null,\n                    \"dataTitle\": null\n                }\n            ]\n        },\n        \"statusDescription\": \"Canceled by customer\",\n        \"paymentMethod\": \"Wallet\",\n        \"paymentSide\": \"Sender\",\n        \"currencyCode\": \"USD\",\n        \"promoCode\": \"\",\n        \"promoAmount\": 0,\n        \"promoPercentage\": 0,\n        \"trackOrder\": \"https://tr.onro.org/LEbmE9dvQX\",\n        \"trackOrderMessage\": \"On the Way\",\n        \"customerReceipt\": [\n            {\n                \"id\": \"\",\n                \"data\": null,\n                \"price\": 1110,\n                \"value\": \"$1,110.0\",\n                \"title\": \"Base fare\",\n                \"type\": \"keyValue\",\n                \"style\": \"regular\"\n            },\n            {\n                \"id\": \"oAKeUScGPNjO5L0Q3V2bE\",\n                \"data\": {\n                    \"id\": \"oAKeUScGPNjO5L0Q3V2bE\",\n                    \"title\": \"surcharge\",\n                    \"price\": 50,\n                    \"description\": \"\",\n                    \"maxPrice\": 0,\n                    \"photo\": \"\",\n                    \"type\": \"Fixed\",\n                    \"isCompanyIncome\": true,\n                    \"isDriverIncome\": true,\n                    \"surchargeId\": \"GjFdtDxCdDLmHZYpbqKCP\",\n                    \"coefficient\": 0\n                },\n                \"price\": 50,\n                \"value\": \"$50.0\",\n                \"title\": \"surcharge\",\n                \"type\": \"surcharge\",\n                \"style\": \"regular\"\n            },\n            {\n                \"id\": \"\",\n                \"data\": null,\n                \"price\": 1160,\n                \"value\": \"$1,160.0\",\n                \"title\": \"Total\",\n                \"type\": \"total\",\n                \"style\": \"bold\"\n            }\n        ],\n        \"paymentProvider\": null,\n        \"paymentMethodId\": null,\n        \"cardInfo\": null,\n        \"createdAt\": 1757772667104,\n        \"customerPhoto\": null,\n        \"isScheduled\": false,\n        \"customerRate\": null,\n        \"customerRateText\": null,\n        \"hasFeedbackPageSeen\": null,\n        \"customerReceiptUrl\": \"https://panel.onro.org/admin/order/customer/receipt/bd99d16c79133fa137ddc5322ad8c7e9\",\n        \"cardChargeDescription\": null,\n        \"isCardCharged\": null,\n        \"shipmentLabelUrl\": \"https://panel.onro.org/admin/order/shipment-label/bd99d16c79133fa137ddc5322ad8c7e9\",\n        \"codAmount\": 0,\n        \"realETA\": 0,\n        \"delayAt\": 0,\n        \"isDelayed\": false,\n        \"isPossibleForDelay\": false,\n        \"driverId\": null,\n        \"driver\": null,\n        \"service\": {\n            \"id\": \"clk2wo8rp2fqa01plgm5wbias\",\n            \"title\": \"Ding\",\n            \"icon\": \"https://onfs.fra1.cdn.digitaloceanspaces.com/onro/services/ge9RFEn4O-pIj5rIj7QhPVgq.png\",\n            \"setting\": {\n                \"enablePod\": true,\n                \"enableCustomerPhoto\": false,\n                \"enableDriverPhoto\": false,\n                \"enableReceiverCash\": true,\n                \"isAddressDetailsActive\": true,\n                \"isCashBySenderActive\": true,\n                \"isCODActive\": true,\n                \"isPOPActive\": true\n            },\n            \"options\": [\n                {\n                    \"id\": \"sjTL9A0oZdAdd0hx9o2tM\",\n                    \"title\": \"Weight\",\n                    \"type\": \"list\",\n                    \"dataId\": \"X3wgDPIvSh4plo4CzRe9k\",\n                    \"dataTitle\": \"2\",\n                    \"inputValue\": null,\n                    \"inputType\": null,\n                    \"isRequired\": true\n                },\n                {\n                    \"id\": \"bIDb-MELA5NLy1eiNXxI9\",\n                    \"title\": \"Fragile\",\n                    \"type\": \"boolean\",\n                    \"dataId\": null,\n                    \"dataTitle\": \"\",\n                    \"inputValue\": null,\n                    \"inputType\": null,\n                    \"isRequired\": null\n                }\n            ],\n            \"scheduleSetting\": {\n                \"isActive\": true,\n                \"isPickupNowActive\": true,\n                \"scheduleDateRangeAfter\": 600000,\n                \"scheduleDateRangeBefore\": 600000000,\n                \"scheduleDateStep\": 600000,\n                \"hasDropoffScheduling\": true,\n                \"guidelines\": \"Help\"\n            }\n        },\n        \"cancellationReason\": null,\n        \"surcharges\": [\n            {\n                \"id\": \"oAKeUScGPNjO5L0Q3V2bE\",\n                \"title\": \"surcharge\",\n                \"price\": 50,\n                \"description\": \"\",\n                \"maxPrice\": 0,\n                \"photo\": \"\",\n                \"type\": \"Fixed\",\n                \"isCompanyIncome\": true,\n                \"isDriverIncome\": true,\n                \"surchargeId\": \"GjFdtDxCdDLmHZYpbqKCP\",\n                \"coefficient\": 0\n            }\n        ],\n        \"surchargesPrice\": 50,\n        \"baseFarePrice\": 1110,\n        \"driverPhoto\": null,\n        \"estimatedDistance\": 12.873,\n        \"estimatedDuration\": 2985,\n        \"referenceId\": \"1166212345\",\n        \"statusUpdatedAt\": 1757772977137,\n        \"deliveryMethod\": {\n            \"id\": \"67fa4c288bf6893d25544d21\",\n            \"title\": \"Ding\",\n            \"setting\": {\n                \"enablePod\": true,\n                \"enableReceiverCash\": true,\n                \"isAddressDetailsActive\": true,\n                \"isCashBySenderActive\": true,\n                \"isCODActive\": true,\n                \"isPOPActive\": true\n            },\n            \"scheduleSetting\": {\n                \"isActive\": true,\n                \"isPickupNowActive\": true,\n                \"scheduleDateRangeAfter\": 600000,\n                \"scheduleDateRangeBefore\": 600000000,\n                \"scheduleDateStep\": 600000,\n                \"hasDropoffScheduling\": true,\n                \"guidelines\": \"Help\"\n            }\n        }\n    },\n    \"metadata\": {}\n}"},{"id":"f1c4b2ac-3369-452e-80ac-555d2a088324","name":"BadRequest: Order not found","originalRequest":{"method":"POST","header":[{"key":"Accept-Language","value":"en"},{"key":"Authorization","value":"Bearer AT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"customerId\": \"ckfezc72o01f1xxo81la4bvl9\",\n    \"orderId\": \"_WLoaE0qJ65CXl4qSGVZ\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/customer/order/ondemand/cancel"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sat, 13 Sep 2025 14:17:57 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"134"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":"Content-Disposition,X-Content-Disposition"},{"key":"etag","value":"W/\"86-TdN0avHU966g0a0o1sj1KBiwJ1E\""},{"key":"x-powered-by","value":"Express"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=mrKonaWYb2BTRHy0V69E2xyELtd5hZ7qt9a9p6zPsjd4zWIx%2BTx9l0W3oqy5l%2Fdn%2BS0HTgbJy4pDkDegTjEd7exM9E%2B6mjZmlOmrBNI%3D\"}]}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"97e845674dcc5774-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": -400,\n    \"message\": \"Order not found\",\n    \"data\": {},\n    \"meta\": {\n        \"stack\": \"\",\n        \"url\": \"/api/v1/customer/order/ondemand/cancel\",\n        \"method\": \"POST\"\n    }\n}"},{"id":"42861a31-8234-4903-b137-37b224606cef","name":"Cancel order","originalRequest":{"method":"POST","header":[{"key":"Accept-Language","value":"en"},{"key":"Authorization","value":"Bearer AT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"customerId\": \"ckfezc72o01f1xxo81la4bvl9\",\n    \"orderId\": \"oFUYJkCrn4_2VcPttYY43\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/customer/order/ondemand/cancel"},"status":"Forbidden","code":403,"_postman_previewlanguage":"","header":[{"key":"Date","value":"Sat, 13 Sep 2025 14:21:50 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":"Content-Disposition,X-Content-Disposition"},{"key":"etag","value":"W/\"15ff-wj3yWgKC9mTnnjuDIc5mb9H90mY\""},{"key":"x-powered-by","value":"Express"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=IW6KUOvhk2KoTo9CdEOP2FgiakGBTMOpeVcwWnTMzgLJdtqtwpVlZ9GvfdQ7dfAT2yCCK1Rde3hZXGf%2BYQmPs9n0enxDRGZ15Uu8c8Q%3D\"}]}"},{"key":"Content-Encoding","value":"br"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"97e84b12da502096-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"code\": -21,\n    \"message\": \"You are not allowed to cancel the order\",\n    \"data\": {},\n    \"meta\": {\n        \"stack\": \"\",\n        \"url\": \"/api/v1/customer/order/ondemand/cancel\",\n        \"method\": \"POST\"\n    }\n}"},{"id":"84b0fb6a-1d3e-4e8f-9ef4-abd4740147f9","name":"InputValidationError","originalRequest":{"method":"POST","header":[{"key":"Accept-Language","value":"en"},{"key":"Authorization","value":"Bearer AT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/customer/order/ondemand/cancel"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sat, 13 Sep 2025 14:23:19 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"190"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":"Content-Disposition,X-Content-Disposition"},{"key":"etag","value":"W/\"be-5wBckeaEK9xBOpeqh8Kbt4W8LN0\""},{"key":"x-powered-by","value":"Express"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=soP22rmZgpO05QhhOXgPf5PLoiEwn27A1e2wQOh73tTlB4rK4QIkDrOflhBW5m%2Fqc%2Bfvqk4Z85gLQo1BDYe7P6hZCg5GUZfoLf%2Fndxk%3D\"}]}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"97e84d430881e5e8-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": -1,\n    \"message\": \"\\\"orderId\\\" is required (orderId),\\\"customerId\\\" is required (customerId)\",\n    \"data\": {},\n    \"meta\": {\n        \"stack\": \"\",\n        \"url\": \"/api/v1/customer/order/ondemand/cancel\",\n        \"method\": \"POST\"\n    }\n}"},{"id":"4d803970-2d32-49cb-ba27-df249a48a221","name":"JWTAuthenticationError","originalRequest":{"method":"POST","header":[{"key":"Accept-Language","value":"en"},{"key":"Authorization","value":"Bearer AT"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"customerId\": \"ckfezc72o01f1xxo81la4bvl9\",\n    \"orderId\": \"oFUYJkCrn4_2VcPttYY43\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/customer/order/ondemand/cancel"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sat, 13 Sep 2025 14:23:46 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"153"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":"Content-Disposition,X-Content-Disposition"},{"key":"etag","value":"W/\"99-egeclPq2Zksl3xm2gcx9W4Pg5Rg\""},{"key":"x-powered-by","value":"Express"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=kehdGJrvSqINouTx5YWPb3dIjH1VAPZ4SjDdPWH5KJhxP8avzq8x1TncCn7U%2FJHc%2Bw98UR%2FdBAFUSwBFCXFFc2CsHl1Vh2Qxh5vPDyU%3D\"}]}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"97e84de7fa5ee5e8-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": -9,\n    \"message\": \"JWTAuthenticationError,jwt malformed\",\n    \"data\": {},\n    \"meta\": {\n        \"stack\": \"\",\n        \"url\": \"/api/v1/customer/order/ondemand/cancel\",\n        \"method\": \"POST\"\n    }\n}"}],"_postman_id":"7e7474bd-3d0c-4bd9-848d-3814ebb905b4"}],"id":"2c52cd93-d98f-41ee-9be8-35746be4e057","_postman_id":"2c52cd93-d98f-41ee-9be8-35746be4e057","description":""},{"name":"Webhooks","item":[{"name":"P&D Payload","id":"f05a80f5-e5fd-486d-95f4-c0f474010c8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-webhook-signature","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"timestamp\": 1758028850388,\n  \"data\": {\n    \"trigger\": \"Updated\",\n    \"id\": \"Dl_EwmIiINm3Gf_6be_7E\",\n    \"status\": \"NotDelivered\",\n    \"type\": \"PickupDelivery\",\n    \"statusDescription\": {\n      \"en\": \"Not Delivered\",\n      \"fa\": \"Not Delivered\",\n      \"de\": \"Not Delivered\",\n      \"ckb\": \"Not Delivered\",\n      \"fr\": \"Not Delivered\",\n      \"ms\": \"Not Delivered\",\n      \"ar\": \"Not Delivered\",\n      \"zh\": \"Not Delivered\",\n      \"ro\": \"Not Delivered\",\n      \"nl\": \"Not Delivered\",\n      \"fi\": \"Not Delivered\",\n      \"es\": \"Not Delivered\",\n      \"it\": \"Not Delivered\",\n      \"az\": \"Not Delivered\",\n      \"ru\": \"Not Delivered\",\n      \"tr\": \"Not Delivered\",\n      \"pt\": \"Not Delivered\",\n      \"el\": \"Not Delivered\",\n      \"de-AT\": \"Not Delivered\",\n      \"ku\": \"Not Delivered\",\n      \"he\": \"Not Delivered\",\n      \"hi\": \"Not Delivered\",\n      \"cs\": \"Not Delivered\"\n    },\n    \"customerId\": \"cus_123456789\",\n    \"customer\": {\n      \"id\": \"cus_123456789\",\n      \"name\": \"Test Business\",\n      \"email\": \"customer@example.com\",\n      \"phone\": \"+10000000000\",\n      \"balance\": 2730000,\n      \"blockedBalance\": 0,\n      \"type\": \"business\",\n      \"language\": \"en\",\n      \"avatarPhoto\": \"\",\n      \"address\": \"123 Example Street, Demo City\"\n    },\n    \"customerType\": \"business\",\n    \"createdAt\": 1757330178385,\n    \"driverId\": \"drv_987654321\",\n    \"code\": \"5184194\",\n    \"price\": 5000,\n    \"surchargesPrice\": 0,\n    \"baseFarePrice\": 5000,\n    \"paymentMethod\": \"Cash\",\n    \"paymentSide\": \"Receiver\",\n    \"currencyCode\": \"USD\",\n    \"promoId\": null,\n    \"promoAmount\": 0,\n    \"promoCode\": \"\",\n    \"promoPercentage\": 0,\n    \"trackOrder\": \"https://example.com/track/ABCDE12345\",\n    \"trackOrderMessage\": {\n      \"ku\": \"\",\n      \"en\": \"\",\n      \"ar\": \"\"\n    },\n    \"dispatcherId\": null,\n    \"customerReceiptUrl\": \"https://example.com/receipt/12345\",\n    \"trackOrderCode\": \"ABCDE12345\",\n    \"statusUpdatedAt\": 1758028850333,\n    \"isShowingCurrencyActive\": true,\n    \"zone\": {\n      \"id\": \"zone_001\",\n      \"name\": {\n        \"ku\": \"Demo Zone\",\n        \"en\": \"Demo Zone\",\n        \"ar\": \"Demo Zone\"\n      },\n      \"timeZone\": \"UTC\"\n    },\n    \"shipmentLabelUrl\": \"https://example.com/shipment-label/12345\",\n    \"codAmount\": 32500,\n    \"estimatedDistance\": 19.898,\n    \"estimatedDistanceInMeters\": 19898,\n    \"estimatedDuration\": 1448,\n    \"dispatcher\": null,\n    \"driver\": {\n      \"username\": \"driver_user\",\n      \"name\": \"John Doe\",\n      \"phone\": \"+10000000001\",\n      \"email\": \"driver@example.com\",\n      \"vehicle\": {\n        \"id\": \"veh_001\",\n        \"color\": \"blue\",\n        \"model\": \"Toyota Corolla\",\n        \"plate\": \"AB 123 CD\"\n      },\n      \"vehicleId\": \"veh_001\",\n      \"language\": \"en\",\n      \"avatarPhoto\": \"https://example.com/assets/driver.png\",\n      \"location\": [\n        -73.935242,\n        40.73061\n      ]\n    },\n    \"service\": {\n      \"id\": \"svc_001\",\n      \"title\": {\n        \"ku\": \"Demo Delivery Service\",\n        \"en\": \"Demo Delivery Service\",\n        \"ar\": \"Demo Delivery Service\"\n      },\n      \"description\": {\n        \"ku\": \"Demo Delivery Service\",\n        \"en\": \"Demo Delivery Service\",\n        \"ar\": \"Demo Delivery Service\"\n      },\n      \"icon\": \"https://example.com/assets/service.png\"\n    },\n    \"referenceId\": \"REF_0002/12345\",\n    \"dueDate\": 1757330178385,\n    \"customerRate\": null,\n    \"customerRateText\": null,\n    \"baseETA\": 1749107431000,\n    \"realETA\": 1758025086000,\n    \"pickup\": {\n      \"status\": \"Confirmed\",\n      \"statusDescription\": {\n        \"en\": \"Confirmed\",\n        \"fa\": \"Confirmed\",\n        \"de\": \"Confirmed\",\n        \"ckb\": \"Confirmed\",\n        \"fr\": \"Confirmed\",\n        \"ms\": \"Confirmed\",\n        \"ar\": \"Confirmed\",\n        \"zh\": \"Confirmed\",\n        \"ro\": \"Confirmed\",\n        \"nl\": \"Confirmed\",\n        \"fi\": \"Confirmed\",\n        \"es\": \"Confirmed\",\n        \"it\": \"Confirmed\",\n        \"az\": \"Confirmed\",\n        \"ru\": \"Confirmed\",\n        \"tr\": \"Confirmed\",\n        \"pt\": \"Confirmed\",\n        \"el\": \"Confirmed\",\n        \"de-AT\": \"Confirmed\",\n        \"ku\": \"Confirmed\",\n        \"he\": \"Confirmed\",\n        \"hi\": \"Confirmed\",\n        \"cs\": \"Confirmed\"\n      },\n      \"placeId\": \"place_001\",\n      \"address\": \"456 Demo Plaza, Sample City\",\n      \"addressDetail\": \"\",\n      \"coordinates\": [\n        -73.985428,\n        40.748817\n      ],\n      \"phone\": \"+10000000002\",\n      \"fullName\": \"Demo Pickup Location\",\n      \"email\": \"pickup@example.com\",\n      \"zone\": {\n        \"id\": \"zone_002\",\n        \"name\": {\n          \"ku\": \"Demo Zone 2\",\n          \"en\": \"Demo Zone 2\",\n          \"ar\": \"Demo Zone 2\"\n        },\n        \"timeZone\": \"UTC\"\n      },\n      \"zoneId\": \"zone_002\",\n      \"completeAfter\": 0,\n      \"completeBefore\": 0,\n      \"popPhoto\": \"\",\n      \"popSignature\": \"\",\n      \"popNote\": \"\",\n      \"routeId\": null,\n      \"stopId\": null,\n      \"driverId\": null,\n      \"failedReason\": null,\n      \"proofs\": [],\n      \"servicePoint\": null,\n      \"locationType\": \"address\",\n      \"baseETA\": null,\n      \"realETA\": null,\n      \"distanceMeters\": null,\n      \"durationSeconds\": null\n    },\n    \"delivery\": {\n      \"status\": \"NotDelivered\",\n      \"statusDescription\": {\n        \"en\": \"Not Delivered\",\n        \"fa\": \"Not Delivered\",\n        \"de\": \"Not Delivered\",\n        \"ckb\": \"Not Delivered\",\n        \"fr\": \"Not Delivered\",\n        \"ms\": \"Not Delivered\",\n        \"ar\": \"Not Delivered\",\n        \"zh\": \"Not Delivered\",\n        \"ro\": \"Not Delivered\",\n        \"nl\": \"Not Delivered\",\n        \"fi\": \"Not Delivered\",\n        \"es\": \"Not Delivered\",\n        \"it\": \"Not Delivered\",\n        \"az\": \"Not Delivered\",\n        \"ru\": \"Not Delivered\",\n        \"tr\": \"Not Delivered\",\n        \"pt\": \"Not Delivered\",\n        \"el\": \"Not Delivered\",\n        \"de-AT\": \"Not Delivered\",\n        \"ku\": \"Not Delivered\",\n        \"he\": \"Not Delivered\",\n        \"hi\": \"Not Delivered\",\n        \"cs\": \"Not Delivered\"\n      },\n      \"placeId\": \"place_002\",\n      \"address\": \"789 Example Avenue, Test City\",\n      \"addressDetail\": \"\",\n      \"coordinates\": [\n        -73.935242,\n        40.73061\n      ],\n      \"phone\": \"+10000000003\",\n      \"fullName\": \"Jane Smith\",\n      \"email\": \"delivery@example.com\",\n      \"zone\": {\n        \"id\": \"zone_001\",\n        \"name\": {\n          \"ku\": \"Demo Zone\",\n          \"en\": \"Demo Zone\",\n          \"ar\": \"Demo Zone\"\n        },\n        \"timeZone\": \"UTC\"\n      },\n      \"zoneId\": \"zone_001\",\n      \"completeAfter\": 0,\n      \"completeBefore\": 0,\n      \"podPhoto\": \"\",\n      \"podSignature\": \"https://example.com/assets/signature.jpg\",\n      \"podNote\": \"\",\n      \"routeId\": \"route_001\",\n      \"stopId\": \"stop_001\",\n      \"driverId\": \"drv_987654321\",\n      \"attemptReasons\": [\n        {\n          \"id\": \"reason_001\",\n          \"text\": \"Customer Prefers to Receive it After 2-5 Days\",\n          \"createdAt\": 1758028850333\n        }\n      ],\n      \"attemptsCount\": 1,\n      \"lastAttemptReason\": {\n        \"id\": \"reason_001\",\n        \"text\": \"Customer Prefers to Receive it After 2-5 Days\",\n        \"createdAt\": 1758028850333\n      },\n      \"proofs\": [\n        {\n          \"id\": \"proof_001\",\n          \"type\": \"photo\",\n          \"signatureUrl\": \"\",\n          \"photoUrl\": \"https://example.com/assets/proof_photo.jpg\",\n          \"barcodeData\": \"\",\n          \"barcodeDataKey\": \"\",\n          \"driverLocation\": [\n            -73.935242,\n            40.73061\n          ],\n          \"driverId\": \"drv_987654321\",\n          \"createdAt\": 1758028842795\n        },\n        {\n          \"id\": \"proof_002\",\n          \"type\": \"signature\",\n          \"signatureUrl\": \"https://example.com/assets/signature.jpg\",\n          \"photoUrl\": \"\",\n          \"barcodeData\": \"\",\n          \"barcodeDataKey\": \"\",\n          \"driverLocation\": [\n            -73.935242,\n            40.73061\n          ],\n          \"driverId\": \"drv_987654321\",\n          \"createdAt\": 1758028849568\n        }\n      ],\n      \"servicePoint\": null,\n      \"locationType\": \"address\",\n      \"baseETA\": 1749107431000,\n      \"realETA\": 1758025086000,\n      \"distanceMeters\": 14577,\n      \"durationSeconds\": 1086\n    },\n    \"note\": \"\"\n  }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://yourdomain.com/webhook","urlObject":{"protocol":"https","path":["webhook"],"host":["yourdomain","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f05a80f5-e5fd-486d-95f4-c0f474010c8d"},{"name":"On-Demand Payload","id":"2c1f5da7-8d34-49b9-bc4a-042f43bc04d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-webhook-signature","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"timestamp\": 1636778693521,\n  \"data\": {\n    \"trigger\": \"Updated\",\n    \"id\": \"ckvxbi7flm51dk6o80ckiaxg1\",\n    \"status\": \"Unassigned\",\n    \"statusDescription\": \"Fahrer nicht gefunden\",\n    \"customerId\": \"DZwlBG1d4rvfuU_kn5X72d\",\n    \"customer\": {\n      \"id\": \"DZwlBG1d4rvfuU_kn5X72d\",\n      \"name\": \"ali\",\n      \"email\": \"example@gmail.com\",\n      \"phone\": \"419747239847\",\n      \"balance\": 0,\n      \"blockedBalance\": 0,\n      \"type\": \"individual\",\n      \"language\": \"en\",\n      \"avatarPhoto\": \"string\",\n      \"address\": \"string\"\n    },\n    \"customerType\": \"individual\",\n    \"driverId\": \"ZrlBG1T4rvfuU_kn5X7Nw\",\n    \"driver\": {\n      \"username\": \"string\",\n      \"name\": \"string\",\n      \"phone\": \"string\",\n      \"email\": \"string\",\n      \"vehicle\": {\n        \"id\": \"string\",\n        \"model\": \"string\",\n        \"plate\": \"string\",\n        \"color\": \"string\"\n      },\n      \"vehicleId\": \"string\",\n      \"language\": \"en\",\n      \"avatarPhoto\": \"http://panel.example.io/public/saas/example/drivers/image-e2aede48f9e4e9358fc515084fdeb311.png,\"\n    },\n    \"createdAt\": 1605952999566,\n    \"service\": {\n      \"id\": \"string\",\n      \"tittle\": {\n        \"en\": \"string\",\n        \"fr\": \"string\"\n      },\n      \"description\": {\n        \"en\": \"string\",\n        \"fr\": \"string\"\n      },\n      \"icon\": \"string\"\n    },\n    \"code\": \"string\",\n    \"price\": 0,\n    \"surchargesPrice\": 0,\n    \"baseFarePrice\": 0,\n    \"paymentMethod\": \"Cash\",\n    \"paymentSide\": \"Sender\",\n    \"currencyCode\": \"string\",\n    \"promoId\": \"string\",\n    \"promoAmount\": \"string\",\n    \"promoCode\": \"string\",\n    \"promoPercentage\": 0,\n    \"trackOrder\": \"string\",\n    \"trackOrderMessage\": {\n      \"en\": \"string\",\n      \"fr\": \"string\"\n    },\n    \"dispatcherId\": \"string\",\n    \"dispatcher\": {\n      \"name\": \"string\"\n    },\n    \"vehicleTypeId\": \"string\",\n    \"vehicleType\": {\n      \"tittle\": {\n        \"en\": \"string\",\n        \"fr\": \"string\"\n      },\n      \"description\": {\n        \"en\": \"string\",\n        \"fr\": \"string\"\n      },\n      \"icon\": \"string\"\n    },\n    \"customerReceiptUrl\": \"string\",\n    \"trackOrderCode\": \"string\",\n    \"statusUpdatedAt\": 1605952999566,\n    \"isShowingCurrencyActive\": true,\n    \"driverAssignmentModel\": \"automatic\",\n    \"customerPhoto\": \"string\",\n    \"driverPhoto\": \"string\",\n    \"shipmentLabelUrl\": \"string\",\n    \"codAmount\": 0,\n    \"dispatchAt\": 1605952999566,\n    \"type\": \"Ondemand\",\n    \"isPickupDelivery\": true,\n    \"dropoffs\": [\n      {\n        \"placeId\": \"string\",\n        \"address\": \"string\",\n        \"coordinates\": [\n          101.6965467,\n          3.1460236\n        ],\n        \"fullName\": \"string\",\n        \"phone\": \"string\",\n        \"email\": \"string\",\n        \"floor\": \"string\",\n        \"room\": \"string\",\n        \"buildingBlock\": \"string\",\n        \"customerDescription\": \"string\",\n        \"scheduleDateAfter\": 1602538142000,\n        \"scheduleDateBefore\": 1602538182000,\n        \"driverDescription\": \"string\",\n        \"podPhoto\": \"string\",\n        \"podSignature\": \"string\",\n        \"status\": \"Pending\",\n        \"deliveryDate\": 1602538182000\n      }\n    ],\n    \"dropoff\": {\n      \"placeId\": \"string\",\n      \"address\": \"string\",\n      \"coordinates\": [\n        101.6965467,\n        3.1460236\n      ],\n      \"fullName\": \"string\",\n      \"phone\": \"string\",\n      \"email\": \"string\",\n      \"floor\": \"string\",\n      \"room\": \"string\",\n      \"buildingBlock\": \"string\",\n      \"customerDescription\": \"string\",\n      \"scheduleDateAfter\": 1602538142000,\n      \"scheduleDateBefore\": 1602538182000,\n      \"driverDescription\": \"string\",\n      \"podPhoto\": \"string\",\n      \"podSignature\": \"string\",\n      \"status\": \"Pending\",\n      \"deliveryDate\": 1602538182000\n    },\n    \"pickup\": {\n      \"placeId\": \"string\",\n      \"address\": \"string\",\n      \"coordinates\": [\n        101.6965467,\n        3.1460236\n      ],\n      \"fullName\": \"string\",\n      \"phone\": \"string\",\n      \"email\": \"string\",\n      \"customerDescription\": \"string\",\n      \"floor\": \"string\",\n      \"room\": \"string\",\n      \"buildingBlock\": \"string\",\n      \"scheduleDateAfter\": 0,\n      \"scheduleDateBefore\": 0,\n      \"schedulePickupNow\": true\n    },\n    \"zone\": {\n      \"id\": \"string\",\n      \"name\": \"string\",\n      \"timeZone\": \"string\"\n    },\n    \"baseETA\": 0,\n    \"realETA\": 0,\n    \"estimatedDistance\": 0,\n    \"estimatedDistanceInMeters\": 0,\n    \"estimatedDuration\": 0\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://yourdomain.com/webhook","urlObject":{"protocol":"https","path":["webhook"],"host":["yourdomain","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2c1f5da7-8d34-49b9-bc4a-042f43bc04d0"}],"id":"f25cdffe-8d20-456e-9aa5-f592238f653a","description":"<p>The <code>x-webhook-signature</code> header is to make sure that the API was called by our servers.</p>\n<p>To be sure, the sent body with your secret key that has already been provided to you.</p>\n<p>Hash it using the sha256 method and compare them. If it is equal. The request was from our server.</p>\n<p>sample NodeJS code</p>\n<p><code>const body = JSON.stringify(req.body);</code></p>\n<p><code>const generatedSignature = require('crypto').createHmac('sha256', \"your secret\").update(body).digest('hex');</code></p>\n<p><code>const signature = req.get('x-webhook-signature');</code></p>\n<p><code>if(signature == generatedSignature){ ... }</code></p>\n<p>You can find your secret key in</p>\n<p>Admin Center &gt; General &gt; Webhook secret.</p>\n<p>If you are a business, ask the support to give you the key</p>\n","_postman_id":"f25cdffe-8d20-456e-9aa5-f592238f653a"}],"variable":[{"key":"onboardingUrl","value":"https://onboarding.onro.io"}]}