{"info":{"_postman_id":"039e70c5-036e-4cc0-a406-c60ed58297e6","name":"QuickLog API - Pública","description":"<html><head></head><body><p>A API possibilita uma maneira moderna e fácil de realizar integrações com toda a camada de negócios e de gerenciamento do Portal Quicklog.</p>\n<h2 id=\"funcionalidades\">Funcionalidades</h2>\n<ul>\n<li><p>Autenticação</p>\n</li>\n<li><p>Gerenciamento de Listas e Entregas</p>\n</li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"19215984","collectionId":"039e70c5-036e-4cc0-a406-c60ed58297e6","publishedId":"2sA3drGuJX","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-06-25T19:28:09.000Z"},"item":[{"name":"Login - Padrão","item":[{"name":"01 -  Obter Token Temporário","event":[{"listen":"test","script":{"id":"10ebfcd6-e685-4b6c-8f23-a83fcf7962dd","exec":["var jsonData = pm.response.json();\r","pm.environment.set(\"authToken\", jsonData.token);\r","pm.environment.set(\"clientId\", jsonData.clients[0].id);\r",""],"type":"text/javascript","packages":{}}}],"id":"67ca7465-fbe7-4975-bfc6-43a11a43486f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{   \r\n    \"userName\":\"{{userName}}\",\r\n    \"password\":\"{{password}}\"\r\n}"},"url":"{{baseUrl}}/api/v1/auth/tokens","description":"<p><strong>Dados da Requisição:</strong><br />Inclua os seguintes dados no corpo da requisição:</p>\n<ul>\n<li><p><strong>userName (email de acesso):</strong> Seu email de acesso</p>\n</li>\n<li><p><strong>password (senha):</strong> Sua senha de acesso</p>\n</li>\n</ul>\n<p><strong>Dados do Retorno:</strong></p>\n<p>A resposta da API conterá o token de acesso, caso a autenticação seja bem-sucedida. O token deve ser armazenado de forma segura para uso em requisições subsequentes.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"039e70c5-036e-4cc0-a406-c60ed58297e6","id":"039e70c5-036e-4cc0-a406-c60ed58297e6","name":"QuickLog API - Pública","type":"collection"}},"urlObject":{"path":["api","v1","auth","tokens"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"404958f6-031a-4b3c-a150-e8b754be74ab","name":"Exemplo 1","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{   \r\n    \"userName\":\"{{userName}}\",\r\n    \"password\":\"{{password}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/auth/tokens"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 20 Jun 2024 12:42:34 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"361"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"clients\": [\n        {\n            \"id\": 0,\n            \"name\": \"Lorem\"\n        },\n        {\n            \"id\": 0,\n            \"name\": \"Lorem\"\n        }\n    ],\n    \"token\": \"Lorem\"\n}"},{"id":"0c0da6fa-1799-41b2-b6ca-d212eb043f17","name":"Exemplo 2","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{   \r\n    \"userName\":\"{{userName}}\",\r\n    \"password\":\"{{password}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/auth/tokens"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 20 Jun 2024 13:04:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"82"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"title\",\n    \"status\": 401,\n    \"detail\": \"detail\"\n}"},{"id":"9edefdd3-de8c-401b-aa72-c5970fae8852","name":"Exemplo 3","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{   \r\n    \"userName\":\"{{userName}}\",\r\n    \"password\":\"{{password}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/auth/tokens"},"status":"Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 20 Jun 2024 13:04:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"82"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"title\",\n    \"status\": 500,\n    \"detail\": \"detail\"\n}"}],"_postman_id":"67ca7465-fbe7-4975-bfc6-43a11a43486f"},{"name":"02 - Obter Perfil","event":[{"listen":"test","script":{"id":"116e3962-4b3e-46eb-bcde-6d80588fab12","exec":["var jsonData = pm.response.json();\r","pm.environment.set(\"roleId\", jsonData.roles[0].id);\r","\r",""],"type":"text/javascript","packages":{}}}],"id":"3fcf2fb8-0419-4a84-a512-55c45767d65b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseUrl}}/api/v1/auth/roles?client={{clientId}}","description":"<p>Utilizado para obter a lista de Perfis de acesso disponíveis para o usuário/token.</p>\n","urlObject":{"path":["api","v1","auth","roles"],"host":["{{baseUrl}}"],"query":[{"key":"client","value":"{{clientId}}"}],"variable":[]}},"response":[{"id":"82d17a83-defa-48aa-92d8-2ec092d0df5d","name":"Exemplo 1","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"{{baseUrl}}/api/v1/auth/roles?client={{clientId}}","host":["{{baseUrl}}"],"path":["api","v1","auth","roles"],"query":[{"key":"client","value":"{{clientId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Wed, 19 Jun 2024 15:31:10 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"250"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"roles\": [\n        {\n            \"id\": 0,\n            \"name\": \" Letraset \"\n        }\n    ]\n}"},{"id":"9baa1dd8-0428-42d7-83a2-d5918706420f","name":"Exemplo 2","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"{{baseUrl}}/api/v1/auth/roles?client={{clientId}}","host":["{{baseUrl}}"],"path":["api","v1","auth","roles"],"query":[{"key":"client","value":"{{clientId}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Wed, 19 Jun 2024 15:32:10 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"69"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"title\",\n    \"status\": 401,\n    \"detail\": \"detail\"\n}"},{"id":"37480fec-24ac-4f0d-bdc5-be59c171c1fe","name":"Exemplo 3","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"{{baseUrl}}/api/v1/auth/roles?client={{clientId}}","host":["{{baseUrl}}"],"path":["api","v1","auth","roles"],"query":[{"key":"client","value":"{{clientId}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 20 Jun 2024 13:03:37 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"136"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"must-revalidate,no-cache,no-store"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"servlet\": \"servlet\",\n    \"message\": \"message\",\n    \"url\": \"/api/v1/auth/roles\",\n    \"status\": \"401\"\n}"},{"id":"68ed09c0-5d27-4768-9102-fa988b753559","name":"Exemplo 4","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"{{baseUrl}}/api/v1/auth/roles?client={{clientId}}","host":["{{baseUrl}}"],"path":["api","v1","auth","roles"],"query":[{"key":"client","value":"{{clientId}}"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 20 Jun 2024 13:03:37 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"136"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"must-revalidate,no-cache,no-store"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"servlet\": \"servlet\",\n    \"message\": \"message\",\n    \"url\": \"/api/v1/auth/roles\",\n    \"status\": \"404\"\n}"},{"id":"14459fad-0bd6-4de7-89c0-5bd042589674","name":"Exemplo 5","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"{{baseUrl}}/api/v1/auth/roles?client={{clientId}}","host":["{{baseUrl}}"],"path":["api","v1","auth","roles"],"query":[{"key":"client","value":"{{clientId}}"}]}},"status":"Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 20 Jun 2024 13:03:37 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"136"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"must-revalidate,no-cache,no-store"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"title\",\n    \"status\": 500,\n    \"detail\": \"detail\"\n}"}],"_postman_id":"3fcf2fb8-0419-4a84-a512-55c45767d65b"},{"name":"03 - Obter Organização","event":[{"listen":"test","script":{"id":"2730d7dd-471a-4358-866a-499b289aba23","exec":["var jsonData = pm.response.json();\r","pm.environment.set(\"organizationId\", jsonData.organizations[5].id);\r","\r",""],"type":"text/javascript","packages":{}}}],"id":"d3ccb8f4-e75b-4941-a837-90846cc223c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseUrl}}/api/v1/auth/organizations?client={{clientId}}&role={{roleId}}","description":"<p>Utilizado para obter a lista de Organizações disponíveis para o usuário/token.</p>\n","urlObject":{"path":["api","v1","auth","organizations"],"host":["{{baseUrl}}"],"query":[{"key":"client","value":"{{clientId}}"},{"key":"role","value":"{{roleId}}"}],"variable":[]}},"response":[{"id":"d570921c-53a6-4958-94d8-e09f0165fe69","name":"Exemplo 1","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"{{baseUrl}}/api/v1/auth/roles?client={{clientId}}","host":["{{baseUrl}}"],"path":["api","v1","auth","roles"],"query":[{"key":"client","value":"{{clientId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Wed, 19 Jun 2024 15:33:39 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2027"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"organizations\": [\n        {\n            \"id\": 0,\n            \"name\": \"Lorem\"\n        }\n    ]\n}"},{"id":"f4863d18-290c-4cc6-8083-2a1fba31bbda","name":"Exemplo 2","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"{{baseUrl}}/api/v1/auth/organizations?client={{clientId}}&role={{roleId}}","host":["{{baseUrl}}"],"path":["api","v1","auth","organizations"],"query":[{"key":"client","value":"{{clientId}}"},{"key":"role","value":"{{roleId}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 20 Jun 2024 13:05:10 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"67"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"title\",\n    \"status\": 401,\n    \"detail\": \"detail\"\n}"},{"id":"fd248b1a-60a5-41c5-a4bb-c5853c4630bd","name":"Exemplo 3","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"{{baseUrl}}/api/v1/auth/organizations?client={{clientId}}&role={{roleId}}","host":["{{baseUrl}}"],"path":["api","v1","auth","organizations"],"query":[{"key":"client","value":"{{clientId}}"},{"key":"role","value":"{{roleId}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 20 Jun 2024 13:03:12 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"144"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"must-revalidate,no-cache,no-store"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"servlet\": \"servlet\",\n    \"message\": \"message\",\n    \"url\": \"/api/v1/auth/organizations\",\n    \"status\": \"401\"\n}"},{"id":"423648d5-ddba-4ec1-aac5-7eb94c122aca","name":"Exemplo 4","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"{{baseUrl}}/api/v1/auth/organizations?client={{clientId}}&role={{roleId}}","host":["{{baseUrl}}"],"path":["api","v1","auth","organizations"],"query":[{"key":"client","value":"{{clientId}}"},{"key":"role","value":"{{roleId}}"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 20 Jun 2024 13:03:12 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"144"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"must-revalidate,no-cache,no-store"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"servlet\": \"servlet\",\n    \"message\": \"message\",\n    \"url\": \"/api/v1/auth/organizations\",\n    \"status\": \"404\"\n}"},{"id":"47473674-3f8f-41ff-bcd6-006863cd284e","name":"Exemplo 5","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"{{baseUrl}}/api/v1/auth/organizations?client={{clientId}}&role={{roleId}}","host":["{{baseUrl}}"],"path":["api","v1","auth","organizations"],"query":[{"key":"client","value":"{{clientId}}"},{"key":"role","value":"{{roleId}}"}]}},"status":"Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 20 Jun 2024 13:03:12 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"144"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"must-revalidate,no-cache,no-store"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"title\",\n    \"status\": 500,\n    \"detail\": \"detail\"\n}"}],"_postman_id":"d3ccb8f4-e75b-4941-a837-90846cc223c3"},{"name":"04 - Obter Armazém","event":[{"listen":"test","script":{"id":"13dcd189-573c-4c53-b4d7-782566ad08e2","exec":["var jsonData = pm.response.json();\r","pm.environment.set(\"warehouseId\",jsonData.warehouses[0].id)"],"type":"text/javascript","packages":{}}}],"id":"0f091b0e-abac-4164-adf4-cc8e0de29262","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseUrl}}/api/v1/auth/warehouses?client={{clientId}}&role={{roleId}}&organization={{organizationId}}","description":"<p>Utilizado para obter a lista de Armazéns disponíveis para o usuário/token.</p>\n","urlObject":{"path":["api","v1","auth","warehouses"],"host":["{{baseUrl}}"],"query":[{"key":"client","value":"{{clientId}}"},{"key":"role","value":"{{roleId}}"},{"key":"organization","value":"{{organizationId}}"}],"variable":[]}},"response":[{"id":"0d3a543c-bf52-4e61-9f6f-76cfc7ef441d","name":"Exemplo 1","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"{{baseUrl}}/api/v1/auth/warehouses?client={{clientId}}&role={{roleId}}&organization={{organizationId}}","host":["{{baseUrl}}"],"path":["api","v1","auth","warehouses"],"query":[{"key":"client","value":"{{clientId}}"},{"key":"role","value":"{{roleId}}"},{"key":"organization","value":"{{organizationId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 20 Jun 2024 12:57:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"95"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"warehouses\": [\n        {\n            \"id\": 0,\n            \"name\": \"Lorem\"\n        },\n        {\n            \"id\": 0,\n            \"name\": \"Lorem \"\n        }\n    ]\n}"},{"id":"70d21993-1a23-4f08-a644-fce9bb087baf","name":"Exemplo 2","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"{{baseUrl}}/api/v1/auth/warehouses?client={{clientId}}&role={{roleId}}&organization={{organizationId}}","host":["{{baseUrl}}"],"path":["api","v1","auth","warehouses"],"query":[{"key":"client","value":"{{clientId}}"},{"key":"role","value":"{{roleId}}"},{"key":"organization","value":"{{organizationId}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 20 Jun 2024 13:10:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"75"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"title\",\n    \"status\": 401,\n    \"detail\": \"detail\"\n}"},{"id":"63fadce4-1525-4659-8d3d-bdb265a61392","name":"Exemplo 3","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"{{baseUrl}}/api/v1/auth/warehouses?client={{clientId}}&role={{roleId}}&organization={{organizationId}}","host":["{{baseUrl}}"],"path":["api","v1","auth","warehouses"],"query":[{"key":"client","value":"{{clientId}}"},{"key":"role","value":"{{roleId}}"},{"key":"organization","value":"{{organizationId}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 20 Jun 2024 13:09:13 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"138"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"must-revalidate,no-cache,no-store"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"servlet\": \"servlet\",\n    \"message\": \"message\",\n    \"url\": \"/api/v1/auth/warehouses\",\n    \"status\": \"401\"\n}"},{"id":"2d62ff28-0883-4d96-91d9-044763211da9","name":"Exemplo 4","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"{{baseUrl}}/api/v1/auth/warehouses?client={{clientId}}&role={{roleId}}&organization={{organizationId}}","host":["{{baseUrl}}"],"path":["api","v1","auth","warehouses"],"query":[{"key":"client","value":"{{clientId}}"},{"key":"role","value":"{{roleId}}"},{"key":"organization","value":"{{organizationId}}"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 20 Jun 2024 13:09:13 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"138"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"must-revalidate,no-cache,no-store"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"servlet\": \"servlet\",\n    \"message\": \"message\",\n    \"url\": \"/api/v1/auth/warehouses\",\n    \"status\": \"404\"\n}"},{"id":"a7f23ae4-b322-4e4c-8d69-f358e273dedf","name":"Exemplo 5","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"{{baseUrl}}/api/v1/auth/warehouses?client={{clientId}}&role={{roleId}}&organization={{organizationId}}","host":["{{baseUrl}}"],"path":["api","v1","auth","warehouses"],"query":[{"key":"client","value":"{{clientId}}"},{"key":"role","value":"{{roleId}}"},{"key":"organization","value":"{{organizationId}}"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 20 Jun 2024 13:09:13 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"138"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"must-revalidate,no-cache,no-store"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"title\",\n    \"status\": 500,\n    \"detail\": \"detail\"\n}"}],"_postman_id":"0f091b0e-abac-4164-adf4-cc8e0de29262"},{"name":"05 - Obter Idioma","event":[{"listen":"test","script":{"id":"ce4b8f81-8ce3-48bb-84ce-e6215d55b387","exec":["var jsonData = pm.response.json();\r","pm.environment.set(\"language\", jsonData.AD_Language);"],"type":"text/javascript","packages":{}}}],"id":"aa21c44b-0045-4577-babb-8c4f49692582","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseUrl}}/api/v1/auth/language?client={{clientId}}","description":"<p>Utilizado para obter o Idioma padrão da Empresa</p>\n","urlObject":{"path":["api","v1","auth","language"],"host":["{{baseUrl}}"],"query":[{"key":"client","value":"{{clientId}}"}],"variable":[]}},"response":[{"id":"ec61c8ba-5e9b-4aab-b097-f2f90d8a562c","name":"Exemplo 1","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"{{baseUrl}}/api/v1/auth/language?client={{clientId}}","host":["{{baseUrl}}"],"path":["api","v1","auth","language"],"query":[{"key":"client","value":"{{clientId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 20 Jun 2024 12:58:12 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"23"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"AD_Language\": \"pt_BR\"\n}"},{"id":"81176c7e-213e-4545-a72b-e772abec445c","name":"Exemplo 2","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"{{baseUrl}}/api/v1/auth/language?client={{clientId}}","host":["{{baseUrl}}"],"path":["api","v1","auth","language"],"query":[{"key":"client","value":"{{clientId}}"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 20 Jun 2024 13:13:22 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"136"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"must-revalidate,no-cache,no-store"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"servlet\": \"cservlet\",\n    \"message\": \"message\",\n    \"url\": \"/api/v1/auth/language\",\n    \"status\": \"404\"\n}"},{"id":"feb9d7e5-4d82-4798-b92a-d3bd7b2f68cf","name":"Exemplo 3","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"{{baseUrl}}/api/v1/auth/language?client={{clientId}}","host":["{{baseUrl}}"],"path":["api","v1","auth","language"],"query":[{"key":"client","value":"{{clientId}}"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 20 Jun 2024 13:13:22 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"136"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"must-revalidate,no-cache,no-store"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"title\",\n    \"status\": 500,\n    \"detail\": \"detail\"\n}"}],"_postman_id":"aa21c44b-0045-4577-babb-8c4f49692582"},{"name":"06 - Token Requisição","event":[{"listen":"test","script":{"id":"05dbf935-47d7-4f9f-839a-c815f2f7a2fb","exec":["var jsonData = pm.response.json();\r","pm.environment.set(\"authToken\", jsonData.token);\r","pm.environment.set(\"refreshToken\", jsonData.refresh_token);\r","pm.environment.set(\"userId\", jsonData.userId);\r",""],"type":"text/javascript","packages":{}}}],"id":"29fa6e30-e095-4f80-971e-1844a1ea1fe5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"clientId\": {{clientId}},\r\n  \"roleId\": {{roleId}},\r\n  \"organizationId\": {{organizationId}},\r\n  \"warehouseId\": {{warehouseId}}\r\n}"},"url":"{{baseUrl}}/api/v1/auth/tokens","description":"<p>Utilizado para atualizar o Bearer Token gerado pela primeira requisição com os valores de Empresa, Perfil, Organização, Armazém e Idioma.</p>\n<p>Um novo token é retornado para uso como cabeçalho de solicitação de autorização (Bearer {token}) para outras chamadas na API.</p>\n","urlObject":{"path":["api","v1","auth","tokens"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"1e05d98f-b93b-4cc6-a66f-41fbd8499b7f","name":"Exemplo 1","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"clientId\": {{clientId}},\r\n  \"roleId\": {{roleId}},\r\n  \"organizationId\": {{organizationId}},\r\n  \"warehouseId\": {{warehouseId}}\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/auth/tokens"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 20 Jun 2024 12:58:37 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"773"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"userId\": 0,\n    \"language\": \"pt_BR\",\n    \"token\": \"Loremipsumdolorsitamet,consecteturadipiscingelit.Seddeiusmodtemporincididuntutlaboreetdoloremagnaaliqua.Utenimadminimveniam,quisnostrudexercitationullamcolaborisnisiutaliquipexeacommodoconsequat.Duisauteiruredolorinreprehenderitinvoluptatevelitessecillumdoloreeufugiatnullapariatur.Excepteursorsintoccaecatcupidatatnonproident,suntinculpaquiofficiadeseruntmollitanimidestlaborum\",\n    \"refresh_token\": \"Loremipsumdolorsitamet,consecteturadipiscingelit.Seddeiusmodtemporincididuntutlaboreetdoloremagnaaliqua.Utenimadminimveniam,quisnostrudexercitationullamcolaborisnisiutaliquipexeacommodoconsequat.Duisauteiruredolorinreprehenderitinvoluptatevelitessecillumdoloreeufugiatnullapariatur.Excepteursorsintoccaecatcupidatatnonproident,suntinculpaquiofficiadeseruntmollitanimidestlaborum.\"\n}"},{"id":"d13351d4-c787-4853-9d53-794e82f4eddd","name":"Exemplo 2","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"clientId\": {{clientId}},\r\n  \"roleId\": {{roleId}},\r\n  \"organizationId\": {{organizationId}},\r\n  \"warehouseId\": {{warehouseId}}\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/auth/tokens"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 20 Jun 2024 13:00:13 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"71"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"Authenticate error\",\n    \"status\": 401,\n    \"detail\": \"Invalid clientId\"\n}"},{"id":"0e94060f-c73a-456c-8779-67466ed08c0d","name":"Exemplo 3","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"clientId\": {{clientId}},\r\n  \"roleId\": {{roleId}},\r\n  \"organizationId\": {{organizationId}},\r\n  \"warehouseId\": {{warehouseId}}\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/auth/tokens"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 20 Jun 2024 13:00:13 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"71"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"title\",\n    \"status\": 500,\n    \"detail\": \"detail\"\n}"}],"_postman_id":"29fa6e30-e095-4f80-971e-1844a1ea1fe5"}],"id":"6ed7f8a6-0e8c-4ee9-91f8-d919cfd7d6a6","description":"<p>Login em seis Passos</p>\n","_postman_id":"6ed7f8a6-0e8c-4ee9-91f8-d919cfd7d6a6","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"039e70c5-036e-4cc0-a406-c60ed58297e6","id":"039e70c5-036e-4cc0-a406-c60ed58297e6","name":"QuickLog API - Pública","type":"collection"}}},{"name":"Login em um passo","item":[{"name":"01 - Login","event":[{"listen":"test","script":{"id":"c13877bf-87e5-4a0a-93a9-47a1d283057a","exec":["var jsonData = pm.response.json();\r","pm.environment.set(\"authToken\", jsonData.token);\r","pm.environment.set(\"refreshToken\", jsonData.refresh_token);\r","pm.environment.set(\"userId\", jsonData.userId);\r",""],"type":"text/javascript","packages":{}}}],"id":"37bd5532-7383-4009-947b-2e064cd5d34e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userName\":\"{{userName}}\",\r\n    \"password\":\"{{password}}\",\r\n    \"parameters\": {\r\n        \"clientId\": {{clientId}},\r\n        \"roleId\": {{roleId}},\r\n        \"organizationId\": {{organizationId}},\r\n        \"warehouseId\": {{warehouseId}},\r\n        \"language\": \"{{language}}\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/auth/tokens","description":"<p>Utilizado quando você já conhece todas as informações de login necessárias para acessar o sistema</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"039e70c5-036e-4cc0-a406-c60ed58297e6","id":"039e70c5-036e-4cc0-a406-c60ed58297e6","name":"QuickLog API - Pública","type":"collection"}},"urlObject":{"path":["api","v1","auth","tokens"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"4a549e6e-e7d8-4c03-8edc-8b1331ba4ff0","name":"Exemplo 1","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userName\":\"{{userName}}\",\r\n    \"password\":\"{{password}}\",\r\n    \"parameters\": {\r\n        \"clientId\": {{clientId}},\r\n        \"roleId\": {{roleId}},\r\n        \"organizationId\": {{organizationId}},\r\n        \"warehouseId\": {{warehouseId}},\r\n        \"language\": \"{{language}}\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/auth/tokens"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 20 Jun 2024 13:01:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"773"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"userId\": 0,\n    \"language\": \"pt_BR\",\n    \"token\": \"Loremipsumdolorsitamet,consecteturadipiscingelit.Seddeiusmodtemporincididuntutlaboreetdoloremagnaaliqua.Utenimadminimveniam,quisnostrudexercitationullamcolaborisnisiutaliquipexeacommodoconsequat.Duisauteiruredolorinreprehenderitinvoluptatevelitessecillumdoloreeufugiatnullapariatur.Excepteursorsintoccaecatcupidatatnonproident,suntinculpaquiofficiadeseruntmollitanimidestlaborum\",\n    \"refresh_token\": \"Loremipsumdolorsitamet,consecteturadipiscingelit.Seddeiusmodtemporincididuntutlaboreetdoloremagnaaliqua.Utenimadminimveniam,quisnostrudexercitationullamcolaborisnisiutaliquipexeacommodoconsequat.Duisauteiruredolorinreprehenderitinvoluptatevelitessecillumdoloreeufugiatnullapariatur.Excepteursorsintoccaecatcupidatatnonproident,suntinculpaquiofficiadeseruntmollitanimidestlaborum\"\n}"},{"id":"fe2f3575-c13c-4b3b-9118-3fbd33c90ac4","name":"Exemplo 2","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userName\":\"{{userName}}\",\r\n    \"password\":\"{{password}}\",\r\n    \"parameters\": {\r\n        \"clientId\": {{clientId}},\r\n        \"roleId\": {{roleId}},\r\n        \"organizationId\": {{organizationId}},\r\n        \"warehouseId\": {{warehouseId}},\r\n        \"language\": \"{{language}}\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/auth/tokens"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 20 Jun 2024 13:02:15 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"82"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"Authenticate error\",\n    \"status\": 401,\n    \"detail\": \"Invalid User ID or Password\"\n}"},{"id":"e8423d74-7692-48ec-a65b-97dbc5ea14c0","name":"Exemplo 3","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userName\":\"{{userName}}\",\r\n    \"password\":\"{{password}}\",\r\n    \"parameters\": {\r\n        \"clientId\": {{clientId}},\r\n        \"roleId\": {{roleId}},\r\n        \"organizationId\": {{organizationId}},\r\n        \"warehouseId\": {{warehouseId}},\r\n        \"language\": \"{{language}}\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/auth/tokens"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 20 Jun 2024 13:02:15 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"82"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"title\",\n    \"status\": 500,\n    \"detail\": \"detail\"\n}"}],"_postman_id":"37bd5532-7383-4009-947b-2e064cd5d34e"}],"id":"f3cb4e75-78c9-41d9-ad3b-fa437770d311","_postman_id":"f3cb4e75-78c9-41d9-ad3b-fa437770d311","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"039e70c5-036e-4cc0-a406-c60ed58297e6","id":"039e70c5-036e-4cc0-a406-c60ed58297e6","name":"QuickLog API - Pública","type":"collection"}}},{"name":"Lista de Entrega","item":[{"name":"01 - Criar Lista","event":[{"listen":"test","script":{"id":"a7e79157-7482-4a98-b5bd-18eccee3a14b","exec":["var jsonData = pm.response.json();\r","pm.environment.set(\"QL_ListaEntrega_ID\", jsonData.id);\r",""],"type":"text/javascript","packages":{}}}],"id":"88aca4ba-fdce-42b6-a182-4f6bdb3cc659","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"QL_NumeroReferencia\":\"1000006\",\r\n   \"QL_CPF\":{{QL_CpfMotorista}},\r\n   \"AD_User_ID\":{{QL_Motorista_ID}},\r\n   \"QL_Placa\":\"coa5q89\",\r\n   \"AD_Org_ID\":{{organizationId}},\r\n   \"QL_DocumentoOrigem\":\"https://wiki.idempiere.org/en/REST_Web_Services\",\r\n   \"QL_EnderecoInicio_ID\": {\r\n        \"address1\": \"Rua Paulo Rebessi\",\r\n        \"address2\": \"665\",\r\n        \"address3\": \"Cidade Jardim\",\r\n        \"regionName\": \"SP\",\r\n        \"city\" : \"Leme\" ,\r\n        \"postal\": \"13614-260\"\r\n   },\r\n   \"QL_DataPrevista\":\"2022-08-10T00:00:00Z\",\r\n   \"QL_EnderecoFim_ID\": {\r\n        \"address1\": \"Rua Paulo Rebessi\",\r\n        \"address2\": \"665\",\r\n        \"address3\": \"Cidade Jardim\",\r\n        \"regionName\": \"SP\",\r\n        \"city\" : \"Leme\" ,\r\n        \"postal\": \"13614-260\"\r\n   }\r\n}"},"url":"{{baseUrl}}/api/v1/models/ql_listaentrega","description":"<p>Utilizado para criar uma lista de entrega</p>\n","urlObject":{"path":["api","v1","models","ql_listaentrega"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"1901633d-ebb3-4a75-917e-94d8ac0cb610","name":"Exemplo 1","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"QL_NumeroReferencia\":\"1000006\",\r\n   \"QL_CPF\":{{QL_CpfMotorista}},\r\n   \"AD_User_ID\":{{QL_Motorista_ID}},\r\n   \"QL_Placa\":\"aaa1111\",\r\n   \"AD_Org_ID\":{{organizationId}},\r\n   \"QL_DocumentoOrigem\":\"https://wiki.idempiere.org/en/REST_Web_Services\",\r\n   \"QL_EnderecoInicio_ID\": {\r\n        \"address1\": \"Rua Paulo Rebessi\",\r\n        \"address2\": \"665\",\r\n        \"address3\": \"Cidade Jardim\",\r\n        \"regionName\": \"SP\",\r\n        \"city\" : \"Leme\" ,\r\n        \"postal\": \"13614-260\"\r\n   },\r\n   \"QL_DataPrevista\":\"2022-08-10T00:00:00Z\",\r\n   \"QL_EnderecoFim_ID\": {\r\n        \"address1\": \"Rua Paulo Rebessi\",\r\n        \"address2\": \"665\",\r\n        \"address3\": \"Cidade Jardim\",\r\n        \"regionName\": \"SP\",\r\n        \"city\" : \"Leme\" ,\r\n        \"postal\": \"13614-260\"\r\n   }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/models/ql_listaentrega"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 20 Jun 2024 18:34:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2947"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1046368,\n    \"uid\": \"0f864098-e4af-4e8f-8705-6205d311b8a5\",\n    \"AD_Client_ID\": {\n        \"propertyLabel\": \"Empresa\",\n        \"id\": 0,\n        \"identifier\": \"01- quickLog\",\n        \"model-name\": \"ad_client\"\n    },\n    \"AD_Org_ID\": {\n        \"propertyLabel\": \"Organização\",\n        \"id\": 0,\n        \"identifier\": \"nome organizacao\",\n        \"model-name\": \"ad_org\"\n    },\n    \"IsActive\": true,\n    \"Created\": \"2024-06-20T15:34:52Z\",\n    \"CreatedBy\": {\n        \"propertyLabel\": \"Criado por\",\n        \"id\": 0,\n        \"identifier\": \"usuario logado\",\n        \"model-name\": \"ad_user\"\n    },\n    \"Updated\": \"2024-06-20T15:34:52Z\",\n    \"UpdatedBy\": {\n        \"propertyLabel\": \"Atualizado por\",\n        \"id\": 0,\n        \"identifier\": \"usuario logado\",\n        \"model-name\": \"ad_user\"\n    },\n    \"QL_DataPrevista\": \"2022-08-10T00:00:00Z\",\n    \"QL_EnderecoFim_ID\": {\n        \"propertyLabel\": \"Endereço Final\",\n        \"id\": 0,\n        \"identifier\": \"Rua Paulo Rebessi, 665, Cidade Jardim, , Leme,  13614-260\",\n        \"model-name\": \"c_location\",\n        \"AD_Client_ID\": {\n            \"propertyLabel\": \"Empresa\",\n            \"id\": 0,\n            \"identifier\": \"01- quickLog\",\n            \"model-name\": \"ad_client\"\n        },\n        \"AD_Org_ID\": {\n            \"propertyLabel\": \"Organização\",\n            \"id\": 0,\n            \"identifier\": \"nome organizacao\",\n            \"model-name\": \"ad_org\"\n        },\n        \"Address1\": \"Rua Paulo Rebessi\",\n        \"Address2\": \"665\",\n        \"Address3\": \"Cidade Jardim\",\n        \"C_Country_ID\": {\n            \"propertyLabel\": \"País\",\n            \"id\": 0,\n            \"identifier\": \"Brasil\",\n            \"model-name\": \"c_country\"\n        },\n        \"C_Location_UU\": \"21c94dd4-bce4-409f-8559-6653ba3e1d40\",\n        \"City\": \"Leme\",\n        \"Created\": \"2024-06-20 15:34:52.799\",\n        \"CreatedBy\": \"100\",\n        \"IsActive\": \"true\",\n        \"IsValid\": \"false\",\n        \"Postal\": \"13614-260\",\n        \"Updated\": \"2024-06-20 15:34:52.799\",\n        \"UpdatedBy\": \"100\"\n    },\n    \"QL_EnderecoInicio_ID\": {\n        \"propertyLabel\": \"Endereço Inicial\",\n        \"id\": 0,\n        \"identifier\": \"Rua Paulo Rebessi, 665, Cidade Jardim, , Leme,  13614-260\",\n        \"model-name\": \"c_location\",\n        \"AD_Client_ID\": {\n            \"propertyLabel\": \"Empresa\",\n            \"id\": 0,\n            \"identifier\": \"01- quickLog\",\n            \"model-name\": \"ad_client\"\n        },\n        \"AD_Org_ID\": {\n            \"propertyLabel\": \"Organização\",\n            \"id\": 0,\n            \"identifier\": \"nome organizacao\",\n            \"model-name\": \"ad_org\"\n        },\n        \"Address1\": \"Rua Paulo Rebessi\",\n        \"Address2\": \"665\",\n        \"Address3\": \"Cidade Jardim\",\n        \"C_Country_ID\": {\n            \"propertyLabel\": \"País\",\n            \"id\": 0,\n            \"identifier\": \"Brasil\",\n            \"model-name\": \"c_country\"\n        },\n        \"C_Location_UU\": \"dd2fda75-7aeb-4b6c-a1fd-3d5191527382\",\n        \"City\": \"Leme\",\n        \"Created\": \"2024-06-20 15:34:52.812\",\n        \"CreatedBy\": \"100\",\n        \"IsActive\": \"true\",\n        \"IsValid\": \"false\",\n        \"Postal\": \"13614-260\",\n        \"Updated\": \"2024-06-20 15:34:52.812\",\n        \"UpdatedBy\": \"100\"\n    },\n    \"QL_Equipamento_ID\": {\n        \"propertyLabel\": \"Equipamento\",\n        \"id\": 0,\n        \"identifier\": \"aaa1111\",\n        \"model-name\": \"ql_equipamento\"\n    },\n    \"QL_IsAprovada\": false,\n    \"QL_IsDownloaded\": false,\n    \"QL_IsErroEnderecoFim\": false,\n    \"QL_IsFinalizada\": false,\n    \"QL_IsForaSeq\": false,\n    \"QL_IsIniciada\": false,\n    \"QL_IsReRoteirizada\": false,\n    \"QL_IsSeqObrigatoria\": false,\n    \"QL_NumeroReferencia\": \"1000006\",\n    \"DocumentNo\": \"1000000\",\n    \"QL_SeqNo\": 0,\n    \"AD_User_ID\": {\n        \"propertyLabel\": \"Usuário/Contato\",\n        \"id\": 0,\n        \"identifier\": \"quicklog usuario\",\n        \"model-name\": \"ad_user\"\n    },\n    \"QL_CPF\": \"000.000.000-00\",\n    \"QL_CNPJ\": \"00.000.000/0000-00\",\n    \"QL_Placa\": \"aaa1111\",\n    \"QL_NomeMotorista\": \"quicklog usuario\",\n    \"QL_IsCriadoPorIntegracao\": false,\n    \"QL_IsRetornando\": false,\n    \"QL_DocumentoOrigem\": \"https://wiki.idempiere.org/en/REST_Web_Services\",\n    \"model-name\": \"ql_listaentrega\"\n}"},{"id":"7475efe9-854f-4cd1-bd3f-a2f953aa2fde","name":"Exemplo 2","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"QL_NumeroReferencia\":\"1000006\",\r\n   \"QL_CPF\":{{QL_CpfMotorista}},\r\n   \"AD_User_ID\":{{QL_Motorista_ID}},\r\n   \"QL_Placa\":\"coa5q89\",\r\n   \"AD_Org_ID\":{{organizationId}},\r\n   \"QL_DocumentoOrigem\":\"https://wiki.idempiere.org/en/REST_Web_Services\",\r\n   \"QL_EnderecoInicio_ID\": {\r\n        \"address1\": \"Rua Paulo Rebessi\",\r\n        \"address2\": \"665\",\r\n        \"address3\": \"Cidade Jardim\",\r\n        \"regionName\": \"SP\",\r\n        \"city\" : \"Leme\" ,\r\n        \"postal\": \"13614-260\"\r\n   },\r\n   \"QL_DataPrevista\":\"2022-08-10T00:00:00Z\",\r\n   \"QL_EnderecoFim_ID\": {\r\n        \"address1\": \"Rua Paulo Rebessi\",\r\n        \"address2\": \"665\",\r\n        \"address3\": \"Cidade Jardim\",\r\n        \"regionName\": \"SP\",\r\n        \"city\" : \"Leme\" ,\r\n        \"postal\": \"13614-260\"\r\n   }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/models/ql_listaentrega"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 20 Jun 2024 18:17:16 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"148"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"must-revalidate,no-cache,no-store"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"servlet\": \"servlet\",\n    \"message\": \"message\",\n    \"url\": \"/api/v1/models/ql_listaentrega\",\n    \"status\": \"401\"\n}"},{"id":"e14f82f8-b266-456f-b175-3eef958f495d","name":"Exemplo 3","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"QL_NumeroReferencia\":\"1000006\",\r\n   \"QL_CPF\":{{QL_CpfMotorista}},\r\n   \"AD_User_ID\":{{QL_Motorista_ID}},\r\n   \"QL_Placa\":\"coa5q89\",\r\n   \"AD_Org_ID\":{{organizationId}},\r\n   \"QL_DocumentoOrigem\":\"https://wiki.idempiere.org/en/REST_Web_Services\",\r\n   \"QL_EnderecoInicio_ID\": {\r\n        \"address1\": \"Rua Paulo Rebessi\",\r\n        \"address2\": \"665\",\r\n        \"address3\": \"Cidade Jardim\",\r\n        \"regionName\": \"SP\",\r\n        \"city\" : \"Leme\" ,\r\n        \"postal\": \"13614-260\"\r\n   },\r\n   \"QL_DataPrevista\":\"2022-08-10T00:00:00Z\",\r\n   \"QL_EnderecoFim_ID\": {\r\n        \"address1\": \"Rua Paulo Rebessi\",\r\n        \"address2\": \"665\",\r\n        \"address3\": \"Cidade Jardim\",\r\n        \"regionName\": \"SP\",\r\n        \"city\" : \"Leme\" ,\r\n        \"postal\": \"13614-260\"\r\n   }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/models/ql_listaentrega"},"status":"Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 20 Jun 2024 15:04:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"118"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"title\",\n    \"status\": 500,\n    \"detail\": \"detail\"\n}"},{"id":"935f7c35-0d62-475f-acae-2fe9cf58bbe2","name":"Exemplo 4","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"QL_NumeroReferencia\":\"1000006\",\r\n   \"QL_CPF\":{{QL_CpfMotorista}},\r\n   \"AD_User_ID\":{{QL_Motorista_ID}},\r\n   \"QL_Placa\":\"coa5q89\",\r\n   \"AD_Org_ID\":{{organizationId}},\r\n   \"QL_DocumentoOrigem\":\"https://wiki.idempiere.org/en/REST_Web_Services\",\r\n   \"QL_EnderecoInicio_ID\": {\r\n        \"address1\": \"Rua Paulo Rebessi\",\r\n        \"address2\": \"665\",\r\n        \"address3\": \"Cidade Jardim\",\r\n        \"regionName\": \"SP\",\r\n        \"city\" : \"Leme\" ,\r\n        \"postal\": \"13614-260\"\r\n   },\r\n   \"QL_DataPrevista\":\"2022-08-10T00:00:00Z\",\r\n   \"QL_EnderecoFim_ID\": {\r\n        \"address1\": \"Rua Paulo Rebessi\",\r\n        \"address2\": \"665\",\r\n        \"address3\": \"Cidade Jardim\",\r\n        \"regionName\": \"SP\",\r\n        \"city\" : \"Leme\" ,\r\n        \"postal\": \"13614-260\"\r\n   }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/models/ql_listaentrega"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 20 Jun 2024 15:04:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"118"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"title\",\n    \"status\": 404,\n    \"detail\": \"detail\"\n}"}],"_postman_id":"88aca4ba-fdce-42b6-a182-4f6bdb3cc659"},{"name":"02 - Criar Lista com Entrega","event":[{"listen":"test","script":{"id":"a7e79157-7482-4a98-b5bd-18eccee3a14b","exec":["var jsonData = pm.response.json();\r","pm.environment.set(\"QL_ListaEntrega_ID\", jsonData.id);\r","pm.environment.set(\"QL_Entrega_ID\",jsonData.QL_Entrega[0].id);"],"type":"text/javascript","packages":{}}}],"id":"38c064b7-2ec0-4363-8e4e-54cd645ce3e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"QL_NumeroReferencia\":\"1000006\",\r\n   \"QL_CPF\":{{QL_CpfMotorista}},\r\n   \"AD_User_ID\":{{QL_Motorista_ID}},\r\n   \"QL_Placa\":\"aaa1111\",\r\n   \"AD_Org_ID\":{{organizationId}},\r\n   \"QL_DocumentoOrigem\":\"https://wiki.idempiere.org/en/REST_Web_Services\",\r\n   \"QL_EnderecoInicio_ID\": {\r\n        \"address1\": \"Rua Paulo Rebessi\",\r\n        \"address2\": \"665\",\r\n        \"address3\": \"Cidade Jardim\",\r\n        \"regionName\": \"SP\",\r\n        \"city\" : \"Leme\" ,\r\n        \"postal\": \"13614-260\"\r\n   },\r\n   \"QL_DataPrevista\":\"2022-08-10T00:00:00Z\",\r\n   \"QL_EnderecoFim_ID\": {\r\n        \"address1\": \"Rua Paulo Rebessi\",\r\n        \"address2\": \"665\",\r\n        \"address3\": \"Cidade Jardim\",\r\n        \"regionName\": \"SP\",\r\n        \"city\" : \"Leme\" ,\r\n        \"postal\": \"13614-260\"\r\n   },\r\n   \"QL_Entrega\":[\r\n      {    \r\n         \"QL_SeqNo\":\"10\",\r\n         \"QL_NumeroReferencia\":\"P80018\",\r\n         \"QL_NomeDestinatario\":\"DEVCOFFEE SISTEMAS DE GESTAO INTEGRADA LTDA\",\r\n         \"QL_EnderecoDestino_ID\": {\r\n            \"address1\": \"Rua Paulo Rebessi\",\r\n            \"address2\": \"665\",\r\n            \"address3\": \"Cidade Jardim\",\r\n            \"regionName\": \"SP\",\r\n            \"city\" : \"Leme\" ,\r\n            \"postal\": \"13614-260\"\r\n         },\r\n         \"QL_DataPrevista\":\"2022-08-10T00:00:00Z\",\r\n         \"QL_EMail\":\"\",\r\n         \"QL_TipoCadastro\":\"PJ\",\r\n         \"QL_CNPJ\":\"13.823.508/0001-31\",\r\n         \"QL_DocumentoOrigem\":\"https://wiki.idempiere.org/en/REST_Web_Services\"\r\n      }\r\n   ]\r\n}"},"url":"{{baseUrl}}/api/v1/models/ql_listaentrega","description":"<p>Utilizado para criar uma lista de entrega com entregas em uma só requisição</p>\n","urlObject":{"path":["api","v1","models","ql_listaentrega"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"01903a20-7575-482d-9c8b-16d3f6a6e417","name":"Exemplo 1","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"QL_NumeroReferencia\":\"1000006\",\r\n   \"QL_CPF\":{{QL_CpfMotorista}},\r\n   \"AD_User_ID\":{{QL_Motorista_ID}},\r\n   \"QL_Placa\":\"aaa1111\",\r\n   \"AD_Org_ID\":{{organizationId}},\r\n   \"QL_DocumentoOrigem\":\"https://wiki.idempiere.org/en/REST_Web_Services\",\r\n   \"QL_EnderecoInicio_ID\": {\r\n        \"address1\": \"Rua Paulo Rebessi\",\r\n        \"address2\": \"665\",\r\n        \"address3\": \"Cidade Jardim\",\r\n        \"regionName\": \"SP\",\r\n        \"city\" : \"Leme\" ,\r\n        \"postal\": \"13614-260\"\r\n   },\r\n   \"QL_DataPrevista\":\"2022-08-10T00:00:00Z\",\r\n   \"QL_EnderecoFim_ID\": {\r\n        \"address1\": \"Rua Paulo Rebessi\",\r\n        \"address2\": \"665\",\r\n        \"address3\": \"Cidade Jardim\",\r\n        \"regionName\": \"SP\",\r\n        \"city\" : \"Leme\" ,\r\n        \"postal\": \"13614-260\"\r\n   },\r\n   \"QL_Entrega\":[\r\n      {    \r\n         \"QL_SeqNo\":\"10\",\r\n         \"QL_NumeroReferencia\":\"P80018\",\r\n         \"QL_NomeDestinatario\":\"DEVCOFFEE SISTEMAS DE GESTAO INTEGRADA LTDA\",\r\n         \"QL_EnderecoDestino_ID\": {\r\n            \"address1\": \"Rua Paulo Rebessi\",\r\n            \"address2\": \"665\",\r\n            \"address3\": \"Cidade Jardim\",\r\n            \"regionName\": \"SP\",\r\n            \"city\" : \"Leme\" ,\r\n            \"postal\": \"13614-260\"\r\n         },\r\n         \"QL_DataPrevista\":\"2022-08-10T00:00:00Z\",\r\n         \"QL_EMail\":\"\",\r\n         \"QL_TipoCadastro\":\"PJ\",\r\n         \"QL_CNPJ\":\"13.823.508/0001-31\",\r\n         \"QL_DocumentoOrigem\":\"https://wiki.idempiere.org/en/REST_Web_Services\"\r\n      }\r\n   ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/models/ql_listaentrega"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 20 Jun 2024 19:34:36 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"5032"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1046376,\n    \"uid\": \"6bfb01a7-08d3-4d5a-b92b-ff6c0c662115\",\n    \"AD_Client_ID\": {\n        \"propertyLabel\": \"Empresa\",\n        \"id\": 0,\n        \"identifier\": \"01- quickLog\",\n        \"model-name\": \"ad_client\"\n    },\n    \"AD_Org_ID\": {\n        \"propertyLabel\": \"Organização\",\n        \"id\": 0,\n        \"identifier\": \"nome organizacao\",\n        \"model-name\": \"ad_org\"\n    },\n    \"IsActive\": true,\n    \"Created\": \"2024-06-20T16:34:36Z\",\n    \"CreatedBy\": {\n        \"propertyLabel\": \"Criado por\",\n        \"id\": 0,\n        \"identifier\": \"SuperUser\",\n        \"model-name\": \"ad_user\"\n    },\n    \"Updated\": \"2024-06-20T16:34:36Z\",\n    \"UpdatedBy\": {\n        \"propertyLabel\": \"Atualizado por\",\n        \"id\": 0,\n        \"identifier\": \"SuperUser\",\n        \"model-name\": \"ad_user\"\n    },\n    \"QL_DataPrevista\": \"2022-08-10T00:00:00Z\",\n    \"QL_EnderecoFim_ID\": {\n        \"propertyLabel\": \"Endereço Final\",\n        \"id\": 0,\n        \"identifier\": \"Rua Paulo Rebessi, 665, Cidade Jardim, , Leme,  13614-260\",\n        \"model-name\": \"c_location\",\n        \"AD_Client_ID\": {\n            \"propertyLabel\": \"Empresa\",\n            \"id\": 0,\n            \"identifier\": \"01- quickLog\",\n            \"model-name\": \"ad_client\"\n        },\n        \"AD_Org_ID\": {\n            \"propertyLabel\": \"Organização\",\n            \"id\": 0,\n            \"identifier\": \"*\",\n            \"model-name\": \"ad_org\"\n        },\n        \"Address1\": \"Rua Paulo Rebessi\",\n        \"Address2\": \"665\",\n        \"Address3\": \"Cidade Jardim\",\n        \"C_Country_ID\": {\n            \"propertyLabel\": \"País\",\n            \"id\": 0,\n            \"identifier\": \"Brasil\",\n            \"model-name\": \"c_country\"\n        },\n        \"C_Location_UU\": \"ae074604-eeb3-40e2-99aa-a04e3d4eada5\",\n        \"City\": \"Leme\",\n        \"Created\": \"2024-06-20 16:34:36.779\",\n        \"CreatedBy\": \"100\",\n        \"IsActive\": \"true\",\n        \"IsValid\": \"false\",\n        \"Postal\": \"13614-260\",\n        \"Updated\": \"2024-06-20 16:34:36.779\",\n        \"UpdatedBy\": \"100\"\n    },\n    \"QL_EnderecoInicio_ID\": {\n        \"propertyLabel\": \"Endereço Inicial\",\n        \"id\": 0,\n        \"identifier\": \"Rua Paulo Rebessi, 665, Cidade Jardim, , Leme,  13614-260\",\n        \"model-name\": \"c_location\",\n        \"AD_Client_ID\": {\n            \"propertyLabel\": \"Empresa\",\n            \"id\": 0,\n            \"identifier\": \"01- quickLog\",\n            \"model-name\": \"ad_client\"\n        },\n        \"AD_Org_ID\": {\n            \"propertyLabel\": \"Organização\",\n            \"id\": 0,\n            \"identifier\": \"*\",\n            \"model-name\": \"ad_org\"\n        },\n        \"Address1\": \"Rua Paulo Rebessi\",\n        \"Address2\": \"665\",\n        \"Address3\": \"Cidade Jardim\",\n        \"C_Country_ID\": {\n            \"propertyLabel\": \"País\",\n            \"id\": 0,\n            \"identifier\": \"Brasil\",\n            \"model-name\": \"c_country\"\n        },\n        \"C_Location_UU\": \"dad43d58-1568-4022-9760-5a4728cde147\",\n        \"City\": \"Leme\",\n        \"Created\": \"2024-06-20 16:34:36.791\",\n        \"CreatedBy\": \"100\",\n        \"IsActive\": \"true\",\n        \"IsValid\": \"false\",\n        \"Postal\": \"13614-260\",\n        \"Updated\": \"2024-06-20 16:34:36.791\",\n        \"UpdatedBy\": \"100\"\n    },\n    \"QL_Equipamento_ID\": {\n        \"propertyLabel\": \"Equipamento\",\n        \"id\": 0,\n        \"identifier\": \"aaa1111\",\n        \"model-name\": \"ql_equipamento\"\n    },\n    \"QL_IsAprovada\": false,\n    \"QL_IsDownloaded\": false,\n    \"QL_IsErroEnderecoFim\": false,\n    \"QL_IsFinalizada\": false,\n    \"QL_IsForaSeq\": false,\n    \"QL_IsIniciada\": false,\n    \"QL_IsReRoteirizada\": false,\n    \"QL_IsSeqObrigatoria\": false,\n    \"QL_NumeroReferencia\": \"1000006\",\n    \"DocumentNo\": \"1051760\",\n    \"QL_SeqNo\": 0,\n    \"AD_User_ID\": {\n        \"propertyLabel\": \"Usuário/Contato\",\n        \"id\": 0,\n        \"identifier\": \"reginaldo roman arce\",\n        \"model-name\": \"ad_user\"\n    },\n    \"QL_CPF\": \"000.0000.000-00\",\n    \"QL_CNPJ\": \"00.000.000/0000-00\",\n    \"QL_Placa\": \"aaa1111\",\n    \"QL_NomeMotorista\": \"reginaldo roman arce\",\n    \"QL_IsCriadoPorIntegracao\": false,\n    \"QL_IsRetornando\": false,\n    \"QL_DocumentoOrigem\": \"https://wiki.idempiere.org/en/REST_Web_Services\",\n    \"model-name\": \"ql_listaentrega\",\n    \"QL_Entrega\": [\n        {\n            \"id\": 0,\n            \"uid\": \"042eb970-f7ae-4f61-b0e3-558002652752\",\n            \"AD_Client_ID\": {\n                \"propertyLabel\": \"Empresa\",\n                \"id\": 0,\n                \"identifier\": \"01- quickLog\",\n                \"model-name\": \"ad_client\"\n            },\n            \"AD_Org_ID\": {\n                \"propertyLabel\": \"Organização\",\n                \"id\": 0,\n                \"identifier\": \"nome organizacao\",\n                \"model-name\": \"ad_org\"\n            },\n            \"IsActive\": true,\n            \"Created\": \"2024-06-20T16:34:36Z\",\n            \"CreatedBy\": {\n                \"propertyLabel\": \"Criado por\",\n                \"id\": 0,\n                \"identifier\": \"SuperUser\",\n                \"model-name\": \"ad_user\"\n            },\n            \"Updated\": \"2024-06-20T16:34:36Z\",\n            \"UpdatedBy\": {\n                \"propertyLabel\": \"Atualizado por\",\n                \"id\": 0,\n                \"identifier\": \"SuperUser\",\n                \"model-name\": \"ad_user\"\n            },\n            \"QL_CNPJ\": \"00.000.000/0000-00\",\n            \"QL_DataPrevista\": \"2022-08-10T00:00:00Z\",\n            \"QL_EnderecoDestino_ID\": {\n                \"propertyLabel\": \"Endereço de Destino\",\n                \"id\": 0,\n                \"identifier\": \"Rua Paulo Rebessi, 665, Cidade Jardim, , Leme,  13614-260\",\n                \"model-name\": \"c_location\",\n                \"AD_Client_ID\": {\n                    \"propertyLabel\": \"Empresa\",\n                    \"id\": 0,\n                    \"identifier\": \"01- quickLog\",\n                    \"model-name\": \"ad_client\"\n                },\n                \"AD_Org_ID\": {\n                    \"propertyLabel\": \"Organização\",\n                    \"id\": 0,\n                    \"identifier\": \"*\",\n                    \"model-name\": \"ad_org\"\n                },\n                \"Address1\": \"Rua Paulo Rebessi\",\n                \"Address2\": \"665\",\n                \"Address3\": \"Cidade Jardim\",\n                \"C_Country_ID\": {\n                    \"propertyLabel\": \"País\",\n                    \"id\": 0,\n                    \"identifier\": \"Brasil\",\n                    \"model-name\": \"c_country\"\n                },\n                \"C_Location_UU\": \"c58d0c8f-c6a3-40b5-b543-45d1486f1de1\",\n                \"City\": \"Leme\",\n                \"Created\": \"2024-06-20 16:34:36.852\",\n                \"CreatedBy\": \"100\",\n                \"IsActive\": \"true\",\n                \"IsValid\": \"false\",\n                \"Postal\": \"13614-260\",\n                \"Updated\": \"2024-06-20 16:34:36.852\",\n                \"UpdatedBy\": \"100\"\n            },\n            \"QL_IsBlocked\": false,\n            \"QL_IsColeta\": false,\n            \"QL_IsErroDestino\": false,\n            \"QL_IsFinalizada\": false,\n            \"QL_IsIniciada\": false,\n            \"QL_IsRealizada\": false,\n            \"QL_KmPercorrido\": 0,\n            \"QL_ListaEntrega_ID\": {\n                \"propertyLabel\": \"Lista de Entrega\",\n                \"id\": 1046376,\n                \"identifier\": \"<1046376>\",\n                \"model-name\": \"ql_listaentrega\"\n            },\n            \"QL_NumeroReferencia\": \"P80018\",\n            \"QL_SeqNo\": 10,\n            \"QL_TipoCadastro\": {\n                \"propertyLabel\": \"Tipo de Cadastro\",\n                \"id\": \"PJ\",\n                \"identifier\": \"PJ - Pessoa Jurídica\",\n                \"model-name\": \"ad_ref_list\"\n            },\n            \"QL_NomeDestinatario\": \"DEVCOFFEE SISTEMAS DE GESTAO INTEGRADA LTDA\",\n            \"QL_IsSofreuOcorrencia\": false,\n            \"QL_DocumentoOrigem\": \"https://wiki.idempiere.org/en/REST_Web_Services\",\n            \"model-name\": \"ql_entrega\"\n        }\n    ]\n}"},{"id":"eb6b372e-908b-4c51-a786-b62aa89d11c6","name":"Exemplo 2","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"QL_NumeroReferencia\":\"1000006\",\r\n   \"QL_CPF\":{{QL_CpfMotorista}},\r\n   \"AD_User_ID\":{{QL_Motorista_ID}},\r\n   \"QL_Placa\":\"aaa1111\",\r\n   \"AD_Org_ID\":{{organizationId}},\r\n   \"QL_DocumentoOrigem\":\"https://wiki.idempiere.org/en/REST_Web_Services\",\r\n   \"QL_EnderecoInicio_ID\": {\r\n        \"address1\": \"Rua Paulo Rebessi\",\r\n        \"address2\": \"665\",\r\n        \"address3\": \"Cidade Jardim\",\r\n        \"regionName\": \"SP\",\r\n        \"city\" : \"Leme\" ,\r\n        \"postal\": \"13614-260\"\r\n   },\r\n   \"QL_DataPrevista\":\"2022-08-10T00:00:00Z\",\r\n   \"QL_EnderecoFim_ID\": {\r\n        \"address1\": \"Rua Paulo Rebessi\",\r\n        \"address2\": \"665\",\r\n        \"address3\": \"Cidade Jardim\",\r\n        \"regionName\": \"SP\",\r\n        \"city\" : \"Leme\" ,\r\n        \"postal\": \"13614-260\"\r\n   },\r\n   \"QL_Entrega\":[\r\n      {    \r\n         \"QL_SeqNo\":\"10\",\r\n         \"QL_NumeroReferencia\":\"P80018\",\r\n         \"QL_NomeDestinatario\":\"DEVCOFFEE SISTEMAS DE GESTAO INTEGRADA LTDA\",\r\n         \"QL_EnderecoDestino_ID\": {\r\n            \"address1\": \"Rua Paulo Rebessi\",\r\n            \"address2\": \"665\",\r\n            \"address3\": \"Cidade Jardim\",\r\n            \"regionName\": \"SP\",\r\n            \"city\" : \"Leme\" ,\r\n            \"postal\": \"13614-260\"\r\n         },\r\n         \"QL_DataPrevista\":\"2022-08-10T00:00:00Z\",\r\n         \"QL_EMail\":\"\",\r\n         \"QL_TipoCadastro\":\"PJ\",\r\n         \"QL_CNPJ\":\"13.823.508/0001-31\",\r\n         \"QL_DocumentoOrigem\":\"https://wiki.idempiere.org/en/REST_Web_Services\"\r\n      }\r\n   ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/models/ql_listaentrega"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 20 Jun 2024 18:17:16 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"148"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"must-revalidate,no-cache,no-store"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"servlet\": \"servlet\",\n    \"message\": \"message\",\n    \"url\": \"/api/v1/models/ql_listaentrega\",\n    \"status\": \"401\"\n}"},{"id":"59b3b99f-5345-4314-ad1e-dde9e299438b","name":"Exemplo 3","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"QL_NumeroReferencia\":\"1000006\",\r\n   \"QL_CPF\":{{QL_CpfMotorista}},\r\n   \"AD_User_ID\":{{QL_Motorista_ID}},\r\n   \"QL_Placa\":\"aaa1111\",\r\n   \"AD_Org_ID\":{{organizationId}},\r\n   \"QL_DocumentoOrigem\":\"https://wiki.idempiere.org/en/REST_Web_Services\",\r\n   \"QL_EnderecoInicio_ID\": {\r\n        \"address1\": \"Rua Paulo Rebessi\",\r\n        \"address2\": \"665\",\r\n        \"address3\": \"Cidade Jardim\",\r\n        \"regionName\": \"SP\",\r\n        \"city\" : \"Leme\" ,\r\n        \"postal\": \"13614-260\"\r\n   },\r\n   \"QL_DataPrevista\":\"2022-08-10T00:00:00Z\",\r\n   \"QL_EnderecoFim_ID\": {\r\n        \"address1\": \"Rua Paulo Rebessi\",\r\n        \"address2\": \"665\",\r\n        \"address3\": \"Cidade Jardim\",\r\n        \"regionName\": \"SP\",\r\n        \"city\" : \"Leme\" ,\r\n        \"postal\": \"13614-260\"\r\n   },\r\n   \"QL_Entrega\":[\r\n      {    \r\n         \"QL_SeqNo\":\"10\",\r\n         \"QL_NumeroReferencia\":\"P80018\",\r\n         \"QL_NomeDestinatario\":\"DEVCOFFEE SISTEMAS DE GESTAO INTEGRADA LTDA\",\r\n         \"QL_EnderecoDestino_ID\": {\r\n            \"address1\": \"Rua Paulo Rebessi\",\r\n            \"address2\": \"665\",\r\n            \"address3\": \"Cidade Jardim\",\r\n            \"regionName\": \"SP\",\r\n            \"city\" : \"Leme\" ,\r\n            \"postal\": \"13614-260\"\r\n         },\r\n         \"QL_DataPrevista\":\"2022-08-10T00:00:00Z\",\r\n         \"QL_EMail\":\"\",\r\n         \"QL_TipoCadastro\":\"PJ\",\r\n         \"QL_CNPJ\":\"13.823.508/0001-31\",\r\n         \"QL_DocumentoOrigem\":\"https://wiki.idempiere.org/en/REST_Web_Services\"\r\n      }\r\n   ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/models/ql_listaentrega"},"status":"Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 20 Jun 2024 15:04:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"118"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"title\",\n    \"status\": 500,\n    \"detail\": \"detail\"\n}"},{"id":"1e418234-4515-4b60-b0c4-c698f8b0b076","name":"Exemplo 4","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"QL_NumeroReferencia\":\"1000006\",\r\n   \"QL_CPF\":{{QL_CpfMotorista}},\r\n   \"AD_User_ID\":{{QL_Motorista_ID}},\r\n   \"QL_Placa\":\"aaa1111\",\r\n   \"AD_Org_ID\":{{organizationId}},\r\n   \"QL_DocumentoOrigem\":\"https://wiki.idempiere.org/en/REST_Web_Services\",\r\n   \"QL_EnderecoInicio_ID\": {\r\n        \"address1\": \"Rua Paulo Rebessi\",\r\n        \"address2\": \"665\",\r\n        \"address3\": \"Cidade Jardim\",\r\n        \"regionName\": \"SP\",\r\n        \"city\" : \"Leme\" ,\r\n        \"postal\": \"13614-260\"\r\n   },\r\n   \"QL_DataPrevista\":\"2022-08-10T00:00:00Z\",\r\n   \"QL_EnderecoFim_ID\": {\r\n        \"address1\": \"Rua Paulo Rebessi\",\r\n        \"address2\": \"665\",\r\n        \"address3\": \"Cidade Jardim\",\r\n        \"regionName\": \"SP\",\r\n        \"city\" : \"Leme\" ,\r\n        \"postal\": \"13614-260\"\r\n   },\r\n   \"QL_Entrega\":[\r\n      {    \r\n         \"QL_SeqNo\":\"10\",\r\n         \"QL_NumeroReferencia\":\"P80018\",\r\n         \"QL_NomeDestinatario\":\"DEVCOFFEE SISTEMAS DE GESTAO INTEGRADA LTDA\",\r\n         \"QL_EnderecoDestino_ID\": {\r\n            \"address1\": \"Rua Paulo Rebessi\",\r\n            \"address2\": \"665\",\r\n            \"address3\": \"Cidade Jardim\",\r\n            \"regionName\": \"SP\",\r\n            \"city\" : \"Leme\" ,\r\n            \"postal\": \"13614-260\"\r\n         },\r\n         \"QL_DataPrevista\":\"2022-08-10T00:00:00Z\",\r\n         \"QL_EMail\":\"\",\r\n         \"QL_TipoCadastro\":\"PJ\",\r\n         \"QL_CNPJ\":\"13.823.508/0001-31\",\r\n         \"QL_DocumentoOrigem\":\"https://wiki.idempiere.org/en/REST_Web_Services\"\r\n      }\r\n   ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/models/ql_listaentrega"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 20 Jun 2024 15:04:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"118"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"title\",\n    \"status\": 404,\n    \"detail\": \"detail\"\n}"}],"_postman_id":"38c064b7-2ec0-4363-8e4e-54cd645ce3e1"},{"name":"03 - Criar Lista com Entrega e Documentos Fiscais","event":[{"listen":"test","script":{"id":"a7e79157-7482-4a98-b5bd-18eccee3a14b","exec":["var jsonData = pm.response.json();\r","pm.environment.set(\"QL_ListaEntrega_ID\", jsonData.id);\r","pm.environment.set(\"QL_Entrega_ID\",jsonData.QL_Entrega[0].id);"],"type":"text/javascript","packages":{}}}],"id":"6305ee21-816b-4e3b-b81b-bee02f46bfc7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"QL_NumeroReferencia\": \"1000006\",\r\n    \"QL_CPF\": {{QL_CpfMotorista}},\r\n    \"AD_User_ID\": {{QL_Motorista_ID}},\r\n    \"QL_Placa\": \"aaa1111\",\r\n    \"AD_Org_ID\": {{organizationId}},\r\n    \"QL_DocumentoOrigem\": \"https://wiki.idempiere.org/en/REST_Web_Services\",\r\n    \"QL_EnderecoInicio_ID\": {\r\n        \"address1\": \"Rua Paulo Rebessi\",\r\n        \"address2\": \"665\",\r\n        \"address3\": \"Cidade Jardim\",\r\n        \"regionName\": \"SP\",\r\n        \"city\": \"Leme\",\r\n        \"postal\": \"13614-260\"\r\n    },\r\n    \"QL_DataPrevista\": \"2022-08-10T00:00:00Z\",\r\n    \"QL_EnderecoFim_ID\": {\r\n        \"address1\": \"Rua Paulo Rebessi\",\r\n        \"address2\": \"665\",\r\n        \"address3\": \"Cidade Jardim\",\r\n        \"regionName\": \"SP\",\r\n        \"city\": \"Leme\",\r\n        \"postal\": \"13614-260\"\r\n    },\r\n    \"QL_Entrega\": [\r\n        {\r\n            \"QL_SeqNo\": \"10\",\r\n            \"QL_NumeroReferencia\": \"P80018\",\r\n            \"QL_NomeDestinatario\": \"DEVCOFFEE SISTEMAS DE GESTAO INTEGRADA LTDA\",\r\n            \"QL_EnderecoDestino_ID\": {\r\n                \"address1\": \"Rua Paulo Rebessi\",\r\n                \"address2\": \"665\",\r\n                \"address3\": \"Cidade Jardim\",\r\n                \"regionName\": \"SP\",\r\n                \"city\": \"Leme\",\r\n                \"postal\": \"13614-260\"\r\n            },\r\n            \"QL_DataPrevista\": \"2022-08-10T00:00:00Z\",\r\n            \"QL_EMail\": \"\",\r\n            \"QL_TipoCadastro\": \"PJ\",\r\n            \"QL_CNPJ\": \"13.823.508/0001-31\",\r\n            \"QL_DocumentoOrigem\": \"https://wiki.idempiere.org/en/REST_Web_Services\",\r\n            \"QL_DocFiscalEntrega\": [\r\n                {\r\n                    \"infnfe_id\": \"1234567889754378e965\"\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}"},"url":"{{baseUrl}}/api/v1/models/ql_listaentrega","description":"<p>Utilizado para criar uma lista de entrega com entregas e documentos fiscais em uma só requisição</p>\n","urlObject":{"path":["api","v1","models","ql_listaentrega"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"1c7db0ca-5881-46d1-9787-5437024af642","name":"Exemplo 1","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"QL_NumeroReferencia\": \"1000006\",\r\n    \"QL_CPF\": {{QL_CpfMotorista}},\r\n    \"AD_User_ID\": {{QL_Motorista_ID}},\r\n    \"QL_Placa\": \"aaa1111\",\r\n    \"AD_Org_ID\": {{organizationId}},\r\n    \"QL_DocumentoOrigem\": \"https://wiki.idempiere.org/en/REST_Web_Services\",\r\n    \"QL_EnderecoInicio_ID\": {\r\n        \"address1\": \"Rua Paulo Rebessi\",\r\n        \"address2\": \"665\",\r\n        \"address3\": \"Cidade Jardim\",\r\n        \"regionName\": \"SP\",\r\n        \"city\": \"Leme\",\r\n        \"postal\": \"13614-260\"\r\n    },\r\n    \"QL_DataPrevista\": \"2022-08-10T00:00:00Z\",\r\n    \"QL_EnderecoFim_ID\": {\r\n        \"address1\": \"Rua Paulo Rebessi\",\r\n        \"address2\": \"665\",\r\n        \"address3\": \"Cidade Jardim\",\r\n        \"regionName\": \"SP\",\r\n        \"city\": \"Leme\",\r\n        \"postal\": \"13614-260\"\r\n    },\r\n    \"QL_Entrega\": [\r\n        {\r\n            \"QL_SeqNo\": \"10\",\r\n            \"QL_NumeroReferencia\": \"P80018\",\r\n            \"QL_NomeDestinatario\": \"DEVCOFFEE SISTEMAS DE GESTAO INTEGRADA LTDA\",\r\n            \"QL_EnderecoDestino_ID\": {\r\n                \"address1\": \"Rua Paulo Rebessi\",\r\n                \"address2\": \"665\",\r\n                \"address3\": \"Cidade Jardim\",\r\n                \"regionName\": \"SP\",\r\n                \"city\": \"Leme\",\r\n                \"postal\": \"13614-260\"\r\n            },\r\n            \"QL_DataPrevista\": \"2022-08-10T00:00:00Z\",\r\n            \"QL_EMail\": \"\",\r\n            \"QL_TipoCadastro\": \"PJ\",\r\n            \"QL_CNPJ\": \"13.823.508/0001-31\",\r\n            \"QL_DocumentoOrigem\": \"https://wiki.idempiere.org/en/REST_Web_Services\",\r\n            \"QL_DocFiscalEntrega\": [\r\n                {\r\n                    \"infnfe_id\": \"1234567889754378e965\"\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/models/ql_listaentrega"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 20 Jun 2024 19:46:58 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"5826"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1046379,\n    \"uid\": \"fc47b602-de02-49e2-839a-797584d6dd48\",\n    \"AD_Client_ID\": {\n        \"propertyLabel\": \"Empresa\",\n        \"id\": 0,\n        \"identifier\": \"01- quickLog\",\n        \"model-name\": \"ad_client\"\n    },\n    \"AD_Org_ID\": {\n        \"propertyLabel\": \"Organização\",\n        \"id\": 0,\n        \"identifier\": \"nome organizacao\",\n        \"model-name\": \"ad_org\"\n    },\n    \"IsActive\": true,\n    \"Created\": \"2024-06-20T16:46:58Z\",\n    \"CreatedBy\": {\n        \"propertyLabel\": \"Criado por\",\n        \"id\": 0,\n        \"identifier\": \"SuperUser\",\n        \"model-name\": \"ad_user\"\n    },\n    \"Updated\": \"2024-06-20T16:46:58Z\",\n    \"UpdatedBy\": {\n        \"propertyLabel\": \"Atualizado por\",\n        \"id\": 0,\n        \"identifier\": \"SuperUser\",\n        \"model-name\": \"ad_user\"\n    },\n    \"QL_DataPrevista\": \"2022-08-10T00:00:00Z\",\n    \"QL_EnderecoFim_ID\": {\n        \"propertyLabel\": \"Endereço Final\",\n        \"id\": 0,\n        \"identifier\": \"Rua Paulo Rebessi, 665, Cidade Jardim, , Leme,  13614-260\",\n        \"model-name\": \"c_location\",\n        \"AD_Client_ID\": {\n            \"propertyLabel\": \"Empresa\",\n            \"id\": 0,\n            \"identifier\": \"01- quickLog\",\n            \"model-name\": \"ad_client\"\n        },\n        \"AD_Org_ID\": {\n            \"propertyLabel\": \"Organização\",\n            \"id\": 0,\n            \"identifier\": \"*\",\n            \"model-name\": \"ad_org\"\n        },\n        \"Address1\": \"Rua Paulo Rebessi\",\n        \"Address2\": \"665\",\n        \"Address3\": \"Cidade Jardim\",\n        \"C_Country_ID\": {\n            \"propertyLabel\": \"País\",\n            \"id\": 139,\n            \"identifier\": \"Brasil\",\n            \"model-name\": \"c_country\"\n        },\n        \"C_Location_UU\": \"cb816d1c-dd29-444b-9956-81724fbf8bee\",\n        \"City\": \"Leme\",\n        \"Created\": \"2024-06-20 16:46:58.38\",\n        \"CreatedBy\": \"100\",\n        \"IsActive\": \"true\",\n        \"IsValid\": \"false\",\n        \"Postal\": \"13614-260\",\n        \"Updated\": \"2024-06-20 16:46:58.38\",\n        \"UpdatedBy\": \"100\"\n    },\n    \"QL_EnderecoInicio_ID\": {\n        \"propertyLabel\": \"Endereço Inicial\",\n        \"id\": 0,\n        \"identifier\": \"Rua Paulo Rebessi, 665, Cidade Jardim, , Leme,  13614-260\",\n        \"model-name\": \"c_location\",\n        \"AD_Client_ID\": {\n            \"propertyLabel\": \"Empresa\",\n            \"id\": 0,\n            \"identifier\": \"01- quickLog\",\n            \"model-name\": \"ad_client\"\n        },\n        \"AD_Org_ID\": {\n            \"propertyLabel\": \"Organização\",\n            \"id\": 0,\n            \"identifier\": \"*\",\n            \"model-name\": \"ad_org\"\n        },\n        \"Address1\": \"Rua Paulo Rebessi\",\n        \"Address2\": \"665\",\n        \"Address3\": \"Cidade Jardim\",\n        \"C_Country_ID\": {\n            \"propertyLabel\": \"País\",\n            \"id\": 0,\n            \"identifier\": \"Brasil\",\n            \"model-name\": \"c_country\"\n        },\n        \"C_Location_UU\": \"322d17cf-3a0f-44e2-a778-8c7e69b9248a\",\n        \"City\": \"Leme\",\n        \"Created\": \"2024-06-20 16:46:58.389\",\n        \"CreatedBy\": \"100\",\n        \"IsActive\": \"true\",\n        \"IsValid\": \"false\",\n        \"Postal\": \"13614-260\",\n        \"Updated\": \"2024-06-20 16:46:58.389\",\n        \"UpdatedBy\": \"100\"\n    },\n    \"QL_Equipamento_ID\": {\n        \"propertyLabel\": \"Equipamento\",\n        \"id\": 0,\n        \"identifier\": \"aaa1111\",\n        \"model-name\": \"ql_equipamento\"\n    },\n    \"QL_IsAprovada\": false,\n    \"QL_IsDownloaded\": false,\n    \"QL_IsErroEnderecoFim\": false,\n    \"QL_IsFinalizada\": false,\n    \"QL_IsForaSeq\": false,\n    \"QL_IsIniciada\": false,\n    \"QL_IsReRoteirizada\": false,\n    \"QL_IsSeqObrigatoria\": false,\n    \"QL_NumeroReferencia\": \"1000006\",\n    \"DocumentNo\": \"1051763\",\n    \"QL_SeqNo\": 0,\n    \"AD_User_ID\": {\n        \"propertyLabel\": \"Usuário/Contato\",\n        \"id\": 0,\n        \"identifier\": \"reginaldo roman arce\",\n        \"model-name\": \"ad_user\"\n    },\n    \"QL_CPF\": \"000.000.000-00\",\n    \"QL_CNPJ\": \"00.000.000/0000-00\",\n    \"QL_Placa\": \"aaa1111\",\n    \"QL_NomeMotorista\": \"reginaldo roman arce\",\n    \"QL_IsCriadoPorIntegracao\": false,\n    \"QL_IsRetornando\": false,\n    \"QL_DocumentoOrigem\": \"https://wiki.idempiere.org/en/REST_Web_Services\",\n    \"model-name\": \"ql_listaentrega\",\n    \"QL_Entrega\": [\n        {\n            \"id\": 0,\n            \"uid\": \"78e9caee-481a-43da-a2c8-419f127ccd07\",\n            \"AD_Client_ID\": {\n                \"propertyLabel\": \"Empresa\",\n                \"id\": 0,\n                \"identifier\": \"01- quickLog\",\n                \"model-name\": \"ad_client\"\n            },\n            \"AD_Org_ID\": {\n                \"propertyLabel\": \"Organização\",\n                \"id\": 0,\n                \"identifier\": \"nome organizacao\",\n                \"model-name\": \"ad_org\"\n            },\n            \"IsActive\": true,\n            \"Created\": \"2024-06-20T16:46:58Z\",\n            \"CreatedBy\": {\n                \"propertyLabel\": \"Criado por\",\n                \"id\": 0,\n                \"identifier\": \"SuperUser\",\n                \"model-name\": \"ad_user\"\n            },\n            \"Updated\": \"2024-06-20T16:46:58Z\",\n            \"UpdatedBy\": {\n                \"propertyLabel\": \"Atualizado por\",\n                \"id\": 0,\n                \"identifier\": \"SuperUser\",\n                \"model-name\": \"ad_user\"\n            },\n            \"QL_CNPJ\": \"00.000.000/0000-00\",\n            \"QL_DataPrevista\": \"2022-08-10T00:00:00Z\",\n            \"QL_EnderecoDestino_ID\": {\n                \"propertyLabel\": \"Endereço de Destino\",\n                \"id\": 0,\n                \"identifier\": \"Rua Paulo Rebessi, 665, Cidade Jardim, , Leme,  13614-260\",\n                \"model-name\": \"c_location\",\n                \"AD_Client_ID\": {\n                    \"propertyLabel\": \"Empresa\",\n                    \"id\": 0,\n                    \"identifier\": \"01- quickLog\",\n                    \"model-name\": \"ad_client\"\n                },\n                \"AD_Org_ID\": {\n                    \"propertyLabel\": \"Organização\",\n                    \"id\": 0,\n                    \"identifier\": \"*\",\n                    \"model-name\": \"ad_org\"\n                },\n                \"Address1\": \"Rua Paulo Rebessi\",\n                \"Address2\": \"665\",\n                \"Address3\": \"Cidade Jardim\",\n                \"C_Country_ID\": {\n                    \"propertyLabel\": \"País\",\n                    \"id\": 0,\n                    \"identifier\": \"Brasil\",\n                    \"model-name\": \"c_country\"\n                },\n                \"C_Location_UU\": \"a3b9d021-62f4-43cf-aa5d-23deeace869b\",\n                \"City\": \"Leme\",\n                \"Created\": \"2024-06-20 16:46:58.432\",\n                \"CreatedBy\": \"100\",\n                \"IsActive\": \"true\",\n                \"IsValid\": \"false\",\n                \"Postal\": \"13614-260\",\n                \"Updated\": \"2024-06-20 16:46:58.432\",\n                \"UpdatedBy\": \"100\"\n            },\n            \"QL_IsBlocked\": false,\n            \"QL_IsColeta\": false,\n            \"QL_IsErroDestino\": false,\n            \"QL_IsFinalizada\": false,\n            \"QL_IsIniciada\": false,\n            \"QL_IsRealizada\": false,\n            \"QL_KmPercorrido\": 0,\n            \"QL_ListaEntrega_ID\": {\n                \"propertyLabel\": \"Lista de Entrega\",\n                \"id\": 0,\n                \"identifier\": \"<1046379>\",\n                \"model-name\": \"ql_listaentrega\"\n            },\n            \"QL_NumeroReferencia\": \"P80018\",\n            \"QL_SeqNo\": 0,\n            \"QL_TipoCadastro\": {\n                \"propertyLabel\": \"Tipo de Cadastro\",\n                \"id\": \"PJ\",\n                \"identifier\": \"PJ - Pessoa Jurídica\",\n                \"model-name\": \"ad_ref_list\"\n            },\n            \"QL_NomeDestinatario\": \"DEVCOFFEE SISTEMAS DE GESTAO INTEGRADA LTDA\",\n            \"QL_IsSofreuOcorrencia\": false,\n            \"QL_DocumentoOrigem\": \"https://wiki.idempiere.org/en/REST_Web_Services\",\n            \"model-name\": \"ql_entrega\",\n            \"QL_DocFiscalEntrega\": [\n                {\n                    \"id\": 0,\n                    \"uid\": \"070bd0fc-5786-492f-800a-0dd8a4bb252a\",\n                    \"AD_Client_ID\": {\n                        \"propertyLabel\": \"Empresa\",\n                        \"id\": 0,\n                        \"identifier\": \"01- quickLog\",\n                        \"model-name\": \"ad_client\"\n                    },\n                    \"AD_Org_ID\": {\n                        \"propertyLabel\": \"Organização\",\n                        \"id\": 0,\n                        \"identifier\": \"nome organizacao\",\n                        \"model-name\": \"ad_org\"\n                    },\n                    \"Created\": \"2024-06-20T16:46:58Z\",\n                    \"CreatedBy\": {\n                        \"propertyLabel\": \"Criado por\",\n                        \"id\": 0,\n                        \"identifier\": \"SuperUser\",\n                        \"model-name\": \"ad_user\"\n                    },\n                    \"Updated\": \"2024-06-20T16:46:58Z\",\n                    \"UpdatedBy\": {\n                        \"propertyLabel\": \"Atualizado por\",\n                        \"id\": 0,\n                        \"identifier\": \"SuperUser\",\n                        \"model-name\": \"ad_user\"\n                    },\n                    \"IsActive\": true,\n                    \"infnfe_id\": \"1234567889754378e965\",\n                    \"QL_IsEventoManifestado\": false,\n                    \"QL_Entrega_ID\": {\n                        \"propertyLabel\": \"Entrega\",\n                        \"id\": 0,\n                        \"identifier\": \"<1217250>\",\n                        \"model-name\": \"ql_entrega\"\n                    },\n                    \"model-name\": \"ql_docfiscalentrega\"\n                }\n            ]\n        }\n    ]\n}"},{"id":"1f028aed-8e16-47de-ae45-811e339234d5","name":"Exemplo 2","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"QL_NumeroReferencia\": \"1000006\",\r\n    \"QL_CPF\": {{QL_CpfMotorista}},\r\n    \"AD_User_ID\": {{QL_Motorista_ID}},\r\n    \"QL_Placa\": \"aaa1111\",\r\n    \"AD_Org_ID\": {{organizationId}},\r\n    \"QL_DocumentoOrigem\": \"https://wiki.idempiere.org/en/REST_Web_Services\",\r\n    \"QL_EnderecoInicio_ID\": {\r\n        \"address1\": \"Rua Paulo Rebessi\",\r\n        \"address2\": \"665\",\r\n        \"address3\": \"Cidade Jardim\",\r\n        \"regionName\": \"SP\",\r\n        \"city\": \"Leme\",\r\n        \"postal\": \"13614-260\"\r\n    },\r\n    \"QL_DataPrevista\": \"2022-08-10T00:00:00Z\",\r\n    \"QL_EnderecoFim_ID\": {\r\n        \"address1\": \"Rua Paulo Rebessi\",\r\n        \"address2\": \"665\",\r\n        \"address3\": \"Cidade Jardim\",\r\n        \"regionName\": \"SP\",\r\n        \"city\": \"Leme\",\r\n        \"postal\": \"13614-260\"\r\n    },\r\n    \"QL_Entrega\": [\r\n        {\r\n            \"QL_SeqNo\": \"10\",\r\n            \"QL_NumeroReferencia\": \"P80018\",\r\n            \"QL_NomeDestinatario\": \"DEVCOFFEE SISTEMAS DE GESTAO INTEGRADA LTDA\",\r\n            \"QL_EnderecoDestino_ID\": {\r\n                \"address1\": \"Rua Paulo Rebessi\",\r\n                \"address2\": \"665\",\r\n                \"address3\": \"Cidade Jardim\",\r\n                \"regionName\": \"SP\",\r\n                \"city\": \"Leme\",\r\n                \"postal\": \"13614-260\"\r\n            },\r\n            \"QL_DataPrevista\": \"2022-08-10T00:00:00Z\",\r\n            \"QL_EMail\": \"\",\r\n            \"QL_TipoCadastro\": \"PJ\",\r\n            \"QL_CNPJ\": \"13.823.508/0001-31\",\r\n            \"QL_DocumentoOrigem\": \"https://wiki.idempiere.org/en/REST_Web_Services\",\r\n            \"QL_DocFiscalEntrega\": [\r\n                {\r\n                    \"infnfe_id\": \"1234567889754378e965\"\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/models/ql_listaentrega"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 20 Jun 2024 18:17:16 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"148"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"must-revalidate,no-cache,no-store"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"servlet\": \"servlet\",\n    \"message\": \"message\",\n    \"url\": \"/api/v1/models/ql_listaentrega\",\n    \"status\": \"401\"\n}"},{"id":"bceb5f03-cfc6-4ef9-8bb1-a41a094f6a0f","name":"Exemplo 3","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"QL_NumeroReferencia\": \"1000006\",\r\n    \"QL_CPF\": {{QL_CpfMotorista}},\r\n    \"AD_User_ID\": {{QL_Motorista_ID}},\r\n    \"QL_Placa\": \"aaa1111\",\r\n    \"AD_Org_ID\": {{organizationId}},\r\n    \"QL_DocumentoOrigem\": \"https://wiki.idempiere.org/en/REST_Web_Services\",\r\n    \"QL_EnderecoInicio_ID\": {\r\n        \"address1\": \"Rua Paulo Rebessi\",\r\n        \"address2\": \"665\",\r\n        \"address3\": \"Cidade Jardim\",\r\n        \"regionName\": \"SP\",\r\n        \"city\": \"Leme\",\r\n        \"postal\": \"13614-260\"\r\n    },\r\n    \"QL_DataPrevista\": \"2022-08-10T00:00:00Z\",\r\n    \"QL_EnderecoFim_ID\": {\r\n        \"address1\": \"Rua Paulo Rebessi\",\r\n        \"address2\": \"665\",\r\n        \"address3\": \"Cidade Jardim\",\r\n        \"regionName\": \"SP\",\r\n        \"city\": \"Leme\",\r\n        \"postal\": \"13614-260\"\r\n    },\r\n    \"QL_Entrega\": [\r\n        {\r\n            \"QL_SeqNo\": \"10\",\r\n            \"QL_NumeroReferencia\": \"P80018\",\r\n            \"QL_NomeDestinatario\": \"DEVCOFFEE SISTEMAS DE GESTAO INTEGRADA LTDA\",\r\n            \"QL_EnderecoDestino_ID\": {\r\n                \"address1\": \"Rua Paulo Rebessi\",\r\n                \"address2\": \"665\",\r\n                \"address3\": \"Cidade Jardim\",\r\n                \"regionName\": \"SP\",\r\n                \"city\": \"Leme\",\r\n                \"postal\": \"13614-260\"\r\n            },\r\n            \"QL_DataPrevista\": \"2022-08-10T00:00:00Z\",\r\n            \"QL_EMail\": \"\",\r\n            \"QL_TipoCadastro\": \"PJ\",\r\n            \"QL_CNPJ\": \"13.823.508/0001-31\",\r\n            \"QL_DocumentoOrigem\": \"https://wiki.idempiere.org/en/REST_Web_Services\",\r\n            \"QL_DocFiscalEntrega\": [\r\n                {\r\n                    \"infnfe_id\": \"1234567889754378e965\"\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/models/ql_listaentrega"},"status":"Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 20 Jun 2024 15:04:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"118"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"title\",\n    \"status\": 500,\n    \"detail\": \"detail\"\n}"},{"id":"5d267069-48f7-45a7-9534-68cf3d20ee22","name":"Exemplo 4","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"QL_NumeroReferencia\": \"1000006\",\r\n    \"QL_CPF\": {{QL_CpfMotorista}},\r\n    \"AD_User_ID\": {{QL_Motorista_ID}},\r\n    \"QL_Placa\": \"aaa1111\",\r\n    \"AD_Org_ID\": {{organizationId}},\r\n    \"QL_DocumentoOrigem\": \"https://wiki.idempiere.org/en/REST_Web_Services\",\r\n    \"QL_EnderecoInicio_ID\": {\r\n        \"address1\": \"Rua Paulo Rebessi\",\r\n        \"address2\": \"665\",\r\n        \"address3\": \"Cidade Jardim\",\r\n        \"regionName\": \"SP\",\r\n        \"city\": \"Leme\",\r\n        \"postal\": \"13614-260\"\r\n    },\r\n    \"QL_DataPrevista\": \"2022-08-10T00:00:00Z\",\r\n    \"QL_EnderecoFim_ID\": {\r\n        \"address1\": \"Rua Paulo Rebessi\",\r\n        \"address2\": \"665\",\r\n        \"address3\": \"Cidade Jardim\",\r\n        \"regionName\": \"SP\",\r\n        \"city\": \"Leme\",\r\n        \"postal\": \"13614-260\"\r\n    },\r\n    \"QL_Entrega\": [\r\n        {\r\n            \"QL_SeqNo\": \"10\",\r\n            \"QL_NumeroReferencia\": \"P80018\",\r\n            \"QL_NomeDestinatario\": \"DEVCOFFEE SISTEMAS DE GESTAO INTEGRADA LTDA\",\r\n            \"QL_EnderecoDestino_ID\": {\r\n                \"address1\": \"Rua Paulo Rebessi\",\r\n                \"address2\": \"665\",\r\n                \"address3\": \"Cidade Jardim\",\r\n                \"regionName\": \"SP\",\r\n                \"city\": \"Leme\",\r\n                \"postal\": \"13614-260\"\r\n            },\r\n            \"QL_DataPrevista\": \"2022-08-10T00:00:00Z\",\r\n            \"QL_EMail\": \"\",\r\n            \"QL_TipoCadastro\": \"PJ\",\r\n            \"QL_CNPJ\": \"13.823.508/0001-31\",\r\n            \"QL_DocumentoOrigem\": \"https://wiki.idempiere.org/en/REST_Web_Services\",\r\n            \"QL_DocFiscalEntrega\": [\r\n                {\r\n                    \"infnfe_id\": \"1234567889754378e965\"\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/models/ql_listaentrega"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 20 Jun 2024 15:04:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"118"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"title\",\n    \"status\": 404,\n    \"detail\": \"detail\"\n}"}],"_postman_id":"6305ee21-816b-4e3b-b81b-bee02f46bfc7"},{"name":"04 - Obter Lista","event":[{"listen":"test","script":{"id":"826dba91-f54f-4c70-bd21-a76905a3830b","exec":[""],"type":"text/javascript","packages":{}}}],"id":"b4cdfdc7-049b-4ac6-ad5c-be9c87beaa60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseUrl}}/api/v1/models/ql_listaentrega/{{QL_ListaEntrega_ID}}","description":"<p>Utilizado para obter informações de uma lista de entrega</p>\n","urlObject":{"path":["api","v1","models","ql_listaentrega","{{QL_ListaEntrega_ID}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"72c36fe1-0178-4b56-bf6b-eba173ed8180","name":"Exemplo 1","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseUrl}}/api/v1/models/ql_listaentrega/{{QL_ListaEntrega_ID}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 20 Jun 2024 18:41:01 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2947"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1046368,\n    \"uid\": \"0f864098-e4af-4e8f-8705-6205d311b8a5\",\n    \"AD_Client_ID\": {\n        \"propertyLabel\": \"Empresa\",\n        \"id\": 0,\n        \"identifier\": \"01- quickLog\",\n        \"model-name\": \"ad_client\"\n    },\n    \"AD_Org_ID\": {\n        \"propertyLabel\": \"Organização\",\n        \"id\": 0,\n        \"identifier\": \"nome organizacao\",\n        \"model-name\": \"ad_org\"\n    },\n    \"IsActive\": true,\n    \"Created\": \"2024-06-20T15:34:52Z\",\n    \"CreatedBy\": {\n        \"propertyLabel\": \"Criado por\",\n        \"id\": 0,\n        \"identifier\": \"usuario logado\",\n        \"model-name\": \"ad_user\"\n    },\n    \"Updated\": \"2024-06-20T15:34:52Z\",\n    \"UpdatedBy\": {\n        \"propertyLabel\": \"Atualizado por\",\n        \"id\": 0,\n        \"identifier\": \"usuario logado\",\n        \"model-name\": \"ad_user\"\n    },\n    \"QL_DataPrevista\": \"2022-08-10T00:00:00Z\",\n    \"QL_EnderecoFim_ID\": {\n        \"propertyLabel\": \"Endereço Final\",\n        \"id\": 0,\n        \"identifier\": \"Rua Paulo Rebessi, 665, Cidade Jardim, , Leme,  13614-260\",\n        \"model-name\": \"c_location\",\n        \"AD_Client_ID\": {\n            \"propertyLabel\": \"Empresa\",\n            \"id\": 0,\n            \"identifier\": \"01- quickLog\",\n            \"model-name\": \"ad_client\"\n        },\n        \"AD_Org_ID\": {\n            \"propertyLabel\": \"Organização\",\n            \"id\": 0,\n            \"identifier\": \"nome organizacao\",\n            \"model-name\": \"ad_org\"\n        },\n        \"Address1\": \"Rua Paulo Rebessi\",\n        \"Address2\": \"665\",\n        \"Address3\": \"Cidade Jardim\",\n        \"C_Country_ID\": {\n            \"propertyLabel\": \"País\",\n            \"id\": 0,\n            \"identifier\": \"Brasil\",\n            \"model-name\": \"c_country\"\n        },\n        \"C_Location_UU\": \"21c94dd4-bce4-409f-8559-6653ba3e1d40\",\n        \"City\": \"Leme\",\n        \"Created\": \"2024-06-20 15:34:52.799\",\n        \"CreatedBy\": \"100\",\n        \"IsActive\": \"true\",\n        \"IsValid\": \"false\",\n        \"Postal\": \"13614-260\",\n        \"Updated\": \"2024-06-20 15:34:52.799\",\n        \"UpdatedBy\": \"100\"\n    },\n    \"QL_EnderecoInicio_ID\": {\n        \"propertyLabel\": \"Endereço Inicial\",\n        \"id\": 0,\n        \"identifier\": \"Rua Paulo Rebessi, 665, Cidade Jardim, , Leme,  13614-260\",\n        \"model-name\": \"c_location\",\n        \"AD_Client_ID\": {\n            \"propertyLabel\": \"Empresa\",\n            \"id\": 0,\n            \"identifier\": \"01- quickLog\",\n            \"model-name\": \"ad_client\"\n        },\n        \"AD_Org_ID\": {\n            \"propertyLabel\": \"Organização\",\n            \"id\": 0,\n            \"identifier\": \"nome organizacao\",\n            \"model-name\": \"ad_org\"\n        },\n        \"Address1\": \"Rua Paulo Rebessi\",\n        \"Address2\": \"665\",\n        \"Address3\": \"Cidade Jardim\",\n        \"C_Country_ID\": {\n            \"propertyLabel\": \"País\",\n            \"id\": 0,\n            \"identifier\": \"Brasil\",\n            \"model-name\": \"c_country\"\n        },\n        \"C_Location_UU\": \"dd2fda75-7aeb-4b6c-a1fd-3d5191527382\",\n        \"City\": \"Leme\",\n        \"Created\": \"2024-06-20 15:34:52.812\",\n        \"CreatedBy\": \"100\",\n        \"IsActive\": \"true\",\n        \"IsValid\": \"false\",\n        \"Postal\": \"13614-260\",\n        \"Updated\": \"2024-06-20 15:34:52.812\",\n        \"UpdatedBy\": \"100\"\n    },\n    \"QL_Equipamento_ID\": {\n        \"propertyLabel\": \"Equipamento\",\n        \"id\": 0,\n        \"identifier\": \"aaa1111\",\n        \"model-name\": \"ql_equipamento\"\n    },\n    \"QL_IsAprovada\": false,\n    \"QL_IsDownloaded\": false,\n    \"QL_IsErroEnderecoFim\": false,\n    \"QL_IsFinalizada\": false,\n    \"QL_IsForaSeq\": false,\n    \"QL_IsIniciada\": false,\n    \"QL_IsReRoteirizada\": false,\n    \"QL_IsSeqObrigatoria\": false,\n    \"QL_NumeroReferencia\": \"1000006\",\n    \"DocumentNo\": \"1000000\",\n    \"QL_SeqNo\": 0,\n    \"AD_User_ID\": {\n        \"propertyLabel\": \"Usuário/Contato\",\n        \"id\": 0,\n        \"identifier\": \"quicklog usuario\",\n        \"model-name\": \"ad_user\"\n    },\n    \"QL_CPF\": \"000.000.000-00\",\n    \"QL_CNPJ\": \"00.000.000/0000-00\",\n    \"QL_Placa\": \"aaa1111\",\n    \"QL_NomeMotorista\": \"quicklog usuario\",\n    \"QL_IsCriadoPorIntegracao\": false,\n    \"QL_IsRetornando\": false,\n    \"QL_DocumentoOrigem\": \"https://wiki.idempiere.org/en/REST_Web_Services\",\n    \"model-name\": \"ql_listaentrega\"\n}"},{"id":"0b8faeb9-0720-4a03-b8e1-5c17a7742b2e","name":"Exemplo 2","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseUrl}}/api/v1/models/ql_listaentrega/{{QL_ListaEntrega_ID}}"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 20 Jun 2024 18:41:58 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"83"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"title\",\n    \"status\": 404,\n    \"detail\": \"message\"\n}"},{"id":"0311567a-fdc5-4b7e-838c-09c2fde84076","name":"Exemplo 3","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseUrl}}/api/v1/models/ql_listaentrega/{{QL_ListaEntrega_ID}}"},"status":"Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 20 Jun 2024 18:42:42 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"154"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"title\",\n    \"status\": 500,\n    \"detail\": \"detail\"\n}"}],"_postman_id":"b4cdfdc7-049b-4ac6-ad5c-be9c87beaa60"},{"name":"05 - Aprovar Lista","event":[{"listen":"test","script":{"id":"90f16037-9739-4b8f-ae81-600ed659a50b","exec":["var jsonData = pm.response.json();\r","pm.environment.set(\"processFileName\", encodeURIComponent(jsonData.exportFile));\r","pm.environment.set(\"processFileLength\", jsonData.exportFileLength);\r","pm.environment.set(\"processNodeId\", jsonData.nodeId);\r",""],"type":"text/javascript","packages":{}}}],"id":"dbf5f877-9547-4e1e-8b55-c796396abf4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"QL_ListaEntrega_ID\": {{QL_ListaEntrega_ID}}\r\n}"},"url":"{{baseUrl}}/api/v1/processes/procqlaprovarlista","description":"<p>Urttilizado para executar o processo de aprovar lista</p>\n","urlObject":{"path":["api","v1","processes","procqlaprovarlista"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"25fa95c8-96fe-4231-a69e-3ac579f27a59","name":"Exemplo 1","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"QL_ListaEntrega_ID\": {{QL_ListaEntrega_ID}}\r\n}"},"url":"{{baseUrl}}/api/v1/processes/procqlaprovarlista"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 20 Jun 2024 18:46:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"162"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"AD_PInstance_ID\": 40376851,\n    \"process\": \"procqlaprovarlista\",\n    \"summary\": \"Lista aprovada com sucesso\",\n    \"isError\": false,\n    \"nodeId\": \"c1ec26f0-338f-4555-96a1-e85ed0d2e0ca\"\n}"},{"id":"2dd60e14-e01e-477a-b8fe-28242a38bcd2","name":"Exemplo 2","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"QL_ListaEntrega_ID\": {{QL_ListaEntrega_ID}}\r\n}"},"url":"{{baseUrl}}/api/v1/processes/procqlaprovarlista"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 20 Jun 2024 18:47:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"202"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"AD_PInstance_ID\": 40376854,\n    \"process\": \"procqlaprovarlista\",\n    \"summary\": \"Não é possível executar o processo para uma lista já aprovada!\",\n    \"isError\": false,\n    \"nodeId\": \"c1ec26f0-338f-4555-96a1-e85ed0d2e0ca\"\n}"},{"id":"3fa00f1e-92f6-4ab4-b374-54ca4919baeb","name":"Exemplo 3","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"QL_ListaEntrega_ID\": {{QL_ListaEntrega_ID}}\r\n}"},"url":"{{baseUrl}}/api/v1/processes/procqlaprovarlista"},"status":"Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 20 Jun 2024 18:45:33 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"157"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"must-revalidate,no-cache,no-store"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"servlet\": \"com.trekglobal.idempiere.rest.api.v1.ApplicationV1\",\n    \"message\": \"Request failed.\",\n    \"url\": \"/api/v1/processes/procqlaprovarlista\",\n    \"status\": \"500\"\n}"}],"_postman_id":"dbf5f877-9547-4e1e-8b55-c796396abf4b"},{"name":"06 - Excluir Lista","event":[{"listen":"test","script":{"id":"826dba91-f54f-4c70-bd21-a76905a3830b","exec":["var jsonData = pm.response.json();\r","pm.environment.set(\"QL_ListaEntrega_ID\", \"\");\r","pm.environment.set(\"QL_Entrega_ID\", \"\");"],"type":"text/javascript","packages":{}}}],"id":"8adc77c3-b617-4e20-989c-646580958c67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseUrl}}/api/v1/models/ql_listaentrega/{{QL_ListaEntrega_ID}}","description":"<p>Utilizado para apagar uma lista de entrega, quando a lista conter entregas, também serão excluidas</p>\n","urlObject":{"path":["api","v1","models","ql_listaentrega","{{QL_ListaEntrega_ID}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"e6f59162-9aa7-419a-9c21-5154ae3ece53","name":"Exemplo 1","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseUrl}}/api/v1/models/ql_listaentrega/{{QL_ListaEntrega_ID}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 20 Jun 2024 18:43:36 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"19"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Excluído\"\n}"},{"id":"2f2e3c25-3f1b-4d39-b0aa-97ee04774c60","name":"Exemplo 2","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseUrl}}/api/v1/models/ql_listaentrega/{{QL_ListaEntrega_ID}}"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 20 Jun 2024 18:44:12 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"83"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"title\",\n    \"status\": 404,\n    \"detail\": \"detail\"\n}"}],"_postman_id":"8adc77c3-b617-4e20-989c-646580958c67"}],"id":"422af6e5-0ec6-4b33-9bfd-94c10173847d","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"39f1f955-67dd-487e-aedf-8cd9ee2f562a","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"401c0858-df1c-40d4-b19d-5367fd9f9656","type":"text/javascript","packages":{},"exec":[""]}}],"_postman_id":"422af6e5-0ec6-4b33-9bfd-94c10173847d","description":""},{"name":"Entrega","item":[{"name":"01 - Criar Entrega","event":[{"listen":"test","script":{"id":"a7e79157-7482-4a98-b5bd-18eccee3a14b","exec":["var jsonData = pm.response.json();\r","pm.environment.set(\"QL_Entrega_ID\", jsonData.id);\r",""],"type":"text/javascript","packages":{}}}],"id":"da1b34e8-e4db-40cc-89b8-7546a395f7c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{    \r\n        \"QL_ListaEntrega_ID\":{{QL_ListaEntrega_ID}},\r\n         \"QL_SeqNo\":\"99\",\r\n         \"QL_NumeroReferencia\":\"P80018\",\r\n         \"QL_NomeDestinatario\":\"DEVCOFFEE SISTEMAS DE GESTAO INTEGRADA LTDA\",\r\n         \"QL_EnderecoDestino_ID\": {\r\n            \"address1\": \"Rua Paulo Rebessi\",\r\n            \"address2\": \"665\",\r\n            \"address3\": \"Cidade Jardim\",\r\n            \"regionName\": \"SP\",\r\n            \"city\" : \"Leme\" ,\r\n            \"postal\": \"13614-260\"\r\n         },\r\n         \"QL_DataPrevista\":\"2022-08-10T00:00:00Z\",\r\n         \"QL_EMail\":\"\",\r\n         \"QL_TipoCadastro\":\"PJ\",\r\n         \"QL_CNPJ\":\"13.823.508/0001-31\",\r\n         \"QL_DocumentoOrigem\":\"https://wiki.idempiere.org/en/REST_Web_Services\"\r\n}"},"url":"{{baseUrl}}/api/v1/models/ql_entrega","description":"<p>Utilizado para criar uma entrega</p>\n","urlObject":{"path":["api","v1","models","ql_entrega"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"b41f5368-d782-481d-9c91-805fc4ed5c7d","name":"Exemplo 1","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{    \r\n        \"QL_ListaEntrega_ID\":{{QL_ListaEntrega_ID}},\r\n         \"QL_SeqNo\":\"99\",\r\n         \"QL_NumeroReferencia\":\"P80018\",\r\n         \"QL_NomeDestinatario\":\"DEVCOFFEE SISTEMAS DE GESTAO INTEGRADA LTDA\",\r\n         \"QL_EnderecoDestino_ID\": {\r\n            \"address1\": \"Rua Paulo Rebessi\",\r\n            \"address2\": \"665\",\r\n            \"address3\": \"Cidade Jardim\",\r\n            \"regionName\": \"SP\",\r\n            \"city\" : \"Leme\" ,\r\n            \"postal\": \"13614-260\"\r\n         },\r\n         \"QL_DataPrevista\":\"2022-08-10T00:00:00Z\",\r\n         \"QL_EMail\":\"\",\r\n         \"QL_TipoCadastro\":\"PJ\",\r\n         \"QL_CNPJ\":\"13.823.508/0001-31\",\r\n         \"QL_DocumentoOrigem\":\"https://wiki.idempiere.org/en/REST_Web_Services\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/models/ql_entrega"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 20 Jun 2024 18:46:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2067"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1217242,\n    \"uid\": \"fa7df7df-a6fe-44bb-b5cb-e3a3d2a3e052\",\n    \"AD_Client_ID\": {\n        \"propertyLabel\": \"Empresa\",\n        \"id\": 1000000,\n        \"identifier\": \"01- quickLog\",\n        \"model-name\": \"ad_client\"\n    },\n    \"AD_Org_ID\": {\n        \"propertyLabel\": \"Organização\",\n        \"id\": 5000031,\n        \"identifier\": \"nome organizacao\",\n        \"model-name\": \"ad_org\"\n    },\n    \"IsActive\": true,\n    \"Created\": \"2024-06-20T15:46:21Z\",\n    \"CreatedBy\": {\n        \"propertyLabel\": \"Criado por\",\n        \"id\": 100,\n        \"identifier\": \"SuperUser\",\n        \"model-name\": \"ad_user\"\n    },\n    \"Updated\": \"2024-06-20T15:46:21Z\",\n    \"UpdatedBy\": {\n        \"propertyLabel\": \"Atualizado por\",\n        \"id\": 100,\n        \"identifier\": \"SuperUser\",\n        \"model-name\": \"ad_user\"\n    },\n    \"QL_CNPJ\": \"13.823.508/0001-31\",\n    \"QL_DataPrevista\": \"2022-08-10T00:00:00Z\",\n    \"QL_EnderecoDestino_ID\": {\n        \"propertyLabel\": \"Endereço de Destino\",\n        \"id\": 5341433,\n        \"identifier\": \"Rua Paulo Rebessi, 665, Cidade Jardim, , Leme,  13614-260\",\n        \"model-name\": \"c_location\",\n        \"AD_Client_ID\": {\n            \"propertyLabel\": \"Empresa\",\n            \"id\": 1000000,\n            \"identifier\": \"01- quickLog\",\n            \"model-name\": \"ad_client\"\n        },\n        \"AD_Org_ID\": {\n            \"propertyLabel\": \"Organização\",\n            \"id\": 0,\n            \"identifier\": \"*\",\n            \"model-name\": \"ad_org\"\n        },\n        \"Address1\": \"Rua Paulo Rebessi\",\n        \"Address2\": \"665\",\n        \"Address3\": \"Cidade Jardim\",\n        \"C_Country_ID\": {\n            \"propertyLabel\": \"País\",\n            \"id\": 139,\n            \"identifier\": \"Brasil\",\n            \"model-name\": \"c_country\"\n        },\n        \"C_Location_UU\": \"da2afb99-38ad-4d42-a4c6-b2b9194de5ee\",\n        \"City\": \"Leme\",\n        \"Created\": \"2024-06-20 15:46:21.782\",\n        \"CreatedBy\": \"100\",\n        \"IsActive\": \"true\",\n        \"IsValid\": \"false\",\n        \"Postal\": \"13614-260\",\n        \"Updated\": \"2024-06-20 15:46:21.782\",\n        \"UpdatedBy\": \"100\"\n    },\n    \"QL_IsBlocked\": false,\n    \"QL_IsColeta\": false,\n    \"QL_IsErroDestino\": false,\n    \"QL_IsFinalizada\": false,\n    \"QL_IsIniciada\": false,\n    \"QL_IsRealizada\": false,\n    \"QL_KmPercorrido\": 0,\n    \"QL_ListaEntrega_ID\": {\n        \"propertyLabel\": \"Lista de Entrega\",\n        \"id\": 1046370,\n        \"identifier\": \"1051754\",\n        \"model-name\": \"ql_listaentrega\"\n    },\n    \"QL_NumeroReferencia\": \"P80018\",\n    \"QL_SeqNo\": 99,\n    \"QL_TipoCadastro\": {\n        \"propertyLabel\": \"Tipo de Cadastro\",\n        \"id\": \"PJ\",\n        \"identifier\": \"PJ - Pessoa Jurídica\",\n        \"model-name\": \"ad_ref_list\"\n    },\n    \"QL_NomeDestinatario\": \"DEVCOFFEE SISTEMAS DE GESTAO INTEGRADA LTDA\",\n    \"QL_IsSofreuOcorrencia\": false,\n    \"QL_DocumentoOrigem\": \"https://wiki.idempiere.org/en/REST_Web_Services\",\n    \"model-name\": \"ql_entrega\"\n}"},{"id":"b22b80c9-e1c0-46ae-85e1-1e5e0c408ec5","name":"Exemplo 2","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{    \r\n        \"QL_ListaEntrega_ID\":{{QL_ListaEntrega_ID}},\r\n         \"QL_SeqNo\":\"99\",\r\n         \"QL_NumeroReferencia\":\"P80018\",\r\n         \"QL_NomeDestinatario\":\"DEVCOFFEE SISTEMAS DE GESTAO INTEGRADA LTDA\",\r\n         \"QL_EnderecoDestino_ID\": {\r\n            \"address1\": \"Rua Paulo Rebessi\",\r\n            \"address2\": \"665\",\r\n            \"address3\": \"Cidade Jardim\",\r\n            \"regionName\": \"SP\",\r\n            \"city\" : \"Leme\" ,\r\n            \"postal\": \"13614-260\"\r\n         },\r\n         \"QL_DataPrevista\":\"2022-08-10T00:00:00Z\",\r\n         \"QL_EMail\":\"\",\r\n         \"QL_TipoCadastro\":\"PJ\",\r\n         \"QL_CNPJ\":\"13.823.508/0001-31\",\r\n         \"QL_DocumentoOrigem\":\"https://wiki.idempiere.org/en/REST_Web_Services\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/models/ql_entrega"},"status":"Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 20 Jun 2024 18:49:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"108"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"title\",\n    \"status\": 500,\n    \"detail\": \"detailt\"\n}"},{"id":"708689d4-4014-4f0f-a24f-f57fe212aa42","name":"Exemplo 3","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{    \r\n        \"QL_ListaEntrega_ID\":{{QL_ListaEntrega_ID}},\r\n         \"QL_SeqNo\":\"99\",\r\n         \"QL_NumeroReferencia\":\"P80018\",\r\n         \"QL_NomeDestinatario\":\"DEVCOFFEE SISTEMAS DE GESTAO INTEGRADA LTDA\",\r\n         \"QL_EnderecoDestino_ID\": {\r\n            \"address1\": \"Rua Paulo Rebessi\",\r\n            \"address2\": \"665\",\r\n            \"address3\": \"Cidade Jardim\",\r\n            \"regionName\": \"SP\",\r\n            \"city\" : \"Leme\" ,\r\n            \"postal\": \"13614-260\"\r\n         },\r\n         \"QL_DataPrevista\":\"2022-08-10T00:00:00Z\",\r\n         \"QL_EMail\":\"\",\r\n         \"QL_TipoCadastro\":\"PJ\",\r\n         \"QL_CNPJ\":\"13.823.508/0001-31\",\r\n         \"QL_DocumentoOrigem\":\"https://wiki.idempiere.org/en/REST_Web_Services\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/models/ql_entrega"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 20 Jun 2024 18:50:40 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"126"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"title\",\n    \"status\": 404,\n    \"detail\": \"detail\"\n}"},{"id":"32ea7bcf-3ac9-48d2-86e2-fb3fdb9b532d","name":"Exemplo 4","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{    \r\n        \"QL_ListaEntrega_ID\":{{QL_ListaEntrega_ID}},\r\n         \"QL_SeqNo\":\"99\",\r\n         \"QL_NumeroReferencia\":\"P80018\",\r\n         \"QL_NomeDestinatario\":\"DEVCOFFEE SISTEMAS DE GESTAO INTEGRADA LTDA\",\r\n         \"QL_EnderecoDestino_ID\": {\r\n            \"address1\": \"Rua Paulo Rebessi\",\r\n            \"address2\": \"665\",\r\n            \"address3\": \"Cidade Jardim\",\r\n            \"regionName\": \"SP\",\r\n            \"city\" : \"Leme\" ,\r\n            \"postal\": \"13614-260\"\r\n         },\r\n         \"QL_DataPrevista\":\"2022-08-10T00:00:00Z\",\r\n         \"QL_EMail\":\"\",\r\n         \"QL_TipoCadastro\":\"PJ\",\r\n         \"QL_CNPJ\":\"13.823.508/0001-31\",\r\n         \"QL_DocumentoOrigem\":\"https://wiki.idempiere.org/en/REST_Web_Services\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/models/ql_entrega"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 20 Jun 2024 18:50:40 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"126"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"servlet\": \"servlet\",\n    \"message\": \"message\",\n    \"url\": \"/api/v1/models/ql_listaentrega\",\n    \"status\": \"401\"\n}"}],"_postman_id":"da1b34e8-e4db-40cc-89b8-7546a395f7c6"},{"name":"02 - Criar Entrega com Documento Fiscal","event":[{"listen":"test","script":{"id":"a7e79157-7482-4a98-b5bd-18eccee3a14b","exec":["var jsonData = pm.response.json();\r","pm.environment.set(\"QL_Entrega_ID\", jsonData.id);\r","pm.environment.set(\"QL_DocFiscalEntrega_ID\", jsonData.QL_DocFiscalEntrega[0].id);\r",""],"type":"text/javascript","packages":{}}}],"id":"8c3010a1-3f34-41bb-b40b-439a1ad22b32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{    \r\n        \"QL_ListaEntrega_ID\":{{QL_ListaEntrega_ID}},\r\n         \"QL_SeqNo\":\"99\",\r\n         \"QL_NumeroReferencia\":\"P80018\",\r\n         \"QL_NomeDestinatario\":\"DEVCOFFEE SISTEMAS DE GESTAO INTEGRADA LTDA\",\r\n         \"QL_EnderecoDestino_ID\": {\r\n            \"address1\": \"Rua Paulo Rebessi\",\r\n            \"address2\": \"665\",\r\n            \"address3\": \"Cidade Jardim\",\r\n            \"regionName\": \"SP\",\r\n            \"city\" : \"Leme\" ,\r\n            \"postal\": \"13614-260\"\r\n         },\r\n         \"QL_DataPrevista\":\"2022-08-10T00:00:00Z\",\r\n         \"QL_EMail\":\"\",\r\n         \"QL_TipoCadastro\":\"PJ\",\r\n         \"QL_CNPJ\":\"13.823.508/0001-31\",\r\n         \"QL_DocumentoOrigem\":\"https://wiki.idempiere.org/en/REST_Web_Services\",\r\n            \"QL_DocFiscalEntrega\": [\r\n                {\r\n                    \"infnfe_id\": \"1234567889754378e965\"\r\n                }\r\n            ]\r\n}"},"url":"{{baseUrl}}/api/v1/models/ql_entrega","description":"<p>Utilizado para criar uma entrega com documento fiscal</p>\n","urlObject":{"path":["api","v1","models","ql_entrega"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"17c3e4e6-2bbf-4f24-b161-953b81f13ff8","name":"Exemplo 1","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{    \r\n        \"QL_ListaEntrega_ID\":{{QL_ListaEntrega_ID}},\r\n         \"QL_SeqNo\":\"99\",\r\n         \"QL_NumeroReferencia\":\"P80018\",\r\n         \"QL_NomeDestinatario\":\"DEVCOFFEE SISTEMAS DE GESTAO INTEGRADA LTDA\",\r\n         \"QL_EnderecoDestino_ID\": {\r\n            \"address1\": \"Rua Paulo Rebessi\",\r\n            \"address2\": \"665\",\r\n            \"address3\": \"Cidade Jardim\",\r\n            \"regionName\": \"SP\",\r\n            \"city\" : \"Leme\" ,\r\n            \"postal\": \"13614-260\"\r\n         },\r\n         \"QL_DataPrevista\":\"2022-08-10T00:00:00Z\",\r\n         \"QL_EMail\":\"\",\r\n         \"QL_TipoCadastro\":\"PJ\",\r\n         \"QL_CNPJ\":\"13.823.508/0001-31\",\r\n         \"QL_DocumentoOrigem\":\"https://wiki.idempiere.org/en/REST_Web_Services\",\r\n            \"QL_DocFiscalEntrega\": [\r\n                {\r\n                    \"infnfe_id\": \"1234567889754378e965\"\r\n                }\r\n            ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/models/ql_entrega"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 20 Jun 2024 19:55:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2863"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1217253,\n    \"uid\": \"14a18189-831d-409d-b361-fb145f828bff\",\n    \"AD_Client_ID\": {\n        \"propertyLabel\": \"Empresa\",\n        \"id\": 0,\n        \"identifier\": \"01- quickLog\",\n        \"model-name\": \"ad_client\"\n    },\n    \"AD_Org_ID\": {\n        \"propertyLabel\": \"Organização\",\n        \"id\": 0,\n        \"identifier\": \"nomer orgabizacao\",\n        \"model-name\": \"ad_org\"\n    },\n    \"IsActive\": true,\n    \"Created\": \"2024-06-20T16:55:18Z\",\n    \"CreatedBy\": {\n        \"propertyLabel\": \"Criado por\",\n        \"id\": 0,\n        \"identifier\": \"SuperUser\",\n        \"model-name\": \"ad_user\"\n    },\n    \"Updated\": \"2024-06-20T16:55:18Z\",\n    \"UpdatedBy\": {\n        \"propertyLabel\": \"Atualizado por\",\n        \"id\": 0,\n        \"identifier\": \"SuperUser\",\n        \"model-name\": \"ad_user\"\n    },\n    \"QL_CNPJ\": \"13.823.508/0001-31\",\n    \"QL_DataPrevista\": \"2022-08-10T00:00:00Z\",\n    \"QL_EnderecoDestino_ID\": {\n        \"propertyLabel\": \"Endereço de Destino\",\n        \"id\": 0,\n        \"identifier\": \"Rua Paulo Rebessi, 665, Cidade Jardim, , Leme,  13614-260\",\n        \"model-name\": \"c_location\",\n        \"AD_Client_ID\": {\n            \"propertyLabel\": \"Empresa\",\n            \"id\": 0,\n            \"identifier\": \"01- quickLog\",\n            \"model-name\": \"ad_client\"\n        },\n        \"AD_Org_ID\": {\n            \"propertyLabel\": \"Organização\",\n            \"id\": 0,\n            \"identifier\": \"*\",\n            \"model-name\": \"ad_org\"\n        },\n        \"Address1\": \"Rua Paulo Rebessi\",\n        \"Address2\": \"665\",\n        \"Address3\": \"Cidade Jardim\",\n        \"C_Country_ID\": {\n            \"propertyLabel\": \"País\",\n            \"id\": 0,\n            \"identifier\": \"Brasil\",\n            \"model-name\": \"c_country\"\n        },\n        \"C_Location_UU\": \"a68f2b56-c574-4098-9bcf-cc559bb27e00\",\n        \"City\": \"Leme\",\n        \"Created\": \"2024-06-20 16:55:18.148\",\n        \"CreatedBy\": \"100\",\n        \"IsActive\": \"true\",\n        \"IsValid\": \"false\",\n        \"Postal\": \"13614-260\",\n        \"Updated\": \"2024-06-20 16:55:18.148\",\n        \"UpdatedBy\": \"100\"\n    },\n    \"QL_IsBlocked\": false,\n    \"QL_IsColeta\": false,\n    \"QL_IsErroDestino\": false,\n    \"QL_IsFinalizada\": false,\n    \"QL_IsIniciada\": false,\n    \"QL_IsRealizada\": false,\n    \"QL_KmPercorrido\": 0,\n    \"QL_ListaEntrega_ID\": {\n        \"propertyLabel\": \"Lista de Entrega\",\n        \"id\": 0,\n        \"identifier\": \"1051763\",\n        \"model-name\": \"ql_listaentrega\"\n    },\n    \"QL_NumeroReferencia\": \"P80018\",\n    \"QL_SeqNo\": 0,\n    \"QL_TipoCadastro\": {\n        \"propertyLabel\": \"Tipo de Cadastro\",\n        \"id\": \"PJ\",\n        \"identifier\": \"PJ - Pessoa Jurídica\",\n        \"model-name\": \"ad_ref_list\"\n    },\n    \"QL_NomeDestinatario\": \"DEVCOFFEE SISTEMAS DE GESTAO INTEGRADA LTDA\",\n    \"QL_IsSofreuOcorrencia\": false,\n    \"QL_DocumentoOrigem\": \"https://wiki.idempiere.org/en/REST_Web_Services\",\n    \"model-name\": \"ql_entrega\",\n    \"QL_DocFiscalEntrega\": [\n        {\n            \"id\": 0,\n            \"uid\": \"5baea549-940d-4b87-9d8b-96eefcf91576\",\n            \"AD_Client_ID\": {\n                \"propertyLabel\": \"Empresa\",\n                \"id\": 0,\n                \"identifier\": \"01- quickLog\",\n                \"model-name\": \"ad_client\"\n            },\n            \"AD_Org_ID\": {\n                \"propertyLabel\": \"Organização\",\n                \"id\": 0,\n                \"identifier\": \"nomer orgabizacao\",\n                \"model-name\": \"ad_org\"\n            },\n            \"Created\": \"2024-06-20T16:55:18Z\",\n            \"CreatedBy\": {\n                \"propertyLabel\": \"Criado por\",\n                \"id\": 0,\n                \"identifier\": \"SuperUser\",\n                \"model-name\": \"ad_user\"\n            },\n            \"Updated\": \"2024-06-20T16:55:18Z\",\n            \"UpdatedBy\": {\n                \"propertyLabel\": \"Atualizado por\",\n                \"id\": 0,\n                \"identifier\": \"SuperUser\",\n                \"model-name\": \"ad_user\"\n            },\n            \"IsActive\": true,\n            \"infnfe_id\": \"1234567889754378e965\",\n            \"QL_IsEventoManifestado\": false,\n            \"QL_Entrega_ID\": {\n                \"propertyLabel\": \"Entrega\",\n                \"id\": 0,\n                \"identifier\": \"<1217253>\",\n                \"model-name\": \"ql_entrega\"\n            },\n            \"model-name\": \"ql_docfiscalentrega\"\n        }\n    ]\n}"},{"id":"9edd12e3-223e-41ef-9c02-c8630b1b9f9c","name":"Exemplo 2","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{    \r\n        \"QL_ListaEntrega_ID\":{{QL_ListaEntrega_ID}},\r\n         \"QL_SeqNo\":\"99\",\r\n         \"QL_NumeroReferencia\":\"P80018\",\r\n         \"QL_NomeDestinatario\":\"DEVCOFFEE SISTEMAS DE GESTAO INTEGRADA LTDA\",\r\n         \"QL_EnderecoDestino_ID\": {\r\n            \"address1\": \"Rua Paulo Rebessi\",\r\n            \"address2\": \"665\",\r\n            \"address3\": \"Cidade Jardim\",\r\n            \"regionName\": \"SP\",\r\n            \"city\" : \"Leme\" ,\r\n            \"postal\": \"13614-260\"\r\n         },\r\n         \"QL_DataPrevista\":\"2022-08-10T00:00:00Z\",\r\n         \"QL_EMail\":\"\",\r\n         \"QL_TipoCadastro\":\"PJ\",\r\n         \"QL_CNPJ\":\"13.823.508/0001-31\",\r\n         \"QL_DocumentoOrigem\":\"https://wiki.idempiere.org/en/REST_Web_Services\",\r\n            \"QL_DocFiscalEntrega\": [\r\n                {\r\n                    \"infnfe_id\": \"1234567889754378e965\"\r\n                }\r\n            ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/models/ql_entrega"},"status":"Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 20 Jun 2024 18:49:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"108"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"title\",\n    \"status\": 500,\n    \"detail\": \"detailt\"\n}"},{"id":"706a4bd8-2777-4ba1-b796-c17afe7d71a2","name":"Exemplo 3","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{    \r\n        \"QL_ListaEntrega_ID\":{{QL_ListaEntrega_ID}},\r\n         \"QL_SeqNo\":\"99\",\r\n         \"QL_NumeroReferencia\":\"P80018\",\r\n         \"QL_NomeDestinatario\":\"DEVCOFFEE SISTEMAS DE GESTAO INTEGRADA LTDA\",\r\n         \"QL_EnderecoDestino_ID\": {\r\n            \"address1\": \"Rua Paulo Rebessi\",\r\n            \"address2\": \"665\",\r\n            \"address3\": \"Cidade Jardim\",\r\n            \"regionName\": \"SP\",\r\n            \"city\" : \"Leme\" ,\r\n            \"postal\": \"13614-260\"\r\n         },\r\n         \"QL_DataPrevista\":\"2022-08-10T00:00:00Z\",\r\n         \"QL_EMail\":\"\",\r\n         \"QL_TipoCadastro\":\"PJ\",\r\n         \"QL_CNPJ\":\"13.823.508/0001-31\",\r\n         \"QL_DocumentoOrigem\":\"https://wiki.idempiere.org/en/REST_Web_Services\",\r\n            \"QL_DocFiscalEntrega\": [\r\n                {\r\n                    \"infnfe_id\": \"1234567889754378e965\"\r\n                }\r\n            ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/models/ql_entrega"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 20 Jun 2024 18:50:40 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"126"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"title\",\n    \"status\": 404,\n    \"detail\": \"detail\"\n}"},{"id":"dd686bb3-6f5b-4120-b964-cd46d09a5466","name":"Exemplo 4","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{    \r\n        \"QL_ListaEntrega_ID\":{{QL_ListaEntrega_ID}},\r\n         \"QL_SeqNo\":\"99\",\r\n         \"QL_NumeroReferencia\":\"P80018\",\r\n         \"QL_NomeDestinatario\":\"DEVCOFFEE SISTEMAS DE GESTAO INTEGRADA LTDA\",\r\n         \"QL_EnderecoDestino_ID\": {\r\n            \"address1\": \"Rua Paulo Rebessi\",\r\n            \"address2\": \"665\",\r\n            \"address3\": \"Cidade Jardim\",\r\n            \"regionName\": \"SP\",\r\n            \"city\" : \"Leme\" ,\r\n            \"postal\": \"13614-260\"\r\n         },\r\n         \"QL_DataPrevista\":\"2022-08-10T00:00:00Z\",\r\n         \"QL_EMail\":\"\",\r\n         \"QL_TipoCadastro\":\"PJ\",\r\n         \"QL_CNPJ\":\"13.823.508/0001-31\",\r\n         \"QL_DocumentoOrigem\":\"https://wiki.idempiere.org/en/REST_Web_Services\",\r\n            \"QL_DocFiscalEntrega\": [\r\n                {\r\n                    \"infnfe_id\": \"1234567889754378e965\"\r\n                }\r\n            ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/models/ql_entrega"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 20 Jun 2024 18:50:40 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"126"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"servlet\": \"servlet\",\n    \"message\": \"message\",\n    \"url\": \"/api/v1/models/ql_listaentrega\",\n    \"status\": \"401\"\n}"}],"_postman_id":"8c3010a1-3f34-41bb-b40b-439a1ad22b32"},{"name":"02 - Obter Entrega","event":[{"listen":"test","script":{"id":"826dba91-f54f-4c70-bd21-a76905a3830b","exec":["var jsonData = pm.response.json();\r","pm.environment.set(\"QL_Entrega_ID\", jsonData.id);\r",""],"type":"text/javascript","packages":{}}}],"id":"8ba42929-7e3f-4343-911e-aac5055cc60e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseUrl}}/api/v1/models/ql_entrega/{{QL_Entrega_ID}}","description":"<p>Utilizado para obter informações de uma entrega</p>\n","urlObject":{"path":["api","v1","models","ql_entrega","{{QL_Entrega_ID}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"5abf0e1b-da5a-4290-8541-a47b0a208035","name":"Exemplo 1","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{    \r\n        \"QL_ListaEntrega_ID\":{{QL_ListaEntrega_ID}},\r\n         \"QL_SeqNo\":\"99\",\r\n         \"QL_NumeroReferencia\":\"P80018\",\r\n         \"QL_NomeDestinatario\":\"DEVCOFFEE SISTEMAS DE GESTAO INTEGRADA LTDA\",\r\n         \"QL_EnderecoDestino_ID\": {\r\n            \"address1\": \"Rua Paulo Rebessi\",\r\n            \"address2\": \"665\",\r\n            \"address3\": \"Cidade Jardim\",\r\n            \"regionName\": \"SP\",\r\n            \"city\" : \"Leme\" ,\r\n            \"postal\": \"13614-260\"\r\n         },\r\n         \"QL_DataPrevista\":\"2022-08-10T00:00:00Z\",\r\n         \"QL_EMail\":\"\",\r\n         \"QL_TipoCadastro\":\"PJ\",\r\n         \"QL_CNPJ\":\"13.823.508/0001-31\",\r\n         \"QL_DocumentoOrigem\":\"https://wiki.idempiere.org/en/REST_Web_Services\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/models/ql_entrega/{{QL_Entrega_ID}}"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 20 Jun 2024 18:46:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2067"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1217242,\n    \"uid\": \"fa7df7df-a6fe-44bb-b5cb-e3a3d2a3e052\",\n    \"AD_Client_ID\": {\n        \"propertyLabel\": \"Empresa\",\n        \"id\": 1000000,\n        \"identifier\": \"01- quickLog\",\n        \"model-name\": \"ad_client\"\n    },\n    \"AD_Org_ID\": {\n        \"propertyLabel\": \"Organização\",\n        \"id\": 5000031,\n        \"identifier\": \"nome organizacao\",\n        \"model-name\": \"ad_org\"\n    },\n    \"IsActive\": true,\n    \"Created\": \"2024-06-20T15:46:21Z\",\n    \"CreatedBy\": {\n        \"propertyLabel\": \"Criado por\",\n        \"id\": 100,\n        \"identifier\": \"SuperUser\",\n        \"model-name\": \"ad_user\"\n    },\n    \"Updated\": \"2024-06-20T15:46:21Z\",\n    \"UpdatedBy\": {\n        \"propertyLabel\": \"Atualizado por\",\n        \"id\": 100,\n        \"identifier\": \"SuperUser\",\n        \"model-name\": \"ad_user\"\n    },\n    \"QL_CNPJ\": \"13.823.508/0001-31\",\n    \"QL_DataPrevista\": \"2022-08-10T00:00:00Z\",\n    \"QL_EnderecoDestino_ID\": {\n        \"propertyLabel\": \"Endereço de Destino\",\n        \"id\": 5341433,\n        \"identifier\": \"Rua Paulo Rebessi, 665, Cidade Jardim, , Leme,  13614-260\",\n        \"model-name\": \"c_location\",\n        \"AD_Client_ID\": {\n            \"propertyLabel\": \"Empresa\",\n            \"id\": 1000000,\n            \"identifier\": \"01- quickLog\",\n            \"model-name\": \"ad_client\"\n        },\n        \"AD_Org_ID\": {\n            \"propertyLabel\": \"Organização\",\n            \"id\": 0,\n            \"identifier\": \"*\",\n            \"model-name\": \"ad_org\"\n        },\n        \"Address1\": \"Rua Paulo Rebessi\",\n        \"Address2\": \"665\",\n        \"Address3\": \"Cidade Jardim\",\n        \"C_Country_ID\": {\n            \"propertyLabel\": \"País\",\n            \"id\": 139,\n            \"identifier\": \"Brasil\",\n            \"model-name\": \"c_country\"\n        },\n        \"C_Location_UU\": \"da2afb99-38ad-4d42-a4c6-b2b9194de5ee\",\n        \"City\": \"Leme\",\n        \"Created\": \"2024-06-20 15:46:21.782\",\n        \"CreatedBy\": \"100\",\n        \"IsActive\": \"true\",\n        \"IsValid\": \"false\",\n        \"Postal\": \"13614-260\",\n        \"Updated\": \"2024-06-20 15:46:21.782\",\n        \"UpdatedBy\": \"100\"\n    },\n    \"QL_IsBlocked\": false,\n    \"QL_IsColeta\": false,\n    \"QL_IsErroDestino\": false,\n    \"QL_IsFinalizada\": false,\n    \"QL_IsIniciada\": false,\n    \"QL_IsRealizada\": false,\n    \"QL_KmPercorrido\": 0,\n    \"QL_ListaEntrega_ID\": {\n        \"propertyLabel\": \"Lista de Entrega\",\n        \"id\": 1046370,\n        \"identifier\": \"1051754\",\n        \"model-name\": \"ql_listaentrega\"\n    },\n    \"QL_NumeroReferencia\": \"P80018\",\n    \"QL_SeqNo\": 99,\n    \"QL_TipoCadastro\": {\n        \"propertyLabel\": \"Tipo de Cadastro\",\n        \"id\": \"PJ\",\n        \"identifier\": \"PJ - Pessoa Jurídica\",\n        \"model-name\": \"ad_ref_list\"\n    },\n    \"QL_NomeDestinatario\": \"DEVCOFFEE SISTEMAS DE GESTAO INTEGRADA LTDA\",\n    \"QL_IsSofreuOcorrencia\": false,\n    \"QL_DocumentoOrigem\": \"https://wiki.idempiere.org/en/REST_Web_Services\",\n    \"model-name\": \"ql_entrega\"\n}"},{"id":"5771ab84-65ca-43c2-b7da-8d4207e28d1d","name":"Exemplo 2","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{    \r\n        \"QL_ListaEntrega_ID\":{{QL_ListaEntrega_ID}},\r\n         \"QL_SeqNo\":\"99\",\r\n         \"QL_NumeroReferencia\":\"P80018\",\r\n         \"QL_NomeDestinatario\":\"DEVCOFFEE SISTEMAS DE GESTAO INTEGRADA LTDA\",\r\n         \"QL_EnderecoDestino_ID\": {\r\n            \"address1\": \"Rua Paulo Rebessi\",\r\n            \"address2\": \"665\",\r\n            \"address3\": \"Cidade Jardim\",\r\n            \"regionName\": \"SP\",\r\n            \"city\" : \"Leme\" ,\r\n            \"postal\": \"13614-260\"\r\n         },\r\n         \"QL_DataPrevista\":\"2022-08-10T00:00:00Z\",\r\n         \"QL_EMail\":\"\",\r\n         \"QL_TipoCadastro\":\"PJ\",\r\n         \"QL_CNPJ\":\"13.823.508/0001-31\",\r\n         \"QL_DocumentoOrigem\":\"https://wiki.idempiere.org/en/REST_Web_Services\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/models/ql_docfiscalentrega/{{QL_DocFiscalEntrega_ID}}"},"status":"Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 20 Jun 2024 18:49:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"108"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"title\",\n    \"status\": 500,\n    \"detail\": \"detailt\"\n}"},{"id":"f13ed448-aa63-42e1-a49e-d4b6defba7bd","name":"Exemplo 3","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{    \r\n        \"QL_ListaEntrega_ID\":{{QL_ListaEntrega_ID}},\r\n         \"QL_SeqNo\":\"99\",\r\n         \"QL_NumeroReferencia\":\"P80018\",\r\n         \"QL_NomeDestinatario\":\"DEVCOFFEE SISTEMAS DE GESTAO INTEGRADA LTDA\",\r\n         \"QL_EnderecoDestino_ID\": {\r\n            \"address1\": \"Rua Paulo Rebessi\",\r\n            \"address2\": \"665\",\r\n            \"address3\": \"Cidade Jardim\",\r\n            \"regionName\": \"SP\",\r\n            \"city\" : \"Leme\" ,\r\n            \"postal\": \"13614-260\"\r\n         },\r\n         \"QL_DataPrevista\":\"2022-08-10T00:00:00Z\",\r\n         \"QL_EMail\":\"\",\r\n         \"QL_TipoCadastro\":\"PJ\",\r\n         \"QL_CNPJ\":\"13.823.508/0001-31\",\r\n         \"QL_DocumentoOrigem\":\"https://wiki.idempiere.org/en/REST_Web_Services\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/models/ql_docfiscalentrega/{{QL_DocFiscalEntrega_ID}}"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 20 Jun 2024 18:50:40 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"126"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"title\",\n    \"status\": 404,\n    \"detail\": \"detail\"\n}"},{"id":"659ffe29-4e21-4730-a3a9-a936d142de27","name":"Exemplo 4","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{    \r\n        \"QL_ListaEntrega_ID\":{{QL_ListaEntrega_ID}},\r\n         \"QL_SeqNo\":\"99\",\r\n         \"QL_NumeroReferencia\":\"P80018\",\r\n         \"QL_NomeDestinatario\":\"DEVCOFFEE SISTEMAS DE GESTAO INTEGRADA LTDA\",\r\n         \"QL_EnderecoDestino_ID\": {\r\n            \"address1\": \"Rua Paulo Rebessi\",\r\n            \"address2\": \"665\",\r\n            \"address3\": \"Cidade Jardim\",\r\n            \"regionName\": \"SP\",\r\n            \"city\" : \"Leme\" ,\r\n            \"postal\": \"13614-260\"\r\n         },\r\n         \"QL_DataPrevista\":\"2022-08-10T00:00:00Z\",\r\n         \"QL_EMail\":\"\",\r\n         \"QL_TipoCadastro\":\"PJ\",\r\n         \"QL_CNPJ\":\"13.823.508/0001-31\",\r\n         \"QL_DocumentoOrigem\":\"https://wiki.idempiere.org/en/REST_Web_Services\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/models/ql_docfiscalentrega/{{QL_DocFiscalEntrega_ID}}"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 20 Jun 2024 18:50:40 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"126"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"servlet\": \"servlet\",\n    \"message\": \"message\",\n    \"url\": \"/api/v1/models/ql_entrega\",\n    \"status\": \"401\"\n}"}],"_postman_id":"8ba42929-7e3f-4343-911e-aac5055cc60e"},{"name":"03 - Excluir Entrega","event":[{"listen":"test","script":{"id":"826dba91-f54f-4c70-bd21-a76905a3830b","exec":["var jsonData = pm.response.json();\r","pm.environment.set(\"QL_Entrega_ID\", \"\");"],"type":"text/javascript","packages":{}}}],"id":"5546526d-bc26-47f2-ae0c-6f55fd64883b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseUrl}}/api/v1/models/ql_entrega/{{QL_Entrega_ID}}","description":"<p>Utilizado para apagar uma lentrega</p>\n","urlObject":{"path":["api","v1","models","ql_entrega","{{QL_Entrega_ID}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"5c8df883-645d-4c31-89f1-1181d096f698","name":"Exemplo 1","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseUrl}}/api/v1/models/ql_listaentrega/{{QL_ListaEntrega_ID}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 20 Jun 2024 18:43:36 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"19"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Excluído\"\n}"},{"id":"fed99476-c376-451d-85d1-cd473c97f00a","name":"Exemplo 2","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"{{baseUrl}}/api/v1/models/ql_listaentrega/{{QL_ListaEntrega_ID}}"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 20 Jun 2024 18:44:12 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"83"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"title\",\n    \"status\": 404,\n    \"detail\": \"detail\"\n}"}],"_postman_id":"5546526d-bc26-47f2-ae0c-6f55fd64883b"}],"id":"9a6ba5b3-daa3-4966-a941-ea81d89c8ee6","_postman_id":"9a6ba5b3-daa3-4966-a941-ea81d89c8ee6","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"039e70c5-036e-4cc0-a406-c60ed58297e6","id":"039e70c5-036e-4cc0-a406-c60ed58297e6","name":"QuickLog API - Pública","type":"collection"}}},{"name":"Refresh Token","id":"fbf78ca5-339c-4b8b-96b6-0afd10b23d0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"refresh_token\": \"{{refreshToken}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/auth/refresh","description":"<p>O endpoint de autenticação, além do token de validação retorna uma refresh token.</p>\n<p>O token de autenticação tem uma duração de 1 hora (REST_TOKEN_EXPIRE_IN_MINUTES) e o refresh token tem uma duração de 24 horas (REST_REFRESH_TOKEN_EXPIRE_IN_MINUTES).</p>\n<p>É uma prática comum no desenvolvimento de aplicações front-ent armazenar o refresh_token em cookies e dados do navegador.</p>\n<p>Através deste endpoint é possível obter um novo token através do refresh_token.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"039e70c5-036e-4cc0-a406-c60ed58297e6","id":"039e70c5-036e-4cc0-a406-c60ed58297e6","name":"QuickLog API - Pública","type":"collection"}},"urlObject":{"path":["api","v1","auth","refresh"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fbf78ca5-339c-4b8b-96b6-0afd10b23d0a"},{"name":"Logout","id":"1320a081-0aa0-445c-a850-6e2719542e2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"token\": {{authToken}}\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/auth/logout","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"039e70c5-036e-4cc0-a406-c60ed58297e6","id":"039e70c5-036e-4cc0-a406-c60ed58297e6","name":"QuickLog API - Pública","type":"collection"}},"urlObject":{"path":["api","v1","auth","logout"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1320a081-0aa0-445c-a850-6e2719542e2e"}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]}},"event":[{"listen":"prerequest","script":{"id":"cfca32ef-cff2-4e0a-a90e-a86a2222b780","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"a062d5f6-59dc-45e9-9b63-5ffc4b846133","type":"text/javascript","packages":{},"exec":[""]}}]}