From c797c2eeeb41356a6a4059da9fb455a74a871635 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isabella=20Veloso=20S=C3=A1?= Date: Fri, 28 Jul 2023 11:15:52 -0300 Subject: [PATCH 01/14] Update VTEX - Tracking.json --- VTEX - Tracking.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VTEX - Tracking.json b/VTEX - Tracking.json index a6038afc3..3cf2708e5 100644 --- a/VTEX - Tracking.json +++ b/VTEX - Tracking.json @@ -270,7 +270,7 @@ "schema": { "type": "string", "format": "date-time", - "default": "2013-10-21T13:28:06.419Z" + "default": "2023-07-28" } }, { From 049d12988d2217aa88eed5aaef1d1dcebb7b5a28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isabella=20Veloso=20S=C3=A1?= Date: Fri, 28 Jul 2023 11:17:21 -0300 Subject: [PATCH 02/14] Update VTEX - Tracking.json --- VTEX - Tracking.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VTEX - Tracking.json b/VTEX - Tracking.json index 3cf2708e5..a1b69f922 100644 --- a/VTEX - Tracking.json +++ b/VTEX - Tracking.json @@ -265,7 +265,7 @@ { "name": "dateInit", "in": "query", - "description": "Initial date of registration, of the requested service. The format is date-time.", + "description": "Initial date of registration, of the requested service. The date format is `yyyy-mm-dd`.", "style": "form", "schema": { "type": "string", From 4a19292d5f201f858aed779261d8346d237028ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isabella=20Veloso=20S=C3=A1?= Date: Fri, 28 Jul 2023 11:18:53 -0300 Subject: [PATCH 03/14] Update VTEX - Tracking.json --- VTEX - Tracking.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VTEX - Tracking.json b/VTEX - Tracking.json index a1b69f922..0d3acf76a 100644 --- a/VTEX - Tracking.json +++ b/VTEX - Tracking.json @@ -276,12 +276,12 @@ { "name": "dateEnd", "in": "query", - "description": "End date of registration, of the requested service. The format is date-time.\n\r\n\rMake sure that the period of time between `dateInit` and `dateEnd` is not greater than 30 days.", + "description": "End date of registration, of the requested service. The date format is `yyyy-mm-dd`.\n\r\n\rMake sure that the period of time between `dateInit` and `dateEnd` is not greater than 30 days.", "style": "form", "schema": { "type": "string", "format": "date-time", - "default": "2013-10-21T13:28:06.419Z" + "default": "202-07-29" } }, { From 4d5b50ef4eba8fb60a21d4c4e172b695f1e99f12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isabella=20Veloso=20S=C3=A1?= Date: Fri, 28 Jul 2023 11:19:02 -0300 Subject: [PATCH 04/14] Update VTEX - Tracking.json --- VTEX - Tracking.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VTEX - Tracking.json b/VTEX - Tracking.json index 0d3acf76a..23ef893bd 100644 --- a/VTEX - Tracking.json +++ b/VTEX - Tracking.json @@ -281,7 +281,7 @@ "schema": { "type": "string", "format": "date-time", - "default": "202-07-29" + "example": "202-07-29" } }, { From 28bb9fd7cbec4ea71d36b4462dc770d1ec603c80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isabella=20Veloso=20S=C3=A1?= Date: Fri, 28 Jul 2023 11:19:10 -0300 Subject: [PATCH 05/14] Update VTEX - Tracking.json --- VTEX - Tracking.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VTEX - Tracking.json b/VTEX - Tracking.json index 23ef893bd..179938ca1 100644 --- a/VTEX - Tracking.json +++ b/VTEX - Tracking.json @@ -270,7 +270,7 @@ "schema": { "type": "string", "format": "date-time", - "default": "2023-07-28" + "example": "2023-07-28" } }, { From d7325c8b4b18d6cd93a13c4357b360343222ed2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isabella=20Veloso=20S=C3=A1?= Date: Fri, 28 Jul 2023 11:19:40 -0300 Subject: [PATCH 06/14] Update VTEX - Tracking.json --- VTEX - Tracking.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VTEX - Tracking.json b/VTEX - Tracking.json index 179938ca1..c71afc34f 100644 --- a/VTEX - Tracking.json +++ b/VTEX - Tracking.json @@ -269,7 +269,7 @@ "style": "form", "schema": { "type": "string", - "format": "date-time", + "format": "date", "example": "2023-07-28" } }, @@ -280,7 +280,7 @@ "style": "form", "schema": { "type": "string", - "format": "date-time", + "format": "date", "example": "202-07-29" } }, From 06760a64b2a859f7e05213c254106a9b643e4006 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isabella=20Veloso=20S=C3=A1?= Date: Fri, 28 Jul 2023 11:20:47 -0300 Subject: [PATCH 07/14] Update VTEX - Tracking.json --- VTEX - Tracking.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/VTEX - Tracking.json b/VTEX - Tracking.json index c71afc34f..05836e5dd 100644 --- a/VTEX - Tracking.json +++ b/VTEX - Tracking.json @@ -494,12 +494,12 @@ { "name": "dateInit", "in": "query", - "description": "Initial date of registration, of the requested service. The format is date-time.", + "description": "Initial date of registration, of the requested service. The date format is `yyyy-mm-dd`.", "style": "form", "schema": { "type": "string", - "format": "date-time", - "default": "2013-10-21T13:28:06.419Z" + "format": "date", + "example": "2023-07-28" } }, { From 13c8dfa8565d385c7bfa1bcf3aa087dc0e52829c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isabella=20Veloso=20S=C3=A1?= Date: Fri, 28 Jul 2023 11:21:38 -0300 Subject: [PATCH 08/14] Update VTEX - Tracking.json --- VTEX - Tracking.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/VTEX - Tracking.json b/VTEX - Tracking.json index 05836e5dd..95ab970ab 100644 --- a/VTEX - Tracking.json +++ b/VTEX - Tracking.json @@ -505,12 +505,12 @@ { "name": "dateEnd", "in": "query", - "description": "End date of registration, of the requested service. The format is date-time.\n\r\n\rMake sure that the period of time between `dateInit` and `dateEnd` is not greater than 30 days.", + "description": "End date of registration, of the requested service. The date format is `yyyy-mm-dd`.\n\r\n\rMake sure that the period of time between `dateInit` and `dateEnd` is not greater than 30 days.", "style": "form", "schema": { "type": "string", - "format": "date-time", - "default": "2013-10-21T13:28:06.419Z" + "format": "date", + "example": "2023-07-29" } }, { From 18196662d627627c06ea3e9eb9de54f6d35a8465 Mon Sep 17 00:00:00 2001 From: Isabella-Veloso <> Date: Fri, 28 Jul 2023 14:24:29 +0000 Subject: [PATCH 09/14] Update generated files by portman --- PostmanCollections/VTEX - Tracking.json | 132 ++++++++++++------------ 1 file changed, 66 insertions(+), 66 deletions(-) diff --git a/PostmanCollections/VTEX - Tracking.json b/PostmanCollections/VTEX - Tracking.json index 6d7eddab6..56b04f4bf 100644 --- a/PostmanCollections/VTEX - Tracking.json +++ b/PostmanCollections/VTEX - Tracking.json @@ -1,10 +1,10 @@ { "_": { - "postman_id": "cd0153b6-1882-451b-9e9a-432ac6ad682e" + "postman_id": "f3b09d8d-c0c3-49f9-a081-d3fde44a4540" }, "item": [ { - "id": "345c76ba-9e46-42f7-8840-75ea643dfc0a", + "id": "3a922975-e103-47c4-babc-e98131b9caf1", "name": "Authentication", "description": { "content": "", @@ -12,7 +12,7 @@ }, "item": [ { - "id": "1c29535e-6404-4a3a-a98a-417fe9534632", + "id": "1920ab37-4400-4ad0-8ea8-47e8452e0a88", "name": "Asynchronous Login", "request": { "name": "Asynchronous Login", @@ -66,7 +66,7 @@ "_": { "postman_previewlanguage": "json" }, - "id": "72780c41-8268-40b9-88e9-468c1525c07e", + "id": "cc15276c-0140-41bf-a9b7-8bb2076bcddc", "name": "Success", "originalRequest": { "url": { @@ -132,14 +132,14 @@ "value": "application/json" } ], - "body": "{\n \"authenticated\": false,\n \"created\": \"qui in eiusmod\",\n \"expiration\": \"dolore laborum mollit\",\n \"accessToken\": \"ut Excepteur adipisicing exer\",\n \"message\": \"adipisicing in\"\n}", + "body": "{\n \"authenticated\": true,\n \"created\": \"culpa cupidatat ex\",\n \"expiration\": \"tempor consectetur ut pariatur Ut\",\n \"accessToken\": \"aliquip incididunt elit enim\",\n \"message\": \"ut irure\"\n}", "cookie": [] }, { "_": { "postman_previewlanguage": "text" }, - "id": "804233d6-660d-4ad0-9d5a-f26e61e274d5", + "id": "9ded471c-6f60-4d62-9201-630fbbca7729", "name": "Unauthorized", "originalRequest": { "url": { @@ -209,7 +209,7 @@ { "listen": "test", "script": { - "id": "a0a2c7f9-e603-4dfb-95ba-20f475803734", + "id": "a90df851-93f5-43fc-ac00-9a80351c0d41", "type": "text/javascript", "exec": [ "// Validate status 2xx \npm.test(\"[POST]::/auth - Status code is 2xx\", function () {\n pm.response.to.be.success;\n});\n", @@ -228,7 +228,7 @@ "event": [] }, { - "id": "fae5aea3-ffa6-477d-8993-ca03b39a1cd1", + "id": "6c2c44e4-5a33-40c8-a48d-aedea11ea1c5", "name": "Delivery Services", "description": { "content": "", @@ -236,7 +236,7 @@ }, "item": [ { - "id": "0da1835a-bdcf-4494-a5fc-4a20ccea98eb", + "id": "ddb5493c-3cab-4ee3-88fd-512fba3e3d09", "name": "Remove Packing List", "request": { "name": "Remove Packing List", @@ -296,7 +296,7 @@ "_": { "postman_previewlanguage": "text" }, - "id": "e3ca7746-f645-4d37-a20d-fe5e5d699839", + "id": "a0940bab-03e7-41e3-b57e-68772a6685d0", "name": "Success", "originalRequest": { "url": { @@ -374,7 +374,7 @@ { "listen": "test", "script": { - "id": "41426ca1-acfe-4196-acbe-03f53d3d1ea2", + "id": "317753b6-22be-4e1b-8de4-40877e71504a", "type": "text/javascript", "exec": [ "// Validate status 2xx \npm.test(\"[PUT]::/services - Status code is 2xx\", function () {\n pm.response.to.be.success;\n});\n" @@ -387,7 +387,7 @@ } }, { - "id": "6a3c06a6-29ad-4845-90de-ee161fab79b2", + "id": "fbd7043c-ae24-44cd-a80c-1bddfc73b34c", "name": "Post Delivery Service", "request": { "name": "Post Delivery Service", @@ -424,7 +424,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"deliveryServiceType\": \"laboris\",\n \"shipperCustomer\": {\n \"legalType\": \"te\",\n \"addressStreet\": \"amet adipisicing cillum\",\n \"postalCode\": \"ipsum\",\n \"email\": \"mollit dolor\",\n \"firstName\": \"laborum aliquip\",\n \"lastName\": \"ut consectetur minim in exer\",\n \"cpf\": \"vol\",\n \"addressNumber\": \"laborum laboris Excepteur est\",\n \"addressComplement\": \"deserunt tempor in magna\",\n \"addressNeighborhood\": \"ex eiusmod\",\n \"addressCity\": \"deserunt non ipsum\",\n \"state\": \"ni\",\n \"companyName\": \"elit occaecat incididunt Lorem minim\",\n \"cnpj\": \"dolore Lorem sit\",\n \"idExternalShipperCustomer\": \"reprehenderit \",\n \"phoneAreaCode\": \"c\",\n \"phoneNumber\": \"cons\"\n },\n \"idExternalShipperCustomer\": \"elit ex magna\",\n \"invoiceOrderOfService\": \"ullamco\",\n \"invoiceOrderOfServiceSerie\": \"E\",\n \"description\": \"Duis id anim aute\",\n \"sender\": \"ad cupidatat nulla quis\",\n \"cnpjShipperPartner\": \"nulla sed sunt proident\",\n \"orderNumber\": \"laboris velit incididunt\",\n \"deliveryServiceHighLighter\": \"consectetu\",\n \"latitude\": 32687784.5508267,\n \"longitude\": 44590935.05526814,\n \"deliveryServiceScheduling\": {\n \"shipperCustomerSchedulingDateTime\": \"1979-08-10T13:46:58.144Z\",\n \"shipperSchedulingDateTime\": \"2002-03-23T20:42:48.314Z\",\n \"morningPeriod\": true,\n \"afternoonPeriod\": true,\n \"nightPeriod\": false,\n \"origin\": -97120971\n },\n \"cnpjcarrier\": \"anim culpa\",\n \"cnpjbranch\": \"nostrud su\",\n \"idExternal\": \"qui irure q\",\n \"idShippingCompany\": 40431897,\n \"packingList\": \"ut Duis incididunt es\",\n \"packingListDateTime\": \"1964-12-04T13:45:42.172Z\",\n \"integrationDateTime\": \"1986-07-23T20:32:58.952Z\"\n },\n {\n \"deliveryServiceType\": \"n\",\n \"shipperCustomer\": {\n \"legalType\": \"do\",\n \"addressStreet\": \"mollit sit consequat\",\n \"postalCode\": \"ut cons\",\n \"email\": \"quis eiusmod dolore\",\n \"firstName\": \"o\",\n \"lastName\": \"nostrud d\",\n \"cpf\": \"cupidatat velit\",\n \"addressNumber\": \"amet ut\",\n \"addressComplement\": \"eiusmo\",\n \"addressNeighborhood\": \"sed m\",\n \"addressCity\": \"dolor\",\n \"state\": \"ip\",\n \"companyName\": \"elit veniam enim\",\n \"cnpj\": \"\",\n \"idExternalShipperCustomer\": \"ex voluptate nulla \",\n \"phoneAreaCode\": \"E\",\n \"phoneNumber\": \"consectet\"\n },\n \"idExternalShipperCustomer\": \"aute\",\n \"invoiceOrderOfService\": \"dolor\",\n \"invoiceOrderOfServiceSerie\": \"o\",\n \"description\": \"Lorem aliqua proident\",\n \"sender\": \"cil\",\n \"cnpjShipperPartner\": \"laboris quis in ipsum\",\n \"orderNumber\": \"Ut\",\n \"deliveryServiceHighLighter\": \"ipsum\",\n \"latitude\": -63888092.858537205,\n \"longitude\": -37354573.28592147,\n \"deliveryServiceScheduling\": {\n \"shipperCustomerSchedulingDateTime\": \"1945-01-07T01:50:46.851Z\",\n \"shipperSchedulingDateTime\": \"1957-01-03T12:40:18.413Z\",\n \"morningPeriod\": false,\n \"afternoonPeriod\": true,\n \"nightPeriod\": false,\n \"origin\": 75339992\n },\n \"cnpjcarrier\": \"aliquip deserunt irure exercitation quis\",\n \"cnpjbranch\": \"deserunt irure eu\",\n \"idExternal\": \"consequ\",\n \"idShippingCompany\": -45065486,\n \"packingList\": \"est in eiusmod\",\n \"packingListDateTime\": \"1963-01-19T00:33:52.296Z\",\n \"integrationDateTime\": \"1956-12-27T12:49:46.278Z\"\n }\n]", + "raw": "[\n {\n \"deliveryServiceType\": \"a\",\n \"shipperCustomer\": {\n \"legalType\": \"ex\",\n \"addressStreet\": \"nisi qui voluptate dolor\",\n \"postalCode\": \"cillum u\",\n \"email\": \"labore\",\n \"firstName\": \"labor\",\n \"lastName\": \"esse exercitation Lorem\",\n \"cpf\": \"ullamco velit\",\n \"addressNumber\": \"ea Excepteur dolore\",\n \"addressComplement\": \"velit sit esse amet commodo\",\n \"addressNeighborhood\": \"dolor ut do in d\",\n \"addressCity\": \"et commodo ea\",\n \"state\": \"mo\",\n \"companyName\": \"mollit dolore exercitation ea\",\n \"cnpj\": \"eu enim\",\n \"idExternalShipperCustomer\": \"officia velit\",\n \"phoneAreaCode\": \"\",\n \"phoneNumber\": \"cons\"\n },\n \"idExternalShipperCustomer\": \"enim qui nulla\",\n \"invoiceOrderOfService\": \"officia velit cupidatat\",\n \"invoiceOrderOfServiceSerie\": \"L\",\n \"description\": \"et ut veniam Lorem\",\n \"sender\": \"consectetur ullamco nostrud sint\",\n \"cnpjShipperPartner\": \"labore ea Lorem\",\n \"orderNumber\": \"velit Duis sunt Excepteur\",\n \"deliveryServiceHighLighter\": \"esse moll\",\n \"latitude\": -65336592.87528608,\n \"longitude\": -92851136.19595493,\n \"deliveryServiceScheduling\": {\n \"shipperCustomerSchedulingDateTime\": \"1947-01-09T14:41:01.881Z\",\n \"shipperSchedulingDateTime\": \"1978-04-24T19:45:53.925Z\",\n \"morningPeriod\": true,\n \"afternoonPeriod\": false,\n \"nightPeriod\": false,\n \"origin\": 69749877\n },\n \"cnpjcarrier\": \"consequat temp\",\n \"cnpjbranch\": \"Ut\",\n \"idExternal\": \"mollit\",\n \"idShippingCompany\": -82134840,\n \"packingList\": \"i\",\n \"packingListDateTime\": \"1952-09-10T23:03:45.941Z\",\n \"integrationDateTime\": \"1962-06-10T23:05:41.687Z\"\n },\n {\n \"deliveryServiceType\": \"do dolor\",\n \"shipperCustomer\": {\n \"legalType\": \"mi\",\n \"addressStreet\": \"proident laboris\",\n \"postalCode\": \"paria\",\n \"email\": \"consectetur\",\n \"firstName\": \"consequat incididunt\",\n \"lastName\": \"non Ut\",\n \"cpf\": \"ut Except\",\n \"addressNumber\": \"amet dolor\",\n \"addressComplement\": \"ea\",\n \"addressNeighborhood\": \"in ullamco in tempor\",\n \"addressCity\": \"ut\",\n \"state\": \"co\",\n \"companyName\": \"in occaecat irure\",\n \"cnpj\": \"occaecat sed in culpa\",\n \"idExternalShipperCustomer\": \"cupid\",\n \"phoneAreaCode\": \"n\",\n \"phoneNumber\": \"in \"\n },\n \"idExternalShipperCustomer\": \"et sint minim eiusm\",\n \"invoiceOrderOfService\": \"ea pariatur enim Excepteur\",\n \"invoiceOrderOfServiceSerie\": \"D\",\n \"description\": \"est\",\n \"sender\": \"aliqua ea\",\n \"cnpjShipperPartner\": \"sit cupidatat et\",\n \"orderNumber\": \"enim Excepteur Duis commodo\",\n \"deliveryServiceHighLighter\": \"pariatu\",\n \"latitude\": 50162033.491238356,\n \"longitude\": 1392997.1024606973,\n \"deliveryServiceScheduling\": {\n \"shipperCustomerSchedulingDateTime\": \"1957-06-24T17:04:48.002Z\",\n \"shipperSchedulingDateTime\": \"2013-11-03T22:28:15.602Z\",\n \"morningPeriod\": true,\n \"afternoonPeriod\": true,\n \"nightPeriod\": true,\n \"origin\": -91345832\n },\n \"cnpjcarrier\": \"in venia\",\n \"cnpjbranch\": \"quis amet mollit occaecat nostrud\",\n \"idExternal\": \"ad dolor ut dolore\",\n \"idShippingCompany\": 43738867,\n \"packingList\": \"e\",\n \"packingListDateTime\": \"1954-06-12T21:25:34.385Z\",\n \"integrationDateTime\": \"1974-12-08T13:46:15.634Z\"\n }\n]", "options": { "raw": { "language": "json" @@ -447,7 +447,7 @@ "_": { "postman_previewlanguage": "text" }, - "id": "934e40ef-3ef1-4f97-869a-8fa6fa897fd0", + "id": "1ae767bf-442c-469e-9e48-d77ed0765fee", "name": "Success", "originalRequest": { "url": { @@ -501,7 +501,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"deliveryServiceType\": \"nulla U\",\n \"shipperCustomer\": {\n \"legalType\": \"ad\",\n \"addressStreet\": \"Lorem Excepteur\",\n \"postalCode\": \"ipsum\",\n \"email\": \"reprehenderit laboris sed adipisicing\",\n \"firstName\": \"sed mollit e\",\n \"lastName\": \"Duis sed ullamco\",\n \"cpf\": \"qui\",\n \"addressNumber\": \"commodo labor\",\n \"addressComplement\": \"veniam incididunt q\",\n \"addressNeighborhood\": \"quis occaecat\",\n \"addressCity\": \"aute aliqua non\",\n \"state\": \"de\",\n \"companyName\": \"ad\",\n \"cnpj\": \"non ipsum\",\n \"idExternalShipperCustomer\": \"sit nulla voluptate cupi\",\n \"phoneAreaCode\": \"ad \",\n \"phoneNumber\": \"ut eu\"\n },\n \"idExternalShipperCustomer\": \"cillum e\",\n \"invoiceOrderOfService\": \"ut exercitation elit\",\n \"invoiceOrderOfServiceSerie\": \"u\",\n \"description\": \"quis in\",\n \"sender\": \"nisi fugiat reprehenderit ipsum Ut\",\n \"cnpjShipperPartner\": \"occaecat sed eu Duis ad\",\n \"orderNumber\": \"laboris enim\",\n \"deliveryServiceHighLighter\": \"sunt\",\n \"latitude\": 91849379.92575231,\n \"longitude\": 61241365.9377816,\n \"deliveryServiceScheduling\": {\n \"shipperCustomerSchedulingDateTime\": \"1984-07-13T05:05:29.781Z\",\n \"shipperSchedulingDateTime\": \"2016-11-07T02:47:16.023Z\",\n \"morningPeriod\": true,\n \"afternoonPeriod\": true,\n \"nightPeriod\": true,\n \"origin\": 87738251\n },\n \"cnpjcarrier\": \"reprehenderit sit enim veniam Duis\",\n \"cnpjbranch\": \"eu do incididunt\",\n \"idExternal\": \"ut aliqui\",\n \"idShippingCompany\": -9478359,\n \"packingList\": \"anim Duis Excepteur laboris\",\n \"packingListDateTime\": \"1999-08-07T14:26:12.530Z\",\n \"integrationDateTime\": \"1965-09-18T02:46:13.088Z\"\n },\n {\n \"deliveryServiceType\": \"anim\",\n \"shipperCustomer\": {\n \"legalType\": \"vo\",\n \"addressStreet\": \"magna do dolore quis\",\n \"postalCode\": \"dolore\",\n \"email\": \"Duis dolore ut voluptate\",\n \"firstName\": \"tempor in sed\",\n \"lastName\": \"cillum mollit\",\n \"cpf\": \"eu Ut anim fug\",\n \"addressNumber\": \"est\",\n \"addressComplement\": \"sed veniam eu exercitation proident\",\n \"addressNeighborhood\": \"cupidatat dolore occaecat\",\n \"addressCity\": \"quis do\",\n \"state\": \"el\",\n \"companyName\": \"ullamco veniam Lorem\",\n \"cnpj\": \"pariatur dolor elit ut\",\n \"idExternalShipperCustomer\": \"exercitation ipsum nulla velit\",\n \"phoneAreaCode\": \"d\",\n \"phoneNumber\": \"offic\"\n },\n \"idExternalShipperCustomer\": \"enim et veniam irure \",\n \"invoiceOrderOfService\": \"ipsum dolore laboris aute\",\n \"invoiceOrderOfServiceSerie\": \"d\",\n \"description\": \"Excepteur anim dolore esse\",\n \"sender\": \"tempor\",\n \"cnpjShipperPartner\": \"do ex\",\n \"orderNumber\": \"id sunt\",\n \"deliveryServiceHighLighter\": \"consec\",\n \"latitude\": -40012504.53832501,\n \"longitude\": -3495056.1623603404,\n \"deliveryServiceScheduling\": {\n \"shipperCustomerSchedulingDateTime\": \"2006-02-04T18:51:31.292Z\",\n \"shipperSchedulingDateTime\": \"2005-10-14T10:16:40.178Z\",\n \"morningPeriod\": true,\n \"afternoonPeriod\": false,\n \"nightPeriod\": true,\n \"origin\": 26387051\n },\n \"cnpjcarrier\": \"eu laboris\",\n \"cnpjbranch\": \"cillum\",\n \"idExternal\": \"velit consect\",\n \"idShippingCompany\": -60765970,\n \"packingList\": \"dolor\",\n \"packingListDateTime\": \"2004-06-16T18:03:29.880Z\",\n \"integrationDateTime\": \"1974-12-28T13:47:17.164Z\"\n }\n]", + "raw": "[\n {\n \"deliveryServiceType\": \"\",\n \"shipperCustomer\": {\n \"legalType\": \"te\",\n \"addressStreet\": \"exercita\",\n \"postalCode\": \"nis\",\n \"email\": \"quis\",\n \"firstName\": \"incididunt Lorem sint cupidatat\",\n \"lastName\": \"qui tempor\",\n \"cpf\": \"qui\",\n \"addressNumber\": \"nulla dolor\",\n \"addressComplement\": \"reprehenderit e\",\n \"addressNeighborhood\": \"culpa sunt et amet\",\n \"addressCity\": \"Excepteur velit\",\n \"state\": \"ei\",\n \"companyName\": \"esse aute\",\n \"cnpj\": \"ut exercitation\",\n \"idExternalShipperCustomer\": \"enim \",\n \"phoneAreaCode\": \"ut \",\n \"phoneNumber\": \"cupidatat su\"\n },\n \"idExternalShipperCustomer\": \"adipisicing ipsum\",\n \"invoiceOrderOfService\": \"fugiat mollit exercitation in\",\n \"invoiceOrderOfServiceSerie\": \"\",\n \"description\": \"quis ipsum irure\",\n \"sender\": \"dolor\",\n \"cnpjShipperPartner\": \"qui dolore\",\n \"orderNumber\": \"cupidatat culpa incididunt aute esse\",\n \"deliveryServiceHighLighter\": \"\",\n \"latitude\": 53162747.694469124,\n \"longitude\": 48122751.63979414,\n \"deliveryServiceScheduling\": {\n \"shipperCustomerSchedulingDateTime\": \"2011-10-09T17:48:10.480Z\",\n \"shipperSchedulingDateTime\": \"1959-12-10T20:56:03.090Z\",\n \"morningPeriod\": false,\n \"afternoonPeriod\": true,\n \"nightPeriod\": true,\n \"origin\": 88419934\n },\n \"cnpjcarrier\": \"magna officia commodo ex\",\n \"cnpjbranch\": \"reprehenderit fugiat sed amet\",\n \"idExternal\": \"nostrud adipisicing ul\",\n \"idShippingCompany\": -44218420,\n \"packingList\": \"ullamco dolor i\",\n \"packingListDateTime\": \"1971-02-02T05:58:46.038Z\",\n \"integrationDateTime\": \"2006-02-17T19:09:10.352Z\"\n },\n {\n \"deliveryServiceType\": \"elit\",\n \"shipperCustomer\": {\n \"legalType\": \"ve\",\n \"addressStreet\": \"et ea laborum aliquip\",\n \"postalCode\": \"ni\",\n \"email\": \"minim irure\",\n \"firstName\": \"laboris cupidata\",\n \"lastName\": \"non anim\",\n \"cpf\": \"sit eiusmod\",\n \"addressNumber\": \"mollit ut incididunt ea\",\n \"addressComplement\": \"quis commodo aliqua\",\n \"addressNeighborhood\": \"exercit\",\n \"addressCity\": \"incididunt veniam ullamco dolor\",\n \"state\": \"oc\",\n \"companyName\": \"proident sunt et\",\n \"cnpj\": \"ut\",\n \"idExternalShipperCustomer\": \"exercitation\",\n \"phoneAreaCode\": \"of\",\n \"phoneNumber\": \"incidid\"\n },\n \"idExternalShipperCustomer\": \"enim \",\n \"invoiceOrderOfService\": \"fugiat tempor Excepteur reprehenderit\",\n \"invoiceOrderOfServiceSerie\": \"co\",\n \"description\": \"aliqua consectetur labore eu sint\",\n \"sender\": \"exercitation Ut enim aliquip\",\n \"cnpjShipperPartner\": \"Lorem elit deserunt laborum\",\n \"orderNumber\": \"fugiat irure\",\n \"deliveryServiceHighLighter\": \"des\",\n \"latitude\": -95715808.14706872,\n \"longitude\": -79346924.96710993,\n \"deliveryServiceScheduling\": {\n \"shipperCustomerSchedulingDateTime\": \"1978-07-28T18:36:06.368Z\",\n \"shipperSchedulingDateTime\": \"1950-07-29T17:13:20.517Z\",\n \"morningPeriod\": false,\n \"afternoonPeriod\": true,\n \"nightPeriod\": true,\n \"origin\": -46896855\n },\n \"cnpjcarrier\": \"ut fug\",\n \"cnpjbranch\": \"tempor in amet voluptate esse\",\n \"idExternal\": \"\",\n \"idShippingCompany\": 20274751,\n \"packingList\": \"in irure laboris eu elit\",\n \"packingListDateTime\": \"2002-11-09T13:28:00.412Z\",\n \"integrationDateTime\": \"1994-08-12T16:52:36.306Z\"\n }\n]", "options": { "raw": { "language": "json" @@ -524,7 +524,7 @@ "_": { "postman_previewlanguage": "text" }, - "id": "23a62754-8811-41f9-b4c1-e923d8b7e954", + "id": "f0a2d868-8d7d-4192-8ff5-96c3e3ade3c1", "name": "Bad Request", "originalRequest": { "url": { @@ -578,7 +578,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"deliveryServiceType\": \"nulla U\",\n \"shipperCustomer\": {\n \"legalType\": \"ad\",\n \"addressStreet\": \"Lorem Excepteur\",\n \"postalCode\": \"ipsum\",\n \"email\": \"reprehenderit laboris sed adipisicing\",\n \"firstName\": \"sed mollit e\",\n \"lastName\": \"Duis sed ullamco\",\n \"cpf\": \"qui\",\n \"addressNumber\": \"commodo labor\",\n \"addressComplement\": \"veniam incididunt q\",\n \"addressNeighborhood\": \"quis occaecat\",\n \"addressCity\": \"aute aliqua non\",\n \"state\": \"de\",\n \"companyName\": \"ad\",\n \"cnpj\": \"non ipsum\",\n \"idExternalShipperCustomer\": \"sit nulla voluptate cupi\",\n \"phoneAreaCode\": \"ad \",\n \"phoneNumber\": \"ut eu\"\n },\n \"idExternalShipperCustomer\": \"cillum e\",\n \"invoiceOrderOfService\": \"ut exercitation elit\",\n \"invoiceOrderOfServiceSerie\": \"u\",\n \"description\": \"quis in\",\n \"sender\": \"nisi fugiat reprehenderit ipsum Ut\",\n \"cnpjShipperPartner\": \"occaecat sed eu Duis ad\",\n \"orderNumber\": \"laboris enim\",\n \"deliveryServiceHighLighter\": \"sunt\",\n \"latitude\": 91849379.92575231,\n \"longitude\": 61241365.9377816,\n \"deliveryServiceScheduling\": {\n \"shipperCustomerSchedulingDateTime\": \"1984-07-13T05:05:29.781Z\",\n \"shipperSchedulingDateTime\": \"2016-11-07T02:47:16.023Z\",\n \"morningPeriod\": true,\n \"afternoonPeriod\": true,\n \"nightPeriod\": true,\n \"origin\": 87738251\n },\n \"cnpjcarrier\": \"reprehenderit sit enim veniam Duis\",\n \"cnpjbranch\": \"eu do incididunt\",\n \"idExternal\": \"ut aliqui\",\n \"idShippingCompany\": -9478359,\n \"packingList\": \"anim Duis Excepteur laboris\",\n \"packingListDateTime\": \"1999-08-07T14:26:12.530Z\",\n \"integrationDateTime\": \"1965-09-18T02:46:13.088Z\"\n },\n {\n \"deliveryServiceType\": \"anim\",\n \"shipperCustomer\": {\n \"legalType\": \"vo\",\n \"addressStreet\": \"magna do dolore quis\",\n \"postalCode\": \"dolore\",\n \"email\": \"Duis dolore ut voluptate\",\n \"firstName\": \"tempor in sed\",\n \"lastName\": \"cillum mollit\",\n \"cpf\": \"eu Ut anim fug\",\n \"addressNumber\": \"est\",\n \"addressComplement\": \"sed veniam eu exercitation proident\",\n \"addressNeighborhood\": \"cupidatat dolore occaecat\",\n \"addressCity\": \"quis do\",\n \"state\": \"el\",\n \"companyName\": \"ullamco veniam Lorem\",\n \"cnpj\": \"pariatur dolor elit ut\",\n \"idExternalShipperCustomer\": \"exercitation ipsum nulla velit\",\n \"phoneAreaCode\": \"d\",\n \"phoneNumber\": \"offic\"\n },\n \"idExternalShipperCustomer\": \"enim et veniam irure \",\n \"invoiceOrderOfService\": \"ipsum dolore laboris aute\",\n \"invoiceOrderOfServiceSerie\": \"d\",\n \"description\": \"Excepteur anim dolore esse\",\n \"sender\": \"tempor\",\n \"cnpjShipperPartner\": \"do ex\",\n \"orderNumber\": \"id sunt\",\n \"deliveryServiceHighLighter\": \"consec\",\n \"latitude\": -40012504.53832501,\n \"longitude\": -3495056.1623603404,\n \"deliveryServiceScheduling\": {\n \"shipperCustomerSchedulingDateTime\": \"2006-02-04T18:51:31.292Z\",\n \"shipperSchedulingDateTime\": \"2005-10-14T10:16:40.178Z\",\n \"morningPeriod\": true,\n \"afternoonPeriod\": false,\n \"nightPeriod\": true,\n \"origin\": 26387051\n },\n \"cnpjcarrier\": \"eu laboris\",\n \"cnpjbranch\": \"cillum\",\n \"idExternal\": \"velit consect\",\n \"idShippingCompany\": -60765970,\n \"packingList\": \"dolor\",\n \"packingListDateTime\": \"2004-06-16T18:03:29.880Z\",\n \"integrationDateTime\": \"1974-12-28T13:47:17.164Z\"\n }\n]", + "raw": "[\n {\n \"deliveryServiceType\": \"\",\n \"shipperCustomer\": {\n \"legalType\": \"te\",\n \"addressStreet\": \"exercita\",\n \"postalCode\": \"nis\",\n \"email\": \"quis\",\n \"firstName\": \"incididunt Lorem sint cupidatat\",\n \"lastName\": \"qui tempor\",\n \"cpf\": \"qui\",\n \"addressNumber\": \"nulla dolor\",\n \"addressComplement\": \"reprehenderit e\",\n \"addressNeighborhood\": \"culpa sunt et amet\",\n \"addressCity\": \"Excepteur velit\",\n \"state\": \"ei\",\n \"companyName\": \"esse aute\",\n \"cnpj\": \"ut exercitation\",\n \"idExternalShipperCustomer\": \"enim \",\n \"phoneAreaCode\": \"ut \",\n \"phoneNumber\": \"cupidatat su\"\n },\n \"idExternalShipperCustomer\": \"adipisicing ipsum\",\n \"invoiceOrderOfService\": \"fugiat mollit exercitation in\",\n \"invoiceOrderOfServiceSerie\": \"\",\n \"description\": \"quis ipsum irure\",\n \"sender\": \"dolor\",\n \"cnpjShipperPartner\": \"qui dolore\",\n \"orderNumber\": \"cupidatat culpa incididunt aute esse\",\n \"deliveryServiceHighLighter\": \"\",\n \"latitude\": 53162747.694469124,\n \"longitude\": 48122751.63979414,\n \"deliveryServiceScheduling\": {\n \"shipperCustomerSchedulingDateTime\": \"2011-10-09T17:48:10.480Z\",\n \"shipperSchedulingDateTime\": \"1959-12-10T20:56:03.090Z\",\n \"morningPeriod\": false,\n \"afternoonPeriod\": true,\n \"nightPeriod\": true,\n \"origin\": 88419934\n },\n \"cnpjcarrier\": \"magna officia commodo ex\",\n \"cnpjbranch\": \"reprehenderit fugiat sed amet\",\n \"idExternal\": \"nostrud adipisicing ul\",\n \"idShippingCompany\": -44218420,\n \"packingList\": \"ullamco dolor i\",\n \"packingListDateTime\": \"1971-02-02T05:58:46.038Z\",\n \"integrationDateTime\": \"2006-02-17T19:09:10.352Z\"\n },\n {\n \"deliveryServiceType\": \"elit\",\n \"shipperCustomer\": {\n \"legalType\": \"ve\",\n \"addressStreet\": \"et ea laborum aliquip\",\n \"postalCode\": \"ni\",\n \"email\": \"minim irure\",\n \"firstName\": \"laboris cupidata\",\n \"lastName\": \"non anim\",\n \"cpf\": \"sit eiusmod\",\n \"addressNumber\": \"mollit ut incididunt ea\",\n \"addressComplement\": \"quis commodo aliqua\",\n \"addressNeighborhood\": \"exercit\",\n \"addressCity\": \"incididunt veniam ullamco dolor\",\n \"state\": \"oc\",\n \"companyName\": \"proident sunt et\",\n \"cnpj\": \"ut\",\n \"idExternalShipperCustomer\": \"exercitation\",\n \"phoneAreaCode\": \"of\",\n \"phoneNumber\": \"incidid\"\n },\n \"idExternalShipperCustomer\": \"enim \",\n \"invoiceOrderOfService\": \"fugiat tempor Excepteur reprehenderit\",\n \"invoiceOrderOfServiceSerie\": \"co\",\n \"description\": \"aliqua consectetur labore eu sint\",\n \"sender\": \"exercitation Ut enim aliquip\",\n \"cnpjShipperPartner\": \"Lorem elit deserunt laborum\",\n \"orderNumber\": \"fugiat irure\",\n \"deliveryServiceHighLighter\": \"des\",\n \"latitude\": -95715808.14706872,\n \"longitude\": -79346924.96710993,\n \"deliveryServiceScheduling\": {\n \"shipperCustomerSchedulingDateTime\": \"1978-07-28T18:36:06.368Z\",\n \"shipperSchedulingDateTime\": \"1950-07-29T17:13:20.517Z\",\n \"morningPeriod\": false,\n \"afternoonPeriod\": true,\n \"nightPeriod\": true,\n \"origin\": -46896855\n },\n \"cnpjcarrier\": \"ut fug\",\n \"cnpjbranch\": \"tempor in amet voluptate esse\",\n \"idExternal\": \"\",\n \"idShippingCompany\": 20274751,\n \"packingList\": \"in irure laboris eu elit\",\n \"packingListDateTime\": \"2002-11-09T13:28:00.412Z\",\n \"integrationDateTime\": \"1994-08-12T16:52:36.306Z\"\n }\n]", "options": { "raw": { "language": "json" @@ -602,7 +602,7 @@ { "listen": "test", "script": { - "id": "a9fce16f-2483-42e5-aa18-105b0cbc1494", + "id": "6875dd12-02d9-4a88-a086-62c9d8329387", "type": "text/javascript", "exec": [ "// Validate status 2xx \npm.test(\"[POST]::/services - Status code is 2xx\", function () {\n pm.response.to.be.success;\n});\n" @@ -615,7 +615,7 @@ } }, { - "id": "a4ef6274-2490-4ed0-a34a-886dc438ccd0", + "id": "8cd5fd92-5ac8-4301-ad88-be29917707e9", "name": "Get Delivery Services List", "request": { "name": "Get Delivery Services List", @@ -643,20 +643,20 @@ { "disabled": false, "description": { - "content": "Initial date of registration, of the requested service. The format is date-time.", + "content": "Initial date of registration, of the requested service. The date format is `yyyy-mm-dd`.", "type": "text/plain" }, "key": "dateInit", - "value": "2013-10-21T13:28:06.419Z" + "value": "2023-07-28" }, { "disabled": false, "description": { - "content": "End date of registration, of the requested service. The format is date-time.\n\r\n\rMake sure that the period of time between `dateInit` and `dateEnd` is not greater than 30 days.", + "content": "End date of registration, of the requested service. The date format is `yyyy-mm-dd`.\n\r\n\rMake sure that the period of time between `dateInit` and `dateEnd` is not greater than 30 days.", "type": "text/plain" }, "key": "dateEnd", - "value": "2013-10-21T13:28:06.419Z" + "value": "1996-07-14" }, { "disabled": false, @@ -712,7 +712,7 @@ "_": { "postman_previewlanguage": "json" }, - "id": "a50bef0e-7b3a-41be-846a-44b94d3f5507", + "id": "f874012f-8afa-456e-8f13-b1d12def0736", "name": "Success", "originalRequest": { "url": { @@ -729,11 +729,11 @@ }, { "key": "dateInit", - "value": "2013-10-21T13:28:06.419Z" + "value": "2023-07-28" }, { "key": "dateEnd", - "value": "2013-10-21T13:28:06.419Z" + "value": "1996-07-14" }, { "key": "pageSize", @@ -799,14 +799,14 @@ "value": "application/json" } ], - "body": "{\n \"page\": 93354716,\n \"pageSize\": 52612042,\n \"totalCount\": 84126705,\n \"data\": [\n {\n \"pictures\": [\n \"dolor consequat\",\n \"dolor amet enim\"\n ],\n \"idDeliveryService\": 8508209,\n \"deliveryServiceType\": {\n \"description\": \"pariatur amet ut Ut\"\n },\n \"deliveryServiceStatus\": {\n \"description\": \"magna sint\"\n },\n \"shipper\": {\n \"companyName\": \"sed aute magna Excepteur\"\n },\n \"shipperCustomer\": {\n \"idShipperCustomer\": 78395145,\n \"email\": \"enim exercitation ipsum L\",\n \"firstName\": \"et esse\",\n \"lastName\": \"elit\",\n \"cpf\": \"in\",\n \"addressStreet\": \"esse cillum veniam officia\",\n \"addressNumber\": \"anim veniam eiusmod aute\",\n \"addressComplement\": \"dolore in Ut\",\n \"addressNeighborhood\": \"ullamco veniam mollit\",\n \"addressCity\": \"nulla sed reprehenderit ex\",\n \"postalCode\": \"dolore Excepteur\",\n \"state\": {\n \"name\": \"consectetur ex Duis tempor\",\n \"code\": \"pariatur consectetur irure cillum\"\n },\n \"country\": {\n \"name\": \"consectetur proident est\",\n \"code\": \"deserunt veniam dolor ad velit\"\n },\n \"created\": \"1969-07-02T06:23:38.932Z\",\n \"companyName\": \"ipsum mollit irure fugiat aute\",\n \"cnpj\": \"nisi elit ullamco\",\n \"legalType\": {\n \"description\": \"aute in\"\n },\n \"idExternalShipperCustomer\": \"enim in adipisicing\",\n \"phoneAreaCode\": \"ad ea ut non\",\n \"phoneNumber\": \"adipisicing ullamco pariatur\"\n },\n \"carrier\": {\n \"username\": \"proident\",\n \"firstName\": \"exercitation\",\n \"lastName\": \"anim ex consectetur\",\n \"cpf\": \"a\",\n \"email\": \"cupidatat enim laborum\",\n \"cnpjtransportCompany\": \"irure aute ut laboris\",\n \"mobileAreaCode\": \"do in\",\n \"mobile\": \"in n\",\n \"phoneAreaCode\": \"nu\",\n \"phone\": \"dolor\",\n \"created\": \"2015-05-15T00:48:33.064Z\",\n \"idExternalCarrier\": \"minim reprehenderit velit\",\n \"isCarrierAppOnline\": false,\n \"shippingCompany\": {\n \"companyName\": \"enim et\",\n \"trade\": \"consequat ut laborum laboris\",\n \"cnpj\": \"ex culpa mollit\",\n \"companyContact\": \"tempor occaecat ut\",\n \"telephoneArea\": \"amet ut culpa ipsum\",\n \"telephone\": \"et cillum aliquip adipisicing\",\n \"mobileArea\": \"aliqua qui ullamco\",\n \"mobile\": \"magna\",\n \"email\": \"Ut tempor\"\n },\n \"rg\": \"Exce\"\n },\n \"displacementType\": {\n \"description\": \"dolore cupidatat\",\n \"vehicleType\": {\n \"description\": \"tempor\"\n }\n },\n \"state\": {\n \"name\": \"enim sunt\",\n \"code\": \"aliquip et\"\n },\n \"country\": {\n \"name\": \"ullamco pariatur\",\n \"code\": \"in aute\"\n },\n \"nonDeliveryReason\": {\n \"description\": \"cupidatat aliquip consectetur velit\"\n },\n \"shipperPartner\": {\n \"cnpj\": \"laboris culpa sunt veniam consequat\",\n \"name\": \"officia in\"\n },\n \"shipperBranch\": {\n \"shipperType\": {\n \"description\": \"qui offici\"\n },\n \"companyName\": \"mollit cillum adipisicing\",\n \"trade\": \"ut eiusmod\",\n \"cnpj\": \"et\",\n \"companyContact\": \"cupidatat\",\n \"telephoneArea\": \"ad\",\n \"telephone\": \"dolo\",\n \"mobileArea\": \"veniam sunt\",\n \"mobile\": \"commodo pariatur d\",\n \"email\": \"dolor t\"\n },\n \"freightPrice\": {\n \"description\": \"sed culpa adipisicing offici\",\n \"firstPostalCodeInterval\": \"quis\",\n \"secondPostalCodeInterval\": \"Ut laboris iru\",\n \"price\": -82141843.62440254,\n \"created\": \"2002-01-07T09:17:57.029Z\"\n },\n \"shippingCompany\": {\n \"companyName\": \"magna\",\n \"trade\": \"sint laboris\",\n \"cnpj\": \"commodo\",\n \"companyContact\": \"elit veniam Lorem commodo\",\n \"telephoneArea\": \"cillum\",\n \"telephone\": \"veniam nulla\",\n \"mobileArea\": \"nostrud L\",\n \"mobile\": \"dolor proident\",\n \"email\": \"quis qui in tempor\"\n },\n \"invoiceOrderOfService\": \"ad esse anim sed\",\n \"description\": \"ullamco occaecat ea\",\n \"addressStreet\": \"est nostrud minim\",\n \"addressNumber\": \"commodo do anim dolore\",\n \"addressComplement\": \"dolor occaecat la\",\n \"addressNeighborhood\": \"Excepteur minim\",\n \"addressCity\": \"dolor veniam fugiat sed\",\n \"postalCode\": \"enim ir\",\n \"estimateDeliveryHour\": \"1999-06-09T14:40:55.112Z\",\n \"created\": \"2014-06-02T00:25:58.251Z\",\n \"initialEstimateDeliveryHour\": \"1988-07-09T23:43:51.812Z\",\n \"deliveryDateTime\": \"1982-10-13T22:19:32.567Z\",\n \"estimateDeliveryDistance\": 25972263,\n \"travelledDeliveryDistance\": -78802715,\n \"orderNumber\": \"sed eiusmod et anim non\",\n \"cteNumber\": \"eu qui do\",\n \"cteDate\": \"1979-06-26T07:32:48.997Z\",\n \"sender\": \"ipsum\",\n \"senderCity\": \"sed\",\n \"senderState\": -11887304,\n \"weight\": 27132158.387904152,\n \"cubicMeter\": 14122557.840674073,\n \"cubicMeterWeight\": -42126129.63962341,\n \"value\": 24023014.84758462,\n \"freightPriceReceived\": 96759241.63063806,\n \"deliveryAttempts\": 74336801,\n \"serviceTime\": 10576719,\n \"invoiceOrderOfServiceSerie\": \"sit officia aliqua\",\n \"leadTime\": \"2001-05-25T12:49:18.533Z\",\n \"cnpjcarrier\": \"sed reprehenderit id dolore Excepteur\",\n \"cnpjbranch\": \"elit in tempor\",\n \"idExternal\": \"veniam ipsum mollit enim\",\n \"billingInfo\": [\n {\n \"receivableAmount\": 91697577.56280243,\n \"money\": -35519041.60362471,\n \"cheque\": -55369666.014788434,\n \"creditCard\": 43511842.311822355,\n \"webComment\": \"ut fugiat exercitation nisi\",\n \"carrierComment\": \"commodo non sit\",\n \"billingConfirmDate\": \"2003-08-19T18:20:22.514Z\",\n \"created\": \"1961-12-14T14:15:39.365Z\"\n },\n {\n \"receivableAmount\": 62254780.19799575,\n \"money\": -26796424.85357614,\n \"cheque\": -13299009.39860171,\n \"creditCard\": 60484353.27294931,\n \"webComment\": \"officia incididunt veniam aliquip\",\n \"carrierComment\": \"occaecat consequat mollit\",\n \"billingConfirmDate\": \"1965-11-14T22:58:43.777Z\",\n \"created\": \"2016-12-23T05:08:24.274Z\"\n }\n ],\n \"deliveryServiceRouteItem\": [\n {\n \"idDeliveryServiceRouteItem\": 43431408,\n \"deliveryServiceRoute\": {\n \"idDeliveryServiceRoute\": -2190464,\n \"deliveryServiceRouteStatus\": {\n \"description\": \"quis voluptate consectetur in mollit\"\n },\n \"deliveryServiceDate\": \"1966-04-21T23:16:55.049Z\",\n \"created\": \"1959-06-11T02:27:16.568Z\",\n \"startWorkDayDateTime\": \"1992-11-04T04:15:06.334Z\",\n \"finishWorkDayDateTime\": \"1981-06-02T09:25:26.520Z\",\n \"itinerantDate\": \"1973-01-29T02:19:26.285Z\"\n },\n \"deliveryServiceRouteItemStatus\": {\n \"description\": \"eu est amet\"\n },\n \"nonDeliveryDescription\": \"Duis dolor dolore irure\",\n \"index\": 90115104,\n \"created\": \"2003-05-26T19:30:23.398Z\",\n \"startDisplacementDateTime\": \"1992-09-10T03:59:01.960Z\",\n \"startDisplacementLatitude\": 39928166.11186245,\n \"startDisplacementLongitude\": -71951534.41798405,\n \"finishedDisplacementLatitude\": -88432348.45949426,\n \"finishedDisplacementLongitude\": 92942418.61912364,\n \"receiverName\": \"id laborum dolor Excepteur velit\",\n \"receiverDocument\": \"Lorem voluptate\",\n \"description\": \"non\",\n \"deliveryArrived\": \"1983-01-12T12:57:42.740Z\",\n \"comment\": \"in proident laboris\",\n \"rating\": -48110992,\n \"pauseDisplacementDateTime\": \"1950-12-21T07:17:09.271Z\",\n \"deliveryLeft\": \"1957-04-06T06:11:34.781Z\",\n \"deliveryReason\": {\n \"description\": \"cillum\"\n }\n },\n {\n \"idDeliveryServiceRouteItem\": -61586912,\n \"deliveryServiceRoute\": {\n \"idDeliveryServiceRoute\": 26628621,\n \"deliveryServiceRouteStatus\": {\n \"description\": \"nis\"\n },\n \"deliveryServiceDate\": \"2003-11-25T09:05:55.082Z\",\n \"created\": \"1953-05-21T01:40:22.329Z\",\n \"startWorkDayDateTime\": \"1969-11-18T11:11:52.327Z\",\n \"finishWorkDayDateTime\": \"1944-05-29T16:09:47.336Z\",\n \"itinerantDate\": \"2014-11-02T03:36:57.353Z\"\n },\n \"deliveryServiceRouteItemStatus\": {\n \"description\": \"occaecat anim nostrud deserunt enim\"\n },\n \"nonDeliveryDescription\": \"adipisicing amet dolore\",\n \"index\": 22616348,\n \"created\": \"2004-06-15T01:34:19.419Z\",\n \"startDisplacementDateTime\": \"1954-09-02T14:23:29.627Z\",\n \"startDisplacementLatitude\": 2104065.472546473,\n \"startDisplacementLongitude\": -95264457.8825276,\n \"finishedDisplacementLatitude\": -44435959.17202776,\n \"finishedDisplacementLongitude\": -41108903.106340565,\n \"receiverName\": \"non fugiat qui\",\n \"receiverDocument\": \"irure anim quis\",\n \"description\": \"do elit Duis\",\n \"deliveryArrived\": \"2010-05-24T10:21:41.456Z\",\n \"comment\": \"officia commodo in elit ea\",\n \"rating\": 27499139,\n \"pauseDisplacementDateTime\": \"2000-09-24T08:13:39.140Z\",\n \"deliveryLeft\": \"1963-10-21T02:27:45.952Z\",\n \"deliveryReason\": {\n \"description\": \"amet enim\"\n }\n }\n ]\n },\n {\n \"pictures\": [\n \"ut sed eiusmod veniam\",\n \"sed consequat sit dolor sunt\"\n ],\n \"idDeliveryService\": 51348923,\n \"deliveryServiceType\": {\n \"description\": \"laborum ut ut fugiat\"\n },\n \"deliveryServiceStatus\": {\n \"description\": \"occaecat sint\"\n },\n \"shipper\": {\n \"companyName\": \"ea reprehenderit elit exercitation q\"\n },\n \"shipperCustomer\": {\n \"idShipperCustomer\": 24929894,\n \"email\": \"id cupidatat consectetur\",\n \"firstName\": \"do amet dolore in\",\n \"lastName\": \"dolor\",\n \"cpf\": \"veniam ad nisi ipsum\",\n \"addressStreet\": \"ullamco deserunt\",\n \"addressNumber\": \"Duis\",\n \"addressComplement\": \"mollit dolore cillum enim in\",\n \"addressNeighborhood\": \"aliqua sit dolor aliquip\",\n \"addressCity\": \"mollit Excepteur velit\",\n \"postalCode\": \"r\",\n \"state\": {\n \"name\": \"nulla fugiat minim in qui\",\n \"code\": \"incididunt dolor\"\n },\n \"country\": {\n \"name\": \"deserunt consectetur\",\n \"code\": \"Ut reprehenderit\"\n },\n \"created\": \"1966-06-03T07:05:14.573Z\",\n \"companyName\": \"Ut cupid\",\n \"cnpj\": \"in sed nostrud\",\n \"legalType\": {\n \"description\": \"aliquip in velit\"\n },\n \"idExternalShipperCustomer\": \"deserunt\",\n \"phoneAreaCode\": \"ea laboris consequat\",\n \"phoneNumber\": \"mollit commodo occaecat\"\n },\n \"carrier\": {\n \"username\": \"tempor nostrud\",\n \"firstName\": \"eu incididu\",\n \"lastName\": \"adipisicing\",\n \"cpf\": \"en\",\n \"email\": \"Lorem aute fugiat labore\",\n \"cnpjtransportCompany\": \"sunt enim voluptate cillum\",\n \"mobileAreaCode\": \"esse nostr\",\n \"mobile\": \"ut sed mi\",\n \"phoneAreaCode\": \"con\",\n \"phone\": \"deserun\",\n \"created\": \"1972-04-10T01:12:37.729Z\",\n \"idExternalCarrier\": \"consequat id\",\n \"isCarrierAppOnline\": true,\n \"shippingCompany\": {\n \"companyName\": \"consequat commodo\",\n \"trade\": \"deserunt aliqua\",\n \"cnpj\": \"et consequat ipsum pariatur\",\n \"companyContact\": \"ipsum\",\n \"telephoneArea\": \"sit consectetur laboris dolore\",\n \"telephone\": \"officia id dolore\",\n \"mobileArea\": \"ut occaecat dolor aliqua\",\n \"mobile\": \"sit cillum dolor aute\",\n \"email\": \"aliqua non in nulla\"\n },\n \"rg\": \"sit velit\"\n },\n \"displacementType\": {\n \"description\": \"consectetur nostrud\",\n \"vehicleType\": {\n \"description\": \"laborum ea qui id adipisicing\"\n }\n },\n \"state\": {\n \"name\": \"veniam\",\n \"code\": \"consequat ea\"\n },\n \"country\": {\n \"name\": \"nisi velit\",\n \"code\": \"culpa consectetur non sint\"\n },\n \"nonDeliveryReason\": {\n \"description\": \"Duis enim non ea\"\n },\n \"shipperPartner\": {\n \"cnpj\": \"Ut sed occaecat\",\n \"name\": \"ad esse\"\n },\n \"shipperBranch\": {\n \"shipperType\": {\n \"description\": \"pariatur aliquip consectetur\"\n },\n \"companyName\": \"amet est tempor\",\n \"trade\": \"anim\",\n \"cnpj\": \"minim dolor consequat consectetu\",\n \"companyContact\": \"officia\",\n \"telephoneArea\": \"exercitation cillum esse\",\n \"telephone\": \"irure ad cupidatat\",\n \"mobileArea\": \"tempor consectetur sunt\",\n \"mobile\": \"irure\",\n \"email\": \"do laborum eiusmod minim\"\n },\n \"freightPrice\": {\n \"description\": \"in consequat\",\n \"firstPostalCodeInterval\": \"elit aliquip\",\n \"secondPostalCodeInterval\": \"ex culpa\",\n \"price\": -86661004.63327116,\n \"created\": \"2007-08-14T11:19:16.802Z\"\n },\n \"shippingCompany\": {\n \"companyName\": \"consequat dolor fugiat sit\",\n \"trade\": \"elit ea ex laboris Lorem\",\n \"cnpj\": \"Ut\",\n \"companyContact\": \"Ut deserunt sint sit\",\n \"telephoneArea\": \"ad proident\",\n \"telephone\": \"officia incididunt Lore\",\n \"mobileArea\": \"tempor veniam sunt\",\n \"mobile\": \"anim Ut quis elit\",\n \"email\": \"ex commodo\"\n },\n \"invoiceOrderOfService\": \"in consequat\",\n \"description\": \"ut Lorem\",\n \"addressStreet\": \"enim deserunt\",\n \"addressNumber\": \"consectetur\",\n \"addressComplement\": \"Ut veniam velit minim officia\",\n \"addressNeighborhood\": \"ut\",\n \"addressCity\": \"ex\",\n \"postalCode\": \"mollit velit in\",\n \"estimateDeliveryHour\": \"1998-08-18T13:06:09.158Z\",\n \"created\": \"1962-11-19T13:20:20.078Z\",\n \"initialEstimateDeliveryHour\": \"2008-06-19T01:50:06.078Z\",\n \"deliveryDateTime\": \"2022-08-16T09:49:57.490Z\",\n \"estimateDeliveryDistance\": 13752492,\n \"travelledDeliveryDistance\": -82498256,\n \"orderNumber\": \"nostrud sunt Excepteur\",\n \"cteNumber\": \"pariatur non in\",\n \"cteDate\": \"1951-10-23T16:58:04.393Z\",\n \"sender\": \"n\",\n \"senderCity\": \"officia dolor nisi\",\n \"senderState\": 9574956,\n \"weight\": 28296583.735735,\n \"cubicMeter\": -97918627.70189437,\n \"cubicMeterWeight\": 72498657.02243242,\n \"value\": -36269842.19217402,\n \"freightPriceReceived\": 52738172.422991395,\n \"deliveryAttempts\": 22890933,\n \"serviceTime\": 48456835,\n \"invoiceOrderOfServiceSerie\": \"laborum Excepteur tempor cupidatat\",\n \"leadTime\": \"1972-02-27T04:58:08.725Z\",\n \"cnpjcarrier\": \"cupidatat Lorem velit do enim\",\n \"cnpjbranch\": \"dolore ut do quis\",\n \"idExternal\": \"laborum ea\",\n \"billingInfo\": [\n {\n \"receivableAmount\": 76761059.25738233,\n \"money\": 37303400.825317055,\n \"cheque\": -51751528.356514774,\n \"creditCard\": -44550478.38031003,\n \"webComment\": \"dolor qui adipisicing d\",\n \"carrierComment\": \"dolore reprehenderit\",\n \"billingConfirmDate\": \"1954-05-17T16:47:41.300Z\",\n \"created\": \"1984-05-22T04:27:18.745Z\"\n },\n {\n \"receivableAmount\": 20696.10647378862,\n \"money\": -79863870.44804846,\n \"cheque\": -87694622.75306243,\n \"creditCard\": -62061784.21647754,\n \"webComment\": \"id cupidatat ex officia\",\n \"carrierComment\": \"pariatur deserunt\",\n \"billingConfirmDate\": \"1992-11-29T01:01:16.441Z\",\n \"created\": \"1969-02-08T16:22:31.395Z\"\n }\n ],\n \"deliveryServiceRouteItem\": [\n {\n \"idDeliveryServiceRouteItem\": -60772476,\n \"deliveryServiceRoute\": {\n \"idDeliveryServiceRoute\": -80654839,\n \"deliveryServiceRouteStatus\": {\n \"description\": \"laborum dolor\"\n },\n \"deliveryServiceDate\": \"1981-12-26T09:49:57.965Z\",\n \"created\": \"1954-05-30T17:49:42.221Z\",\n \"startWorkDayDateTime\": \"1973-08-27T02:33:18.682Z\",\n \"finishWorkDayDateTime\": \"1967-10-04T18:17:47.748Z\",\n \"itinerantDate\": \"2004-01-14T06:36:46.542Z\"\n },\n \"deliveryServiceRouteItemStatus\": {\n \"description\": \"sunt voluptate\"\n },\n \"nonDeliveryDescription\": \"culpa\",\n \"index\": 75488992,\n \"created\": \"1997-10-11T12:01:09.275Z\",\n \"startDisplacementDateTime\": \"1970-02-16T05:18:58.931Z\",\n \"startDisplacementLatitude\": 84045787.16110477,\n \"startDisplacementLongitude\": 63991275.85106,\n \"finishedDisplacementLatitude\": 30692171.310753793,\n \"finishedDisplacementLongitude\": 36382105.60802522,\n \"receiverName\": \"cupidatat ad\",\n \"receiverDocument\": \"sint dolor enim\",\n \"description\": \"do non nulla\",\n \"deliveryArrived\": \"1972-12-11T01:12:45.487Z\",\n \"comment\": \"Excepteur eu\",\n \"rating\": -45025792,\n \"pauseDisplacementDateTime\": \"1999-07-30T10:48:16.700Z\",\n \"deliveryLeft\": \"2002-12-08T01:49:18.340Z\",\n \"deliveryReason\": {\n \"description\": \"nulla u\"\n }\n },\n {\n \"idDeliveryServiceRouteItem\": -49292031,\n \"deliveryServiceRoute\": {\n \"idDeliveryServiceRoute\": -54292167,\n \"deliveryServiceRouteStatus\": {\n \"description\": \"qui nostrud\"\n },\n \"deliveryServiceDate\": \"1961-12-23T05:03:50.999Z\",\n \"created\": \"1992-02-16T19:21:53.634Z\",\n \"startWorkDayDateTime\": \"2009-09-29T17:58:42.540Z\",\n \"finishWorkDayDateTime\": \"1994-04-28T06:51:10.927Z\",\n \"itinerantDate\": \"1999-06-26T07:00:55.318Z\"\n },\n \"deliveryServiceRouteItemStatus\": {\n \"description\": \"elit laborum aliqui\"\n },\n \"nonDeliveryDescription\": \"proident do Ut\",\n \"index\": -86413311,\n \"created\": \"1957-11-20T09:44:03.290Z\",\n \"startDisplacementDateTime\": \"2018-11-19T18:08:45.482Z\",\n \"startDisplacementLatitude\": -37866368.76860956,\n \"startDisplacementLongitude\": 97219265.43090507,\n \"finishedDisplacementLatitude\": 76608576.06989637,\n \"finishedDisplacementLongitude\": -77527460.83739121,\n \"receiverName\": \"magna Duis\",\n \"receiverDocument\": \"velit\",\n \"description\": \"minim anim occaecat\",\n \"deliveryArrived\": \"1999-06-11T07:06:43.402Z\",\n \"comment\": \"adipisicing dolor eu\",\n \"rating\": 5435530,\n \"pauseDisplacementDateTime\": \"1964-04-23T07:41:06.857Z\",\n \"deliveryLeft\": \"2019-03-08T14:26:57.498Z\",\n \"deliveryReason\": {\n \"description\": \"mollit in aliquip\"\n }\n }\n ]\n }\n ]\n}", + "body": "{\n \"page\": 3147846,\n \"pageSize\": -4513305,\n \"totalCount\": 12507463,\n \"data\": [\n {\n \"pictures\": [\n \"fugiat do dolor eu\",\n \"labore\"\n ],\n \"idDeliveryService\": -46404240,\n \"deliveryServiceType\": {\n \"description\": \"laboris officia mollit\"\n },\n \"deliveryServiceStatus\": {\n \"description\": \"qui quis amet ex nul\"\n },\n \"shipper\": {\n \"companyName\": \"amet consequat officia\"\n },\n \"shipperCustomer\": {\n \"idShipperCustomer\": -72379060,\n \"email\": \"ut\",\n \"firstName\": \"exercitation et aute irure\",\n \"lastName\": \"dolor magna ipsum deserunt aliqua\",\n \"cpf\": \"dolor cupidatat esse\",\n \"addressStreet\": \"proident ea\",\n \"addressNumber\": \"culpa est aliqua ut\",\n \"addressComplement\": \"exercitation aliqua minim nisi\",\n \"addressNeighborhood\": \"ut dolore reprehenderit\",\n \"addressCity\": \"Lorem in aliquip\",\n \"postalCode\": \"Lorem magna incidid\",\n \"state\": {\n \"name\": \"incididunt Lorem laborum ad in\",\n \"code\": \"dolor s\"\n },\n \"country\": {\n \"name\": \"dolore ipsum cillum\",\n \"code\": \"reprehend\"\n },\n \"created\": \"1953-04-19T03:04:05.687Z\",\n \"companyName\": \"irure magna et\",\n \"cnpj\": \"anim cupidatat Ut irure\",\n \"legalType\": {\n \"description\": \"Duis ea dolor\"\n },\n \"idExternalShipperCustomer\": \"laborum\",\n \"phoneAreaCode\": \"irure nisi ut dolor voluptate\",\n \"phoneNumber\": \"reprehenderit\"\n },\n \"carrier\": {\n \"username\": \"consectetur\",\n \"firstName\": \"dolore fugiat pariatur\",\n \"lastName\": \"eu adipisicing\",\n \"cpf\": \"nostrud s\",\n \"email\": \"mollit ipsum eiusmod et occaecat\",\n \"cnpjtransportCompany\": \"sit commodo do culpa sunt\",\n \"mobileAreaCode\": \"sunt\",\n \"mobile\": \"aute \",\n \"phoneAreaCode\": \"u\",\n \"phone\": \"cupid\",\n \"created\": \"2014-11-08T03:12:29.512Z\",\n \"idExternalCarrier\": \"dolore nulla\",\n \"isCarrierAppOnline\": false,\n \"shippingCompany\": {\n \"companyName\": \"et incididunt Ut aute\",\n \"trade\": \"in laborum\",\n \"cnpj\": \"in fugiat elit occaecat esse\",\n \"companyContact\": \"pariatur sit nisi voluptate\",\n \"telephoneArea\": \"cupidatat consequat\",\n \"telephone\": \"adipisicing labore tempor cupidatat\",\n \"mobileArea\": \"sed magna incididunt exercitation in\",\n \"mobile\": \"qui incididunt quis\",\n \"email\": \"eiusmod proident\"\n },\n \"rg\": \"proiden\"\n },\n \"displacementType\": {\n \"description\": \"id eu voluptate nisi\",\n \"vehicleType\": {\n \"description\": \"aliquip exercitation\"\n }\n },\n \"state\": {\n \"name\": \"amet\",\n \"code\": \"ut Ut Lorem consectetur dolor\"\n },\n \"country\": {\n \"name\": \"Duis pariatur dolore Except\",\n \"code\": \"ipsum anim Ut\"\n },\n \"nonDeliveryReason\": {\n \"description\": \"cupidatat ut\"\n },\n \"shipperPartner\": {\n \"cnpj\": \"dolor reprehenderit\",\n \"name\": \"dolore voluptate\"\n },\n \"shipperBranch\": {\n \"shipperType\": {\n \"description\": \"id cillum commodo\"\n },\n \"companyName\": \"in qui aliquip\",\n \"trade\": \"veniam minim deserunt non\",\n \"cnpj\": \"sit\",\n \"companyContact\": \"sed\",\n \"telephoneArea\": \"dolor c\",\n \"telephone\": \"amet esse\",\n \"mobileArea\": \"et sit\",\n \"mobile\": \"et aute nulla pariatur\",\n \"email\": \"cillum commodo\"\n },\n \"freightPrice\": {\n \"description\": \"aliqua mollit laboris dolore\",\n \"firstPostalCodeInterval\": \"labore\",\n \"secondPostalCodeInterval\": \"nulla et irure in incididunt\",\n \"price\": 97155337.71452361,\n \"created\": \"2015-04-21T15:11:42.502Z\"\n },\n \"shippingCompany\": {\n \"companyName\": \"esse nostrud in eu\",\n \"trade\": \"officia anim proident\",\n \"cnpj\": \"ex fugiat ut incididunt\",\n \"companyContact\": \"ad eiusmod tempor aliqua off\",\n \"telephoneArea\": \"nulla veniam cupidatat laborum\",\n \"telephone\": \"elit ut qui deserunt\",\n \"mobileArea\": \"consequat sed eiusmod ad dolor\",\n \"mobile\": \"adipisicing cillum mollit anim\",\n \"email\": \"exercitation officia eiusmod\"\n },\n \"invoiceOrderOfService\": \"enim\",\n \"description\": \"incididunt\",\n \"addressStreet\": \"eiusmod quis nostrud\",\n \"addressNumber\": \"mollit dolor aute dolore\",\n \"addressComplement\": \"labore velit veniam nisi sint\",\n \"addressNeighborhood\": \"fugiat\",\n \"addressCity\": \"officia\",\n \"postalCode\": \"dolore eiusmod cupidatat fugiat\",\n \"estimateDeliveryHour\": \"1998-02-24T10:46:54.493Z\",\n \"created\": \"1945-04-29T05:31:31.023Z\",\n \"initialEstimateDeliveryHour\": \"1952-06-24T22:36:57.864Z\",\n \"deliveryDateTime\": \"2018-06-02T13:20:27.712Z\",\n \"estimateDeliveryDistance\": 82206629,\n \"travelledDeliveryDistance\": -14426767,\n \"orderNumber\": \"do Duis ullamco dolo\",\n \"cteNumber\": \"dolor Excepteur ad voluptate\",\n \"cteDate\": \"1998-05-03T23:50:01.124Z\",\n \"sender\": \"incididunt velit\",\n \"senderCity\": \"laboris in sint\",\n \"senderState\": 28023093,\n \"weight\": -30317560.101227865,\n \"cubicMeter\": -11986929.57883805,\n \"cubicMeterWeight\": 83914256.89852718,\n \"value\": -23888189.544294924,\n \"freightPriceReceived\": -6299513.9136004,\n \"deliveryAttempts\": 29092402,\n \"serviceTime\": 73209790,\n \"invoiceOrderOfServiceSerie\": \"aliquip in laborum deserunt dolor\",\n \"leadTime\": \"1998-05-08T04:21:23.873Z\",\n \"cnpjcarrier\": \"Duis cupidatat dolor veniam ut\",\n \"cnpjbranch\": \"ad aliquip nis\",\n \"idExternal\": \"enim\",\n \"billingInfo\": [\n {\n \"receivableAmount\": -14172865.244197965,\n \"money\": 21466920.418089196,\n \"cheque\": 43735320.666041166,\n \"creditCard\": 42600299.124720335,\n \"webComment\": \"exercitation consectetur elit\",\n \"carrierComment\": \"Duis\",\n \"billingConfirmDate\": \"1952-02-23T03:40:48.585Z\",\n \"created\": \"1988-02-17T05:43:47.810Z\"\n },\n {\n \"receivableAmount\": 67249507.64519146,\n \"money\": 74547215.47055018,\n \"cheque\": 36155097.207333505,\n \"creditCard\": 48892105.20326218,\n \"webComment\": \"labore Duis f\",\n \"carrierComment\": \"ullamco dolore\",\n \"billingConfirmDate\": \"2008-12-20T17:35:28.388Z\",\n \"created\": \"2009-12-07T16:31:08.214Z\"\n }\n ],\n \"deliveryServiceRouteItem\": [\n {\n \"idDeliveryServiceRouteItem\": 23783408,\n \"deliveryServiceRoute\": {\n \"idDeliveryServiceRoute\": -98676019,\n \"deliveryServiceRouteStatus\": {\n \"description\": \"adipisicing elit amet pariatur\"\n },\n \"deliveryServiceDate\": \"1945-08-04T00:48:50.453Z\",\n \"created\": \"1999-06-28T09:23:48.072Z\",\n \"startWorkDayDateTime\": \"1969-01-05T15:23:55.293Z\",\n \"finishWorkDayDateTime\": \"1955-11-20T19:26:02.204Z\",\n \"itinerantDate\": \"1983-06-24T19:19:39.746Z\"\n },\n \"deliveryServiceRouteItemStatus\": {\n \"description\": \"sit exercitation velit ad dolor\"\n },\n \"nonDeliveryDescription\": \"dolor nostrud\",\n \"index\": 26203465,\n \"created\": \"1959-06-10T09:20:08.919Z\",\n \"startDisplacementDateTime\": \"1999-07-05T07:49:14.959Z\",\n \"startDisplacementLatitude\": -90415290.76462641,\n \"startDisplacementLongitude\": 89159521.67984554,\n \"finishedDisplacementLatitude\": -74914000.536524,\n \"finishedDisplacementLongitude\": -42484869.66862224,\n \"receiverName\": \"nulla\",\n \"receiverDocument\": \"proident commodo occaecat\",\n \"description\": \"\",\n \"deliveryArrived\": \"1968-08-03T04:51:21.116Z\",\n \"comment\": \"minim\",\n \"rating\": -13729528,\n \"pauseDisplacementDateTime\": \"1979-01-06T20:05:17.049Z\",\n \"deliveryLeft\": \"2022-01-19T03:22:30.813Z\",\n \"deliveryReason\": {\n \"description\": \"in id\"\n }\n },\n {\n \"idDeliveryServiceRouteItem\": -74805862,\n \"deliveryServiceRoute\": {\n \"idDeliveryServiceRoute\": -17231338,\n \"deliveryServiceRouteStatus\": {\n \"description\": \"nisi proident Lorem eu deserunt\"\n },\n \"deliveryServiceDate\": \"1953-05-03T20:14:34.132Z\",\n \"created\": \"1943-11-23T05:59:59.844Z\",\n \"startWorkDayDateTime\": \"1964-08-15T11:37:20.346Z\",\n \"finishWorkDayDateTime\": \"1969-05-16T12:54:48.246Z\",\n \"itinerantDate\": \"1994-04-23T14:44:08.558Z\"\n },\n \"deliveryServiceRouteItemStatus\": {\n \"description\": \"velit enim Duis\"\n },\n \"nonDeliveryDescription\": \"do officia\",\n \"index\": 40008251,\n \"created\": \"1995-07-23T23:08:56.630Z\",\n \"startDisplacementDateTime\": \"1979-03-10T19:42:02.731Z\",\n \"startDisplacementLatitude\": -37606455.81900026,\n \"startDisplacementLongitude\": -60907412.385138035,\n \"finishedDisplacementLatitude\": -31203660.98563245,\n \"finishedDisplacementLongitude\": -85986019.24785446,\n \"receiverName\": \"dolore\",\n \"receiverDocument\": \"culpa enim min\",\n \"description\": \"exercitation ullamco consequat\",\n \"deliveryArrived\": \"1976-06-11T07:10:10.546Z\",\n \"comment\": \"deserunt minim nulla eiusmod\",\n \"rating\": -18027682,\n \"pauseDisplacementDateTime\": \"1996-01-14T08:57:09.056Z\",\n \"deliveryLeft\": \"1991-09-25T16:07:07.959Z\",\n \"deliveryReason\": {\n \"description\": \"non officia\"\n }\n }\n ]\n },\n {\n \"pictures\": [\n \"non nisi eli\",\n \"ipsum Lorem incididunt\"\n ],\n \"idDeliveryService\": 47044155,\n \"deliveryServiceType\": {\n \"description\": \"adipisicing aute occaecat ullamco minim\"\n },\n \"deliveryServiceStatus\": {\n \"description\": \"ut dolor ut\"\n },\n \"shipper\": {\n \"companyName\": \"nisi incididunt do ex\"\n },\n \"shipperCustomer\": {\n \"idShipperCustomer\": 5174610,\n \"email\": \"veniam \",\n \"firstName\": \"aute dolor\",\n \"lastName\": \"Duis est commodo voluptate laborum\",\n \"cpf\": \"voluptate est\",\n \"addressStreet\": \"reprehenderit exercitation irure\",\n \"addressNumber\": \"officia in ipsum proident\",\n \"addressComplement\": \"in sit\",\n \"addressNeighborhood\": \"ut culpa\",\n \"addressCity\": \"dolor\",\n \"postalCode\": \"ut sint\",\n \"state\": {\n \"name\": \"Excepteur est sint enim\",\n \"code\": \"officia laborum\"\n },\n \"country\": {\n \"name\": \"veniam officia sunt\",\n \"code\": \"commodo\"\n },\n \"created\": \"1968-05-13T19:36:28.804Z\",\n \"companyName\": \"ad esse proident ni\",\n \"cnpj\": \"in et\",\n \"legalType\": {\n \"description\": \"dolore sunt reprehenderit\"\n },\n \"idExternalShipperCustomer\": \"dolore\",\n \"phoneAreaCode\": \"amet Ut\",\n \"phoneNumber\": \"nostrud ea in\"\n },\n \"carrier\": {\n \"username\": \"enim\",\n \"firstName\": \"occaecat\",\n \"lastName\": \"nostrud\",\n \"cpf\": \"u\",\n \"email\": \"ex dolore dolor\",\n \"cnpjtransportCompany\": \"sint elit ex\",\n \"mobileAreaCode\": \"dolor\",\n \"mobile\": \"esse\",\n \"phoneAreaCode\": \"Ut\",\n \"phone\": \"\",\n \"created\": \"1991-04-09T22:05:17.858Z\",\n \"idExternalCarrier\": \"laboris an\",\n \"isCarrierAppOnline\": true,\n \"shippingCompany\": {\n \"companyName\": \"et\",\n \"trade\": \"ex officia\",\n \"cnpj\": \"in Duis cupidatat\",\n \"companyContact\": \"sit deserunt adipisicing\",\n \"telephoneArea\": \"ullamco amet quis\",\n \"telephone\": \"in magna mol\",\n \"mobileArea\": \"incididunt\",\n \"mobile\": \"in eiusmod magna proident non\",\n \"email\": \"laboris\"\n },\n \"rg\": \"ad\"\n },\n \"displacementType\": {\n \"description\": \"voluptate sint \",\n \"vehicleType\": {\n \"description\": \"commodo dolore ut\"\n }\n },\n \"state\": {\n \"name\": \"eu officia qui exercitation\",\n \"code\": \"dolore\"\n },\n \"country\": {\n \"name\": \"in qui ex\",\n \"code\": \"commodo ut qui\"\n },\n \"nonDeliveryReason\": {\n \"description\": \"quis et Duis\"\n },\n \"shipperPartner\": {\n \"cnpj\": \"nulla dolor proident\",\n \"name\": \"velit do molli\"\n },\n \"shipperBranch\": {\n \"shipperType\": {\n \"description\": \"sed anim voluptate\"\n },\n \"companyName\": \"commodo sint\",\n \"trade\": \"adipisicing nulla\",\n \"cnpj\": \"dolor elit\",\n \"companyContact\": \"labore Lorem\",\n \"telephoneArea\": \"exercitation anim\",\n \"telephone\": \"Ut eiusmod consectetur nostrud\",\n \"mobileArea\": \"deserunt ea\",\n \"mobile\": \"la\",\n \"email\": \"qui cillum anim\"\n },\n \"freightPrice\": {\n \"description\": \"velit proident dolor\",\n \"firstPostalCodeInterval\": \"d\",\n \"secondPostalCodeInterval\": \"magna proident sed dolore\",\n \"price\": 48893202.26966563,\n \"created\": \"2014-11-29T15:13:24.578Z\"\n },\n \"shippingCompany\": {\n \"companyName\": \"qui nisi in cupidatat\",\n \"trade\": \"exercitation dolore cupidatat\",\n \"cnpj\": \"sed amet sint reprehenderit\",\n \"companyContact\": \"aute Ut irure commodo\",\n \"telephoneArea\": \"do sunt in aliqua\",\n \"telephone\": \"elit quis\",\n \"mobileArea\": \"sed Lorem ad et\",\n \"mobile\": \"sit voluptate\",\n \"email\": \"Ut aliquip ad Lorem\"\n },\n \"invoiceOrderOfService\": \"irure\",\n \"description\": \"quis in\",\n \"addressStreet\": \"eu enim labore mollit\",\n \"addressNumber\": \"ir\",\n \"addressComplement\": \"veniam\",\n \"addressNeighborhood\": \"es\",\n \"addressCity\": \"irure cillum\",\n \"postalCode\": \"Ut nulla nostrud et\",\n \"estimateDeliveryHour\": \"2012-05-13T20:01:18.563Z\",\n \"created\": \"1956-04-20T14:41:30.201Z\",\n \"initialEstimateDeliveryHour\": \"1991-04-01T21:29:42.262Z\",\n \"deliveryDateTime\": \"1996-09-16T00:38:16.593Z\",\n \"estimateDeliveryDistance\": -33560746,\n \"travelledDeliveryDistance\": -24968140,\n \"orderNumber\": \"dolore\",\n \"cteNumber\": \"in cupidatat\",\n \"cteDate\": \"1964-09-20T10:46:56.892Z\",\n \"sender\": \"in\",\n \"senderCity\": \"mollit\",\n \"senderState\": 8196637,\n \"weight\": 97296203.29411018,\n \"cubicMeter\": 32057761.281160817,\n \"cubicMeterWeight\": -62949067.284928575,\n \"value\": -44602883.105016746,\n \"freightPriceReceived\": 199066.89940056205,\n \"deliveryAttempts\": -55508569,\n \"serviceTime\": 41758716,\n \"invoiceOrderOfServiceSerie\": \"Ut deserunt veniam\",\n \"leadTime\": \"1950-03-20T17:27:42.266Z\",\n \"cnpjcarrier\": \"nostrud cupidatat pariatur dolor\",\n \"cnpjbranch\": \"laboris elit anim\",\n \"idExternal\": \"id nulla\",\n \"billingInfo\": [\n {\n \"receivableAmount\": -56795043.6458613,\n \"money\": 91973606.84790602,\n \"cheque\": 33870780.383291736,\n \"creditCard\": -28662971.576516315,\n \"webComment\": \"dolor\",\n \"carrierComment\": \"quis Duis fugiat\",\n \"billingConfirmDate\": \"1975-01-18T08:35:22.366Z\",\n \"created\": \"1985-11-08T06:41:29.875Z\"\n },\n {\n \"receivableAmount\": 86930169.22004259,\n \"money\": -69658178.54651189,\n \"cheque\": -91855520.02373165,\n \"creditCard\": -42369553.517463565,\n \"webComment\": \"ullamco sit voluptate\",\n \"carrierComment\": \"inci\",\n \"billingConfirmDate\": \"1953-09-14T09:50:26.597Z\",\n \"created\": \"1990-02-23T00:53:52.360Z\"\n }\n ],\n \"deliveryServiceRouteItem\": [\n {\n \"idDeliveryServiceRouteItem\": 84702919,\n \"deliveryServiceRoute\": {\n \"idDeliveryServiceRoute\": -19643931,\n \"deliveryServiceRouteStatus\": {\n \"description\": \"laboris Excepteur\"\n },\n \"deliveryServiceDate\": \"2010-07-14T08:40:51.809Z\",\n \"created\": \"2000-09-24T10:08:14.917Z\",\n \"startWorkDayDateTime\": \"1956-07-05T02:23:43.808Z\",\n \"finishWorkDayDateTime\": \"1973-03-26T05:03:51.408Z\",\n \"itinerantDate\": \"1946-01-04T23:57:48.587Z\"\n },\n \"deliveryServiceRouteItemStatus\": {\n \"description\": \"mollit tempor quis ullamco\"\n },\n \"nonDeliveryDescription\": \"consectetur dolore eu cupidatat\",\n \"index\": 4772469,\n \"created\": \"1991-01-07T20:10:49.414Z\",\n \"startDisplacementDateTime\": \"2002-06-03T04:58:46.674Z\",\n \"startDisplacementLatitude\": 40624553.42814046,\n \"startDisplacementLongitude\": -58347640.1005508,\n \"finishedDisplacementLatitude\": -28012131.094556153,\n \"finishedDisplacementLongitude\": -33482169.83439216,\n \"receiverName\": \"elit officia laborum\",\n \"receiverDocument\": \"dolore\",\n \"description\": \"anim ullamco\",\n \"deliveryArrived\": \"1963-05-07T20:04:53.187Z\",\n \"comment\": \"eu\",\n \"rating\": 73419947,\n \"pauseDisplacementDateTime\": \"1979-11-30T00:19:46.726Z\",\n \"deliveryLeft\": \"1976-05-10T05:15:06.953Z\",\n \"deliveryReason\": {\n \"description\": \"dolore tempor ea de\"\n }\n },\n {\n \"idDeliveryServiceRouteItem\": -11552776,\n \"deliveryServiceRoute\": {\n \"idDeliveryServiceRoute\": -2227098,\n \"deliveryServiceRouteStatus\": {\n \"description\": \"amet sint \"\n },\n \"deliveryServiceDate\": \"2008-07-14T11:06:55.966Z\",\n \"created\": \"2016-01-28T01:12:31.463Z\",\n \"startWorkDayDateTime\": \"2014-02-20T03:54:58.060Z\",\n \"finishWorkDayDateTime\": \"1960-11-16T14:56:11.523Z\",\n \"itinerantDate\": \"2005-03-19T22:18:32.719Z\"\n },\n \"deliveryServiceRouteItemStatus\": {\n \"description\": \"laboris qui Exc\"\n },\n \"nonDeliveryDescription\": \"sed aliquip Ut cupidatat\",\n \"index\": -14639533,\n \"created\": \"2002-07-04T23:53:26.468Z\",\n \"startDisplacementDateTime\": \"2017-08-06T06:57:07.436Z\",\n \"startDisplacementLatitude\": 4921714.159316346,\n \"startDisplacementLongitude\": -97882675.83802246,\n \"finishedDisplacementLatitude\": 19589045.789945647,\n \"finishedDisplacementLongitude\": 64922617.21105614,\n \"receiverName\": \"cupidatat\",\n \"receiverDocument\": \"incididunt ut\",\n \"description\": \"et consequat pariatur\",\n \"deliveryArrived\": \"1957-04-03T16:39:07.614Z\",\n \"comment\": \"Duis irure pariatur in nisi\",\n \"rating\": -55357205,\n \"pauseDisplacementDateTime\": \"1981-10-23T10:34:50.867Z\",\n \"deliveryLeft\": \"1944-03-07T09:51:19.066Z\",\n \"deliveryReason\": {\n \"description\": \"ipsum in est\"\n }\n }\n ]\n }\n ]\n}", "cookie": [] }, { "_": { "postman_previewlanguage": "text" }, - "id": "3244fbf8-c5de-4e88-a264-1b9dfe2503db", + "id": "ad0e2461-6982-4c29-becb-7bc499e7b9da", "name": "Bad Request", "originalRequest": { "url": { @@ -823,11 +823,11 @@ }, { "key": "dateInit", - "value": "2013-10-21T13:28:06.419Z" + "value": "2023-07-28" }, { "key": "dateEnd", - "value": "2013-10-21T13:28:06.419Z" + "value": "1996-07-14" }, { "key": "pageSize", @@ -896,7 +896,7 @@ "_": { "postman_previewlanguage": "text" }, - "id": "10a6b3bf-a855-44b5-9aa7-c65912483ce7", + "id": "7264fc9f-b7db-47b2-bb3c-77a0d16ee20b", "name": "Not Found", "originalRequest": { "url": { @@ -913,11 +913,11 @@ }, { "key": "dateInit", - "value": "2013-10-21T13:28:06.419Z" + "value": "2023-07-28" }, { "key": "dateEnd", - "value": "2013-10-21T13:28:06.419Z" + "value": "1996-07-14" }, { "key": "pageSize", @@ -987,7 +987,7 @@ { "listen": "test", "script": { - "id": "2d227879-e0ac-4a2b-ba41-e7569ffa5396", + "id": "db40f927-34f4-4ec0-920c-0be361acf8f8", "type": "text/javascript", "exec": [ "// Validate status 2xx \npm.test(\"[GET]::/services - Status code is 2xx\", function () {\n pm.response.to.be.success;\n});\n", @@ -1003,7 +1003,7 @@ } }, { - "id": "7fb38d2d-285f-4b81-a39a-81941ab334e1", + "id": "39916e36-f9a0-4ef6-bc7a-820a38595bfe", "name": "Get Delivery Service by ID", "request": { "name": "Get Delivery Service by ID", @@ -1065,7 +1065,7 @@ "_": { "postman_previewlanguage": "json" }, - "id": "c2f30234-08fb-4c88-8b53-03b1afa15894", + "id": "52917ba2-339c-47e1-a478-b76f7e00f859", "name": "Success", "originalRequest": { "url": { @@ -1142,7 +1142,7 @@ "value": "application/json" } ], - "body": "{\n \"pictures\": [\n \"nisi id\",\n \"in\"\n ],\n \"idDeliveryService\": 23028156,\n \"deliveryServiceType\": {\n \"description\": \"eu ullamco nulla in\"\n },\n \"deliveryServiceStatus\": {\n \"description\": \"ullamco aute dolor Lorem dolore\"\n },\n \"shipper\": {\n \"companyName\": \"ipsum minim ut\"\n },\n \"shipperCustomer\": {\n \"idShipperCustomer\": -64597707,\n \"email\": \"d\",\n \"firstName\": \"sunt consectetur amet\",\n \"lastName\": \"ea Duis\",\n \"cpf\": \"quis ea id dolor in\",\n \"addressStreet\": \"non quis dolor culpa\",\n \"addressNumber\": \"veniam Duis au\",\n \"addressComplement\": \"voluptate eu et enim\",\n \"addressNeighborhood\": \"quis laborum culpa\",\n \"addressCity\": \"amet non fugiat es\",\n \"postalCode\": \"incididunt\",\n \"state\": {\n \"name\": \"sit\",\n \"code\": \"Ut dolore anim\"\n },\n \"country\": {\n \"name\": \"amet culpa\",\n \"code\": \"Ut reprehenderit laboris\"\n },\n \"created\": \"2011-09-13T06:06:36.067Z\",\n \"companyName\": \"ad magna culpa eiusmod\",\n \"cnpj\": \"ea\",\n \"legalType\": {\n \"description\": \"ut \"\n },\n \"idExternalShipperCustomer\": \"quis reprehenderit dolore consectetur\",\n \"phoneAreaCode\": \"adipisicing\",\n \"phoneNumber\": \"amet dolor\"\n },\n \"carrier\": {\n \"username\": \"dolor anim Excepteur aute\",\n \"firstName\": \"deserunt ipsum velit ea\",\n \"lastName\": \"ut consequat dolor veniam\",\n \"cpf\": \"vol\",\n \"email\": \"ut in\",\n \"cnpjtransportCompany\": \"sint cupidatat ad ex\",\n \"mobileAreaCode\": \"occaecat\",\n \"mobile\": \"sed\",\n \"phoneAreaCode\": \"no\",\n \"phone\": \"ea culpa\",\n \"created\": \"2018-12-25T12:28:42.822Z\",\n \"idExternalCarrier\": \"tempor\",\n \"isCarrierAppOnline\": true,\n \"shippingCompany\": {\n \"companyName\": \"eiusmod et in irure\",\n \"trade\": \"laborum non incididunt\",\n \"cnpj\": \"nostru\",\n \"companyContact\": \"eiusmod exercitation ut in\",\n \"telephoneArea\": \"mollit ip\",\n \"telephone\": \"dolor\",\n \"mobileArea\": \"deserunt conse\",\n \"mobile\": \"reprehende\",\n \"email\": \"fugiat sed eu\"\n },\n \"rg\": \"\"\n },\n \"displacementType\": {\n \"description\": \"in\",\n \"vehicleType\": {\n \"description\": \"enim ipsum ex tempor\"\n }\n },\n \"state\": {\n \"name\": \"enim\",\n \"code\": \"Lorem consequat qu\"\n },\n \"country\": {\n \"name\": \"magna ea\",\n \"code\": \"veniam voluptate\"\n },\n \"nonDeliveryReason\": {\n \"description\": \"magna Ut ex Lorem\"\n },\n \"shipperPartner\": {\n \"cnpj\": \"sed in\",\n \"name\": \"eu sunt\"\n },\n \"shipperBranch\": {\n \"shipperType\": {\n \"description\": \"fugiat\"\n },\n \"companyName\": \"est\",\n \"trade\": \"commodo do\",\n \"cnpj\": \"nostrud consectetur officia\",\n \"companyContact\": \"irure labore\",\n \"telephoneArea\": \"Ut dolor non officia\",\n \"telephone\": \"aliqua commodo consectetur\",\n \"mobileArea\": \"cupidatat magna occaecat officia\",\n \"mobile\": \"adipisicing cillum dolor\",\n \"email\": \"labore\"\n },\n \"freightPrice\": {\n \"description\": \"Lorem esse\",\n \"firstPostalCodeInterval\": \"dolore nostrud occaecat\",\n \"secondPostalCodeInterval\": \"dolor qui sit\",\n \"price\": -72795136.03746474,\n \"created\": \"1997-03-20T14:53:17.333Z\"\n },\n \"shippingCompany\": {\n \"companyName\": \"do quis dolor\",\n \"trade\": \"dolore\",\n \"cnpj\": \"minim ad in\",\n \"companyContact\": \"quis\",\n \"telephoneArea\": \"cillum ad occaecat\",\n \"telephone\": \"mollit ad officia\",\n \"mobileArea\": \"cillum dolore\",\n \"mobile\": \"sunt irure et ut\",\n \"email\": \"nulla velit esse\"\n },\n \"invoiceOrderOfService\": \"adipisicing et e\",\n \"description\": \"mollit\",\n \"addressStreet\": \"do anim\",\n \"addressNumber\": \"id tempor\",\n \"addressComplement\": \"Ut velit laborum\",\n \"addressNeighborhood\": \"anim sint\",\n \"addressCity\": \"Duis\",\n \"postalCode\": \"ut deserunt veniam\",\n \"estimateDeliveryHour\": \"1958-05-09T10:27:06.439Z\",\n \"created\": \"1996-08-22T10:04:31.846Z\",\n \"initialEstimateDeliveryHour\": \"2019-01-08T05:20:15.746Z\",\n \"deliveryDateTime\": \"1953-02-16T15:27:36.157Z\",\n \"estimateDeliveryDistance\": -61398224,\n \"travelledDeliveryDistance\": 34688330,\n \"orderNumber\": \"sed veniam exercitation ex\",\n \"cteNumber\": \"do nulla eu adipisicing\",\n \"cteDate\": \"1949-08-28T20:09:08.078Z\",\n \"sender\": \"Ut ex eu\",\n \"senderCity\": \"aliquip ad\",\n \"senderState\": 4589642,\n \"weight\": 45832296.70551461,\n \"cubicMeter\": 93018679.9226067,\n \"cubicMeterWeight\": 32925268.629655585,\n \"value\": 57652261.2569606,\n \"freightPriceReceived\": -28382156.843906343,\n \"deliveryAttempts\": -50114132,\n \"serviceTime\": -12240502,\n \"invoiceOrderOfServiceSerie\": \"aliquip id\",\n \"leadTime\": \"2001-01-04T00:26:22.956Z\",\n \"cnpjcarrier\": \"ipsum tempo\",\n \"cnpjbranch\": \"sit consectetur\",\n \"idExternal\": \"laboris cupidatat commodo velit\",\n \"billingInfo\": [\n {\n \"receivableAmount\": -40481089.160358466,\n \"money\": -37662263.66814309,\n \"cheque\": 59519814.791997164,\n \"creditCard\": 84097436.27080965,\n \"webComment\": \"fugiat Duis Excepteur ad\",\n \"carrierComment\": \"consequat dolore do nulla\",\n \"billingConfirmDate\": \"1965-11-14T12:53:56.814Z\",\n \"created\": \"2003-07-17T14:30:12.864Z\"\n },\n {\n \"receivableAmount\": -35020468.23191303,\n \"money\": -93427062.56458211,\n \"cheque\": 51713734.98676339,\n \"creditCard\": -54836464.97439256,\n \"webComment\": \"eiusmod Ut sed\",\n \"carrierComment\": \"voluptate\",\n \"billingConfirmDate\": \"2001-07-13T06:25:07.124Z\",\n \"created\": \"2002-11-01T23:01:40.799Z\"\n }\n ],\n \"deliveryServiceRouteItem\": [\n {\n \"idDeliveryServiceRouteItem\": 27942464,\n \"deliveryServiceRoute\": {\n \"idDeliveryServiceRoute\": -64333738,\n \"deliveryServiceRouteStatus\": {\n \"description\": \"est\"\n },\n \"deliveryServiceDate\": \"1958-08-26T11:44:37.255Z\",\n \"created\": \"2005-02-28T05:51:06.655Z\",\n \"startWorkDayDateTime\": \"2003-03-09T22:42:35.219Z\",\n \"finishWorkDayDateTime\": \"1964-10-03T11:47:26.692Z\",\n \"itinerantDate\": \"1973-08-29T13:24:38.279Z\"\n },\n \"deliveryServiceRouteItemStatus\": {\n \"description\": \"in Duis sed Ut ullamco\"\n },\n \"nonDeliveryDescription\": \"aliquip aliqua esse\",\n \"index\": -95136458,\n \"created\": \"1951-09-30T00:45:15.796Z\",\n \"startDisplacementDateTime\": \"2010-12-09T22:10:21.923Z\",\n \"startDisplacementLatitude\": 35428933.93378529,\n \"startDisplacementLongitude\": 3996949.0921940506,\n \"finishedDisplacementLatitude\": -28973474.683775887,\n \"finishedDisplacementLongitude\": 77049653.23863065,\n \"receiverName\": \"consequat eu pariatur\",\n \"receiverDocument\": \"do adipisicing nulla ex\",\n \"description\": \"voluptate aliqua\",\n \"deliveryArrived\": \"1945-03-25T21:17:29.732Z\",\n \"comment\": \"dolore dolor commodo\",\n \"rating\": -24397608,\n \"pauseDisplacementDateTime\": \"1966-02-22T23:30:41.959Z\",\n \"deliveryLeft\": \"2009-03-14T18:05:51.115Z\",\n \"deliveryReason\": {\n \"description\": \"ut mollit pariatur tempor\"\n }\n },\n {\n \"idDeliveryServiceRouteItem\": 72713515,\n \"deliveryServiceRoute\": {\n \"idDeliveryServiceRoute\": 2445454,\n \"deliveryServiceRouteStatus\": {\n \"description\": \"do est consectetur commodo\"\n },\n \"deliveryServiceDate\": \"2004-07-28T08:58:54.170Z\",\n \"created\": \"1971-12-05T18:28:41.537Z\",\n \"startWorkDayDateTime\": \"2010-11-26T21:31:29.031Z\",\n \"finishWorkDayDateTime\": \"1974-04-07T06:28:19.614Z\",\n \"itinerantDate\": \"1952-03-03T02:53:14.463Z\"\n },\n \"deliveryServiceRouteItemStatus\": {\n \"description\": \"ut fugiat\"\n },\n \"nonDeliveryDescription\": \"in nostrud\",\n \"index\": -35378338,\n \"created\": \"1972-10-21T19:13:00.409Z\",\n \"startDisplacementDateTime\": \"2000-04-14T16:23:34.737Z\",\n \"startDisplacementLatitude\": -14074688.573946267,\n \"startDisplacementLongitude\": -50750091.38107296,\n \"finishedDisplacementLatitude\": 59705029.45086932,\n \"finishedDisplacementLongitude\": -27556478.438174456,\n \"receiverName\": \"aliqua dolor eu Lorem\",\n \"receiverDocument\": \"est labore laborum amet cillum\",\n \"description\": \"ut sunt tempor reprehen\",\n \"deliveryArrived\": \"2004-03-20T19:42:00.950Z\",\n \"comment\": \"non Excepteur irure\",\n \"rating\": -64279193,\n \"pauseDisplacementDateTime\": \"1995-02-17T16:05:40.271Z\",\n \"deliveryLeft\": \"2018-02-09T21:49:18.493Z\",\n \"deliveryReason\": {\n \"description\": \"esse culpa ea ad\"\n }\n }\n ]\n}", + "body": "{\n \"pictures\": [\n \"fugiat et sunt\",\n \"eiusmod fugiat Excepteur mollit officia\"\n ],\n \"idDeliveryService\": 69245377,\n \"deliveryServiceType\": {\n \"description\": \"eiusmod sunt Duis\"\n },\n \"deliveryServiceStatus\": {\n \"description\": \"dolor proide\"\n },\n \"shipper\": {\n \"companyName\": \"amet\"\n },\n \"shipperCustomer\": {\n \"idShipperCustomer\": -84118403,\n \"email\": \"sit\",\n \"firstName\": \"reprehenderit voluptate id occaecat magna\",\n \"lastName\": \"aliquip\",\n \"cpf\": \"ad\",\n \"addressStreet\": \"anim commodo\",\n \"addressNumber\": \"in sint\",\n \"addressComplement\": \"esse veniam\",\n \"addressNeighborhood\": \"repre\",\n \"addressCity\": \"quis ullamco nulla\",\n \"postalCode\": \"magna culpa\",\n \"state\": {\n \"name\": \"cillum adipisicing cup\",\n \"code\": \"\"\n },\n \"country\": {\n \"name\": \"non aliquip laborum\",\n \"code\": \"pariatur nulla\"\n },\n \"created\": \"1951-09-26T19:36:53.935Z\",\n \"companyName\": \"eiusmod in dolor\",\n \"cnpj\": \"eiusmod dolore magna nostrud\",\n \"legalType\": {\n \"description\": \"Duis nisi ut\"\n },\n \"idExternalShipperCustomer\": \"eiusmod cillum est ullamco consequat\",\n \"phoneAreaCode\": \"nisi fugiat\",\n \"phoneNumber\": \"aliquip Excepteur\"\n },\n \"carrier\": {\n \"username\": \"exercitation quis\",\n \"firstName\": \"deserunt\",\n \"lastName\": \"irure\",\n \"cpf\": \"vol\",\n \"email\": \"consectetur ea e\",\n \"cnpjtransportCompany\": \"incididunt nulla\",\n \"mobileAreaCode\": \"v\",\n \"mobile\": \"al\",\n \"phoneAreaCode\": \"i\",\n \"phone\": \"non\",\n \"created\": \"1984-01-10T16:36:55.312Z\",\n \"idExternalCarrier\": \"dolore mag\",\n \"isCarrierAppOnline\": false,\n \"shippingCompany\": {\n \"companyName\": \"Lorem dolore\",\n \"trade\": \"culpa irure cupidatat do\",\n \"cnpj\": \"in sit\",\n \"companyContact\": \"eu esse qui\",\n \"telephoneArea\": \"dolor qui dolore\",\n \"telephone\": \"tempor in\",\n \"mobileArea\": \"enim magna fugiat e\",\n \"mobile\": \"dolor non Ut irure\",\n \"email\": \"sint id exercitation veniam laboris\"\n },\n \"rg\": \"ea esse ve\"\n },\n \"displacementType\": {\n \"description\": \"elit ea commodo veniam sunt\",\n \"vehicleType\": {\n \"description\": \"nostrud offic\"\n }\n },\n \"state\": {\n \"name\": \"aute Duis exercitation in do\",\n \"code\": \"laboris id commodo amet\"\n },\n \"country\": {\n \"name\": \"laborum sed\",\n \"code\": \"elit consectetur\"\n },\n \"nonDeliveryReason\": {\n \"description\": \"dolore ut o\"\n },\n \"shipperPartner\": {\n \"cnpj\": \"nostrud\",\n \"name\": \"in proident\"\n },\n \"shipperBranch\": {\n \"shipperType\": {\n \"description\": \"commodo\"\n },\n \"companyName\": \"la\",\n \"trade\": \"elit nostrud id voluptate magna\",\n \"cnpj\": \"elit\",\n \"companyContact\": \"velit\",\n \"telephoneArea\": \"nostrud occaecat\",\n \"telephone\": \"officia sed in\",\n \"mobileArea\": \"in amet aute ut\",\n \"mobile\": \"laborum Excepteur in\",\n \"email\": \"est Lorem aliquip Excepteur consequat\"\n },\n \"freightPrice\": {\n \"description\": \"ex ea mollit dolore et\",\n \"firstPostalCodeInterval\": \"fugiat\",\n \"secondPostalCodeInterval\": \"ea non Ut\",\n \"price\": -80493664.16254489,\n \"created\": \"1950-06-13T22:31:48.098Z\"\n },\n \"shippingCompany\": {\n \"companyName\": \"cupidatat qui occaecat elit\",\n \"trade\": \"laborum incididunt\",\n \"cnpj\": \"aute commodo officia\",\n \"companyContact\": \"fugiat\",\n \"telephoneArea\": \"velit exercitation sed est nisi\",\n \"telephone\": \"eu\",\n \"mobileArea\": \"mollit aliqua occaecat est\",\n \"mobile\": \"dolor eu\",\n \"email\": \"fu\"\n },\n \"invoiceOrderOfService\": \"cupidatat magna labore cillum\",\n \"description\": \"nostrud\",\n \"addressStreet\": \"reprehenderit fugiat est qui\",\n \"addressNumber\": \"irure aliqua commodo\",\n \"addressComplement\": \"deserunt qui\",\n \"addressNeighborhood\": \"et esse deserunt ullamco\",\n \"addressCity\": \"sunt elit nisi culpa\",\n \"postalCode\": \"consectetur id cupidatat tempor\",\n \"estimateDeliveryHour\": \"1994-10-29T07:09:35.148Z\",\n \"created\": \"1960-11-28T11:38:09.178Z\",\n \"initialEstimateDeliveryHour\": \"1969-07-01T00:15:43.521Z\",\n \"deliveryDateTime\": \"1965-06-06T13:55:54.194Z\",\n \"estimateDeliveryDistance\": 23072821,\n \"travelledDeliveryDistance\": -45636535,\n \"orderNumber\": \"consequat Excepteur\",\n \"cteNumber\": \"Excepteur\",\n \"cteDate\": \"1958-07-04T15:03:16.217Z\",\n \"sender\": \"ex\",\n \"senderCity\": \"anim non velit\",\n \"senderState\": -26366122,\n \"weight\": -90404124.13127176,\n \"cubicMeter\": 21184153.637470394,\n \"cubicMeterWeight\": 33689061.79577862,\n \"value\": 91651843.57783777,\n \"freightPriceReceived\": -65112901.47789066,\n \"deliveryAttempts\": 3030748,\n \"serviceTime\": -11706664,\n \"invoiceOrderOfServiceSerie\": \"ea non eiusmod veniam\",\n \"leadTime\": \"1964-09-04T15:05:30.643Z\",\n \"cnpjcarrier\": \"Dui\",\n \"cnpjbranch\": \"in minim voluptate\",\n \"idExternal\": \"commodo enim\",\n \"billingInfo\": [\n {\n \"receivableAmount\": 32748501.642033562,\n \"money\": -81150624.03773363,\n \"cheque\": -63350476.60979263,\n \"creditCard\": 14222000.351888254,\n \"webComment\": \"laborum esse adipisici\",\n \"carrierComment\": \"Excepteur ea officia enim anim\",\n \"billingConfirmDate\": \"1968-07-15T13:46:26.989Z\",\n \"created\": \"1996-06-23T04:54:00.590Z\"\n },\n {\n \"receivableAmount\": -41691131.34286326,\n \"money\": -59757546.47204776,\n \"cheque\": 65586161.191917926,\n \"creditCard\": -73124899.60513915,\n \"webComment\": \"ipsum voluptate reprehenderit nulla\",\n \"carrierComment\": \"magna sunt sit \",\n \"billingConfirmDate\": \"1974-02-28T08:22:19.855Z\",\n \"created\": \"1979-05-21T00:37:05.148Z\"\n }\n ],\n \"deliveryServiceRouteItem\": [\n {\n \"idDeliveryServiceRouteItem\": -46730981,\n \"deliveryServiceRoute\": {\n \"idDeliveryServiceRoute\": 35733524,\n \"deliveryServiceRouteStatus\": {\n \"description\": \"dolore\"\n },\n \"deliveryServiceDate\": \"2000-07-05T13:15:19.857Z\",\n \"created\": \"1944-06-02T06:17:27.793Z\",\n \"startWorkDayDateTime\": \"2010-10-03T16:14:49.135Z\",\n \"finishWorkDayDateTime\": \"1987-04-10T17:50:56.741Z\",\n \"itinerantDate\": \"2010-06-24T15:57:14.866Z\"\n },\n \"deliveryServiceRouteItemStatus\": {\n \"description\": \"consequat Ut quis proident\"\n },\n \"nonDeliveryDescription\": \"consectetur velit\",\n \"index\": 94339184,\n \"created\": \"1954-02-12T15:08:35.990Z\",\n \"startDisplacementDateTime\": \"2003-01-01T02:40:44.677Z\",\n \"startDisplacementLatitude\": 28977024.068398863,\n \"startDisplacementLongitude\": -63311838.40535255,\n \"finishedDisplacementLatitude\": -22184333.31534691,\n \"finishedDisplacementLongitude\": 97759881.38148263,\n \"receiverName\": \"ea \",\n \"receiverDocument\": \"culpa est in\",\n \"description\": \"enim esse id ut\",\n \"deliveryArrived\": \"1978-01-13T02:48:07.864Z\",\n \"comment\": \"aliquip labore id velit do\",\n \"rating\": -24480703,\n \"pauseDisplacementDateTime\": \"1948-01-11T03:43:50.319Z\",\n \"deliveryLeft\": \"2001-07-25T12:58:24.623Z\",\n \"deliveryReason\": {\n \"description\": \"sint aliqua\"\n }\n },\n {\n \"idDeliveryServiceRouteItem\": 70254141,\n \"deliveryServiceRoute\": {\n \"idDeliveryServiceRoute\": -82853734,\n \"deliveryServiceRouteStatus\": {\n \"description\": \"eu non\"\n },\n \"deliveryServiceDate\": \"2017-01-15T18:15:49.414Z\",\n \"created\": \"1992-01-03T16:07:46.197Z\",\n \"startWorkDayDateTime\": \"1977-12-13T12:00:04.204Z\",\n \"finishWorkDayDateTime\": \"2016-03-23T09:52:54.785Z\",\n \"itinerantDate\": \"1958-12-26T14:20:54.835Z\"\n },\n \"deliveryServiceRouteItemStatus\": {\n \"description\": \"dolore officia enim\"\n },\n \"nonDeliveryDescription\": \"in id ullamco est dolor\",\n \"index\": 44707645,\n \"created\": \"1966-01-21T04:42:58.469Z\",\n \"startDisplacementDateTime\": \"2007-04-19T12:48:59.149Z\",\n \"startDisplacementLatitude\": 91356849.85077754,\n \"startDisplacementLongitude\": 22887046.032833517,\n \"finishedDisplacementLatitude\": -493223.52899459004,\n \"finishedDisplacementLongitude\": -92258142.52417889,\n \"receiverName\": \"ad sunt\",\n \"receiverDocument\": \"in tempor sed enim\",\n \"description\": \"id\",\n \"deliveryArrived\": \"2015-09-08T21:46:47.067Z\",\n \"comment\": \"laborum ipsum eu minim\",\n \"rating\": 70261950,\n \"pauseDisplacementDateTime\": \"1948-07-04T22:26:20.941Z\",\n \"deliveryLeft\": \"1987-06-16T09:55:56.617Z\",\n \"deliveryReason\": {\n \"description\": \"qui nulla commodo enim\"\n }\n }\n ]\n}", "cookie": [] } ], @@ -1150,7 +1150,7 @@ { "listen": "test", "script": { - "id": "e27251eb-c22e-40b8-abde-ca76c15a19c4", + "id": "5eb56669-e212-4031-847e-eda1ee24e4ba", "type": "text/javascript", "exec": [ "// Validate status 2xx \npm.test(\"[GET]::/services/:idDeliveryService - Status code is 2xx\", function () {\n pm.response.to.be.success;\n});\n", @@ -1166,7 +1166,7 @@ } }, { - "id": "ce74df3f-af21-42d1-b9ea-e79d93c3bfee", + "id": "26e419c6-e0fa-4934-b58c-a28e1e0fb1fa", "name": "Post Delivery Service With Route Scheduling", "request": { "name": "Post Delivery Service With Route Scheduling", @@ -1204,7 +1204,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"deliveryService\": [\n [\n {\n \"deliveryServiceType\": \"tem\",\n \"shipperCustomer\": {\n \"legalType\": \"ve\",\n \"addressStreet\": \"laboris cillum\",\n \"postalCode\": \"irur\",\n \"email\": \"officia fugiat qui\",\n \"firstName\": \"minim ut\",\n \"lastName\": \"magna consectetur reprehenderit\",\n \"cpf\": \"anim incididunt voluptate\",\n \"addressNumber\": \"exercitation u\",\n \"addressComplement\": \"anim dolore lab\",\n \"addressNeighborhood\": \"laborum nulla\",\n \"addressCity\": \"eu elit\",\n \"state\": \"ci\",\n \"companyName\": \"commodo Duis minim anim ullamco\",\n \"cnpj\": \"mollit occaecat veniam\",\n \"idExternalShipperCustomer\": \"Lorem\",\n \"phoneAreaCode\": \"co\",\n \"phoneNumber\": \"exerc\"\n },\n \"idExternalShipperCustomer\": \"voluptate in\",\n \"invoiceOrderOfService\": \"velit aute elit\",\n \"invoiceOrderOfServiceSerie\": \"v\",\n \"description\": \"ullamco nostrud sit\",\n \"sender\": \"anim ut cillum\",\n \"cnpjShipperPartner\": \"ad magna\",\n \"orderNumber\": \"eiusmod aute sunt qui\",\n \"deliveryServiceHighLighter\": \"laboru\",\n \"latitude\": -26696922.950699165,\n \"longitude\": 27359812.047696203,\n \"deliveryServiceScheduling\": {\n \"shipperCustomerSchedulingDateTime\": \"1959-06-22T16:09:43.336Z\",\n \"shipperSchedulingDateTime\": \"1964-06-24T05:32:12.873Z\",\n \"morningPeriod\": false,\n \"afternoonPeriod\": true,\n \"nightPeriod\": true,\n \"origin\": -11503657\n },\n \"cnpjcarrier\": \"aliqua\",\n \"cnpjbranch\": \"est consectetur ea aliquip esse\",\n \"idExternal\": \"repr\",\n \"idShippingCompany\": -29680472,\n \"packingList\": \"magna eu esse tem\",\n \"packingListDateTime\": \"1990-02-26T05:55:57.678Z\",\n \"integrationDateTime\": \"1994-10-02T06:35:13.070Z\"\n },\n {\n \"deliveryServiceType\": \"cillu\",\n \"shipperCustomer\": {\n \"legalType\": \"ea\",\n \"addressStreet\": \"ea\",\n \"postalCode\": \"sunt la\",\n \"email\": \"ut velit mollit do\",\n \"firstName\": \"voluptate\",\n \"lastName\": \"occaecat adipisicing cupidatat aliqua\",\n \"cpf\": \"Lorem incididunt\",\n \"addressNumber\": \"esse consectetur magna\",\n \"addressComplement\": \"est magna velit l\",\n \"addressNeighborhood\": \"nostrud\",\n \"addressCity\": \"incididunt adipisicing quis laboris\",\n \"state\": \"vo\",\n \"companyName\": \"aute aliqua cupidatat officia in\",\n \"cnpj\": \"ex in magna eiusmod anim\",\n \"idExternalShipperCustomer\": \"ipsum Excepteur labo\",\n \"phoneAreaCode\": \"d\",\n \"phoneNumber\": \"consequat \"\n },\n \"idExternalShipperCustomer\": \"reprehenderi\",\n \"invoiceOrderOfService\": \"elit deserunt occaecat commodo\",\n \"invoiceOrderOfServiceSerie\": \"a\",\n \"description\": \"ut cillum\",\n \"sender\": \"cupidatat sint\",\n \"cnpjShipperPartner\": \"officia con\",\n \"orderNumber\": \"et si\",\n \"deliveryServiceHighLighter\": \"labore \",\n \"latitude\": 40043274.27284312,\n \"longitude\": -45686362.29608285,\n \"deliveryServiceScheduling\": {\n \"shipperCustomerSchedulingDateTime\": \"2014-02-06T08:09:52.880Z\",\n \"shipperSchedulingDateTime\": \"1979-04-10T06:54:57.062Z\",\n \"morningPeriod\": true,\n \"afternoonPeriod\": true,\n \"nightPeriod\": false,\n \"origin\": 92346968\n },\n \"cnpjcarrier\": \"id tempor\",\n \"cnpjbranch\": \"ullamco aliqua ex proiden\",\n \"idExternal\": \"in ullamco amet\",\n \"idShippingCompany\": -24538886,\n \"packingList\": \"deseru\",\n \"packingListDateTime\": \"1948-05-08T17:09:41.672Z\",\n \"integrationDateTime\": \"2003-08-04T06:13:12.172Z\"\n }\n ],\n [\n {\n \"deliveryServiceType\": \"\",\n \"shipperCustomer\": {\n \"legalType\": \"es\",\n \"addressStreet\": \"in amet\",\n \"postalCode\": \"qui\",\n \"email\": \"cupidatat esse\",\n \"firstName\": \"reprehenderit in commodo qui\",\n \"lastName\": \"fugiat quis deserunt Duis\",\n \"cpf\": \"in c\",\n \"addressNumber\": \"occaecat esse reprehenderit\",\n \"addressComplement\": \"velit officia\",\n \"addressNeighborhood\": \"dolore\",\n \"addressCity\": \"voluptate irure officia magna\",\n \"state\": \"te\",\n \"companyName\": \"enim do magna\",\n \"cnpj\": \"i\",\n \"idExternalShipperCustomer\": \"sit voluptate\",\n \"phoneAreaCode\": \"ut\",\n \"phoneNumber\": \"cillum s\"\n },\n \"idExternalShipperCustomer\": \"ex Ex\",\n \"invoiceOrderOfService\": \"aute sit\",\n \"invoiceOrderOfServiceSerie\": \"q\",\n \"description\": \"irure Lorem ad et\",\n \"sender\": \"aute dolor\",\n \"cnpjShipperPartner\": \"pariatur elit aliquip\",\n \"orderNumber\": \"ea esse est consequat nisi\",\n \"deliveryServiceHighLighter\": \"\",\n \"latitude\": 9681418.80156134,\n \"longitude\": 56624361.208292484,\n \"deliveryServiceScheduling\": {\n \"shipperCustomerSchedulingDateTime\": \"1995-09-21T05:56:08.294Z\",\n \"shipperSchedulingDateTime\": \"1969-05-25T01:35:17.885Z\",\n \"morningPeriod\": false,\n \"afternoonPeriod\": false,\n \"nightPeriod\": true,\n \"origin\": -54901273\n },\n \"cnpjcarrier\": \"culpa voluptate elit magna exercitation\",\n \"cnpjbranch\": \"non sunt incididunt sed in\",\n \"idExternal\": \"veli\",\n \"idShippingCompany\": -20000134,\n \"packingList\": \"esse id ci\",\n \"packingListDateTime\": \"1979-08-16T06:05:03.718Z\",\n \"integrationDateTime\": \"1983-05-21T22:59:09.039Z\"\n },\n {\n \"deliveryServiceType\": \"nulla i\",\n \"shipperCustomer\": {\n \"legalType\": \"qu\",\n \"addressStreet\": \"fugiat \",\n \"postalCode\": \"elit ve\",\n \"email\": \"quis\",\n \"firstName\": \"ex voluptate tempor consequat proident\",\n \"lastName\": \"ut sunt ad in\",\n \"cpf\": \"ut veniam nisi ea\",\n \"addressNumber\": \"labore ir\",\n \"addressComplement\": \"ad amet voluptate esse\",\n \"addressNeighborhood\": \"tempor incididunt sunt\",\n \"addressCity\": \"laboris in quis ut\",\n \"state\": \"es\",\n \"companyName\": \"minim incididunt irure\",\n \"cnpj\": \"par\",\n \"idExternalShipperCustomer\": \"ullam\",\n \"phoneAreaCode\": \"p\",\n \"phoneNumber\": \"dolor\"\n },\n \"idExternalShipperCustomer\": \"dolor D\",\n \"invoiceOrderOfService\": \"non\",\n \"invoiceOrderOfServiceSerie\": \"\",\n \"description\": \"anim exercitation veniam i\",\n \"sender\": \"cillum sit culpa elit\",\n \"cnpjShipperPartner\": \"pariatur sed laborum Lorem\",\n \"orderNumber\": \"incididunt\",\n \"deliveryServiceHighLighter\": \"tem\",\n \"latitude\": 80496378.53900725,\n \"longitude\": 15302144.819932014,\n \"deliveryServiceScheduling\": {\n \"shipperCustomerSchedulingDateTime\": \"1969-10-16T20:01:44.190Z\",\n \"shipperSchedulingDateTime\": \"1969-12-05T19:50:47.332Z\",\n \"morningPeriod\": false,\n \"afternoonPeriod\": false,\n \"nightPeriod\": true,\n \"origin\": 3496501\n },\n \"cnpjcarrier\": \"occaecat dolor tempor labor\",\n \"cnpjbranch\": \"Ut velit\",\n \"idExternal\": \"adipisic\",\n \"idShippingCompany\": -81452976,\n \"packingList\": \"qui enim proident consectetur\",\n \"packingListDateTime\": \"1997-08-21T09:51:24.388Z\",\n \"integrationDateTime\": \"1991-09-17T07:31:14.593Z\"\n }\n ]\n ],\n \"deliveryServiceRoute\": {\n \"carrier\": {\n \"username\": \"ad nostrud\",\n \"firstName\": \"Lorem consequat\",\n \"lastName\": \"officia Duis dolore sed voluptate\",\n \"cpf\": \"in anim\",\n \"email\": \"in\",\n \"mobileAreaCode\": \"se\",\n \"mobile\": \"reprehend\",\n \"phoneAreaCode\": \"al\",\n \"phone\": \"incididun\",\n \"idExternalCarrier\": \"sint\",\n \"rg\": \"dolor cillu\",\n \"idShipperBranch\": -39604750,\n \"idShippingCompany\": 25144691\n },\n \"displacementType\": \"tempo\",\n \"deliveryServiceDate\": \"2015-12-20T12:21:25.645Z\",\n \"vehicle\": {\n \"registrationPlate\": \"pariatur veniam id occaecat Duis\"\n },\n \"deliveryServiceRouteTimeOfDay\": \"Duis e\",\n \"idExternalRoute\": \"enim sunt Duis occaecat eu\",\n \"itinerantDate\": \"2020-04-23T13:19:18.371Z\",\n \"addressStart\": {\n \"addressStreet\": \"volupt\",\n \"addressNumber\": \"commodo occaecat\",\n \"postalCode\": \"labore\",\n \"addressCity\": \"veniam Excepteur est fugiat\",\n \"state\": \"a\"\n }\n }\n}", + "raw": "{\n \"deliveryService\": [\n [\n {\n \"deliveryServiceType\": \"la\",\n \"shipperCustomer\": {\n \"legalType\": \"oc\",\n \"addressStreet\": \"ex quis voluptate\",\n \"postalCode\": \"cons\",\n \"email\": \"exercitation\",\n \"firstName\": \"Ut Duis dolor\",\n \"lastName\": \"dol\",\n \"cpf\": \"s\",\n \"addressNumber\": \"quis voluptate amet Excepteur in\",\n \"addressComplement\": \"nulla cupidatat dolor officia c\",\n \"addressNeighborhood\": \"officia deserunt dolor ad sint\",\n \"addressCity\": \"labore Duis magna pariatur\",\n \"state\": \"su\",\n \"companyName\": \"ad elit nostrud\",\n \"cnpj\": \"oc\",\n \"idExternalShipperCustomer\": \"magna ea in velit\",\n \"phoneAreaCode\": \"mag\",\n \"phoneNumber\": \"anim in E\"\n },\n \"idExternalShipperCustomer\": \"fugiat\",\n \"invoiceOrderOfService\": \"consequat enim fugiat reprehenderit eiusmod\",\n \"invoiceOrderOfServiceSerie\": \"adi\",\n \"description\": \"Ut qui ullamco dolore\",\n \"sender\": \"qui et\",\n \"cnpjShipperPartner\": \"Duis ut quis Lore\",\n \"orderNumber\": \"ipsum in Excepteur\",\n \"deliveryServiceHighLighter\": \"eiu\",\n \"latitude\": 81482595.53302851,\n \"longitude\": -17678603.571074143,\n \"deliveryServiceScheduling\": {\n \"shipperCustomerSchedulingDateTime\": \"1977-07-23T14:48:51.503Z\",\n \"shipperSchedulingDateTime\": \"1963-11-03T13:31:55.105Z\",\n \"morningPeriod\": true,\n \"afternoonPeriod\": false,\n \"nightPeriod\": false,\n \"origin\": -29401020\n },\n \"cnpjcarrier\": \"Excepteur fugia\",\n \"cnpjbranch\": \"exercitation quis et esse\",\n \"idExternal\": \"si\",\n \"idShippingCompany\": 84778053,\n \"packingList\": \"anim ut proident ea dolore\",\n \"packingListDateTime\": \"2007-02-02T19:20:57.690Z\",\n \"integrationDateTime\": \"1974-11-01T18:38:59.856Z\"\n },\n {\n \"deliveryServiceType\": \"qui\",\n \"shipperCustomer\": {\n \"legalType\": \"es\",\n \"addressStreet\": \"consectetur\",\n \"postalCode\": \"cupidat\",\n \"email\": \"dolore ad\",\n \"firstName\": \"dolore magna labore eu Ut\",\n \"lastName\": \"esse Duis\",\n \"cpf\": \"dolore nulla\",\n \"addressNumber\": \"sed\",\n \"addressComplement\": \"exercitation do\",\n \"addressNeighborhood\": \"occaecat Excepteur\",\n \"addressCity\": \"dolor sed velit\",\n \"state\": \"an\",\n \"companyName\": \"proident in\",\n \"cnpj\": \"amet aute\",\n \"idExternalShipperCustomer\": \"minim enim\",\n \"phoneAreaCode\": \"ips\",\n \"phoneNumber\": \"ea laboris p\"\n },\n \"idExternalShipperCustomer\": \"voluptate amet\",\n \"invoiceOrderOfService\": \"eiusmod Lorem\",\n \"invoiceOrderOfServiceSerie\": \"l\",\n \"description\": \"non minim dolore\",\n \"sender\": \"dolore repr\",\n \"cnpjShipperPartner\": \"in exercitation reprehenderit do\",\n \"orderNumber\": \"velit nulla\",\n \"deliveryServiceHighLighter\": \"in q\",\n \"latitude\": 23905371.22899379,\n \"longitude\": 69494851.48427054,\n \"deliveryServiceScheduling\": {\n \"shipperCustomerSchedulingDateTime\": \"2003-07-15T12:59:28.809Z\",\n \"shipperSchedulingDateTime\": \"1959-06-11T09:57:09.282Z\",\n \"morningPeriod\": false,\n \"afternoonPeriod\": true,\n \"nightPeriod\": true,\n \"origin\": -57066806\n },\n \"cnpjcarrier\": \"nisi ut ut quis occaecat\",\n \"cnpjbranch\": \"do\",\n \"idExternal\": \"reprehenderit ullamco exerci\",\n \"idShippingCompany\": 83183054,\n \"packingList\": \"Excepteur anim laborum\",\n \"packingListDateTime\": \"2001-10-18T19:04:07.037Z\",\n \"integrationDateTime\": \"2023-04-27T15:44:54.957Z\"\n }\n ],\n [\n {\n \"deliveryServiceType\": \"sunt\",\n \"shipperCustomer\": {\n \"legalType\": \"pr\",\n \"addressStreet\": \"volup\",\n \"postalCode\": \"offici\",\n \"email\": \"ipsum\",\n \"firstName\": \"aliqua anim\",\n \"lastName\": \"tempor et dolor\",\n \"cpf\": \"ut Excepteur id\",\n \"addressNumber\": \"dolor officia \",\n \"addressComplement\": \"velit nulla minim\",\n \"addressNeighborhood\": \"consectetur\",\n \"addressCity\": \"eiusmod do voluptate minim\",\n \"state\": \"Ut\",\n \"companyName\": \"voluptate dolore ea et\",\n \"cnpj\": \"laboris fugiat\",\n \"idExternalShipperCustomer\": \"labore sint\",\n \"phoneAreaCode\": \"d\",\n \"phoneNumber\": \"te\"\n },\n \"idExternalShipperCustomer\": \"mollit dolore\",\n \"invoiceOrderOfService\": \"Excepteur consectetur proi\",\n \"invoiceOrderOfServiceSerie\": \"e\",\n \"description\": \"nisi mollit amet qui laborum\",\n \"sender\": \"incididunt voluptate\",\n \"cnpjShipperPartner\": \"esse quis dolore velit in\",\n \"orderNumber\": \"exercitation\",\n \"deliveryServiceHighLighter\": \"ad \",\n \"latitude\": -82394919.70351551,\n \"longitude\": -14039882.736988261,\n \"deliveryServiceScheduling\": {\n \"shipperCustomerSchedulingDateTime\": \"2004-06-29T06:28:07.290Z\",\n \"shipperSchedulingDateTime\": \"1973-04-24T00:00:50.521Z\",\n \"morningPeriod\": false,\n \"afternoonPeriod\": true,\n \"nightPeriod\": false,\n \"origin\": 37043224\n },\n \"cnpjcarrier\": \"aliquip Lorem et sit\",\n \"cnpjbranch\": \"Ut elit\",\n \"idExternal\": \"elit \",\n \"idShippingCompany\": -18629809,\n \"packingList\": \"velit fugiat s\",\n \"packingListDateTime\": \"1961-11-04T05:13:32.629Z\",\n \"integrationDateTime\": \"1970-06-03T08:51:45.161Z\"\n },\n {\n \"deliveryServiceType\": \"ipsum labo\",\n \"shipperCustomer\": {\n \"legalType\": \"et\",\n \"addressStreet\": \"amet aliquip eiusmod nisi\",\n \"postalCode\": \"eu lab\",\n \"email\": \"laboris Duis minim esse velit\",\n \"firstName\": \"et nisi nulla\",\n \"lastName\": \"culpa min\",\n \"cpf\": \"et veniam do\",\n \"addressNumber\": \"eu dolore dolor\",\n \"addressComplement\": \"Excepteur\",\n \"addressNeighborhood\": \"aliqua\",\n \"addressCity\": \"par\",\n \"state\": \"se\",\n \"companyName\": \"Excepteur am\",\n \"cnpj\": \"cupidatat ea occaecat\",\n \"idExternalShipperCustomer\": \"ma\",\n \"phoneAreaCode\": \"es\",\n \"phoneNumber\": \"Lorem pa\"\n },\n \"idExternalShipperCustomer\": \"velit enim\",\n \"invoiceOrderOfService\": \"amet anim laborum\",\n \"invoiceOrderOfServiceSerie\": \"la\",\n \"description\": \"ea esse exercitation\",\n \"sender\": \"sed eu occaecat do\",\n \"cnpjShipperPartner\": \"amet eiusmod officia in\",\n \"orderNumber\": \"est id officia qui\",\n \"deliveryServiceHighLighter\": \"consect\",\n \"latitude\": 54743775.58710596,\n \"longitude\": 85633016.52748874,\n \"deliveryServiceScheduling\": {\n \"shipperCustomerSchedulingDateTime\": \"2023-03-27T19:38:43.520Z\",\n \"shipperSchedulingDateTime\": \"2011-05-30T07:26:06.916Z\",\n \"morningPeriod\": false,\n \"afternoonPeriod\": false,\n \"nightPeriod\": false,\n \"origin\": -94777253\n },\n \"cnpjcarrier\": \"nulla cupidatat\",\n \"cnpjbranch\": \"anim irure Ut\",\n \"idExternal\": \"veniam eu ex elit\",\n \"idShippingCompany\": 74215375,\n \"packingList\": \"magna\",\n \"packingListDateTime\": \"1944-07-31T22:58:26.927Z\",\n \"integrationDateTime\": \"2011-06-09T22:08:49.317Z\"\n }\n ]\n ],\n \"deliveryServiceRoute\": {\n \"carrier\": {\n \"username\": \"sunt laborum exercitation\",\n \"firstName\": \"velit Ut\",\n \"lastName\": \"mollit nisi ullamco\",\n \"cpf\": \"dolor\",\n \"email\": \"veniam p\",\n \"mobileAreaCode\": \"e\",\n \"mobile\": \"dolor\",\n \"phoneAreaCode\": \"l\",\n \"phone\": \"pr\",\n \"idExternalCarrier\": \"Excepteur in mo\",\n \"rg\": \"Duis elit\",\n \"idShipperBranch\": -21968893,\n \"idShippingCompany\": 69799148\n },\n \"displacementType\": \"labo\",\n \"deliveryServiceDate\": \"1965-02-28T22:20:32.548Z\",\n \"vehicle\": {\n \"registrationPlate\": \"Excepteur fugiat quis\"\n },\n \"deliveryServiceRouteTimeOfDay\": \"minim ipsu\",\n \"idExternalRoute\": \"\",\n \"itinerantDate\": \"2013-10-24T00:44:13.974Z\",\n \"addressStart\": {\n \"addressStreet\": \"dolor sunt minim\",\n \"addressNumber\": \"nostrud do\",\n \"postalCode\": \"dolore\",\n \"addressCity\": \"elit pariatur nostrud\",\n \"state\": \"e\"\n }\n }\n}", "options": { "raw": { "language": "json" @@ -1227,7 +1227,7 @@ "_": { "postman_previewlanguage": "text" }, - "id": "76d53da6-7d07-4bc2-9389-2eeda7066ee0", + "id": "3d9f8991-4cbb-46e9-b59c-8cdacda4dfb7", "name": "Success", "originalRequest": { "url": { @@ -1282,7 +1282,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"deliveryService\": [\n [\n {\n \"deliveryServiceType\": \"tempor\",\n \"shipperCustomer\": {\n \"legalType\": \"nu\",\n \"addressStreet\": \"irure nisi\",\n \"postalCode\": \"d\",\n \"email\": \"sint et cillum labore consequat\",\n \"firstName\": \"consequat fugiat ea\",\n \"lastName\": \"nisi reprehenderit\",\n \"cpf\": \"occaecat\",\n \"addressNumber\": \"ipsum veniam culpa\",\n \"addressComplement\": \"non pariatur in\",\n \"addressNeighborhood\": \"culpa e\",\n \"addressCity\": \"magna veniam\",\n \"state\": \"ex\",\n \"companyName\": \"aliqua deserunt\",\n \"cnpj\": \"sunt aliquip sit est\",\n \"idExternalShipperCustomer\": \"culpa Lorem eiusmod est\",\n \"phoneAreaCode\": \"c\",\n \"phoneNumber\": \"do n\"\n },\n \"idExternalShipperCustomer\": \"anim\",\n \"invoiceOrderOfService\": \"sit ali\",\n \"invoiceOrderOfServiceSerie\": \"\",\n \"description\": \"veniam aliquip reprehenderit amet\",\n \"sender\": \"non commodo mollit\",\n \"cnpjShipperPartner\": \"eu laborum\",\n \"orderNumber\": \"laboris laborum\",\n \"deliveryServiceHighLighter\": \"m\",\n \"latitude\": -8419078.055508897,\n \"longitude\": -96137136.2852247,\n \"deliveryServiceScheduling\": {\n \"shipperCustomerSchedulingDateTime\": \"1951-01-23T11:56:59.058Z\",\n \"shipperSchedulingDateTime\": \"2013-11-02T07:12:42.238Z\",\n \"morningPeriod\": true,\n \"afternoonPeriod\": true,\n \"nightPeriod\": true,\n \"origin\": -8561847\n },\n \"cnpjcarrier\": \"dolor eu enim \",\n \"cnpjbranch\": \"quis do sunt\",\n \"idExternal\": \"in ip\",\n \"idShippingCompany\": 69848746,\n \"packingList\": \"enim magna in cupidatat\",\n \"packingListDateTime\": \"2006-02-22T14:31:37.164Z\",\n \"integrationDateTime\": \"1995-02-06T07:18:00.609Z\"\n },\n {\n \"deliveryServiceType\": \"culpa i\",\n \"shipperCustomer\": {\n \"legalType\": \"Du\",\n \"addressStreet\": \"cillum Lorem Excepteur\",\n \"postalCode\": \"conse\",\n \"email\": \"enim consectetur\",\n \"firstName\": \"dolore mollit Excepteur magna\",\n \"lastName\": \"aliquip a\",\n \"cpf\": \"fugiat adipisicing voluptate\",\n \"addressNumber\": \"occaecat voluptate cupidatat\",\n \"addressComplement\": \"adipisicin\",\n \"addressNeighborhood\": \"Excepteur cupidatat eu consectetur\",\n \"addressCity\": \"et ut\",\n \"state\": \"se\",\n \"companyName\": \"irure culpa non\",\n \"cnpj\": \"Excepteur reprehenderit\",\n \"idExternalShipperCustomer\": \"sit esse\",\n \"phoneAreaCode\": \"d\",\n \"phoneNumber\": \"non \"\n },\n \"idExternalShipperCustomer\": \"incidi\",\n \"invoiceOrderOfService\": \"veniam esse nostrud elit non\",\n \"invoiceOrderOfServiceSerie\": \"vel\",\n \"description\": \"ut nulla\",\n \"sender\": \"fugiat\",\n \"cnpjShipperPartner\": \"adipisicing ipsum\",\n \"orderNumber\": \"cupidata\",\n \"deliveryServiceHighLighter\": \"dolore n\",\n \"latitude\": -43836039.99943748,\n \"longitude\": 5940558.427805468,\n \"deliveryServiceScheduling\": {\n \"shipperCustomerSchedulingDateTime\": \"2006-10-10T00:59:50.203Z\",\n \"shipperSchedulingDateTime\": \"2009-06-08T22:03:44.816Z\",\n \"morningPeriod\": true,\n \"afternoonPeriod\": false,\n \"nightPeriod\": true,\n \"origin\": 37307506\n },\n \"cnpjcarrier\": \"mollit commodo nu\",\n \"cnpjbranch\": \"deserunt ullamco consequat\",\n \"idExternal\": \"dolore est Ut\",\n \"idShippingCompany\": -6196334,\n \"packingList\": \"occaecat elit tempor\",\n \"packingListDateTime\": \"1958-02-18T11:01:26.817Z\",\n \"integrationDateTime\": \"1985-04-25T11:40:53.077Z\"\n }\n ],\n [\n {\n \"deliveryServiceType\": \"nisi \",\n \"shipperCustomer\": {\n \"legalType\": \"in\",\n \"addressStreet\": \"in velit dolore\",\n \"postalCode\": \"vol\",\n \"email\": \"ad occaecat\",\n \"firstName\": \"dolor voluptate\",\n \"lastName\": \"elit pariatur\",\n \"cpf\": \"el\",\n \"addressNumber\": \"labore eu Duis\",\n \"addressComplement\": \"ipsum consectetur ex labo\",\n \"addressNeighborhood\": \"laboris dolore\",\n \"addressCity\": \"id exercitation Excepteur irure\",\n \"state\": \"ut\",\n \"companyName\": \"consequat dolor\",\n \"cnpj\": \"tempor labor\",\n \"idExternalShipperCustomer\": \"ex nulla esse et\",\n \"phoneAreaCode\": \"su\",\n \"phoneNumber\": \"cons\"\n },\n \"idExternalShipperCustomer\": \"esse veniam ullam\",\n \"invoiceOrderOfService\": \"cupidatat ullamco\",\n \"invoiceOrderOfServiceSerie\": \"d\",\n \"description\": \"labore in Lorem\",\n \"sender\": \"la\",\n \"cnpjShipperPartner\": \"cillum non al\",\n \"orderNumber\": \"cupidatat ipsum\",\n \"deliveryServiceHighLighter\": \"magna a\",\n \"latitude\": 45898950.72597256,\n \"longitude\": 29018962.258456066,\n \"deliveryServiceScheduling\": {\n \"shipperCustomerSchedulingDateTime\": \"1993-08-11T03:30:19.374Z\",\n \"shipperSchedulingDateTime\": \"2010-12-24T14:22:06.242Z\",\n \"morningPeriod\": false,\n \"afternoonPeriod\": true,\n \"nightPeriod\": false,\n \"origin\": 51879409\n },\n \"cnpjcarrier\": \"qui\",\n \"cnpjbranch\": \"id est sunt ex com\",\n \"idExternal\": \"laboris temp\",\n \"idShippingCompany\": 48973542,\n \"packingList\": \"dolore sit non cillum nulla\",\n \"packingListDateTime\": \"2017-03-10T06:51:29.267Z\",\n \"integrationDateTime\": \"1995-06-28T17:40:19.384Z\"\n },\n {\n \"deliveryServiceType\": \"fu\",\n \"shipperCustomer\": {\n \"legalType\": \"fu\",\n \"addressStreet\": \"ut dolore exercitation\",\n \"postalCode\": \"cillu\",\n \"email\": \"ex amet velit esse occaecat\",\n \"firstName\": \"deserunt dolore velit voluptate anim\",\n \"lastName\": \"in\",\n \"cpf\": \"adipisicing\",\n \"addressNumber\": \"consectetu\",\n \"addressComplement\": \"occaecat do sint voluptate cill\",\n \"addressNeighborhood\": \"fugiat in irure amet\",\n \"addressCity\": \"in\",\n \"state\": \"in\",\n \"companyName\": \"cupidatat non in\",\n \"cnpj\": \"aliqua dolore Excepteur eu\",\n \"idExternalShipperCustomer\": \"eu aute magna quis\",\n \"phoneAreaCode\": \"m\",\n \"phoneNumber\": \"dolor c\"\n },\n \"idExternalShipperCustomer\": \"ipsum aliquip con\",\n \"invoiceOrderOfService\": \"ullamco enim sit dolore et\",\n \"invoiceOrderOfServiceSerie\": \"mol\",\n \"description\": \"Ut elit ut\",\n \"sender\": \"aute veniam voluptate nulla\",\n \"cnpjShipperPartner\": \"nisi proident laborum\",\n \"orderNumber\": \"aute ipsum laborum\",\n \"deliveryServiceHighLighter\": \"consequat \",\n \"latitude\": -24328219.76556778,\n \"longitude\": -56186993.712682344,\n \"deliveryServiceScheduling\": {\n \"shipperCustomerSchedulingDateTime\": \"1951-03-17T09:47:22.342Z\",\n \"shipperSchedulingDateTime\": \"1965-07-10T01:30:39.061Z\",\n \"morningPeriod\": false,\n \"afternoonPeriod\": true,\n \"nightPeriod\": false,\n \"origin\": 88503274\n },\n \"cnpjcarrier\": \"adipisicing in\",\n \"cnpjbranch\": \"dolore deserunt\",\n \"idExternal\": \"exercitation \",\n \"idShippingCompany\": 62513078,\n \"packingList\": \"do eu exercitation ea\",\n \"packingListDateTime\": \"1948-02-19T19:18:13.921Z\",\n \"integrationDateTime\": \"1976-12-27T23:13:17.558Z\"\n }\n ]\n ],\n \"deliveryServiceRoute\": {\n \"carrier\": {\n \"username\": \"laborum nulla ut in\",\n \"firstName\": \"mollit dolor dolore esse\",\n \"lastName\": \"in dolor\",\n \"cpf\": \"eu ea\",\n \"email\": \"quis commodo\",\n \"mobileAreaCode\": \"E\",\n \"mobile\": \"sed in\",\n \"phoneAreaCode\": \"pr\",\n \"phone\": \"proid\",\n \"idExternalCarrier\": \"ullamco adipis\",\n \"rg\": \"in fugiat \",\n \"idShipperBranch\": 25084933,\n \"idShippingCompany\": 55523424\n },\n \"displacementType\": \"consequat\",\n \"deliveryServiceDate\": \"1947-05-26T14:44:55.436Z\",\n \"vehicle\": {\n \"registrationPlate\": \"ex veniam mollit labore\"\n },\n \"deliveryServiceRouteTimeOfDay\": \"aute\",\n \"idExternalRoute\": \"dolor id irure\",\n \"itinerantDate\": \"1968-08-31T02:16:48.521Z\",\n \"addressStart\": {\n \"addressStreet\": \"cupidatat reprehenderit\",\n \"addressNumber\": \"fugiat\",\n \"postalCode\": \"veniam sed\",\n \"addressCity\": \"ullamco Ut\",\n \"state\": \"d\"\n }\n }\n}", + "raw": "{\n \"deliveryService\": [\n [\n {\n \"deliveryServiceType\": \"ei\",\n \"shipperCustomer\": {\n \"legalType\": \"of\",\n \"addressStreet\": \"elit \",\n \"postalCode\": \"tempo\",\n \"email\": \"veniam irure\",\n \"firstName\": \"deserunt est\",\n \"lastName\": \"Excepteur aliquip Ut deserunt\",\n \"cpf\": \"in nisi sed ea aliqua\",\n \"addressNumber\": \"Excepteur consequat exercit\",\n \"addressComplement\": \"fugiat ullamco anim ad\",\n \"addressNeighborhood\": \"proid\",\n \"addressCity\": \"laborum et \",\n \"state\": \"ma\",\n \"companyName\": \"ea nisi in aliqua\",\n \"cnpj\": \"minim qui\",\n \"idExternalShipperCustomer\": \"occaecat\",\n \"phoneAreaCode\": \"in\",\n \"phoneNumber\": \"inc\"\n },\n \"idExternalShipperCustomer\": \"laborum anim commodo irure\",\n \"invoiceOrderOfService\": \"quis in\",\n \"invoiceOrderOfServiceSerie\": \"\",\n \"description\": \"cupidatat consequat ullamco sunt\",\n \"sender\": \"pariatur ipsum irure magna\",\n \"cnpjShipperPartner\": \"Lorem\",\n \"orderNumber\": \"amet culpa\",\n \"deliveryServiceHighLighter\": \"reprehe\",\n \"latitude\": 75827335.24928665,\n \"longitude\": 59701132.861062735,\n \"deliveryServiceScheduling\": {\n \"shipperCustomerSchedulingDateTime\": \"1970-10-10T10:59:06.087Z\",\n \"shipperSchedulingDateTime\": \"1981-05-11T03:04:19.645Z\",\n \"morningPeriod\": false,\n \"afternoonPeriod\": true,\n \"nightPeriod\": false,\n \"origin\": 34786452\n },\n \"cnpjcarrier\": \"nulla\",\n \"cnpjbranch\": \"veniam non magna\",\n \"idExternal\": \"ipsum cupidatat\",\n \"idShippingCompany\": -8453612,\n \"packingList\": \"pariatur ut dolore Excepteur\",\n \"packingListDateTime\": \"1996-10-16T15:06:22.359Z\",\n \"integrationDateTime\": \"1972-10-28T18:19:13.046Z\"\n },\n {\n \"deliveryServiceType\": \"oc\",\n \"shipperCustomer\": {\n \"legalType\": \"ad\",\n \"addressStreet\": \"esse mollit labori\",\n \"postalCode\": \"magn\",\n \"email\": \"consequat dolor sit\",\n \"firstName\": \"in Duis anim esse labore\",\n \"lastName\": \"proident eu\",\n \"cpf\": \"nul\",\n \"addressNumber\": \"dolor consequat nisi\",\n \"addressComplement\": \"ullam\",\n \"addressNeighborhood\": \"incididunt reprehenderit ex culpa consequat\",\n \"addressCity\": \"sunt ipsum nostrud\",\n \"state\": \"do\",\n \"companyName\": \"nostrud ex incididunt\",\n \"cnpj\": \"veniam\",\n \"idExternalShipperCustomer\": \"mollit\",\n \"phoneAreaCode\": \"eni\",\n \"phoneNumber\": \"labo\"\n },\n \"idExternalShipperCustomer\": \"sint ut\",\n \"invoiceOrderOfService\": \"elit anim sed velit\",\n \"invoiceOrderOfServiceSerie\": \"\",\n \"description\": \"sunt consectetur\",\n \"sender\": \"ex Ut\",\n \"cnpjShipperPartner\": \"aute proident id ut ullamco\",\n \"orderNumber\": \"dolore ut aute\",\n \"deliveryServiceHighLighter\": \"tempo\",\n \"latitude\": 36873341.77921286,\n \"longitude\": 92665385.43476,\n \"deliveryServiceScheduling\": {\n \"shipperCustomerSchedulingDateTime\": \"1981-09-26T21:39:28.473Z\",\n \"shipperSchedulingDateTime\": \"2020-09-17T19:39:16.370Z\",\n \"morningPeriod\": false,\n \"afternoonPeriod\": true,\n \"nightPeriod\": false,\n \"origin\": 42584506\n },\n \"cnpjcarrier\": \"Lorem sunt nisi\",\n \"cnpjbranch\": \"dolor commodo irure ad\",\n \"idExternal\": \"esse voluptate adipisicing mag\",\n \"idShippingCompany\": -58850628,\n \"packingList\": \"ut par\",\n \"packingListDateTime\": \"1970-12-10T04:07:01.631Z\",\n \"integrationDateTime\": \"2006-04-21T03:57:53.649Z\"\n }\n ],\n [\n {\n \"deliveryServiceType\": \"id aliqu\",\n \"shipperCustomer\": {\n \"legalType\": \"mo\",\n \"addressStreet\": \"ad in voluptate laborum\",\n \"postalCode\": \"sunt sint\",\n \"email\": \"in sit dolore sunt\",\n \"firstName\": \"irure incididunt in eu\",\n \"lastName\": \"eiusmod incididunt\",\n \"cpf\": \"dolor temp\",\n \"addressNumber\": \"sint sed\",\n \"addressComplement\": \"cillum deserunt\",\n \"addressNeighborhood\": \"ex occaecat cillum\",\n \"addressCity\": \"cillum\",\n \"state\": \"qu\",\n \"companyName\": \"cillum in occaecat\",\n \"cnpj\": \"ut\",\n \"idExternalShipperCustomer\": \"dolor pariat\",\n \"phoneAreaCode\": \"an\",\n \"phoneNumber\": \"enim commod\"\n },\n \"idExternalShipperCustomer\": \"aliquip mi\",\n \"invoiceOrderOfService\": \"id dolore\",\n \"invoiceOrderOfServiceSerie\": \"\",\n \"description\": \"velit eu dolore\",\n \"sender\": \"quis dolor\",\n \"cnpjShipperPartner\": \"esse exercitation nisi\",\n \"orderNumber\": \"fugiat\",\n \"deliveryServiceHighLighter\": \"exercit\",\n \"latitude\": -39384349.83294532,\n \"longitude\": -81377974.0843282,\n \"deliveryServiceScheduling\": {\n \"shipperCustomerSchedulingDateTime\": \"2005-11-19T06:13:54.606Z\",\n \"shipperSchedulingDateTime\": \"2003-12-21T00:05:43.674Z\",\n \"morningPeriod\": false,\n \"afternoonPeriod\": true,\n \"nightPeriod\": true,\n \"origin\": -77863638\n },\n \"cnpjcarrier\": \"dolor aliqua eu\",\n \"cnpjbranch\": \"ad\",\n \"idExternal\": \"pariatur\",\n \"idShippingCompany\": -22379829,\n \"packingList\": \"aliqua labore est\",\n \"packingListDateTime\": \"1971-04-09T13:20:33.936Z\",\n \"integrationDateTime\": \"1961-01-24T17:33:31.236Z\"\n },\n {\n \"deliveryServiceType\": \"enim do E\",\n \"shipperCustomer\": {\n \"legalType\": \"in\",\n \"addressStreet\": \"velit deserunt c\",\n \"postalCode\": \"non \",\n \"email\": \"voluptate\",\n \"firstName\": \"anim dolor est enim\",\n \"lastName\": \"Duis sint\",\n \"cpf\": \"dolor\",\n \"addressNumber\": \"esse sint Ut cupidatat\",\n \"addressComplement\": \"esse laborum ut\",\n \"addressNeighborhood\": \"Ut pariatur\",\n \"addressCity\": \"aliqua enim velit\",\n \"state\": \"ve\",\n \"companyName\": \"voluptate dolore magna fugiat \",\n \"cnpj\": \"quis do ullamco\",\n \"idExternalShipperCustomer\": \"nostrud nulla adipi\",\n \"phoneAreaCode\": \"d\",\n \"phoneNumber\": \"pariatur \"\n },\n \"idExternalShipperCustomer\": \"exerc\",\n \"invoiceOrderOfService\": \"magna esse Lorem\",\n \"invoiceOrderOfServiceSerie\": \"\",\n \"description\": \"occaecat irure laborum in\",\n \"sender\": \"fugiat nostrud ex irure deserunt\",\n \"cnpjShipperPartner\": \"non et officia tempor\",\n \"orderNumber\": \"tempor\",\n \"deliveryServiceHighLighter\": \"ven\",\n \"latitude\": -40429612.41341762,\n \"longitude\": -69573226.5002289,\n \"deliveryServiceScheduling\": {\n \"shipperCustomerSchedulingDateTime\": \"1945-09-11T06:26:30.838Z\",\n \"shipperSchedulingDateTime\": \"1950-01-25T16:22:41.229Z\",\n \"morningPeriod\": true,\n \"afternoonPeriod\": false,\n \"nightPeriod\": false,\n \"origin\": -55642249\n },\n \"cnpjcarrier\": \"exercitation a\",\n \"cnpjbranch\": \"ad eu enim esse\",\n \"idExternal\": \"r\",\n \"idShippingCompany\": -38580365,\n \"packingList\": \"eu occaecat sunt consequat qu\",\n \"packingListDateTime\": \"1974-11-02T13:03:05.470Z\",\n \"integrationDateTime\": \"1952-11-05T05:54:35.380Z\"\n }\n ]\n ],\n \"deliveryServiceRoute\": {\n \"carrier\": {\n \"username\": \"aute reprehenderit cupidatat velit do\",\n \"firstName\": \"cupidatat reprehenderit oc\",\n \"lastName\": \"esse Lorem laboris\",\n \"cpf\": \"in adipisici\",\n \"email\": \"ipsum nisi Lorem veniam\",\n \"mobileAreaCode\": \"u\",\n \"mobile\": \"dol\",\n \"phoneAreaCode\": \"ut\",\n \"phone\": \"do q\",\n \"idExternalCarrier\": \"sunt amet nostrud qu\",\n \"rg\": \"magna a\",\n \"idShipperBranch\": -90075001,\n \"idShippingCompany\": 46303274\n },\n \"displacementType\": \"quis d\",\n \"deliveryServiceDate\": \"2008-04-15T22:40:32.518Z\",\n \"vehicle\": {\n \"registrationPlate\": \"consectetur tempor Excepteur\"\n },\n \"deliveryServiceRouteTimeOfDay\": \"amet ex\",\n \"idExternalRoute\": \"est eiusmod\",\n \"itinerantDate\": \"1996-04-14T16:40:34.929Z\",\n \"addressStart\": {\n \"addressStreet\": \"in ipsum minim\",\n \"addressNumber\": \"in do\",\n \"postalCode\": \"velit cupidatat\",\n \"addressCity\": \"sit et\",\n \"state\": \"mo\"\n }\n }\n}", "options": { "raw": { "language": "json" @@ -1306,7 +1306,7 @@ { "listen": "test", "script": { - "id": "4999cce5-db9a-48c3-8475-46f5eb63846c", + "id": "e0db89c5-facc-43eb-adf8-f44f8b00c675", "type": "text/javascript", "exec": [ "// Validate status 2xx \npm.test(\"[POST]::/services/routes - Status code is 2xx\", function () {\n pm.response.to.be.success;\n});\n" @@ -1319,7 +1319,7 @@ } }, { - "id": "c45780d0-1e35-42dc-9174-dc2eae8d74e5", + "id": "18f20805-0986-4bf7-b694-a13e95674d57", "name": "Get Delivery Services List by Route", "request": { "name": "Get Delivery Services List by Route", @@ -1348,20 +1348,20 @@ { "disabled": false, "description": { - "content": "Initial date of registration, of the requested service. The format is date-time.", + "content": "Initial date of registration, of the requested service. The date format is `yyyy-mm-dd`.", "type": "text/plain" }, "key": "dateInit", - "value": "2013-10-21T13:28:06.419Z" + "value": "2023-07-28" }, { "disabled": false, "description": { - "content": "End date of registration, of the requested service. The format is date-time.\n\r\n\rMake sure that the period of time between `dateInit` and `dateEnd` is not greater than 30 days.", + "content": "End date of registration, of the requested service. The date format is `yyyy-mm-dd`.\n\r\n\rMake sure that the period of time between `dateInit` and `dateEnd` is not greater than 30 days.", "type": "text/plain" }, "key": "dateEnd", - "value": "2013-10-21T13:28:06.419Z" + "value": "2023-07-29" }, { "disabled": false, @@ -1417,7 +1417,7 @@ "_": { "postman_previewlanguage": "json" }, - "id": "7f70c39c-f7fa-4740-bd17-f009b3446d5f", + "id": "0d2d87ce-36e9-4cd7-9b4e-b1b216e4fcae", "name": "Success", "originalRequest": { "url": { @@ -1435,11 +1435,11 @@ }, { "key": "dateInit", - "value": "2013-10-21T13:28:06.419Z" + "value": "2023-07-28" }, { "key": "dateEnd", - "value": "2013-10-21T13:28:06.419Z" + "value": "2023-07-29" }, { "key": "pageSize", @@ -1505,14 +1505,14 @@ "value": "application/json" } ], - "body": "{\n \"page\": 80808532,\n \"pageSize\": -79169599,\n \"totalCount\": -93969277,\n \"data\": [\n {\n \"pictures\": [\n \"consequat do esse ex\",\n \"enim cupidatat in pro\"\n ],\n \"idDeliveryService\": -50870525,\n \"deliveryServiceType\": {\n \"description\": \"laboris\"\n },\n \"deliveryServiceStatus\": {\n \"description\": \"est pariatur et minim\"\n },\n \"shipper\": {\n \"companyName\": \"Ut cillum\"\n },\n \"shipperCustomer\": {\n \"idShipperCustomer\": -54639293,\n \"email\": \"laborum mollit Ut a\",\n \"firstName\": \"cupidatat veniam\",\n \"lastName\": \"eiusmod nisi qui\",\n \"cpf\": \"Excepteur esse\",\n \"addressStreet\": \"veniam ea labore\",\n \"addressNumber\": \"aliqua\",\n \"addressComplement\": \"labore sit magna mollit\",\n \"addressNeighborhood\": \"quis dolore\",\n \"addressCity\": \"aute in ad Ut\",\n \"postalCode\": \"culpa laboris\",\n \"state\": {\n \"name\": \"es\",\n \"code\": \"dolore consectetur veniam in nostrud\"\n },\n \"country\": {\n \"name\": \"nisi laborum officia ullamco exerc\",\n \"code\": \"aute sint pariatur dolor\"\n },\n \"created\": \"2010-11-23T18:24:19.660Z\",\n \"companyName\": \"commodo\",\n \"cnpj\": \"tempor\",\n \"legalType\": {\n \"description\": \"Duis reprehenderit\"\n },\n \"idExternalShipperCustomer\": \"deserunt cu\",\n \"phoneAreaCode\": \"nulla\",\n \"phoneNumber\": \"in ut magna\"\n },\n \"carrier\": {\n \"username\": \"enim ex voluptate\",\n \"firstName\": \"elit tempor\",\n \"lastName\": \"do exercitation\",\n \"cpf\": \"L\",\n \"email\": \"in ut\",\n \"cnpjtransportCompany\": \"nulla\",\n \"mobileAreaCode\": \"sit \",\n \"mobile\": \"\",\n \"phoneAreaCode\": \"r\",\n \"phone\": \"fug\",\n \"created\": \"2010-10-22T19:03:09.906Z\",\n \"idExternalCarrier\": \"Lorem \",\n \"isCarrierAppOnline\": true,\n \"shippingCompany\": {\n \"companyName\": \"quis\",\n \"trade\": \"proident\",\n \"cnpj\": \"laboris ullamco\",\n \"companyContact\": \"et consequat reprehenderit laborum veniam\",\n \"telephoneArea\": \"vo\",\n \"telephone\": \"commodo \",\n \"mobileArea\": \"aute ad culpa cillum\",\n \"mobile\": \"ad amet ipsum ut\",\n \"email\": \"in adipisicing\"\n },\n \"rg\": \"ad nulla e\"\n },\n \"displacementType\": {\n \"description\": \"pariatur voluptate\",\n \"vehicleType\": {\n \"description\": \"do\"\n }\n },\n \"state\": {\n \"name\": \"culpa fugiat laborum adipisicing ad\",\n \"code\": \"in proident\"\n },\n \"country\": {\n \"name\": \"dolor commodo cillum officia\",\n \"code\": \"commodo Duis\"\n },\n \"nonDeliveryReason\": {\n \"description\": \"consequat anim labore\"\n },\n \"shipperPartner\": {\n \"cnpj\": \"sed\",\n \"name\": \"nisi\"\n },\n \"shipperBranch\": {\n \"shipperType\": {\n \"description\": \"velit Dui\"\n },\n \"companyName\": \"in cillum\",\n \"trade\": \"aute exercitation\",\n \"cnpj\": \"cillum\",\n \"companyContact\": \"c\",\n \"telephoneArea\": \"ipsum in eiusmod ut\",\n \"telephone\": \"eiusmod Ut dolor molli\",\n \"mobileArea\": \"laborum amet\",\n \"mobile\": \"quis do tempor consequat ex\",\n \"email\": \"quis tempor aliqua ipsum\"\n },\n \"freightPrice\": {\n \"description\": \"anim ea culpa eiusmod Ut\",\n \"firstPostalCodeInterval\": \"cillum veniam incididunt ir\",\n \"secondPostalCodeInterval\": \"ad amet culpa ea id\",\n \"price\": 49592393.770440996,\n \"created\": \"1947-10-23T07:34:44.255Z\"\n },\n \"shippingCompany\": {\n \"companyName\": \"ipsum\",\n \"trade\": \"sunt laborum commodo\",\n \"cnpj\": \"laboris pariatur veniam\",\n \"companyContact\": \"ipsum nisi\",\n \"telephoneArea\": \"Lorem do culpa et nostrud\",\n \"telephone\": \"laborum sunt amet pariatur\",\n \"mobileArea\": \"elit sunt\",\n \"mobile\": \"in consequat ullamco\",\n \"email\": \"eiusmod est irure\"\n },\n \"invoiceOrderOfService\": \"Excepteur fugiat ex\",\n \"description\": \"eiusmod incididunt exercitation tempor enim\",\n \"addressStreet\": \"adipisicing do quis Lorem\",\n \"addressNumber\": \"magna labore\",\n \"addressComplement\": \"aliqua cupidatat\",\n \"addressNeighborhood\": \"et Duis incididunt\",\n \"addressCity\": \"ex cupidatat in\",\n \"postalCode\": \"cillum nisi qui cupidatat fugiat\",\n \"estimateDeliveryHour\": \"1965-08-25T18:43:12.275Z\",\n \"created\": \"2000-07-07T02:48:10.785Z\",\n \"initialEstimateDeliveryHour\": \"1986-03-16T12:29:36.905Z\",\n \"deliveryDateTime\": \"1996-12-05T16:40:51.275Z\",\n \"estimateDeliveryDistance\": -23173665,\n \"travelledDeliveryDistance\": 21289138,\n \"orderNumber\": \"consectetur occ\",\n \"cteNumber\": \"nostrud eiusmod occaecat\",\n \"cteDate\": \"1993-10-27T09:50:12.424Z\",\n \"sender\": \"nisi velit\",\n \"senderCity\": \"tempor dolore enim dolore\",\n \"senderState\": 85358096,\n \"weight\": 69417657.92133796,\n \"cubicMeter\": 1720430.3930813372,\n \"cubicMeterWeight\": 53744885.198904276,\n \"value\": -16924282.50471285,\n \"freightPriceReceived\": -88107258.29567873,\n \"deliveryAttempts\": -79083984,\n \"serviceTime\": -59092708,\n \"invoiceOrderOfServiceSerie\": \"est do id\",\n \"leadTime\": \"1952-06-17T00:19:13.986Z\",\n \"cnpjcarrier\": \"nulla sunt reprehenderit commodo\",\n \"cnpjbranch\": \"occaecat aute veniam\",\n \"idExternal\": \"eu conse\",\n \"billingInfo\": [\n {\n \"receivableAmount\": 15664426.869269252,\n \"money\": 37377576.917764455,\n \"cheque\": -42009077.94576953,\n \"creditCard\": -73751555.45964432,\n \"webComment\": \"Lorem in in pariatur cillum\",\n \"carrierComment\": \"te\",\n \"billingConfirmDate\": \"2023-04-22T14:22:06.813Z\",\n \"created\": \"1990-03-07T12:24:26.609Z\"\n },\n {\n \"receivableAmount\": 56647092.15755227,\n \"money\": -86155493.8121727,\n \"cheque\": -83323418.47813275,\n \"creditCard\": -6470562.103986129,\n \"webComment\": \"officia cupidatat laborum\",\n \"carrierComment\": \"in ut ut ullamco\",\n \"billingConfirmDate\": \"2006-06-05T18:30:50.759Z\",\n \"created\": \"2018-10-08T10:17:54.070Z\"\n }\n ],\n \"deliveryServiceRouteItem\": [\n {\n \"idDeliveryServiceRouteItem\": 1882705,\n \"deliveryServiceRoute\": {\n \"idDeliveryServiceRoute\": -22742095,\n \"deliveryServiceRouteStatus\": {\n \"description\": \"irure velit aliquip\"\n },\n \"deliveryServiceDate\": \"1972-03-08T14:27:29.137Z\",\n \"created\": \"1991-02-04T05:02:26.899Z\",\n \"startWorkDayDateTime\": \"1956-09-21T19:37:38.312Z\",\n \"finishWorkDayDateTime\": \"1947-11-22T17:53:16.679Z\",\n \"itinerantDate\": \"1980-08-14T17:39:50.871Z\"\n },\n \"deliveryServiceRouteItemStatus\": {\n \"description\": \"ipsum sint et consequat\"\n },\n \"nonDeliveryDescription\": \"proident anim dolor dolore\",\n \"index\": -20723426,\n \"created\": \"2018-11-28T23:09:35.166Z\",\n \"startDisplacementDateTime\": \"1953-07-16T14:01:48.841Z\",\n \"startDisplacementLatitude\": -11517450.210633218,\n \"startDisplacementLongitude\": -43415540.55327923,\n \"finishedDisplacementLatitude\": -16623665.27090256,\n \"finishedDisplacementLongitude\": -63050938.66951794,\n \"receiverName\": \"qui in\",\n \"receiverDocument\": \"laboris ipsum Ut ut sit\",\n \"description\": \"consectetur aute sit\",\n \"deliveryArrived\": \"2021-03-27T14:56:51.922Z\",\n \"comment\": \"commodo quis mollit \",\n \"rating\": -37230441,\n \"pauseDisplacementDateTime\": \"1959-02-18T20:15:13.505Z\",\n \"deliveryLeft\": \"1956-04-03T20:03:33.870Z\",\n \"deliveryReason\": {\n \"description\": \"in esse occaecat consectetur\"\n }\n },\n {\n \"idDeliveryServiceRouteItem\": -79956891,\n \"deliveryServiceRoute\": {\n \"idDeliveryServiceRoute\": -6169574,\n \"deliveryServiceRouteStatus\": {\n \"description\": \"veniam\"\n },\n \"deliveryServiceDate\": \"1982-12-08T02:45:19.568Z\",\n \"created\": \"1972-11-29T04:40:56.697Z\",\n \"startWorkDayDateTime\": \"1950-01-18T01:16:31.703Z\",\n \"finishWorkDayDateTime\": \"2020-01-22T20:33:48.599Z\",\n \"itinerantDate\": \"1988-05-29T00:14:32.337Z\"\n },\n \"deliveryServiceRouteItemStatus\": {\n \"description\": \"non sed reprehenderit\"\n },\n \"nonDeliveryDescription\": \"proident deserunt ut mollit\",\n \"index\": 21304327,\n \"created\": \"2003-08-07T12:38:29.886Z\",\n \"startDisplacementDateTime\": \"1957-05-28T00:04:01.532Z\",\n \"startDisplacementLatitude\": 12257581.586099818,\n \"startDisplacementLongitude\": 65589586.28468016,\n \"finishedDisplacementLatitude\": 1859187.6150127351,\n \"finishedDisplacementLongitude\": 80592150.26719207,\n \"receiverName\": \"dolor eu dolor mollit\",\n \"receiverDocument\": \"eiusmod ipsum veniam\",\n \"description\": \"reprehenderit proident Excepteur mollit\",\n \"deliveryArrived\": \"1976-05-17T05:30:39.132Z\",\n \"comment\": \"enim amet fugiat proident reprehenderit\",\n \"rating\": 21075293,\n \"pauseDisplacementDateTime\": \"1955-07-30T08:38:17.984Z\",\n \"deliveryLeft\": \"2015-12-26T23:29:41.547Z\",\n \"deliveryReason\": {\n \"description\": \"laborum Lorem\"\n }\n }\n ]\n },\n {\n \"pictures\": [\n \"esse id\",\n \"sed dolore\"\n ],\n \"idDeliveryService\": -18872041,\n \"deliveryServiceType\": {\n \"description\": \"sunt ex dolor\"\n },\n \"deliveryServiceStatus\": {\n \"description\": \"incididunt aut\"\n },\n \"shipper\": {\n \"companyName\": \"labore laboris ad\"\n },\n \"shipperCustomer\": {\n \"idShipperCustomer\": -75285121,\n \"email\": \"nostrud aute occaecat\",\n \"firstName\": \"exercitation velit sint commodo id\",\n \"lastName\": \"ea cillum ullamco quis\",\n \"cpf\": \"velit in sint veniam\",\n \"addressStreet\": \"mollit fugiat aliquip et enim\",\n \"addressNumber\": \"quis\",\n \"addressComplement\": \"sunt proident l\",\n \"addressNeighborhood\": \"ipsum aliqua\",\n \"addressCity\": \"pariatur voluptate Duis ut laboris\",\n \"postalCode\": \"eu adipisicing\",\n \"state\": {\n \"name\": \"ipsum irure ea\",\n \"code\": \"Lorem si\"\n },\n \"country\": {\n \"name\": \"deserunt\",\n \"code\": \"ipsum id\"\n },\n \"created\": \"1959-04-04T03:40:04.981Z\",\n \"companyName\": \"dolore ipsum sed anim \",\n \"cnpj\": \"Ut occaecat\",\n \"legalType\": {\n \"description\": \"veniam\"\n },\n \"idExternalShipperCustomer\": \"laboris laborum\",\n \"phoneAreaCode\": \"ea amet Lorem\",\n \"phoneNumber\": \"eiusmod minim proident exercitation labore\"\n },\n \"carrier\": {\n \"username\": \"irure commodo\",\n \"firstName\": \"deserunt incididunt\",\n \"lastName\": \"sit\",\n \"cpf\": \"u\",\n \"email\": \"in aliquip sint\",\n \"cnpjtransportCompany\": \"qui\",\n \"mobileAreaCode\": \"laboris \",\n \"mobile\": \"consequat\",\n \"phoneAreaCode\": \"sin\",\n \"phone\": \"\",\n \"created\": \"1980-08-08T23:20:59.001Z\",\n \"idExternalCarrier\": \"est\",\n \"isCarrierAppOnline\": true,\n \"shippingCompany\": {\n \"companyName\": \"ad\",\n \"trade\": \"deserunt ipsum consequat\",\n \"cnpj\": \"sint\",\n \"companyContact\": \"nostrud ad\",\n \"telephoneArea\": \"sit\",\n \"telephone\": \"officia \",\n \"mobileArea\": \"occaecat ut ex minim\",\n \"mobile\": \"magna voluptate nostrud\",\n \"email\": \"adipisicing commodo sint et dolor\"\n },\n \"rg\": \"tem\"\n },\n \"displacementType\": {\n \"description\": \"Ut deserunt dolor occaecat proident\",\n \"vehicleType\": {\n \"description\": \"tempor ut qui\"\n }\n },\n \"state\": {\n \"name\": \"qui minim velit\",\n \"code\": \"nostrud ut voluptate commodo qui\"\n },\n \"country\": {\n \"name\": \"deserunt tempor et\",\n \"code\": \"magna aute et velit incididunt\"\n },\n \"nonDeliveryReason\": {\n \"description\": \"et sunt\"\n },\n \"shipperPartner\": {\n \"cnpj\": \"ipsum\",\n \"name\": \"in nulla Ut tem\"\n },\n \"shipperBranch\": {\n \"shipperType\": {\n \"description\": \"nisi proident Lorem anim dolore\"\n },\n \"companyName\": \"cillum sed Ut proident anim\",\n \"trade\": \"est\",\n \"cnpj\": \"nulla sunt occaecat dolore\",\n \"companyContact\": \"minim\",\n \"telephoneArea\": \"reprehenderit ut labore\",\n \"telephone\": \"adipisicing sint\",\n \"mobileArea\": \"sed sit\",\n \"mobile\": \"dolore minim fugiat\",\n \"email\": \"in amet culpa\"\n },\n \"freightPrice\": {\n \"description\": \"ut irure\",\n \"firstPostalCodeInterval\": \"in nisi Excepteur ut\",\n \"secondPostalCodeInterval\": \"Ut do\",\n \"price\": -19211535.81483206,\n \"created\": \"2000-03-25T07:22:47.381Z\"\n },\n \"shippingCompany\": {\n \"companyName\": \"voluptate mollit\",\n \"trade\": \"culpa consequat dolore\",\n \"cnpj\": \"cillum eiusmod elit U\",\n \"companyContact\": \"ut irure minim amet veniam\",\n \"telephoneArea\": \"ad aliquip culpa incididunt\",\n \"telephone\": \"in\",\n \"mobileArea\": \"dolore ad labore\",\n \"mobile\": \"est elit\",\n \"email\": \"dolor\"\n },\n \"invoiceOrderOfService\": \"voluptate commodo in\",\n \"description\": \"Excepteur velit mollit\",\n \"addressStreet\": \"Duis minim anim\",\n \"addressNumber\": \"dolor\",\n \"addressComplement\": \"magna reprehenderit aute id\",\n \"addressNeighborhood\": \"in ex\",\n \"addressCity\": \"ex est dolore\",\n \"postalCode\": \"cupidatat t\",\n \"estimateDeliveryHour\": \"1974-07-13T18:38:13.693Z\",\n \"created\": \"1981-01-10T16:31:37.958Z\",\n \"initialEstimateDeliveryHour\": \"1948-02-17T15:11:49.932Z\",\n \"deliveryDateTime\": \"2005-06-25T04:41:25.326Z\",\n \"estimateDeliveryDistance\": -94272293,\n \"travelledDeliveryDistance\": -69846887,\n \"orderNumber\": \"occaecat consectetur\",\n \"cteNumber\": \"sed\",\n \"cteDate\": \"1952-06-24T13:54:02.294Z\",\n \"sender\": \"nisi et eli\",\n \"senderCity\": \"ut\",\n \"senderState\": 96065775,\n \"weight\": -48220643.187964864,\n \"cubicMeter\": -19049363.330829203,\n \"cubicMeterWeight\": 7780027.147789866,\n \"value\": -45721788.26354114,\n \"freightPriceReceived\": -55611041.45151146,\n \"deliveryAttempts\": 1650789,\n \"serviceTime\": 11038879,\n \"invoiceOrderOfServiceSerie\": \"laboris ut qui eiusmod\",\n \"leadTime\": \"2020-09-05T07:55:44.362Z\",\n \"cnpjcarrier\": \"in\",\n \"cnpjbranch\": \"laborum ut dolore Ut amet\",\n \"idExternal\": \"ipsum adipisicing\",\n \"billingInfo\": [\n {\n \"receivableAmount\": -45638164.81705203,\n \"money\": -60546804.673600405,\n \"cheque\": 23200562.69614899,\n \"creditCard\": 12886979.040131941,\n \"webComment\": \"et cupidatat\",\n \"carrierComment\": \"reprehenderit cupidatat\",\n \"billingConfirmDate\": \"2021-01-25T13:02:54.938Z\",\n \"created\": \"1966-03-14T16:59:35.912Z\"\n },\n {\n \"receivableAmount\": -33335158.968545154,\n \"money\": 57651266.671771795,\n \"cheque\": -57531900.56192845,\n \"creditCard\": -91674470.53675452,\n \"webComment\": \"sint aliquip\",\n \"carrierComment\": \"laboris esse\",\n \"billingConfirmDate\": \"2008-07-16T00:53:12.085Z\",\n \"created\": \"1989-12-06T14:02:16.058Z\"\n }\n ],\n \"deliveryServiceRouteItem\": [\n {\n \"idDeliveryServiceRouteItem\": -5926279,\n \"deliveryServiceRoute\": {\n \"idDeliveryServiceRoute\": -59353785,\n \"deliveryServiceRouteStatus\": {\n \"description\": \"fugiat dolore\"\n },\n \"deliveryServiceDate\": \"1943-12-25T08:41:12.049Z\",\n \"created\": \"2023-01-28T02:58:09.091Z\",\n \"startWorkDayDateTime\": \"2007-03-08T09:18:31.851Z\",\n \"finishWorkDayDateTime\": \"1987-10-19T09:03:54.415Z\",\n \"itinerantDate\": \"2015-12-05T03:54:19.706Z\"\n },\n \"deliveryServiceRouteItemStatus\": {\n \"description\": \"deserunt\"\n },\n \"nonDeliveryDescription\": \"do Ut co\",\n \"index\": 38917796,\n \"created\": \"1990-10-06T05:47:11.249Z\",\n \"startDisplacementDateTime\": \"2016-10-02T05:53:44.035Z\",\n \"startDisplacementLatitude\": -7614888.213429078,\n \"startDisplacementLongitude\": 63015834.38350341,\n \"finishedDisplacementLatitude\": -41234575.67506286,\n \"finishedDisplacementLongitude\": -58051508.6669942,\n \"receiverName\": \"aute Duis ut\",\n \"receiverDocument\": \"nostrud sed ad officia\",\n \"description\": \"aute dolor irure\",\n \"deliveryArrived\": \"1946-02-15T09:41:42.478Z\",\n \"comment\": \"occaecat tempor\",\n \"rating\": -90148487,\n \"pauseDisplacementDateTime\": \"2011-04-12T03:21:45.169Z\",\n \"deliveryLeft\": \"1971-07-19T00:52:36.992Z\",\n \"deliveryReason\": {\n \"description\": \"qui commodo\"\n }\n },\n {\n \"idDeliveryServiceRouteItem\": -20221680,\n \"deliveryServiceRoute\": {\n \"idDeliveryServiceRoute\": 48657544,\n \"deliveryServiceRouteStatus\": {\n \"description\": \"Duis aliqua\"\n },\n \"deliveryServiceDate\": \"2000-12-08T09:11:54.571Z\",\n \"created\": \"2011-12-01T04:54:14.829Z\",\n \"startWorkDayDateTime\": \"1958-01-09T19:14:31.632Z\",\n \"finishWorkDayDateTime\": \"2007-03-31T14:57:47.529Z\",\n \"itinerantDate\": \"1985-05-03T11:19:11.241Z\"\n },\n \"deliveryServiceRouteItemStatus\": {\n \"description\": \"est qui sint sunt commodo\"\n },\n \"nonDeliveryDescription\": \"amet occaecat elit\",\n \"index\": -43637829,\n \"created\": \"2019-04-05T00:11:41.152Z\",\n \"startDisplacementDateTime\": \"2006-04-07T20:10:24.997Z\",\n \"startDisplacementLatitude\": 19545795.919354886,\n \"startDisplacementLongitude\": -88909126.58089718,\n \"finishedDisplacementLatitude\": -92404481.14845106,\n \"finishedDisplacementLongitude\": 20648174.885032147,\n \"receiverName\": \"commodo eiusmod reprehenderit\",\n \"receiverDocument\": \"dolor eu qui et\",\n \"description\": \"dolore\",\n \"deliveryArrived\": \"1953-07-01T22:10:56.418Z\",\n \"comment\": \"dolore tempor\",\n \"rating\": -903499,\n \"pauseDisplacementDateTime\": \"1982-02-05T06:28:50.170Z\",\n \"deliveryLeft\": \"1994-05-30T16:50:21.901Z\",\n \"deliveryReason\": {\n \"description\": \"in id sit\"\n }\n }\n ]\n }\n ]\n}", + "body": "{\n \"page\": -49911848,\n \"pageSize\": -88381541,\n \"totalCount\": -50214887,\n \"data\": [\n {\n \"pictures\": [\n \"ad deserunt mollit\",\n \"ut anim\"\n ],\n \"idDeliveryService\": 17208047,\n \"deliveryServiceType\": {\n \"description\": \"culpa\"\n },\n \"deliveryServiceStatus\": {\n \"description\": \"ad exer\"\n },\n \"shipper\": {\n \"companyName\": \"nulla dolor laborum tempor\"\n },\n \"shipperCustomer\": {\n \"idShipperCustomer\": 87005990,\n \"email\": \"aliqua non\",\n \"firstName\": \"ullamco\",\n \"lastName\": \"deseru\",\n \"cpf\": \"dolor veniam\",\n \"addressStreet\": \"pariatur velit quis\",\n \"addressNumber\": \"ipsum\",\n \"addressComplement\": \"tempor nos\",\n \"addressNeighborhood\": \"irure magna non officia sit\",\n \"addressCity\": \"in reprehenderit\",\n \"postalCode\": \"dolor in et in\",\n \"state\": {\n \"name\": \"nisi sit dolore\",\n \"code\": \"pariatur labore deserunt tempor id\"\n },\n \"country\": {\n \"name\": \"elit nisi culpa anim incididunt\",\n \"code\": \"ad tempor\"\n },\n \"created\": \"2005-01-31T05:41:43.397Z\",\n \"companyName\": \"ut magna\",\n \"cnpj\": \"laborum quis consequat Ut\",\n \"legalType\": {\n \"description\": \"ex est consectetur culpa\"\n },\n \"idExternalShipperCustomer\": \"nulla elit exercitation\",\n \"phoneAreaCode\": \"reprehenderit est culpa ea\",\n \"phoneNumber\": \"aliquip proident\"\n },\n \"carrier\": {\n \"username\": \"deserunt officia ea\",\n \"firstName\": \"sun\",\n \"lastName\": \"est\",\n \"cpf\": \"occa\",\n \"email\": \"Lorem\",\n \"cnpjtransportCompany\": \"ad aute nisi\",\n \"mobileAreaCode\": \"non \",\n \"mobile\": \"pariat\",\n \"phoneAreaCode\": \"i\",\n \"phone\": \"sed Lorem\",\n \"created\": \"1963-04-26T04:53:48.488Z\",\n \"idExternalCarrier\": \"aute ipsum\",\n \"isCarrierAppOnline\": true,\n \"shippingCompany\": {\n \"companyName\": \"minim ullamco sint commodo\",\n \"trade\": \"cupidatat ad aliquip\",\n \"cnpj\": \"minim et culpa dolor\",\n \"companyContact\": \"labore adipisicing occaecat\",\n \"telephoneArea\": \"irure anim\",\n \"telephone\": \"id\",\n \"mobileArea\": \"in deserunt\",\n \"mobile\": \"quis mollit ea\",\n \"email\": \"dolore ea Ut\"\n },\n \"rg\": \"n\"\n },\n \"displacementType\": {\n \"description\": \"qui ut\",\n \"vehicleType\": {\n \"description\": \"sed incididunt nostrud aliqua\"\n }\n },\n \"state\": {\n \"name\": \"veniam\",\n \"code\": \"in fugiat velit voluptate\"\n },\n \"country\": {\n \"name\": \"nulla\",\n \"code\": \"officia pariatur in\"\n },\n \"nonDeliveryReason\": {\n \"description\": \"laborum sit pariatur\"\n },\n \"shipperPartner\": {\n \"cnpj\": \"officia magna adipisicing\",\n \"name\": \"non anim eiusmod ad mollit\"\n },\n \"shipperBranch\": {\n \"shipperType\": {\n \"description\": \"deserunt eiusmod culpa esse\"\n },\n \"companyName\": \"nulla\",\n \"trade\": \"eiusmod et\",\n \"cnpj\": \"Ut dolore\",\n \"companyContact\": \"deserunt velit\",\n \"telephoneArea\": \"ipsum minim e\",\n \"telephone\": \"aliquip ullamco Excepteur consequat\",\n \"mobileArea\": \"amet pariatur\",\n \"mobile\": \"in enim\",\n \"email\": \"qui in\"\n },\n \"freightPrice\": {\n \"description\": \"Excepteur laborum eiusmod\",\n \"firstPostalCodeInterval\": \"qui ut in et velit\",\n \"secondPostalCodeInterval\": \"nulla sed fugiat\",\n \"price\": -41394989.953106135,\n \"created\": \"2003-08-12T23:06:09.148Z\"\n },\n \"shippingCompany\": {\n \"companyName\": \"quis culpa enim\",\n \"trade\": \"dolor exercitation\",\n \"cnpj\": \"Duis est pariat\",\n \"companyContact\": \"in\",\n \"telephoneArea\": \"exercitation anim u\",\n \"telephone\": \"incididunt mollit ipsu\",\n \"mobileArea\": \"dolore culpa id minim\",\n \"mobile\": \"aliqua nostrud proident cupidatat nulla\",\n \"email\": \"in cupidatat aliqua culpa aliquip\"\n },\n \"invoiceOrderOfService\": \"tempor amet\",\n \"description\": \"labore et sit do\",\n \"addressStreet\": \"voluptate\",\n \"addressNumber\": \"mollit aliquip elit\",\n \"addressComplement\": \"id est ad labore\",\n \"addressNeighborhood\": \"sit dolor\",\n \"addressCity\": \"veniam\",\n \"postalCode\": \"veniam cillum in\",\n \"estimateDeliveryHour\": \"1945-04-01T00:34:08.015Z\",\n \"created\": \"1972-03-16T18:28:50.652Z\",\n \"initialEstimateDeliveryHour\": \"1960-05-20T17:10:17.288Z\",\n \"deliveryDateTime\": \"2004-09-01T11:50:53.426Z\",\n \"estimateDeliveryDistance\": 26088121,\n \"travelledDeliveryDistance\": -71413254,\n \"orderNumber\": \"ex\",\n \"cteNumber\": \"fugiat laboris eiusmod magna\",\n \"cteDate\": \"2006-11-24T05:27:13.097Z\",\n \"sender\": \"Excepteur\",\n \"senderCity\": \"ex est et\",\n \"senderState\": 93230419,\n \"weight\": -74433365.32743645,\n \"cubicMeter\": -99962913.11278869,\n \"cubicMeterWeight\": -35236891.61568884,\n \"value\": -85718469.67313918,\n \"freightPriceReceived\": 52250342.37489781,\n \"deliveryAttempts\": -63933420,\n \"serviceTime\": 11834378,\n \"invoiceOrderOfServiceSerie\": \"culpa occaecat\",\n \"leadTime\": \"1976-02-09T01:06:11.841Z\",\n \"cnpjcarrier\": \"deserunt cillum qui\",\n \"cnpjbranch\": \"incididunt exercitation ex Ut\",\n \"idExternal\": \"et incididunt\",\n \"billingInfo\": [\n {\n \"receivableAmount\": 48977140.10513145,\n \"money\": 95954464.0800207,\n \"cheque\": 55886733.56941575,\n \"creditCard\": 89891476.417238,\n \"webComment\": \"ea in \",\n \"carrierComment\": \"ullamco consectetur laboru\",\n \"billingConfirmDate\": \"1966-08-27T21:09:47.431Z\",\n \"created\": \"1975-09-25T18:35:22.032Z\"\n },\n {\n \"receivableAmount\": -91017608.6236293,\n \"money\": 798485.1129893214,\n \"cheque\": 46576128.19845766,\n \"creditCard\": -28221032.173794612,\n \"webComment\": \"ut nisi eu sint\",\n \"carrierComment\": \"et m\",\n \"billingConfirmDate\": \"1985-04-07T23:58:28.833Z\",\n \"created\": \"1961-11-21T14:32:30.171Z\"\n }\n ],\n \"deliveryServiceRouteItem\": [\n {\n \"idDeliveryServiceRouteItem\": -653376,\n \"deliveryServiceRoute\": {\n \"idDeliveryServiceRoute\": -28386236,\n \"deliveryServiceRouteStatus\": {\n \"description\": \"deserunt laborum ex Lorem quis\"\n },\n \"deliveryServiceDate\": \"1999-07-20T03:03:51.441Z\",\n \"created\": \"2012-02-12T08:42:18.947Z\",\n \"startWorkDayDateTime\": \"1972-07-16T16:53:19.673Z\",\n \"finishWorkDayDateTime\": \"2013-05-31T20:43:33.802Z\",\n \"itinerantDate\": \"2010-08-23T21:25:03.247Z\"\n },\n \"deliveryServiceRouteItemStatus\": {\n \"description\": \"sunt volupta\"\n },\n \"nonDeliveryDescription\": \"dolor amet co\",\n \"index\": -94511821,\n \"created\": \"1979-11-16T03:08:03.168Z\",\n \"startDisplacementDateTime\": \"1964-02-05T01:05:19.123Z\",\n \"startDisplacementLatitude\": -42769942.1330916,\n \"startDisplacementLongitude\": 61624879.38677102,\n \"finishedDisplacementLatitude\": 63024017.1142869,\n \"finishedDisplacementLongitude\": 38938932.15482584,\n \"receiverName\": \"non esse enim\",\n \"receiverDocument\": \"minim ex velit in\",\n \"description\": \"ut veniam\",\n \"deliveryArrived\": \"2008-06-01T21:17:53.909Z\",\n \"comment\": \"s\",\n \"rating\": -88137829,\n \"pauseDisplacementDateTime\": \"1998-03-31T01:57:46.326Z\",\n \"deliveryLeft\": \"1965-04-09T16:33:50.538Z\",\n \"deliveryReason\": {\n \"description\": \"ut enim incididunt id\"\n }\n },\n {\n \"idDeliveryServiceRouteItem\": -23195332,\n \"deliveryServiceRoute\": {\n \"idDeliveryServiceRoute\": 38047363,\n \"deliveryServiceRouteStatus\": {\n \"description\": \"anim\"\n },\n \"deliveryServiceDate\": \"1980-10-01T16:27:07.827Z\",\n \"created\": \"1962-04-07T09:08:34.038Z\",\n \"startWorkDayDateTime\": \"2011-05-04T12:34:01.870Z\",\n \"finishWorkDayDateTime\": \"1980-10-23T04:03:47.633Z\",\n \"itinerantDate\": \"2005-03-28T13:54:37.405Z\"\n },\n \"deliveryServiceRouteItemStatus\": {\n \"description\": \"consequat\"\n },\n \"nonDeliveryDescription\": \"veniam tempor dolore Duis eu\",\n \"index\": -46083119,\n \"created\": \"1977-09-03T20:30:30.871Z\",\n \"startDisplacementDateTime\": \"2004-02-16T18:56:18.629Z\",\n \"startDisplacementLatitude\": 12082457.732843205,\n \"startDisplacementLongitude\": -49350681.79800175,\n \"finishedDisplacementLatitude\": 12154334.282149732,\n \"finishedDisplacementLongitude\": 64792964.26632187,\n \"receiverName\": \"in ea labore\",\n \"receiverDocument\": \"nulla laboris\",\n \"description\": \"dolor Lorem ea\",\n \"deliveryArrived\": \"2009-04-04T15:52:15.842Z\",\n \"comment\": \"cillum deserunt sit\",\n \"rating\": -6296524,\n \"pauseDisplacementDateTime\": \"2021-09-22T00:03:59.650Z\",\n \"deliveryLeft\": \"1961-05-06T13:36:19.373Z\",\n \"deliveryReason\": {\n \"description\": \"consequat minim\"\n }\n }\n ]\n },\n {\n \"pictures\": [\n \"id\",\n \"nostrud eiusmod occaecat ut culpa\"\n ],\n \"idDeliveryService\": -32520788,\n \"deliveryServiceType\": {\n \"description\": \"ut\"\n },\n \"deliveryServiceStatus\": {\n \"description\": \"adipisicing labore\"\n },\n \"shipper\": {\n \"companyName\": \"con\"\n },\n \"shipperCustomer\": {\n \"idShipperCustomer\": 4416556,\n \"email\": \"dolor do\",\n \"firstName\": \"irure dolor id in\",\n \"lastName\": \"nostrud officia cill\",\n \"cpf\": \"sit ex esse\",\n \"addressStreet\": \"ullamco Excepteur\",\n \"addressNumber\": \"proident aliquip\",\n \"addressComplement\": \"culpa dolore officia\",\n \"addressNeighborhood\": \"laborum nostrud\",\n \"addressCity\": \"amet cupidatat\",\n \"postalCode\": \"magna ut laboris pariatur incididunt\",\n \"state\": {\n \"name\": \"labore culpa nulla Excepteur\",\n \"code\": \"laboris dolor sunt\"\n },\n \"country\": {\n \"name\": \"minim\",\n \"code\": \"incididunt in cupidatat\"\n },\n \"created\": \"2021-08-08T14:35:20.999Z\",\n \"companyName\": \"in voluptate sunt tempor ut\",\n \"cnpj\": \"irure dolore amet sunt\",\n \"legalType\": {\n \"description\": \"officia Ut\"\n },\n \"idExternalShipperCustomer\": \"proident officia qui\",\n \"phoneAreaCode\": \"exercitation\",\n \"phoneNumber\": \"in enim voluptate dolore proident\"\n },\n \"carrier\": {\n \"username\": \"incididunt in esse cupidatat\",\n \"firstName\": \"reprehenderit ullamco veniam esse\",\n \"lastName\": \"qui Duis do irure\",\n \"cpf\": \"anim i\",\n \"email\": \"cupidatat occaecat dolor\",\n \"cnpjtransportCompany\": \"deserunt Ut incididunt Duis\",\n \"mobileAreaCode\": \"qui au\",\n \"mobile\": \"ul\",\n \"phoneAreaCode\": \"\",\n \"phone\": \"vol\",\n \"created\": \"1997-08-19T04:33:06.187Z\",\n \"idExternalCarrier\": \"qu\",\n \"isCarrierAppOnline\": false,\n \"shippingCompany\": {\n \"companyName\": \"Duis anim pariatur cillum magna\",\n \"trade\": \"Ut enim labo\",\n \"cnpj\": \"anim qui veniam\",\n \"companyContact\": \"non id esse nisi\",\n \"telephoneArea\": \"reprehenderit dolor\",\n \"telephone\": \"enim voluptate consequat exercitation sint\",\n \"mobileArea\": \"i\",\n \"mobile\": \"deserunt esse et tempor\",\n \"email\": \"deserunt dolore est aute culpa\"\n },\n \"rg\": \"\"\n },\n \"displacementType\": {\n \"description\": \"veniam ad\",\n \"vehicleType\": {\n \"description\": \"Lorem non\"\n }\n },\n \"state\": {\n \"name\": \"amet aute eu do\",\n \"code\": \"esse in aute nostrud et\"\n },\n \"country\": {\n \"name\": \"nostrud in\",\n \"code\": \"ipsum ad enim aute\"\n },\n \"nonDeliveryReason\": {\n \"description\": \"amet in\"\n },\n \"shipperPartner\": {\n \"cnpj\": \"elit nisi adipisicing\",\n \"name\": \"enim\"\n },\n \"shipperBranch\": {\n \"shipperType\": {\n \"description\": \"voluptate do commodo\"\n },\n \"companyName\": \"culpa nulla laboris labore consectetur\",\n \"trade\": \"est in Excepteur ea\",\n \"cnpj\": \"deserunt\",\n \"companyContact\": \"sit eu aliquip eiusmod\",\n \"telephoneArea\": \"consequat minim\",\n \"telephone\": \"ipsum consectetur Lorem id\",\n \"mobileArea\": \"exercitation Lorem labore\",\n \"mobile\": \"in adipisicing veniam voluptate magna\",\n \"email\": \"aute elit in dolor\"\n },\n \"freightPrice\": {\n \"description\": \"deserunt exercitation velit eiusmod esse\",\n \"firstPostalCodeInterval\": \"exercitation id magna irure\",\n \"secondPostalCodeInterval\": \"commodo ad in quis\",\n \"price\": -50960030.5693279,\n \"created\": \"1971-08-18T16:37:26.968Z\"\n },\n \"shippingCompany\": {\n \"companyName\": \"laboris ipsum id voluptate\",\n \"trade\": \"eu amet\",\n \"cnpj\": \"do\",\n \"companyContact\": \"velit eu ea commodo\",\n \"telephoneArea\": \"fugiat ullamco\",\n \"telephone\": \"culpa\",\n \"mobileArea\": \"ea reprehenderit\",\n \"mobile\": \"tempor ut id c\",\n \"email\": \"et tempor Duis labore\"\n },\n \"invoiceOrderOfService\": \"non Excepteur\",\n \"description\": \"pariatur officia Excepteur et\",\n \"addressStreet\": \"sed veniam commo\",\n \"addressNumber\": \"non ipsum e\",\n \"addressComplement\": \"officia sint id\",\n \"addressNeighborhood\": \"Excepteur ut\",\n \"addressCity\": \"est pariatur commodo enim\",\n \"postalCode\": \"reprehenderit Duis v\",\n \"estimateDeliveryHour\": \"1970-01-04T10:46:36.124Z\",\n \"created\": \"1990-08-15T05:49:58.995Z\",\n \"initialEstimateDeliveryHour\": \"1972-11-14T09:08:58.852Z\",\n \"deliveryDateTime\": \"1988-05-06T17:34:53.627Z\",\n \"estimateDeliveryDistance\": 67778226,\n \"travelledDeliveryDistance\": 34482293,\n \"orderNumber\": \"laboris id exercitation\",\n \"cteNumber\": \"consequat Excepteur dolore amet\",\n \"cteDate\": \"1954-01-23T23:28:50.480Z\",\n \"sender\": \"consequat proident dolor velit\",\n \"senderCity\": \"amet\",\n \"senderState\": 67151755,\n \"weight\": -21167379.03696224,\n \"cubicMeter\": -46500259.00140733,\n \"cubicMeterWeight\": 65861679.844784945,\n \"value\": 83076976.21341702,\n \"freightPriceReceived\": 77865073.32587448,\n \"deliveryAttempts\": -27841165,\n \"serviceTime\": -4946136,\n \"invoiceOrderOfServiceSerie\": \"fugiat et eiusmod Duis laborum\",\n \"leadTime\": \"1945-09-18T02:02:42.797Z\",\n \"cnpjcarrier\": \"dolor quis\",\n \"cnpjbranch\": \"tempor amet laborum \",\n \"idExternal\": \"veniam \",\n \"billingInfo\": [\n {\n \"receivableAmount\": 25676798.614978135,\n \"money\": 59716486.58797708,\n \"cheque\": -59936051.99372767,\n \"creditCard\": -77442303.13505036,\n \"webComment\": \"in ullamco in voluptate\",\n \"carrierComment\": \"nisi qui reprehenderit ullamco\",\n \"billingConfirmDate\": \"1960-02-20T00:01:24.193Z\",\n \"created\": \"1996-09-29T15:57:44.123Z\"\n },\n {\n \"receivableAmount\": -66437582.18121412,\n \"money\": -77063491.16840893,\n \"cheque\": -32170031.748457626,\n \"creditCard\": -65874240.44254022,\n \"webComment\": \"magna qui \",\n \"carrierComment\": \"sint Duis deserunt\",\n \"billingConfirmDate\": \"1991-05-30T21:34:28.570Z\",\n \"created\": \"1971-01-17T07:37:34.857Z\"\n }\n ],\n \"deliveryServiceRouteItem\": [\n {\n \"idDeliveryServiceRouteItem\": -76536081,\n \"deliveryServiceRoute\": {\n \"idDeliveryServiceRoute\": 58328213,\n \"deliveryServiceRouteStatus\": {\n \"description\": \"proident velit irure\"\n },\n \"deliveryServiceDate\": \"2015-10-28T03:12:54.230Z\",\n \"created\": \"1972-01-13T17:35:20.648Z\",\n \"startWorkDayDateTime\": \"2003-12-28T22:45:54.378Z\",\n \"finishWorkDayDateTime\": \"1947-03-28T20:33:26.948Z\",\n \"itinerantDate\": \"1949-10-29T21:23:33.387Z\"\n },\n \"deliveryServiceRouteItemStatus\": {\n \"description\": \"s\"\n },\n \"nonDeliveryDescription\": \"id ut\",\n \"index\": -27700256,\n \"created\": \"1973-04-20T05:16:37.833Z\",\n \"startDisplacementDateTime\": \"1986-10-20T08:49:36.981Z\",\n \"startDisplacementLatitude\": 79591222.47692317,\n \"startDisplacementLongitude\": -19754870.67805788,\n \"finishedDisplacementLatitude\": 39278061.913956195,\n \"finishedDisplacementLongitude\": 22908743.35397102,\n \"receiverName\": \"magna in\",\n \"receiverDocument\": \"dolor ea\",\n \"description\": \"laborum\",\n \"deliveryArrived\": \"2003-12-09T14:27:42.352Z\",\n \"comment\": \"in exercitation Excepteur anim\",\n \"rating\": -65613853,\n \"pauseDisplacementDateTime\": \"1962-02-10T00:20:39.369Z\",\n \"deliveryLeft\": \"2004-01-12T15:20:49.413Z\",\n \"deliveryReason\": {\n \"description\": \"occaecat ex proident voluptate\"\n }\n },\n {\n \"idDeliveryServiceRouteItem\": 82249224,\n \"deliveryServiceRoute\": {\n \"idDeliveryServiceRoute\": 22255070,\n \"deliveryServiceRouteStatus\": {\n \"description\": \"ad sit veniam aliqua\"\n },\n \"deliveryServiceDate\": \"2004-04-30T06:08:52.265Z\",\n \"created\": \"1948-02-29T20:00:50.112Z\",\n \"startWorkDayDateTime\": \"2016-10-19T00:20:24.076Z\",\n \"finishWorkDayDateTime\": \"1984-01-27T11:27:40.997Z\",\n \"itinerantDate\": \"2021-12-21T20:33:04.533Z\"\n },\n \"deliveryServiceRouteItemStatus\": {\n \"description\": \"quis dese\"\n },\n \"nonDeliveryDescription\": \"laboris ad nisi\",\n \"index\": 24468472,\n \"created\": \"2015-09-02T21:16:41.758Z\",\n \"startDisplacementDateTime\": \"1959-10-23T07:38:05.684Z\",\n \"startDisplacementLatitude\": 174741.88797014952,\n \"startDisplacementLongitude\": -33919791.24965427,\n \"finishedDisplacementLatitude\": 34200483.987427026,\n \"finishedDisplacementLongitude\": 8169423.854587302,\n \"receiverName\": \"dolore aliquip et sint nulla\",\n \"receiverDocument\": \"mollit dolore eu in pariatur\",\n \"description\": \"ut\",\n \"deliveryArrived\": \"1956-01-18T05:49:37.914Z\",\n \"comment\": \"esse voluptate commodo es\",\n \"rating\": 19342132,\n \"pauseDisplacementDateTime\": \"1953-03-14T18:57:34.659Z\",\n \"deliveryLeft\": \"1975-05-15T01:03:14.094Z\",\n \"deliveryReason\": {\n \"description\": \"in culpa ut\"\n }\n }\n ]\n }\n ]\n}", "cookie": [] }, { "_": { "postman_previewlanguage": "text" }, - "id": "55dbbda7-b5ec-4a09-ba32-618cf3139305", + "id": "f790c784-0593-4207-aca4-deea5ec6d36c", "name": "Bad Request", "originalRequest": { "url": { @@ -1530,11 +1530,11 @@ }, { "key": "dateInit", - "value": "2013-10-21T13:28:06.419Z" + "value": "2023-07-28" }, { "key": "dateEnd", - "value": "2013-10-21T13:28:06.419Z" + "value": "2023-07-29" }, { "key": "pageSize", @@ -1603,7 +1603,7 @@ "_": { "postman_previewlanguage": "text" }, - "id": "e1514b29-cc96-44bc-a173-424520a4375a", + "id": "23b909c3-c7ab-4a49-99e1-54ac4e08e75b", "name": "Not Found", "originalRequest": { "url": { @@ -1621,11 +1621,11 @@ }, { "key": "dateInit", - "value": "2013-10-21T13:28:06.419Z" + "value": "2023-07-28" }, { "key": "dateEnd", - "value": "2013-10-21T13:28:06.419Z" + "value": "2023-07-29" }, { "key": "pageSize", @@ -1695,7 +1695,7 @@ { "listen": "test", "script": { - "id": "def35dce-19dc-430f-aad9-9eedcb35b378", + "id": "0c0c2c2f-06eb-48c9-b323-5f2c079f6f5c", "type": "text/javascript", "exec": [ "// Validate status 2xx \npm.test(\"[GET]::/services/routes - Status code is 2xx\", function () {\n pm.response.to.be.success;\n});\n", @@ -1711,7 +1711,7 @@ } }, { - "id": "7870c666-e298-4135-a084-cd3a7f5c7aab", + "id": "f6b577c4-5d85-4639-85d4-1b40d6cc7b64", "name": "Get Delivery Service by Invoice", "request": { "name": "Get Delivery Service by Invoice", @@ -1773,7 +1773,7 @@ "_": { "postman_previewlanguage": "json" }, - "id": "670c76fa-967d-4feb-8f88-5656db3b5fc6", + "id": "03ee5335-f84e-4a23-a05a-5305df770904", "name": "Success", "originalRequest": { "url": { @@ -1845,14 +1845,14 @@ "value": "application/json" } ], - "body": "{\n \"page\": 80808532,\n \"pageSize\": -79169599,\n \"totalCount\": -93969277,\n \"data\": [\n {\n \"pictures\": [\n \"consequat do esse ex\",\n \"enim cupidatat in pro\"\n ],\n \"idDeliveryService\": -50870525,\n \"deliveryServiceType\": {\n \"description\": \"laboris\"\n },\n \"deliveryServiceStatus\": {\n \"description\": \"est pariatur et minim\"\n },\n \"shipper\": {\n \"companyName\": \"Ut cillum\"\n },\n \"shipperCustomer\": {\n \"idShipperCustomer\": -54639293,\n \"email\": \"laborum mollit Ut a\",\n \"firstName\": \"cupidatat veniam\",\n \"lastName\": \"eiusmod nisi qui\",\n \"cpf\": \"Excepteur esse\",\n \"addressStreet\": \"veniam ea labore\",\n \"addressNumber\": \"aliqua\",\n \"addressComplement\": \"labore sit magna mollit\",\n \"addressNeighborhood\": \"quis dolore\",\n \"addressCity\": \"aute in ad Ut\",\n \"postalCode\": \"culpa laboris\",\n \"state\": {\n \"name\": \"es\",\n \"code\": \"dolore consectetur veniam in nostrud\"\n },\n \"country\": {\n \"name\": \"nisi laborum officia ullamco exerc\",\n \"code\": \"aute sint pariatur dolor\"\n },\n \"created\": \"2010-11-23T18:24:19.660Z\",\n \"companyName\": \"commodo\",\n \"cnpj\": \"tempor\",\n \"legalType\": {\n \"description\": \"Duis reprehenderit\"\n },\n \"idExternalShipperCustomer\": \"deserunt cu\",\n \"phoneAreaCode\": \"nulla\",\n \"phoneNumber\": \"in ut magna\"\n },\n \"carrier\": {\n \"username\": \"enim ex voluptate\",\n \"firstName\": \"elit tempor\",\n \"lastName\": \"do exercitation\",\n \"cpf\": \"L\",\n \"email\": \"in ut\",\n \"cnpjtransportCompany\": \"nulla\",\n \"mobileAreaCode\": \"sit \",\n \"mobile\": \"\",\n \"phoneAreaCode\": \"r\",\n \"phone\": \"fug\",\n \"created\": \"2010-10-22T19:03:09.906Z\",\n \"idExternalCarrier\": \"Lorem \",\n \"isCarrierAppOnline\": true,\n \"shippingCompany\": {\n \"companyName\": \"quis\",\n \"trade\": \"proident\",\n \"cnpj\": \"laboris ullamco\",\n \"companyContact\": \"et consequat reprehenderit laborum veniam\",\n \"telephoneArea\": \"vo\",\n \"telephone\": \"commodo \",\n \"mobileArea\": \"aute ad culpa cillum\",\n \"mobile\": \"ad amet ipsum ut\",\n \"email\": \"in adipisicing\"\n },\n \"rg\": \"ad nulla e\"\n },\n \"displacementType\": {\n \"description\": \"pariatur voluptate\",\n \"vehicleType\": {\n \"description\": \"do\"\n }\n },\n \"state\": {\n \"name\": \"culpa fugiat laborum adipisicing ad\",\n \"code\": \"in proident\"\n },\n \"country\": {\n \"name\": \"dolor commodo cillum officia\",\n \"code\": \"commodo Duis\"\n },\n \"nonDeliveryReason\": {\n \"description\": \"consequat anim labore\"\n },\n \"shipperPartner\": {\n \"cnpj\": \"sed\",\n \"name\": \"nisi\"\n },\n \"shipperBranch\": {\n \"shipperType\": {\n \"description\": \"velit Dui\"\n },\n \"companyName\": \"in cillum\",\n \"trade\": \"aute exercitation\",\n \"cnpj\": \"cillum\",\n \"companyContact\": \"c\",\n \"telephoneArea\": \"ipsum in eiusmod ut\",\n \"telephone\": \"eiusmod Ut dolor molli\",\n \"mobileArea\": \"laborum amet\",\n \"mobile\": \"quis do tempor consequat ex\",\n \"email\": \"quis tempor aliqua ipsum\"\n },\n \"freightPrice\": {\n \"description\": \"anim ea culpa eiusmod Ut\",\n \"firstPostalCodeInterval\": \"cillum veniam incididunt ir\",\n \"secondPostalCodeInterval\": \"ad amet culpa ea id\",\n \"price\": 49592393.770440996,\n \"created\": \"1947-10-23T07:34:44.255Z\"\n },\n \"shippingCompany\": {\n \"companyName\": \"ipsum\",\n \"trade\": \"sunt laborum commodo\",\n \"cnpj\": \"laboris pariatur veniam\",\n \"companyContact\": \"ipsum nisi\",\n \"telephoneArea\": \"Lorem do culpa et nostrud\",\n \"telephone\": \"laborum sunt amet pariatur\",\n \"mobileArea\": \"elit sunt\",\n \"mobile\": \"in consequat ullamco\",\n \"email\": \"eiusmod est irure\"\n },\n \"invoiceOrderOfService\": \"Excepteur fugiat ex\",\n \"description\": \"eiusmod incididunt exercitation tempor enim\",\n \"addressStreet\": \"adipisicing do quis Lorem\",\n \"addressNumber\": \"magna labore\",\n \"addressComplement\": \"aliqua cupidatat\",\n \"addressNeighborhood\": \"et Duis incididunt\",\n \"addressCity\": \"ex cupidatat in\",\n \"postalCode\": \"cillum nisi qui cupidatat fugiat\",\n \"estimateDeliveryHour\": \"1965-08-25T18:43:12.275Z\",\n \"created\": \"2000-07-07T02:48:10.785Z\",\n \"initialEstimateDeliveryHour\": \"1986-03-16T12:29:36.905Z\",\n \"deliveryDateTime\": \"1996-12-05T16:40:51.275Z\",\n \"estimateDeliveryDistance\": -23173665,\n \"travelledDeliveryDistance\": 21289138,\n \"orderNumber\": \"consectetur occ\",\n \"cteNumber\": \"nostrud eiusmod occaecat\",\n \"cteDate\": \"1993-10-27T09:50:12.424Z\",\n \"sender\": \"nisi velit\",\n \"senderCity\": \"tempor dolore enim dolore\",\n \"senderState\": 85358096,\n \"weight\": 69417657.92133796,\n \"cubicMeter\": 1720430.3930813372,\n \"cubicMeterWeight\": 53744885.198904276,\n \"value\": -16924282.50471285,\n \"freightPriceReceived\": -88107258.29567873,\n \"deliveryAttempts\": -79083984,\n \"serviceTime\": -59092708,\n \"invoiceOrderOfServiceSerie\": \"est do id\",\n \"leadTime\": \"1952-06-17T00:19:13.986Z\",\n \"cnpjcarrier\": \"nulla sunt reprehenderit commodo\",\n \"cnpjbranch\": \"occaecat aute veniam\",\n \"idExternal\": \"eu conse\",\n \"billingInfo\": [\n {\n \"receivableAmount\": 15664426.869269252,\n \"money\": 37377576.917764455,\n \"cheque\": -42009077.94576953,\n \"creditCard\": -73751555.45964432,\n \"webComment\": \"Lorem in in pariatur cillum\",\n \"carrierComment\": \"te\",\n \"billingConfirmDate\": \"2023-04-22T14:22:06.813Z\",\n \"created\": \"1990-03-07T12:24:26.609Z\"\n },\n {\n \"receivableAmount\": 56647092.15755227,\n \"money\": -86155493.8121727,\n \"cheque\": -83323418.47813275,\n \"creditCard\": -6470562.103986129,\n \"webComment\": \"officia cupidatat laborum\",\n \"carrierComment\": \"in ut ut ullamco\",\n \"billingConfirmDate\": \"2006-06-05T18:30:50.759Z\",\n \"created\": \"2018-10-08T10:17:54.070Z\"\n }\n ],\n \"deliveryServiceRouteItem\": [\n {\n \"idDeliveryServiceRouteItem\": 1882705,\n \"deliveryServiceRoute\": {\n \"idDeliveryServiceRoute\": -22742095,\n \"deliveryServiceRouteStatus\": {\n \"description\": \"irure velit aliquip\"\n },\n \"deliveryServiceDate\": \"1972-03-08T14:27:29.137Z\",\n \"created\": \"1991-02-04T05:02:26.899Z\",\n \"startWorkDayDateTime\": \"1956-09-21T19:37:38.312Z\",\n \"finishWorkDayDateTime\": \"1947-11-22T17:53:16.679Z\",\n \"itinerantDate\": \"1980-08-14T17:39:50.871Z\"\n },\n \"deliveryServiceRouteItemStatus\": {\n \"description\": \"ipsum sint et consequat\"\n },\n \"nonDeliveryDescription\": \"proident anim dolor dolore\",\n \"index\": -20723426,\n \"created\": \"2018-11-28T23:09:35.166Z\",\n \"startDisplacementDateTime\": \"1953-07-16T14:01:48.841Z\",\n \"startDisplacementLatitude\": -11517450.210633218,\n \"startDisplacementLongitude\": -43415540.55327923,\n \"finishedDisplacementLatitude\": -16623665.27090256,\n \"finishedDisplacementLongitude\": -63050938.66951794,\n \"receiverName\": \"qui in\",\n \"receiverDocument\": \"laboris ipsum Ut ut sit\",\n \"description\": \"consectetur aute sit\",\n \"deliveryArrived\": \"2021-03-27T14:56:51.922Z\",\n \"comment\": \"commodo quis mollit \",\n \"rating\": -37230441,\n \"pauseDisplacementDateTime\": \"1959-02-18T20:15:13.505Z\",\n \"deliveryLeft\": \"1956-04-03T20:03:33.870Z\",\n \"deliveryReason\": {\n \"description\": \"in esse occaecat consectetur\"\n }\n },\n {\n \"idDeliveryServiceRouteItem\": -79956891,\n \"deliveryServiceRoute\": {\n \"idDeliveryServiceRoute\": -6169574,\n \"deliveryServiceRouteStatus\": {\n \"description\": \"veniam\"\n },\n \"deliveryServiceDate\": \"1982-12-08T02:45:19.568Z\",\n \"created\": \"1972-11-29T04:40:56.697Z\",\n \"startWorkDayDateTime\": \"1950-01-18T01:16:31.703Z\",\n \"finishWorkDayDateTime\": \"2020-01-22T20:33:48.599Z\",\n \"itinerantDate\": \"1988-05-29T00:14:32.337Z\"\n },\n \"deliveryServiceRouteItemStatus\": {\n \"description\": \"non sed reprehenderit\"\n },\n \"nonDeliveryDescription\": \"proident deserunt ut mollit\",\n \"index\": 21304327,\n \"created\": \"2003-08-07T12:38:29.886Z\",\n \"startDisplacementDateTime\": \"1957-05-28T00:04:01.532Z\",\n \"startDisplacementLatitude\": 12257581.586099818,\n \"startDisplacementLongitude\": 65589586.28468016,\n \"finishedDisplacementLatitude\": 1859187.6150127351,\n \"finishedDisplacementLongitude\": 80592150.26719207,\n \"receiverName\": \"dolor eu dolor mollit\",\n \"receiverDocument\": \"eiusmod ipsum veniam\",\n \"description\": \"reprehenderit proident Excepteur mollit\",\n \"deliveryArrived\": \"1976-05-17T05:30:39.132Z\",\n \"comment\": \"enim amet fugiat proident reprehenderit\",\n \"rating\": 21075293,\n \"pauseDisplacementDateTime\": \"1955-07-30T08:38:17.984Z\",\n \"deliveryLeft\": \"2015-12-26T23:29:41.547Z\",\n \"deliveryReason\": {\n \"description\": \"laborum Lorem\"\n }\n }\n ]\n },\n {\n \"pictures\": [\n \"esse id\",\n \"sed dolore\"\n ],\n \"idDeliveryService\": -18872041,\n \"deliveryServiceType\": {\n \"description\": \"sunt ex dolor\"\n },\n \"deliveryServiceStatus\": {\n \"description\": \"incididunt aut\"\n },\n \"shipper\": {\n \"companyName\": \"labore laboris ad\"\n },\n \"shipperCustomer\": {\n \"idShipperCustomer\": -75285121,\n \"email\": \"nostrud aute occaecat\",\n \"firstName\": \"exercitation velit sint commodo id\",\n \"lastName\": \"ea cillum ullamco quis\",\n \"cpf\": \"velit in sint veniam\",\n \"addressStreet\": \"mollit fugiat aliquip et enim\",\n \"addressNumber\": \"quis\",\n \"addressComplement\": \"sunt proident l\",\n \"addressNeighborhood\": \"ipsum aliqua\",\n \"addressCity\": \"pariatur voluptate Duis ut laboris\",\n \"postalCode\": \"eu adipisicing\",\n \"state\": {\n \"name\": \"ipsum irure ea\",\n \"code\": \"Lorem si\"\n },\n \"country\": {\n \"name\": \"deserunt\",\n \"code\": \"ipsum id\"\n },\n \"created\": \"1959-04-04T03:40:04.981Z\",\n \"companyName\": \"dolore ipsum sed anim \",\n \"cnpj\": \"Ut occaecat\",\n \"legalType\": {\n \"description\": \"veniam\"\n },\n \"idExternalShipperCustomer\": \"laboris laborum\",\n \"phoneAreaCode\": \"ea amet Lorem\",\n \"phoneNumber\": \"eiusmod minim proident exercitation labore\"\n },\n \"carrier\": {\n \"username\": \"irure commodo\",\n \"firstName\": \"deserunt incididunt\",\n \"lastName\": \"sit\",\n \"cpf\": \"u\",\n \"email\": \"in aliquip sint\",\n \"cnpjtransportCompany\": \"qui\",\n \"mobileAreaCode\": \"laboris \",\n \"mobile\": \"consequat\",\n \"phoneAreaCode\": \"sin\",\n \"phone\": \"\",\n \"created\": \"1980-08-08T23:20:59.001Z\",\n \"idExternalCarrier\": \"est\",\n \"isCarrierAppOnline\": true,\n \"shippingCompany\": {\n \"companyName\": \"ad\",\n \"trade\": \"deserunt ipsum consequat\",\n \"cnpj\": \"sint\",\n \"companyContact\": \"nostrud ad\",\n \"telephoneArea\": \"sit\",\n \"telephone\": \"officia \",\n \"mobileArea\": \"occaecat ut ex minim\",\n \"mobile\": \"magna voluptate nostrud\",\n \"email\": \"adipisicing commodo sint et dolor\"\n },\n \"rg\": \"tem\"\n },\n \"displacementType\": {\n \"description\": \"Ut deserunt dolor occaecat proident\",\n \"vehicleType\": {\n \"description\": \"tempor ut qui\"\n }\n },\n \"state\": {\n \"name\": \"qui minim velit\",\n \"code\": \"nostrud ut voluptate commodo qui\"\n },\n \"country\": {\n \"name\": \"deserunt tempor et\",\n \"code\": \"magna aute et velit incididunt\"\n },\n \"nonDeliveryReason\": {\n \"description\": \"et sunt\"\n },\n \"shipperPartner\": {\n \"cnpj\": \"ipsum\",\n \"name\": \"in nulla Ut tem\"\n },\n \"shipperBranch\": {\n \"shipperType\": {\n \"description\": \"nisi proident Lorem anim dolore\"\n },\n \"companyName\": \"cillum sed Ut proident anim\",\n \"trade\": \"est\",\n \"cnpj\": \"nulla sunt occaecat dolore\",\n \"companyContact\": \"minim\",\n \"telephoneArea\": \"reprehenderit ut labore\",\n \"telephone\": \"adipisicing sint\",\n \"mobileArea\": \"sed sit\",\n \"mobile\": \"dolore minim fugiat\",\n \"email\": \"in amet culpa\"\n },\n \"freightPrice\": {\n \"description\": \"ut irure\",\n \"firstPostalCodeInterval\": \"in nisi Excepteur ut\",\n \"secondPostalCodeInterval\": \"Ut do\",\n \"price\": -19211535.81483206,\n \"created\": \"2000-03-25T07:22:47.381Z\"\n },\n \"shippingCompany\": {\n \"companyName\": \"voluptate mollit\",\n \"trade\": \"culpa consequat dolore\",\n \"cnpj\": \"cillum eiusmod elit U\",\n \"companyContact\": \"ut irure minim amet veniam\",\n \"telephoneArea\": \"ad aliquip culpa incididunt\",\n \"telephone\": \"in\",\n \"mobileArea\": \"dolore ad labore\",\n \"mobile\": \"est elit\",\n \"email\": \"dolor\"\n },\n \"invoiceOrderOfService\": \"voluptate commodo in\",\n \"description\": \"Excepteur velit mollit\",\n \"addressStreet\": \"Duis minim anim\",\n \"addressNumber\": \"dolor\",\n \"addressComplement\": \"magna reprehenderit aute id\",\n \"addressNeighborhood\": \"in ex\",\n \"addressCity\": \"ex est dolore\",\n \"postalCode\": \"cupidatat t\",\n \"estimateDeliveryHour\": \"1974-07-13T18:38:13.693Z\",\n \"created\": \"1981-01-10T16:31:37.958Z\",\n \"initialEstimateDeliveryHour\": \"1948-02-17T15:11:49.932Z\",\n \"deliveryDateTime\": \"2005-06-25T04:41:25.326Z\",\n \"estimateDeliveryDistance\": -94272293,\n \"travelledDeliveryDistance\": -69846887,\n \"orderNumber\": \"occaecat consectetur\",\n \"cteNumber\": \"sed\",\n \"cteDate\": \"1952-06-24T13:54:02.294Z\",\n \"sender\": \"nisi et eli\",\n \"senderCity\": \"ut\",\n \"senderState\": 96065775,\n \"weight\": -48220643.187964864,\n \"cubicMeter\": -19049363.330829203,\n \"cubicMeterWeight\": 7780027.147789866,\n \"value\": -45721788.26354114,\n \"freightPriceReceived\": -55611041.45151146,\n \"deliveryAttempts\": 1650789,\n \"serviceTime\": 11038879,\n \"invoiceOrderOfServiceSerie\": \"laboris ut qui eiusmod\",\n \"leadTime\": \"2020-09-05T07:55:44.362Z\",\n \"cnpjcarrier\": \"in\",\n \"cnpjbranch\": \"laborum ut dolore Ut amet\",\n \"idExternal\": \"ipsum adipisicing\",\n \"billingInfo\": [\n {\n \"receivableAmount\": -45638164.81705203,\n \"money\": -60546804.673600405,\n \"cheque\": 23200562.69614899,\n \"creditCard\": 12886979.040131941,\n \"webComment\": \"et cupidatat\",\n \"carrierComment\": \"reprehenderit cupidatat\",\n \"billingConfirmDate\": \"2021-01-25T13:02:54.938Z\",\n \"created\": \"1966-03-14T16:59:35.912Z\"\n },\n {\n \"receivableAmount\": -33335158.968545154,\n \"money\": 57651266.671771795,\n \"cheque\": -57531900.56192845,\n \"creditCard\": -91674470.53675452,\n \"webComment\": \"sint aliquip\",\n \"carrierComment\": \"laboris esse\",\n \"billingConfirmDate\": \"2008-07-16T00:53:12.085Z\",\n \"created\": \"1989-12-06T14:02:16.058Z\"\n }\n ],\n \"deliveryServiceRouteItem\": [\n {\n \"idDeliveryServiceRouteItem\": -5926279,\n \"deliveryServiceRoute\": {\n \"idDeliveryServiceRoute\": -59353785,\n \"deliveryServiceRouteStatus\": {\n \"description\": \"fugiat dolore\"\n },\n \"deliveryServiceDate\": \"1943-12-25T08:41:12.049Z\",\n \"created\": \"2023-01-28T02:58:09.091Z\",\n \"startWorkDayDateTime\": \"2007-03-08T09:18:31.851Z\",\n \"finishWorkDayDateTime\": \"1987-10-19T09:03:54.415Z\",\n \"itinerantDate\": \"2015-12-05T03:54:19.706Z\"\n },\n \"deliveryServiceRouteItemStatus\": {\n \"description\": \"deserunt\"\n },\n \"nonDeliveryDescription\": \"do Ut co\",\n \"index\": 38917796,\n \"created\": \"1990-10-06T05:47:11.249Z\",\n \"startDisplacementDateTime\": \"2016-10-02T05:53:44.035Z\",\n \"startDisplacementLatitude\": -7614888.213429078,\n \"startDisplacementLongitude\": 63015834.38350341,\n \"finishedDisplacementLatitude\": -41234575.67506286,\n \"finishedDisplacementLongitude\": -58051508.6669942,\n \"receiverName\": \"aute Duis ut\",\n \"receiverDocument\": \"nostrud sed ad officia\",\n \"description\": \"aute dolor irure\",\n \"deliveryArrived\": \"1946-02-15T09:41:42.478Z\",\n \"comment\": \"occaecat tempor\",\n \"rating\": -90148487,\n \"pauseDisplacementDateTime\": \"2011-04-12T03:21:45.169Z\",\n \"deliveryLeft\": \"1971-07-19T00:52:36.992Z\",\n \"deliveryReason\": {\n \"description\": \"qui commodo\"\n }\n },\n {\n \"idDeliveryServiceRouteItem\": -20221680,\n \"deliveryServiceRoute\": {\n \"idDeliveryServiceRoute\": 48657544,\n \"deliveryServiceRouteStatus\": {\n \"description\": \"Duis aliqua\"\n },\n \"deliveryServiceDate\": \"2000-12-08T09:11:54.571Z\",\n \"created\": \"2011-12-01T04:54:14.829Z\",\n \"startWorkDayDateTime\": \"1958-01-09T19:14:31.632Z\",\n \"finishWorkDayDateTime\": \"2007-03-31T14:57:47.529Z\",\n \"itinerantDate\": \"1985-05-03T11:19:11.241Z\"\n },\n \"deliveryServiceRouteItemStatus\": {\n \"description\": \"est qui sint sunt commodo\"\n },\n \"nonDeliveryDescription\": \"amet occaecat elit\",\n \"index\": -43637829,\n \"created\": \"2019-04-05T00:11:41.152Z\",\n \"startDisplacementDateTime\": \"2006-04-07T20:10:24.997Z\",\n \"startDisplacementLatitude\": 19545795.919354886,\n \"startDisplacementLongitude\": -88909126.58089718,\n \"finishedDisplacementLatitude\": -92404481.14845106,\n \"finishedDisplacementLongitude\": 20648174.885032147,\n \"receiverName\": \"commodo eiusmod reprehenderit\",\n \"receiverDocument\": \"dolor eu qui et\",\n \"description\": \"dolore\",\n \"deliveryArrived\": \"1953-07-01T22:10:56.418Z\",\n \"comment\": \"dolore tempor\",\n \"rating\": -903499,\n \"pauseDisplacementDateTime\": \"1982-02-05T06:28:50.170Z\",\n \"deliveryLeft\": \"1994-05-30T16:50:21.901Z\",\n \"deliveryReason\": {\n \"description\": \"in id sit\"\n }\n }\n ]\n }\n ]\n}", + "body": "{\n \"page\": -49911848,\n \"pageSize\": -88381541,\n \"totalCount\": -50214887,\n \"data\": [\n {\n \"pictures\": [\n \"ad deserunt mollit\",\n \"ut anim\"\n ],\n \"idDeliveryService\": 17208047,\n \"deliveryServiceType\": {\n \"description\": \"culpa\"\n },\n \"deliveryServiceStatus\": {\n \"description\": \"ad exer\"\n },\n \"shipper\": {\n \"companyName\": \"nulla dolor laborum tempor\"\n },\n \"shipperCustomer\": {\n \"idShipperCustomer\": 87005990,\n \"email\": \"aliqua non\",\n \"firstName\": \"ullamco\",\n \"lastName\": \"deseru\",\n \"cpf\": \"dolor veniam\",\n \"addressStreet\": \"pariatur velit quis\",\n \"addressNumber\": \"ipsum\",\n \"addressComplement\": \"tempor nos\",\n \"addressNeighborhood\": \"irure magna non officia sit\",\n \"addressCity\": \"in reprehenderit\",\n \"postalCode\": \"dolor in et in\",\n \"state\": {\n \"name\": \"nisi sit dolore\",\n \"code\": \"pariatur labore deserunt tempor id\"\n },\n \"country\": {\n \"name\": \"elit nisi culpa anim incididunt\",\n \"code\": \"ad tempor\"\n },\n \"created\": \"2005-01-31T05:41:43.397Z\",\n \"companyName\": \"ut magna\",\n \"cnpj\": \"laborum quis consequat Ut\",\n \"legalType\": {\n \"description\": \"ex est consectetur culpa\"\n },\n \"idExternalShipperCustomer\": \"nulla elit exercitation\",\n \"phoneAreaCode\": \"reprehenderit est culpa ea\",\n \"phoneNumber\": \"aliquip proident\"\n },\n \"carrier\": {\n \"username\": \"deserunt officia ea\",\n \"firstName\": \"sun\",\n \"lastName\": \"est\",\n \"cpf\": \"occa\",\n \"email\": \"Lorem\",\n \"cnpjtransportCompany\": \"ad aute nisi\",\n \"mobileAreaCode\": \"non \",\n \"mobile\": \"pariat\",\n \"phoneAreaCode\": \"i\",\n \"phone\": \"sed Lorem\",\n \"created\": \"1963-04-26T04:53:48.488Z\",\n \"idExternalCarrier\": \"aute ipsum\",\n \"isCarrierAppOnline\": true,\n \"shippingCompany\": {\n \"companyName\": \"minim ullamco sint commodo\",\n \"trade\": \"cupidatat ad aliquip\",\n \"cnpj\": \"minim et culpa dolor\",\n \"companyContact\": \"labore adipisicing occaecat\",\n \"telephoneArea\": \"irure anim\",\n \"telephone\": \"id\",\n \"mobileArea\": \"in deserunt\",\n \"mobile\": \"quis mollit ea\",\n \"email\": \"dolore ea Ut\"\n },\n \"rg\": \"n\"\n },\n \"displacementType\": {\n \"description\": \"qui ut\",\n \"vehicleType\": {\n \"description\": \"sed incididunt nostrud aliqua\"\n }\n },\n \"state\": {\n \"name\": \"veniam\",\n \"code\": \"in fugiat velit voluptate\"\n },\n \"country\": {\n \"name\": \"nulla\",\n \"code\": \"officia pariatur in\"\n },\n \"nonDeliveryReason\": {\n \"description\": \"laborum sit pariatur\"\n },\n \"shipperPartner\": {\n \"cnpj\": \"officia magna adipisicing\",\n \"name\": \"non anim eiusmod ad mollit\"\n },\n \"shipperBranch\": {\n \"shipperType\": {\n \"description\": \"deserunt eiusmod culpa esse\"\n },\n \"companyName\": \"nulla\",\n \"trade\": \"eiusmod et\",\n \"cnpj\": \"Ut dolore\",\n \"companyContact\": \"deserunt velit\",\n \"telephoneArea\": \"ipsum minim e\",\n \"telephone\": \"aliquip ullamco Excepteur consequat\",\n \"mobileArea\": \"amet pariatur\",\n \"mobile\": \"in enim\",\n \"email\": \"qui in\"\n },\n \"freightPrice\": {\n \"description\": \"Excepteur laborum eiusmod\",\n \"firstPostalCodeInterval\": \"qui ut in et velit\",\n \"secondPostalCodeInterval\": \"nulla sed fugiat\",\n \"price\": -41394989.953106135,\n \"created\": \"2003-08-12T23:06:09.148Z\"\n },\n \"shippingCompany\": {\n \"companyName\": \"quis culpa enim\",\n \"trade\": \"dolor exercitation\",\n \"cnpj\": \"Duis est pariat\",\n \"companyContact\": \"in\",\n \"telephoneArea\": \"exercitation anim u\",\n \"telephone\": \"incididunt mollit ipsu\",\n \"mobileArea\": \"dolore culpa id minim\",\n \"mobile\": \"aliqua nostrud proident cupidatat nulla\",\n \"email\": \"in cupidatat aliqua culpa aliquip\"\n },\n \"invoiceOrderOfService\": \"tempor amet\",\n \"description\": \"labore et sit do\",\n \"addressStreet\": \"voluptate\",\n \"addressNumber\": \"mollit aliquip elit\",\n \"addressComplement\": \"id est ad labore\",\n \"addressNeighborhood\": \"sit dolor\",\n \"addressCity\": \"veniam\",\n \"postalCode\": \"veniam cillum in\",\n \"estimateDeliveryHour\": \"1945-04-01T00:34:08.015Z\",\n \"created\": \"1972-03-16T18:28:50.652Z\",\n \"initialEstimateDeliveryHour\": \"1960-05-20T17:10:17.288Z\",\n \"deliveryDateTime\": \"2004-09-01T11:50:53.426Z\",\n \"estimateDeliveryDistance\": 26088121,\n \"travelledDeliveryDistance\": -71413254,\n \"orderNumber\": \"ex\",\n \"cteNumber\": \"fugiat laboris eiusmod magna\",\n \"cteDate\": \"2006-11-24T05:27:13.097Z\",\n \"sender\": \"Excepteur\",\n \"senderCity\": \"ex est et\",\n \"senderState\": 93230419,\n \"weight\": -74433365.32743645,\n \"cubicMeter\": -99962913.11278869,\n \"cubicMeterWeight\": -35236891.61568884,\n \"value\": -85718469.67313918,\n \"freightPriceReceived\": 52250342.37489781,\n \"deliveryAttempts\": -63933420,\n \"serviceTime\": 11834378,\n \"invoiceOrderOfServiceSerie\": \"culpa occaecat\",\n \"leadTime\": \"1976-02-09T01:06:11.841Z\",\n \"cnpjcarrier\": \"deserunt cillum qui\",\n \"cnpjbranch\": \"incididunt exercitation ex Ut\",\n \"idExternal\": \"et incididunt\",\n \"billingInfo\": [\n {\n \"receivableAmount\": 48977140.10513145,\n \"money\": 95954464.0800207,\n \"cheque\": 55886733.56941575,\n \"creditCard\": 89891476.417238,\n \"webComment\": \"ea in \",\n \"carrierComment\": \"ullamco consectetur laboru\",\n \"billingConfirmDate\": \"1966-08-27T21:09:47.431Z\",\n \"created\": \"1975-09-25T18:35:22.032Z\"\n },\n {\n \"receivableAmount\": -91017608.6236293,\n \"money\": 798485.1129893214,\n \"cheque\": 46576128.19845766,\n \"creditCard\": -28221032.173794612,\n \"webComment\": \"ut nisi eu sint\",\n \"carrierComment\": \"et m\",\n \"billingConfirmDate\": \"1985-04-07T23:58:28.833Z\",\n \"created\": \"1961-11-21T14:32:30.171Z\"\n }\n ],\n \"deliveryServiceRouteItem\": [\n {\n \"idDeliveryServiceRouteItem\": -653376,\n \"deliveryServiceRoute\": {\n \"idDeliveryServiceRoute\": -28386236,\n \"deliveryServiceRouteStatus\": {\n \"description\": \"deserunt laborum ex Lorem quis\"\n },\n \"deliveryServiceDate\": \"1999-07-20T03:03:51.441Z\",\n \"created\": \"2012-02-12T08:42:18.947Z\",\n \"startWorkDayDateTime\": \"1972-07-16T16:53:19.673Z\",\n \"finishWorkDayDateTime\": \"2013-05-31T20:43:33.802Z\",\n \"itinerantDate\": \"2010-08-23T21:25:03.247Z\"\n },\n \"deliveryServiceRouteItemStatus\": {\n \"description\": \"sunt volupta\"\n },\n \"nonDeliveryDescription\": \"dolor amet co\",\n \"index\": -94511821,\n \"created\": \"1979-11-16T03:08:03.168Z\",\n \"startDisplacementDateTime\": \"1964-02-05T01:05:19.123Z\",\n \"startDisplacementLatitude\": -42769942.1330916,\n \"startDisplacementLongitude\": 61624879.38677102,\n \"finishedDisplacementLatitude\": 63024017.1142869,\n \"finishedDisplacementLongitude\": 38938932.15482584,\n \"receiverName\": \"non esse enim\",\n \"receiverDocument\": \"minim ex velit in\",\n \"description\": \"ut veniam\",\n \"deliveryArrived\": \"2008-06-01T21:17:53.909Z\",\n \"comment\": \"s\",\n \"rating\": -88137829,\n \"pauseDisplacementDateTime\": \"1998-03-31T01:57:46.326Z\",\n \"deliveryLeft\": \"1965-04-09T16:33:50.538Z\",\n \"deliveryReason\": {\n \"description\": \"ut enim incididunt id\"\n }\n },\n {\n \"idDeliveryServiceRouteItem\": -23195332,\n \"deliveryServiceRoute\": {\n \"idDeliveryServiceRoute\": 38047363,\n \"deliveryServiceRouteStatus\": {\n \"description\": \"anim\"\n },\n \"deliveryServiceDate\": \"1980-10-01T16:27:07.827Z\",\n \"created\": \"1962-04-07T09:08:34.038Z\",\n \"startWorkDayDateTime\": \"2011-05-04T12:34:01.870Z\",\n \"finishWorkDayDateTime\": \"1980-10-23T04:03:47.633Z\",\n \"itinerantDate\": \"2005-03-28T13:54:37.405Z\"\n },\n \"deliveryServiceRouteItemStatus\": {\n \"description\": \"consequat\"\n },\n \"nonDeliveryDescription\": \"veniam tempor dolore Duis eu\",\n \"index\": -46083119,\n \"created\": \"1977-09-03T20:30:30.871Z\",\n \"startDisplacementDateTime\": \"2004-02-16T18:56:18.629Z\",\n \"startDisplacementLatitude\": 12082457.732843205,\n \"startDisplacementLongitude\": -49350681.79800175,\n \"finishedDisplacementLatitude\": 12154334.282149732,\n \"finishedDisplacementLongitude\": 64792964.26632187,\n \"receiverName\": \"in ea labore\",\n \"receiverDocument\": \"nulla laboris\",\n \"description\": \"dolor Lorem ea\",\n \"deliveryArrived\": \"2009-04-04T15:52:15.842Z\",\n \"comment\": \"cillum deserunt sit\",\n \"rating\": -6296524,\n \"pauseDisplacementDateTime\": \"2021-09-22T00:03:59.650Z\",\n \"deliveryLeft\": \"1961-05-06T13:36:19.373Z\",\n \"deliveryReason\": {\n \"description\": \"consequat minim\"\n }\n }\n ]\n },\n {\n \"pictures\": [\n \"id\",\n \"nostrud eiusmod occaecat ut culpa\"\n ],\n \"idDeliveryService\": -32520788,\n \"deliveryServiceType\": {\n \"description\": \"ut\"\n },\n \"deliveryServiceStatus\": {\n \"description\": \"adipisicing labore\"\n },\n \"shipper\": {\n \"companyName\": \"con\"\n },\n \"shipperCustomer\": {\n \"idShipperCustomer\": 4416556,\n \"email\": \"dolor do\",\n \"firstName\": \"irure dolor id in\",\n \"lastName\": \"nostrud officia cill\",\n \"cpf\": \"sit ex esse\",\n \"addressStreet\": \"ullamco Excepteur\",\n \"addressNumber\": \"proident aliquip\",\n \"addressComplement\": \"culpa dolore officia\",\n \"addressNeighborhood\": \"laborum nostrud\",\n \"addressCity\": \"amet cupidatat\",\n \"postalCode\": \"magna ut laboris pariatur incididunt\",\n \"state\": {\n \"name\": \"labore culpa nulla Excepteur\",\n \"code\": \"laboris dolor sunt\"\n },\n \"country\": {\n \"name\": \"minim\",\n \"code\": \"incididunt in cupidatat\"\n },\n \"created\": \"2021-08-08T14:35:20.999Z\",\n \"companyName\": \"in voluptate sunt tempor ut\",\n \"cnpj\": \"irure dolore amet sunt\",\n \"legalType\": {\n \"description\": \"officia Ut\"\n },\n \"idExternalShipperCustomer\": \"proident officia qui\",\n \"phoneAreaCode\": \"exercitation\",\n \"phoneNumber\": \"in enim voluptate dolore proident\"\n },\n \"carrier\": {\n \"username\": \"incididunt in esse cupidatat\",\n \"firstName\": \"reprehenderit ullamco veniam esse\",\n \"lastName\": \"qui Duis do irure\",\n \"cpf\": \"anim i\",\n \"email\": \"cupidatat occaecat dolor\",\n \"cnpjtransportCompany\": \"deserunt Ut incididunt Duis\",\n \"mobileAreaCode\": \"qui au\",\n \"mobile\": \"ul\",\n \"phoneAreaCode\": \"\",\n \"phone\": \"vol\",\n \"created\": \"1997-08-19T04:33:06.187Z\",\n \"idExternalCarrier\": \"qu\",\n \"isCarrierAppOnline\": false,\n \"shippingCompany\": {\n \"companyName\": \"Duis anim pariatur cillum magna\",\n \"trade\": \"Ut enim labo\",\n \"cnpj\": \"anim qui veniam\",\n \"companyContact\": \"non id esse nisi\",\n \"telephoneArea\": \"reprehenderit dolor\",\n \"telephone\": \"enim voluptate consequat exercitation sint\",\n \"mobileArea\": \"i\",\n \"mobile\": \"deserunt esse et tempor\",\n \"email\": \"deserunt dolore est aute culpa\"\n },\n \"rg\": \"\"\n },\n \"displacementType\": {\n \"description\": \"veniam ad\",\n \"vehicleType\": {\n \"description\": \"Lorem non\"\n }\n },\n \"state\": {\n \"name\": \"amet aute eu do\",\n \"code\": \"esse in aute nostrud et\"\n },\n \"country\": {\n \"name\": \"nostrud in\",\n \"code\": \"ipsum ad enim aute\"\n },\n \"nonDeliveryReason\": {\n \"description\": \"amet in\"\n },\n \"shipperPartner\": {\n \"cnpj\": \"elit nisi adipisicing\",\n \"name\": \"enim\"\n },\n \"shipperBranch\": {\n \"shipperType\": {\n \"description\": \"voluptate do commodo\"\n },\n \"companyName\": \"culpa nulla laboris labore consectetur\",\n \"trade\": \"est in Excepteur ea\",\n \"cnpj\": \"deserunt\",\n \"companyContact\": \"sit eu aliquip eiusmod\",\n \"telephoneArea\": \"consequat minim\",\n \"telephone\": \"ipsum consectetur Lorem id\",\n \"mobileArea\": \"exercitation Lorem labore\",\n \"mobile\": \"in adipisicing veniam voluptate magna\",\n \"email\": \"aute elit in dolor\"\n },\n \"freightPrice\": {\n \"description\": \"deserunt exercitation velit eiusmod esse\",\n \"firstPostalCodeInterval\": \"exercitation id magna irure\",\n \"secondPostalCodeInterval\": \"commodo ad in quis\",\n \"price\": -50960030.5693279,\n \"created\": \"1971-08-18T16:37:26.968Z\"\n },\n \"shippingCompany\": {\n \"companyName\": \"laboris ipsum id voluptate\",\n \"trade\": \"eu amet\",\n \"cnpj\": \"do\",\n \"companyContact\": \"velit eu ea commodo\",\n \"telephoneArea\": \"fugiat ullamco\",\n \"telephone\": \"culpa\",\n \"mobileArea\": \"ea reprehenderit\",\n \"mobile\": \"tempor ut id c\",\n \"email\": \"et tempor Duis labore\"\n },\n \"invoiceOrderOfService\": \"non Excepteur\",\n \"description\": \"pariatur officia Excepteur et\",\n \"addressStreet\": \"sed veniam commo\",\n \"addressNumber\": \"non ipsum e\",\n \"addressComplement\": \"officia sint id\",\n \"addressNeighborhood\": \"Excepteur ut\",\n \"addressCity\": \"est pariatur commodo enim\",\n \"postalCode\": \"reprehenderit Duis v\",\n \"estimateDeliveryHour\": \"1970-01-04T10:46:36.124Z\",\n \"created\": \"1990-08-15T05:49:58.995Z\",\n \"initialEstimateDeliveryHour\": \"1972-11-14T09:08:58.852Z\",\n \"deliveryDateTime\": \"1988-05-06T17:34:53.627Z\",\n \"estimateDeliveryDistance\": 67778226,\n \"travelledDeliveryDistance\": 34482293,\n \"orderNumber\": \"laboris id exercitation\",\n \"cteNumber\": \"consequat Excepteur dolore amet\",\n \"cteDate\": \"1954-01-23T23:28:50.480Z\",\n \"sender\": \"consequat proident dolor velit\",\n \"senderCity\": \"amet\",\n \"senderState\": 67151755,\n \"weight\": -21167379.03696224,\n \"cubicMeter\": -46500259.00140733,\n \"cubicMeterWeight\": 65861679.844784945,\n \"value\": 83076976.21341702,\n \"freightPriceReceived\": 77865073.32587448,\n \"deliveryAttempts\": -27841165,\n \"serviceTime\": -4946136,\n \"invoiceOrderOfServiceSerie\": \"fugiat et eiusmod Duis laborum\",\n \"leadTime\": \"1945-09-18T02:02:42.797Z\",\n \"cnpjcarrier\": \"dolor quis\",\n \"cnpjbranch\": \"tempor amet laborum \",\n \"idExternal\": \"veniam \",\n \"billingInfo\": [\n {\n \"receivableAmount\": 25676798.614978135,\n \"money\": 59716486.58797708,\n \"cheque\": -59936051.99372767,\n \"creditCard\": -77442303.13505036,\n \"webComment\": \"in ullamco in voluptate\",\n \"carrierComment\": \"nisi qui reprehenderit ullamco\",\n \"billingConfirmDate\": \"1960-02-20T00:01:24.193Z\",\n \"created\": \"1996-09-29T15:57:44.123Z\"\n },\n {\n \"receivableAmount\": -66437582.18121412,\n \"money\": -77063491.16840893,\n \"cheque\": -32170031.748457626,\n \"creditCard\": -65874240.44254022,\n \"webComment\": \"magna qui \",\n \"carrierComment\": \"sint Duis deserunt\",\n \"billingConfirmDate\": \"1991-05-30T21:34:28.570Z\",\n \"created\": \"1971-01-17T07:37:34.857Z\"\n }\n ],\n \"deliveryServiceRouteItem\": [\n {\n \"idDeliveryServiceRouteItem\": -76536081,\n \"deliveryServiceRoute\": {\n \"idDeliveryServiceRoute\": 58328213,\n \"deliveryServiceRouteStatus\": {\n \"description\": \"proident velit irure\"\n },\n \"deliveryServiceDate\": \"2015-10-28T03:12:54.230Z\",\n \"created\": \"1972-01-13T17:35:20.648Z\",\n \"startWorkDayDateTime\": \"2003-12-28T22:45:54.378Z\",\n \"finishWorkDayDateTime\": \"1947-03-28T20:33:26.948Z\",\n \"itinerantDate\": \"1949-10-29T21:23:33.387Z\"\n },\n \"deliveryServiceRouteItemStatus\": {\n \"description\": \"s\"\n },\n \"nonDeliveryDescription\": \"id ut\",\n \"index\": -27700256,\n \"created\": \"1973-04-20T05:16:37.833Z\",\n \"startDisplacementDateTime\": \"1986-10-20T08:49:36.981Z\",\n \"startDisplacementLatitude\": 79591222.47692317,\n \"startDisplacementLongitude\": -19754870.67805788,\n \"finishedDisplacementLatitude\": 39278061.913956195,\n \"finishedDisplacementLongitude\": 22908743.35397102,\n \"receiverName\": \"magna in\",\n \"receiverDocument\": \"dolor ea\",\n \"description\": \"laborum\",\n \"deliveryArrived\": \"2003-12-09T14:27:42.352Z\",\n \"comment\": \"in exercitation Excepteur anim\",\n \"rating\": -65613853,\n \"pauseDisplacementDateTime\": \"1962-02-10T00:20:39.369Z\",\n \"deliveryLeft\": \"2004-01-12T15:20:49.413Z\",\n \"deliveryReason\": {\n \"description\": \"occaecat ex proident voluptate\"\n }\n },\n {\n \"idDeliveryServiceRouteItem\": 82249224,\n \"deliveryServiceRoute\": {\n \"idDeliveryServiceRoute\": 22255070,\n \"deliveryServiceRouteStatus\": {\n \"description\": \"ad sit veniam aliqua\"\n },\n \"deliveryServiceDate\": \"2004-04-30T06:08:52.265Z\",\n \"created\": \"1948-02-29T20:00:50.112Z\",\n \"startWorkDayDateTime\": \"2016-10-19T00:20:24.076Z\",\n \"finishWorkDayDateTime\": \"1984-01-27T11:27:40.997Z\",\n \"itinerantDate\": \"2021-12-21T20:33:04.533Z\"\n },\n \"deliveryServiceRouteItemStatus\": {\n \"description\": \"quis dese\"\n },\n \"nonDeliveryDescription\": \"laboris ad nisi\",\n \"index\": 24468472,\n \"created\": \"2015-09-02T21:16:41.758Z\",\n \"startDisplacementDateTime\": \"1959-10-23T07:38:05.684Z\",\n \"startDisplacementLatitude\": 174741.88797014952,\n \"startDisplacementLongitude\": -33919791.24965427,\n \"finishedDisplacementLatitude\": 34200483.987427026,\n \"finishedDisplacementLongitude\": 8169423.854587302,\n \"receiverName\": \"dolore aliquip et sint nulla\",\n \"receiverDocument\": \"mollit dolore eu in pariatur\",\n \"description\": \"ut\",\n \"deliveryArrived\": \"1956-01-18T05:49:37.914Z\",\n \"comment\": \"esse voluptate commodo es\",\n \"rating\": 19342132,\n \"pauseDisplacementDateTime\": \"1953-03-14T18:57:34.659Z\",\n \"deliveryLeft\": \"1975-05-15T01:03:14.094Z\",\n \"deliveryReason\": {\n \"description\": \"in culpa ut\"\n }\n }\n ]\n }\n ]\n}", "cookie": [] }, { "_": { "postman_previewlanguage": "text" }, - "id": "999c8f08-05c1-4c95-85bf-181160fb8817", + "id": "6c758ad4-54dc-4ac0-b347-813faa1002ca", "name": "Bad Request", "originalRequest": { "url": { @@ -1927,7 +1927,7 @@ "_": { "postman_previewlanguage": "text" }, - "id": "01ffa46f-e56c-404d-928c-f5fa57b7d15a", + "id": "cd910a58-7d8e-4fe5-8e47-a1be535a8efc", "name": "Not Found", "originalRequest": { "url": { @@ -2003,7 +2003,7 @@ { "listen": "test", "script": { - "id": "24ff96ef-2ff9-44af-af00-da6dbe3286b9", + "id": "63594b99-624a-48b9-b56c-132faa10abd4", "type": "text/javascript", "exec": [ "// Validate status 2xx \npm.test(\"[GET]::/services/invoice - Status code is 2xx\", function () {\n pm.response.to.be.success;\n});\n", @@ -2040,7 +2040,7 @@ } ], "info": { - "_postman_id": "cd0153b6-1882-451b-9e9a-432ac6ad682e", + "_postman_id": "f3b09d8d-c0c3-49f9-a081-d3fde44a4540", "name": "VTEX Tracking API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "description": { From 7425d5f6b7be3cdb7b02130a4cdf196f9fc1fc54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isabella=20Veloso=20S=C3=A1?= <77300325+Isabella-Veloso@users.noreply.github.com> Date: Fri, 28 Jul 2023 11:33:52 -0300 Subject: [PATCH 10/14] Update VTEX - Tracking.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Júlia Rabello <77292838+julia-rabello@users.noreply.github.com> --- VTEX - Tracking.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VTEX - Tracking.json b/VTEX - Tracking.json index 95ab970ab..503f83836 100644 --- a/VTEX - Tracking.json +++ b/VTEX - Tracking.json @@ -265,7 +265,7 @@ { "name": "dateInit", "in": "query", - "description": "Initial date of registration, of the requested service. The date format is `yyyy-mm-dd`.", + "description": "Initial date of registration of the requested service. The date format is `yyyy-mm-dd`.", "style": "form", "schema": { "type": "string", From 4f695e453749e853606edaf6a047a468899f44f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isabella=20Veloso=20S=C3=A1?= <77300325+Isabella-Veloso@users.noreply.github.com> Date: Fri, 28 Jul 2023 11:34:03 -0300 Subject: [PATCH 11/14] Update VTEX - Tracking.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Júlia Rabello <77292838+julia-rabello@users.noreply.github.com> --- VTEX - Tracking.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VTEX - Tracking.json b/VTEX - Tracking.json index 503f83836..f6383b7cf 100644 --- a/VTEX - Tracking.json +++ b/VTEX - Tracking.json @@ -276,7 +276,7 @@ { "name": "dateEnd", "in": "query", - "description": "End date of registration, of the requested service. The date format is `yyyy-mm-dd`.\n\r\n\rMake sure that the period of time between `dateInit` and `dateEnd` is not greater than 30 days.", + "description": "End date of registration of the requested service. The date format is `yyyy-mm-dd`.\n\r\n\rMake sure that the period of time between `dateInit` and `dateEnd` is not greater than 30 days.", "style": "form", "schema": { "type": "string", From f1637d96e3b1d63e06996a313ca359ec02dea02c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isabella=20Veloso=20S=C3=A1?= <77300325+Isabella-Veloso@users.noreply.github.com> Date: Fri, 28 Jul 2023 11:34:18 -0300 Subject: [PATCH 12/14] Update VTEX - Tracking.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Júlia Rabello <77292838+julia-rabello@users.noreply.github.com> --- VTEX - Tracking.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VTEX - Tracking.json b/VTEX - Tracking.json index f6383b7cf..cbfb9b19f 100644 --- a/VTEX - Tracking.json +++ b/VTEX - Tracking.json @@ -281,7 +281,7 @@ "schema": { "type": "string", "format": "date", - "example": "202-07-29" + "example": "2023-07-29" } }, { From 80882555f1a0db866ad470491292fce761952ad0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isabella=20Veloso=20S=C3=A1?= <77300325+Isabella-Veloso@users.noreply.github.com> Date: Fri, 28 Jul 2023 11:34:26 -0300 Subject: [PATCH 13/14] Update VTEX - Tracking.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Júlia Rabello <77292838+julia-rabello@users.noreply.github.com> --- VTEX - Tracking.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VTEX - Tracking.json b/VTEX - Tracking.json index cbfb9b19f..08bab6ac5 100644 --- a/VTEX - Tracking.json +++ b/VTEX - Tracking.json @@ -494,7 +494,7 @@ { "name": "dateInit", "in": "query", - "description": "Initial date of registration, of the requested service. The date format is `yyyy-mm-dd`.", + "description": "Initial date of registration of the requested service. The date format is `yyyy-mm-dd`.", "style": "form", "schema": { "type": "string", From 19800dd1c217b66373dd762ed947e262d7f09416 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isabella=20Veloso=20S=C3=A1?= <77300325+Isabella-Veloso@users.noreply.github.com> Date: Fri, 28 Jul 2023 11:34:35 -0300 Subject: [PATCH 14/14] Update VTEX - Tracking.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Júlia Rabello <77292838+julia-rabello@users.noreply.github.com> --- VTEX - Tracking.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VTEX - Tracking.json b/VTEX - Tracking.json index 08bab6ac5..1f9d26093 100644 --- a/VTEX - Tracking.json +++ b/VTEX - Tracking.json @@ -505,7 +505,7 @@ { "name": "dateEnd", "in": "query", - "description": "End date of registration, of the requested service. The date format is `yyyy-mm-dd`.\n\r\n\rMake sure that the period of time between `dateInit` and `dateEnd` is not greater than 30 days.", + "description": "End date of registration of the requested service. The date format is `yyyy-mm-dd`.\n\r\n\rMake sure that the period of time between `dateInit` and `dateEnd` is not greater than 30 days.", "style": "form", "schema": { "type": "string",