{
  "info": {
    "name": "GAUD ERP API — Parceiros",
    "description": "Collection gerada a partir do guia de integracao (doc-parceiros.gaud.app) e do OpenAPI da API. Autenticacao via API Token (mcp_...). Payloads simplificados: apenas campos obrigatorios/comuns.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{apiToken}}",
        "type": "string"
      }
    ]
  },
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://api-v2.gauderp.com"
    },
    {
      "key": "apiToken",
      "value": "mcp_seu_token_aqui"
    }
  ],
  "item": [
    {
      "name": "Autenticação e Acesso",
      "item": [
        {
          "name": "me",
          "item": [
            {
              "name": "GET /v1/settings/me/mcp-tokens",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/settings/me/mcp-tokens",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "settings",
                    "me",
                    "mcp-tokens"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/settings/me/mcp-tokens",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/settings/me/mcp-tokens",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "settings",
                    "me",
                    "mcp-tokens"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Exemplo\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "DELETE /v1/settings/me/mcp-tokens/{id}",
              "request": {
                "method": "DELETE",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/settings/me/mcp-tokens/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "settings",
                    "me",
                    "mcp-tokens",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/settings/me",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/settings/me",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "settings",
                    "me"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "PUT /v1/settings/me/personal-details",
              "request": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/settings/me/personal-details",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "settings",
                    "me",
                    "personal-details"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"firstName\": \"Exemplo\",\n  \"lastName\": \"Exemplo\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "PUT /v1/settings/me/avatar",
              "request": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/settings/me/avatar",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "settings",
                    "me",
                    "avatar"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"file\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "PUT /v1/settings/me/password",
              "request": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/settings/me/password",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "settings",
                    "me",
                    "password"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"newPassword\": \"string\",\n  \"newPasswordConfirmation\": \"string\",\n  \"password\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "users",
          "item": [
            {
              "name": "GET /v1/settings/users",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/settings/users?parameters=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "settings",
                    "users"
                  ],
                  "query": [
                    {
                      "key": "parameters",
                      "value": "",
                      "disabled": false
                    },
                    {
                      "key": "page",
                      "value": "0",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "sort.attribute",
                      "value": "id",
                      "disabled": true
                    },
                    {
                      "key": "sort.order",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "condition",
                      "value": "",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/settings/users/{id}",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/settings/users/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "settings",
                    "users",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/settings/users",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/settings/users",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "settings",
                    "users"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"firstName\": \"Exemplo\",\n  \"lastName\": \"Exemplo\",\n  \"username\": \"Exemplo\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "PUT /v1/settings/users/{id}",
              "request": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/settings/users/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "settings",
                    "users",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"firstName\": \"Exemplo\",\n  \"lastName\": \"Exemplo\",\n  \"username\": \"Exemplo\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "DELETE /v1/settings/users/{id}",
              "request": {
                "method": "DELETE",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/settings/users/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "settings",
                    "users",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "profiles",
          "item": [
            {
              "name": "GET /v1/settings/profiles",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/settings/profiles?parameters=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "settings",
                    "profiles"
                  ],
                  "query": [
                    {
                      "key": "parameters",
                      "value": "",
                      "disabled": false
                    },
                    {
                      "key": "page",
                      "value": "0",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "sort.attribute",
                      "value": "id",
                      "disabled": true
                    },
                    {
                      "key": "sort.order",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "condition",
                      "value": "",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/settings/profiles/{id}",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/settings/profiles/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "settings",
                    "profiles",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/settings/profiles",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/settings/profiles",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "settings",
                    "profiles"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Exemplo\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "PUT /v1/settings/profiles/{id}",
              "request": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/settings/profiles/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "settings",
                    "profiles",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Exemplo\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "DELETE /v1/settings/profiles/{id}",
              "request": {
                "method": "DELETE",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/settings/profiles/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "settings",
                    "profiles",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/settings/profiles/{profileId}/work-schedule",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/settings/profiles/{profileId}/work-schedule",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "settings",
                    "profiles",
                    "{profileId}",
                    "work-schedule"
                  ],
                  "variable": [
                    {
                      "key": "profileId",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "PUT /v1/settings/profiles/{profileId}/work-schedule",
              "request": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/settings/profiles/{profileId}/work-schedule",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "settings",
                    "profiles",
                    "{profileId}",
                    "work-schedule"
                  ],
                  "variable": [
                    {
                      "key": "profileId",
                      "value": "1"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "[\n  {\n    \"dayOfWeek\": 1,\n    \"endTime\": {\n      \"hour\": 1,\n      \"minute\": 1,\n      \"second\": 1,\n      \"nano\": 1\n    },\n    \"startTime\": {\n      \"hour\": 1,\n      \"minute\": 1,\n      \"second\": 1,\n      \"nano\": 1\n    }\n  }\n]",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "roles",
          "item": [
            {
              "name": "GET /v1/settings/roles/all",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/settings/roles/all",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "settings",
                    "roles",
                    "all"
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "work-schedule",
          "item": [
            {
              "name": "POST /v1/work-schedule/extensions",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/work-schedule/extensions",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "work-schedule",
                    "extensions"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"date\": \"2026-01-15\",\n  \"extendedUntil\": {\n    \"hour\": 1,\n    \"minute\": 1,\n    \"second\": 1,\n    \"nano\": 1\n  },\n  \"userId\": 1\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/work-schedule/extensions",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/work-schedule/extensions?date=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "work-schedule",
                    "extensions"
                  ],
                  "query": [
                    {
                      "key": "date",
                      "value": "",
                      "disabled": false
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/work-schedule/settings",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/work-schedule/settings",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "work-schedule",
                    "settings"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "PUT /v1/work-schedule/settings",
              "request": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/work-schedule/settings",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "work-schedule",
                    "settings"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"timezone\": \"string\",\n  \"toleranceMinutes\": 1\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "webhooks",
          "item": [
            {
              "name": "GET /v1/settings/webhooks",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/settings/webhooks?pageable=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "settings",
                    "webhooks"
                  ],
                  "query": [
                    {
                      "key": "pageable",
                      "value": "",
                      "disabled": false
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/settings/webhooks/{id}",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/settings/webhooks/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "settings",
                    "webhooks",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/settings/webhooks",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/settings/webhooks",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "settings",
                    "webhooks"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"events\": [\n    \"string\"\n  ],\n  \"name\": \"Exemplo\",\n  \"url\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "PUT /v1/settings/webhooks/{id}",
              "request": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/settings/webhooks/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "settings",
                    "webhooks",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"events\": [\n    \"string\"\n  ],\n  \"name\": \"Exemplo\",\n  \"url\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "DELETE /v1/settings/webhooks/{id}",
              "request": {
                "method": "DELETE",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/settings/webhooks/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "settings",
                    "webhooks",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/settings/webhooks/{id}/enable",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/settings/webhooks/{id}/enable",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "settings",
                    "webhooks",
                    "{id}",
                    "enable"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/settings/webhooks/{id}/disable",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/settings/webhooks/{id}/disable",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "settings",
                    "webhooks",
                    "{id}",
                    "disable"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/settings/webhooks/{id}/test",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/settings/webhooks/{id}/test",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "settings",
                    "webhooks",
                    "{id}",
                    "test"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/settings/webhooks/events",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/settings/webhooks/events",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "settings",
                    "webhooks",
                    "events"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/settings/webhooks/{subscriptionId}/deliveries",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/settings/webhooks/{subscriptionId}/deliveries?pageable=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "settings",
                    "webhooks",
                    "{subscriptionId}",
                    "deliveries"
                  ],
                  "variable": [
                    {
                      "key": "subscriptionId",
                      "value": "1"
                    }
                  ],
                  "query": [
                    {
                      "key": "status",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "pageable",
                      "value": "",
                      "disabled": false
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/settings/webhooks/{subscriptionId}/deliveries/{deliveryId}/retry",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/settings/webhooks/{subscriptionId}/deliveries/{deliveryId}/retry",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "settings",
                    "webhooks",
                    "{subscriptionId}",
                    "deliveries",
                    "{deliveryId}",
                    "retry"
                  ],
                  "variable": [
                    {
                      "key": "subscriptionId",
                      "value": "1"
                    },
                    {
                      "key": "deliveryId",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "account-backup",
          "item": [
            {
              "name": "POST /v1/settings/account-backup/generate",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/settings/account-backup/generate",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "settings",
                    "account-backup",
                    "generate"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/settings/account-backup/status",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/settings/account-backup/status",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "settings",
                    "account-backup",
                    "status"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/settings/account-backup/download-url",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/settings/account-backup/download-url",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "settings",
                    "account-backup",
                    "download-url"
                  ]
                }
              },
              "response": []
            }
          ]
        }
      ]
    },
    {
      "name": "Vendas e PDV",
      "item": [
        {
          "name": "orders",
          "item": [
            {
              "name": "GET /v1/sales/orders",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/sales/orders?parameters=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "sales",
                    "orders"
                  ],
                  "query": [
                    {
                      "key": "parameters",
                      "value": "",
                      "disabled": false
                    },
                    {
                      "key": "page",
                      "value": "0",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "sort.attribute",
                      "value": "id",
                      "disabled": true
                    },
                    {
                      "key": "sort.order",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "condition",
                      "value": "",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/sales/orders/{id}",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/sales/orders/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "sales",
                    "orders",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/sales/orders",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/sales/orders",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "sales",
                    "orders"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"customer\": {\n    \"id\": 50\n  },\n  \"products\": [\n    {\n      \"product\": {\n        \"id\": 123\n      },\n      \"quantity\": 2,\n      \"price\": 89.9,\n      \"discount\": 10.0,\n      \"discountType\": \"PERCENTAGE\"\n    },\n    {\n      \"product\": {\n        \"id\": 456\n      },\n      \"quantity\": 1,\n      \"price\": 73.82\n    }\n  ],\n  \"payments\": [\n    {\n      \"paymentMethod\": {\n        \"id\": 1\n      },\n      \"value\": 235.64\n    }\n  ],\n  \"totalFreight\": 18.0,\n  \"observation\": \"Pedido via loja online - #EXT-5432\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "PUT /v1/sales/orders/{id}",
              "request": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/sales/orders/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "sales",
                    "orders",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"customer\": {\n    \"id\": 50\n  },\n  \"products\": [\n    {\n      \"product\": {\n        \"id\": 123\n      },\n      \"quantity\": 2,\n      \"price\": 89.9,\n      \"discount\": 10.0,\n      \"discountType\": \"PERCENTAGE\"\n    },\n    {\n      \"product\": {\n        \"id\": 456\n      },\n      \"quantity\": 1,\n      \"price\": 73.82\n    }\n  ],\n  \"payments\": [\n    {\n      \"paymentMethod\": {\n        \"id\": 1\n      },\n      \"value\": 235.64\n    }\n  ],\n  \"totalFreight\": 18.0,\n  \"observation\": \"Pedido via loja online - #EXT-5432\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "DELETE /v1/sales/orders/{id}",
              "request": {
                "method": "DELETE",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/sales/orders/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "sales",
                    "orders",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "PATCH /v1/sales/orders/{orderId}/items/{itemId}/price-list",
              "request": {
                "method": "PATCH",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/sales/orders/{id}/items/{itemId}/price-list",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "sales",
                    "orders",
                    "{id}",
                    "items",
                    "{itemId}",
                    "price-list"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    },
                    {
                      "key": "itemId",
                      "value": "1"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"priceListId\": 1\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "PUT /v1/sales/orders/{id}/reopen",
              "request": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/sales/orders/{id}/reopen",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "sales",
                    "orders",
                    "{id}",
                    "reopen"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "PUT /v1/sales/orders/{id}/return",
              "request": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/sales/orders/{id}/return",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "sales",
                    "orders",
                    "{id}",
                    "return"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/sales/orders/report/{uuid}",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/sales/orders/report/{uuid}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "sales",
                    "orders",
                    "report",
                    "{uuid}"
                  ],
                  "variable": [
                    {
                      "key": "uuid",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "⚠️ PATCH /v1/orders/{id}/status",
              "request": {
                "method": "PATCH",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/orders/{id}/status",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "orders",
                    "{id}",
                    "status"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                },
                "description": "Este caminho consta no guia de integracao (doc-parceiros.gaud.app) mas nao foi encontrado no OpenAPI atual da API (pode ter mudado de nome/path, ou a doc esta desatualizada). Confirmar manualmente antes de usar."
              },
              "response": []
            },
            {
              "name": "GET /v1/sales/orders/summaries",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/sales/orders/summaries?parameters=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "sales",
                    "orders",
                    "summaries"
                  ],
                  "query": [
                    {
                      "key": "parameters",
                      "value": "",
                      "disabled": false
                    },
                    {
                      "key": "page",
                      "value": "0",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "sort.attribute",
                      "value": "id",
                      "disabled": true
                    },
                    {
                      "key": "sort.order",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "condition",
                      "value": "",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "customers",
          "item": [
            {
              "name": "GET /v1/sales/customers",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/sales/customers?parameters=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "sales",
                    "customers"
                  ],
                  "query": [
                    {
                      "key": "parameters",
                      "value": "",
                      "disabled": false
                    },
                    {
                      "key": "page",
                      "value": "0",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "sort.attribute",
                      "value": "id",
                      "disabled": true
                    },
                    {
                      "key": "sort.order",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "condition",
                      "value": "",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/sales/customers/{id}",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/sales/customers/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "sales",
                    "customers",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/sales/customers/by-document",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/sales/customers/by-document?document=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "sales",
                    "customers",
                    "by-document"
                  ],
                  "query": [
                    {
                      "key": "document",
                      "value": "",
                      "disabled": false
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/sales/customers",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/sales/customers",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "sales",
                    "customers"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Maria da Silva\",\n  \"type\": \"INDIVIDUAL\",\n  \"documentNumber\": \"123.456.789-00\",\n  \"email\": \"maria@email.com\",\n  \"phone\": \"(51) 99999-0000\",\n  \"dateOfBirth\": \"1990-05-15\",\n  \"address\": {\n    \"zipCode\": \"93000-000\",\n    \"address\": \"Rua das Flores\",\n    \"number\": \"123\",\n    \"neighborhood\": \"Centro\",\n    \"city\": {\n      \"id\": 4314902\n    },\n    \"state\": \"RS\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "PUT /v1/sales/customers/{id}",
              "request": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/sales/customers/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "sales",
                    "customers",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Maria da Silva\",\n  \"type\": \"INDIVIDUAL\",\n  \"documentNumber\": \"123.456.789-00\",\n  \"email\": \"maria@email.com\",\n  \"phone\": \"(51) 99999-0000\",\n  \"dateOfBirth\": \"1990-05-15\",\n  \"address\": {\n    \"zipCode\": \"93000-000\",\n    \"address\": \"Rua das Flores\",\n    \"number\": \"123\",\n    \"neighborhood\": \"Centro\",\n    \"city\": {\n      \"id\": 4314902\n    },\n    \"state\": \"RS\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "DELETE /v1/sales/customers/{id}",
              "request": {
                "method": "DELETE",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/sales/customers/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "sales",
                    "customers",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "carriers",
          "item": [
            {
              "name": "GET /v1/sales/carriers",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/sales/carriers?parameters=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "sales",
                    "carriers"
                  ],
                  "query": [
                    {
                      "key": "parameters",
                      "value": "",
                      "disabled": false
                    },
                    {
                      "key": "page",
                      "value": "0",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "sort.attribute",
                      "value": "id",
                      "disabled": true
                    },
                    {
                      "key": "sort.order",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "condition",
                      "value": "",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/sales/carriers/{id}",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/sales/carriers/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "sales",
                    "carriers",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/sales/carriers",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/sales/carriers",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "sales",
                    "carriers"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"active\": true,\n  \"documentNumber\": \"12345678900\",\n  \"stateRegistration\": \"string\",\n  \"municipalRegistration\": \"string\",\n  \"name\": \"Exemplo\",\n  \"fantasyName\": \"Exemplo\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "PUT /v1/sales/carriers/{id}",
              "request": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/sales/carriers/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "sales",
                    "carriers",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"active\": true,\n  \"documentNumber\": \"12345678900\",\n  \"stateRegistration\": \"string\",\n  \"municipalRegistration\": \"string\",\n  \"name\": \"Exemplo\",\n  \"fantasyName\": \"Exemplo\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "DELETE /v1/sales/carriers/{id}",
              "request": {
                "method": "DELETE",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/sales/carriers/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "sales",
                    "carriers",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "payment-methods",
          "item": [
            {
              "name": "GET /v1/sales/payment-methods",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/sales/payment-methods?parameters=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "sales",
                    "payment-methods"
                  ],
                  "query": [
                    {
                      "key": "parameters",
                      "value": "",
                      "disabled": false
                    },
                    {
                      "key": "page",
                      "value": "0",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "sort.attribute",
                      "value": "id",
                      "disabled": true
                    },
                    {
                      "key": "sort.order",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "condition",
                      "value": "",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/sales/payment-methods/{id}",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/sales/payment-methods/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "sales",
                    "payment-methods",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/sales/payment-methods",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/sales/payment-methods",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "sales",
                    "payment-methods"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Exemplo\",\n  \"type\": {\n    \"id\": 1\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "PUT /v1/sales/payment-methods/{id}",
              "request": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/sales/payment-methods/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "sales",
                    "payment-methods",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Exemplo\",\n  \"type\": {\n    \"id\": 1\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "DELETE /v1/sales/payment-methods/{id}",
              "request": {
                "method": "DELETE",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/sales/payment-methods/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "sales",
                    "payment-methods",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "price-lists",
          "item": [
            {
              "name": "GET /v1/sales/price-lists",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/sales/price-lists",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "sales",
                    "price-lists"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/sales/price-lists/{id}",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/sales/price-lists/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "sales",
                    "price-lists",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/sales/price-lists",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/sales/price-lists",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "sales",
                    "price-lists"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"markup\": 1.0,\n  \"name\": \"Exemplo\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "PUT /v1/sales/price-lists/{id}",
              "request": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/sales/price-lists/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "sales",
                    "price-lists",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"markup\": 1.0,\n  \"name\": \"Exemplo\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "DELETE /v1/sales/price-lists/{id}",
              "request": {
                "method": "DELETE",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/sales/price-lists/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "sales",
                    "price-lists",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/sales/price-lists/{id}/sales-history",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/sales/price-lists/{priceListId}/sales-history",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "sales",
                    "price-lists",
                    "{priceListId}",
                    "sales-history"
                  ],
                  "variable": [
                    {
                      "key": "priceListId",
                      "value": "1"
                    }
                  ],
                  "query": [
                    {
                      "key": "startDate",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "endDate",
                      "value": "",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "expense-types",
          "item": [
            {
              "name": "GET /v1/sales/expense-types",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/sales/expense-types?parameters=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "sales",
                    "expense-types"
                  ],
                  "query": [
                    {
                      "key": "parameters",
                      "value": "",
                      "disabled": false
                    },
                    {
                      "key": "page",
                      "value": "0",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "sort.attribute",
                      "value": "id",
                      "disabled": true
                    },
                    {
                      "key": "sort.order",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "condition",
                      "value": "",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/sales/expense-types/{id}",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/sales/expense-types/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "sales",
                    "expense-types",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/sales/expense-types",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/sales/expense-types",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "sales",
                    "expense-types"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Exemplo\",\n  \"description\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "PUT /v1/sales/expense-types/{id}",
              "request": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/sales/expense-types/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "sales",
                    "expense-types",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Exemplo\",\n  \"description\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "DELETE /v1/sales/expense-types/{id}",
              "request": {
                "method": "DELETE",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/sales/expense-types/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "sales",
                    "expense-types",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "cashiers",
          "item": [
            {
              "name": "GET /v1/sales/cashiers",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/sales/cashiers?parameters=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "sales",
                    "cashiers"
                  ],
                  "query": [
                    {
                      "key": "parameters",
                      "value": "",
                      "disabled": false
                    },
                    {
                      "key": "page",
                      "value": "0",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "sort.attribute",
                      "value": "id",
                      "disabled": true
                    },
                    {
                      "key": "sort.order",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "condition",
                      "value": "",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/sales/cashiers/{id}",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/sales/cashiers/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "sales",
                    "cashiers",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/sales/cashiers",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/sales/cashiers",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "sales",
                    "cashiers"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"status\": \"OPENED\",\n  \"number\": 1,\n  \"user\": {\n    \"id\": 1\n  },\n  \"openedAt\": \"2026-01-15T00:00:00\",\n  \"closedAt\": \"2026-01-15T00:00:00\",\n  \"cashOpening\": 1.0\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "PUT /v1/sales/cashiers/{id}",
              "request": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/sales/cashiers/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "sales",
                    "cashiers",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"status\": \"OPENED\",\n  \"number\": 1,\n  \"user\": {\n    \"id\": 1\n  },\n  \"openedAt\": \"2026-01-15T00:00:00\",\n  \"closedAt\": \"2026-01-15T00:00:00\",\n  \"cashOpening\": 1.0\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "PUT /v1/sales/cashiers/{id}/reopen",
              "request": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/sales/cashiers/{id}/reopen",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "sales",
                    "cashiers",
                    "{id}",
                    "reopen"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "PUT /v1/sales/cashiers/{cashierId}/movements/{movementId}",
              "request": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/sales/cashiers/{cashierId}/movements/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "sales",
                    "cashiers",
                    "{cashierId}",
                    "movements",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "cashierId",
                      "value": "1"
                    },
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"amount\": 1.0\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/sales/cashiers/{cashierId}/withdraws",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/sales/cashiers/{cashierId}/withdraws",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "sales",
                    "cashiers",
                    "{cashierId}",
                    "withdraws"
                  ],
                  "variable": [
                    {
                      "key": "cashierId",
                      "value": "1"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"amount\": 1.0,\n  \"paymentMethod\": {\n    \"id\": 1\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "DELETE /v1/sales/cashiers/{cashierId}/withdraws/{withdrawId}",
              "request": {
                "method": "DELETE",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/sales/cashiers/{cashierId}/withdraws/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "sales",
                    "cashiers",
                    "{cashierId}",
                    "withdraws",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "cashierId",
                      "value": "1"
                    },
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/sales/cashiers/{cashierId}/expenses",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/sales/cashiers/{cashierId}/expenses",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "sales",
                    "cashiers",
                    "{cashierId}",
                    "expenses"
                  ],
                  "variable": [
                    {
                      "key": "cashierId",
                      "value": "1"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"amount\": 1.0,\n  \"paymentMethod\": {\n    \"id\": 1\n  },\n  \"type\": {\n    \"id\": 1\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "DELETE /v1/sales/cashiers/{cashierId}/expenses/{expenseId}",
              "request": {
                "method": "DELETE",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/sales/cashiers/{cashierId}/expenses/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "sales",
                    "cashiers",
                    "{cashierId}",
                    "expenses",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "cashierId",
                      "value": "1"
                    },
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/sales/cashiers/{cashierId}/supplements",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/sales/cashiers/{cashierId}/supplements",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "sales",
                    "cashiers",
                    "{cashierId}",
                    "supplements"
                  ],
                  "variable": [
                    {
                      "key": "cashierId",
                      "value": "1"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"amount\": 1.0,\n  \"paymentMethod\": {\n    \"id\": 1\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "DELETE /v1/sales/cashiers/{cashierId}/supplements/{supplementId}",
              "request": {
                "method": "DELETE",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/sales/cashiers/{cashierId}/supplements/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "sales",
                    "cashiers",
                    "{cashierId}",
                    "supplements",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "cashierId",
                      "value": "1"
                    },
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/sales/cashiers/pending-finalized",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/sales/cashiers/pending-finalized?parameters=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "sales",
                    "cashiers",
                    "pending-finalized"
                  ],
                  "query": [
                    {
                      "key": "parameters",
                      "value": "",
                      "disabled": false
                    },
                    {
                      "key": "page",
                      "value": "0",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "sort.attribute",
                      "value": "id",
                      "disabled": true
                    },
                    {
                      "key": "sort.order",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "condition",
                      "value": "",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/sales/cashiers/{cashierId}/orders",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/sales/cashiers/{cashierId}/orders",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "sales",
                    "cashiers",
                    "{cashierId}",
                    "orders"
                  ],
                  "variable": [
                    {
                      "key": "cashierId",
                      "value": "1"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"payments\": [\n    {\n      \"id\": 1\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "order",
          "item": [
            {
              "name": "POST /v1/fiscal/order/{orderId}/nfce",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/fiscal/order/{orderId}/nfce",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "fiscal",
                    "order",
                    "{orderId}",
                    "nfce"
                  ],
                  "variable": [
                    {
                      "key": "orderId",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/fiscal/order/{orderId}/auto-revert",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/fiscal/order/{orderId}/auto-revert",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "fiscal",
                    "order",
                    "{orderId}",
                    "auto-revert"
                  ],
                  "variable": [
                    {
                      "key": "orderId",
                      "value": "1"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"action\": \"CANCEL_NOTA_APENAS\",\n  \"reason\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/fiscal/order/{orderId}/print",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/fiscal/order/{orderId}/print",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "fiscal",
                    "order",
                    "{orderId}",
                    "print"
                  ],
                  "variable": [
                    {
                      "key": "orderId",
                      "value": "1"
                    }
                  ],
                  "query": [
                    {
                      "key": "model",
                      "value": "",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "order-service",
          "item": [
            {
              "name": "POST /v1/fiscal/order/service/{serviceOrderId}/nfce",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/fiscal/order/service/{serviceOrderId}/nfce",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "fiscal",
                    "order",
                    "service",
                    "{serviceOrderId}",
                    "nfce"
                  ],
                  "variable": [
                    {
                      "key": "serviceOrderId",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/fiscal/order/service/{serviceOrderId}/nfse",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/fiscal/order/service/{serviceOrderId}/nfse",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "fiscal",
                    "order",
                    "service",
                    "{serviceOrderId}",
                    "nfse"
                  ],
                  "variable": [
                    {
                      "key": "serviceOrderId",
                      "value": "1"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"nature\": \"string\",\n  \"serviceType\": \"string\",\n  \"rpsType\": \"string\",\n  \"competenceDate\": \"2026-01-15\",\n  \"incidenceCity\": 1,\n  \"processNumber\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "PUT /v1/fiscal/order/service/{serviceOrderId}/cancel",
              "request": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/fiscal/order/service/{serviceOrderId}/cancel",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "fiscal",
                    "order",
                    "service",
                    "{serviceOrderId}",
                    "cancel"
                  ],
                  "variable": [
                    {
                      "key": "serviceOrderId",
                      "value": "1"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"reason\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/fiscal/order/service/{serviceOrderId}/print",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/fiscal/order/service/{serviceOrderId}/print",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "fiscal",
                    "order",
                    "service",
                    "{serviceOrderId}",
                    "print"
                  ],
                  "variable": [
                    {
                      "key": "serviceOrderId",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "maintenances",
          "item": [
            {
              "name": "PUT /v1/service/maintenances/{serviceOrderId}/reopen",
              "request": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/service/maintenances/{id}/reopen",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "service",
                    "maintenances",
                    "{id}",
                    "reopen"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "vendas",
          "item": [
            {
              "name": "⚠️ GET /v1/vendas",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/vendas",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "vendas"
                  ]
                },
                "description": "Este caminho consta no guia de integracao (doc-parceiros.gaud.app) mas nao foi encontrado no OpenAPI atual da API (pode ter mudado de nome/path, ou a doc esta desatualizada). Confirmar manualmente antes de usar."
              },
              "response": []
            },
            {
              "name": "⚠️ GET /v1/vendas/preferences",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/vendas/preferences",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "vendas",
                    "preferences"
                  ]
                },
                "description": "Este caminho consta no guia de integracao (doc-parceiros.gaud.app) mas nao foi encontrado no OpenAPI atual da API (pode ter mudado de nome/path, ou a doc esta desatualizada). Confirmar manualmente antes de usar."
              },
              "response": []
            },
            {
              "name": "⚠️ PATCH /v1/vendas/preferences",
              "request": {
                "method": "PATCH",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/vendas/preferences",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "vendas",
                    "preferences"
                  ]
                },
                "description": "Este caminho consta no guia de integracao (doc-parceiros.gaud.app) mas nao foi encontrado no OpenAPI atual da API (pode ter mudado de nome/path, ou a doc esta desatualizada). Confirmar manualmente antes de usar."
              },
              "response": []
            }
          ]
        },
        {
          "name": "maintenance",
          "item": [
            {
              "name": "⚠️ PATCH /v1/maintenance/{id}/status",
              "request": {
                "method": "PATCH",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/maintenance/{id}/status",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "maintenance",
                    "{id}",
                    "status"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                },
                "description": "Este caminho consta no guia de integracao (doc-parceiros.gaud.app) mas nao foi encontrado no OpenAPI atual da API (pode ter mudado de nome/path, ou a doc esta desatualizada). Confirmar manualmente antes de usar."
              },
              "response": []
            }
          ]
        },
        {
          "name": "products",
          "item": [
            {
              "name": "GET /v1/sales/products/reports/summaries",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/sales/products/reports/summaries?parameters=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "sales",
                    "products",
                    "reports",
                    "summaries"
                  ],
                  "query": [
                    {
                      "key": "parameters",
                      "value": "",
                      "disabled": false
                    },
                    {
                      "key": "cnpjIssuer",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "page",
                      "value": "0",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "sort.attribute",
                      "value": "id",
                      "disabled": true
                    },
                    {
                      "key": "sort.order",
                      "value": "",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/sales/products/reports/commissions",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/sales/products/reports/commissions",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "sales",
                    "products",
                    "reports",
                    "commissions"
                  ],
                  "query": [
                    {
                      "key": "start",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "end",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "employeeId",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "number",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "page",
                      "value": "0",
                      "disabled": true
                    },
                    {
                      "key": "size",
                      "value": "20",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            }
          ]
        }
      ]
    },
    {
      "name": "Ordens de Serviço e Frota",
      "item": [
        {
          "name": "maintenances",
          "item": [
            {
              "name": "GET /v1/service/maintenances",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/service/maintenances?parameters=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "service",
                    "maintenances"
                  ],
                  "query": [
                    {
                      "key": "parameters",
                      "value": "",
                      "disabled": false
                    },
                    {
                      "key": "hasFiscal",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "page",
                      "value": "0",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "sort.attribute",
                      "value": "id",
                      "disabled": true
                    },
                    {
                      "key": "sort.order",
                      "value": "",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/service/maintenances/{id}",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/service/maintenances/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "service",
                    "maintenances",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/service/maintenances",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/service/maintenances",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "service",
                    "maintenances"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"driver\": \"string\",\n  \"carrier\": {\n    \"id\": 1\n  },\n  \"totalFreight\": 1.0,\n  \"number\": 1,\n  \"seller\": {\n    \"id\": 1\n  },\n  \"status\": {\n    \"id\": 1\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "PUT /v1/service/maintenances/{id}",
              "request": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/service/maintenances/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "service",
                    "maintenances",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"driver\": \"string\",\n  \"carrier\": {\n    \"id\": 1\n  },\n  \"totalFreight\": 1.0,\n  \"number\": 1,\n  \"seller\": {\n    \"id\": 1\n  },\n  \"status\": {\n    \"id\": 1\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "PATCH /v1/service/maintenances/{id}",
              "request": {
                "method": "PATCH",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/service/maintenances/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "service",
                    "maintenances",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"status\": {\n    \"id\": 1\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "PATCH /v1/service/maintenances/{serviceOrderId}/items/{itemId}/price-list",
              "request": {
                "method": "PATCH",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/service/maintenances/{id}/items/{itemId}/price-list",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "service",
                    "maintenances",
                    "{id}",
                    "items",
                    "{itemId}",
                    "price-list"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    },
                    {
                      "key": "itemId",
                      "value": "1"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"priceListId\": 1\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "DELETE /v1/service/maintenances/{id}",
              "request": {
                "method": "DELETE",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/service/maintenances/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "service",
                    "maintenances",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "PUT /v1/service/maintenances/{id}/finalize",
              "request": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/service/maintenances/{id}/finalize",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "service",
                    "maintenances",
                    "{id}",
                    "finalize"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"driver\": \"string\",\n  \"carrier\": {\n    \"id\": 1\n  },\n  \"totalFreight\": 1.0,\n  \"number\": 1,\n  \"seller\": {\n    \"id\": 1\n  },\n  \"status\": {\n    \"id\": 1\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/service/maintenances/finalize",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/service/maintenances/finalize",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "service",
                    "maintenances",
                    "finalize"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"driver\": \"string\",\n  \"carrier\": {\n    \"id\": 1\n  },\n  \"totalFreight\": 1.0,\n  \"number\": 1,\n  \"seller\": {\n    \"id\": 1\n  },\n  \"status\": {\n    \"id\": 1\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/service/maintenances/{maintenanceId}/duplicate",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/service/maintenances/{id}/duplicate",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "service",
                    "maintenances",
                    "{id}",
                    "duplicate"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/service/maintenances/report/{uuid}",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/service/maintenances/report/{uuid}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "service",
                    "maintenances",
                    "report",
                    "{uuid}"
                  ],
                  "variable": [
                    {
                      "key": "uuid",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/service/maintenances/{maintenanceId}/return",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/service/maintenances/{maintenanceId}/return",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "service",
                    "maintenances",
                    "{maintenanceId}",
                    "return"
                  ],
                  "variable": [
                    {
                      "key": "maintenanceId",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/service/maintenances/{maintenanceId}/return",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/service/maintenances/{maintenanceId}/return",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "service",
                    "maintenances",
                    "{maintenanceId}",
                    "return"
                  ],
                  "variable": [
                    {
                      "key": "maintenanceId",
                      "value": "1"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"returnDate\": \"2026-01-15\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "DELETE /v1/service/maintenances/{maintenanceId}/return",
              "request": {
                "method": "DELETE",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/service/maintenances/{maintenanceId}/return",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "service",
                    "maintenances",
                    "{maintenanceId}",
                    "return"
                  ],
                  "variable": [
                    {
                      "key": "maintenanceId",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/service/maintenances/returns/report",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/service/maintenances/returns/report",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "service",
                    "maintenances",
                    "returns",
                    "report"
                  ],
                  "query": [
                    {
                      "key": "customerId",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "startDate",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "endDate",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "page",
                      "value": "0",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "20",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/service/maintenances/returns/{returnId}",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/service/maintenances/returns/{returnId}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "service",
                    "maintenances",
                    "returns",
                    "{returnId}"
                  ],
                  "variable": [
                    {
                      "key": "returnId",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/service/maintenances/returns/vehicle/{vehicleId}",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/service/maintenances/returns/vehicle/{vehicleId}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "service",
                    "maintenances",
                    "returns",
                    "vehicle",
                    "{vehicleId}"
                  ],
                  "variable": [
                    {
                      "key": "vehicleId",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "service-order-kanban",
          "item": [
            {
              "name": "GET /v1/service/service-order-kanban",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/service/service-order-kanban?parameters=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "service",
                    "service-order-kanban"
                  ],
                  "query": [
                    {
                      "key": "parameters",
                      "value": "",
                      "disabled": false
                    },
                    {
                      "key": "page",
                      "value": "0",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "sort.attribute",
                      "value": "id",
                      "disabled": true
                    },
                    {
                      "key": "sort.order",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "condition",
                      "value": "",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "service-order-kanban-configuration",
          "item": [
            {
              "name": "GET /v1/service/service-order-kanban-configuration",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/service/service-order-kanban-configuration",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "service",
                    "service-order-kanban-configuration"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "PUT /v1/service/service-order-kanban-configuration",
              "request": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/service/service-order-kanban-configuration",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "service",
                    "service-order-kanban-configuration"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"title\": \"STATUS\",\n  \"headline\": \"STATUS\",\n  \"subtitle\": \"STATUS\",\n  \"metadata\": [\n    {\n      \"id\": 1\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "service-order-status",
          "item": [
            {
              "name": "GET /v1/service/service-order-status",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/service/service-order-status?parameters=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "service",
                    "service-order-status"
                  ],
                  "query": [
                    {
                      "key": "parameters",
                      "value": "",
                      "disabled": false
                    },
                    {
                      "key": "page",
                      "value": "0",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "sort.attribute",
                      "value": "id",
                      "disabled": true
                    },
                    {
                      "key": "sort.order",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "condition",
                      "value": "",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/service/service-order-status",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/service/service-order-status",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "service",
                    "service-order-status"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Exemplo\",\n  \"order\": 1,\n  \"done\": true,\n  \"description\": \"string\",\n  \"color\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "PUT /v1/service/service-order-status/{id}",
              "request": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/service/service-order-status/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "service",
                    "service-order-status",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Exemplo\",\n  \"order\": 1,\n  \"done\": true,\n  \"description\": \"string\",\n  \"color\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "DELETE /v1/service/service-order-status/{id}",
              "request": {
                "method": "DELETE",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/service/service-order-status/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "service",
                    "service-order-status",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "types",
          "item": [
            {
              "name": "GET /v1/service/types",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/service/types?parameters=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "service",
                    "types"
                  ],
                  "query": [
                    {
                      "key": "parameters",
                      "value": "",
                      "disabled": false
                    },
                    {
                      "key": "page",
                      "value": "0",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "sort.attribute",
                      "value": "id",
                      "disabled": true
                    },
                    {
                      "key": "sort.order",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "condition",
                      "value": "",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/service/types/{id}",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/service/types/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "service",
                    "types",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/service/types",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/service/types",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "service",
                    "types"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Exemplo\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "PUT /v1/service/types/{id}",
              "request": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/service/types/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "service",
                    "types",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Exemplo\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "DELETE /v1/service/types/{id}",
              "request": {
                "method": "DELETE",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/service/types/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "service",
                    "types",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "boxes",
          "item": [
            {
              "name": "GET /v1/service/boxes",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/service/boxes?parameters=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "service",
                    "boxes"
                  ],
                  "query": [
                    {
                      "key": "parameters",
                      "value": "",
                      "disabled": false
                    },
                    {
                      "key": "page",
                      "value": "0",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "sort.attribute",
                      "value": "id",
                      "disabled": true
                    },
                    {
                      "key": "sort.order",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "condition",
                      "value": "",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/service/boxes/{id}",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/service/boxes/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "service",
                    "boxes",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/service/boxes",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/service/boxes",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "service",
                    "boxes"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Exemplo\",\n  \"description\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "PUT /v1/service/boxes/{id}",
              "request": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/service/boxes/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "service",
                    "boxes",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Exemplo\",\n  \"description\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "DELETE /v1/service/boxes/{id}",
              "request": {
                "method": "DELETE",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/service/boxes/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "service",
                    "boxes",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "workshops",
          "item": [
            {
              "name": "GET /v1/service/workshops",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/service/workshops?parameters=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "service",
                    "workshops"
                  ],
                  "query": [
                    {
                      "key": "parameters",
                      "value": "",
                      "disabled": false
                    },
                    {
                      "key": "page",
                      "value": "0",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "sort.attribute",
                      "value": "id",
                      "disabled": true
                    },
                    {
                      "key": "sort.order",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "condition",
                      "value": "",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/service/workshops/{id}",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/service/workshops/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "service",
                    "workshops",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/service/workshops",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/service/workshops",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "service",
                    "workshops"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"active\": true,\n  \"documentNumber\": \"12345678900\",\n  \"stateRegistration\": \"string\",\n  \"municipalRegistration\": \"string\",\n  \"name\": \"Exemplo\",\n  \"fantasyName\": \"Exemplo\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "PUT /v1/service/workshops/{id}",
              "request": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/service/workshops/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "service",
                    "workshops",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"active\": true,\n  \"documentNumber\": \"12345678900\",\n  \"stateRegistration\": \"string\",\n  \"municipalRegistration\": \"string\",\n  \"name\": \"Exemplo\",\n  \"fantasyName\": \"Exemplo\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "DELETE /v1/service/workshops/{id}",
              "request": {
                "method": "DELETE",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/service/workshops/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "service",
                    "workshops",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "reports",
          "item": [
            {
              "name": "GET /v1/service/reports/commissions",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/service/reports/commissions",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "service",
                    "reports",
                    "commissions"
                  ],
                  "query": [
                    {
                      "key": "start",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "end",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "employeeId",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "number",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "page",
                      "value": "0",
                      "disabled": true
                    },
                    {
                      "key": "size",
                      "value": "20",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "vehicles",
          "item": [
            {
              "name": "GET /v1/fleet/vehicles",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/fleet/vehicles?parameters=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "fleet",
                    "vehicles"
                  ],
                  "query": [
                    {
                      "key": "parameters",
                      "value": "",
                      "disabled": false
                    },
                    {
                      "key": "page",
                      "value": "0",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "sort.attribute",
                      "value": "id",
                      "disabled": true
                    },
                    {
                      "key": "sort.order",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "condition",
                      "value": "",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/fleet/vehicles/{id}",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/fleet/vehicles/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "fleet",
                    "vehicles",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/fleet/vehicles",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/fleet/vehicles",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "fleet",
                    "vehicles"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"identification\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "PUT /v1/fleet/vehicles/{id}",
              "request": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/fleet/vehicles/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "fleet",
                    "vehicles",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"identification\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "DELETE /v1/fleet/vehicles/{id}",
              "request": {
                "method": "DELETE",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/fleet/vehicles/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "fleet",
                    "vehicles",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "placas",
          "item": [
            {
              "name": "GET /integrations/placas/{plate}",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/integrations/placas/{placa}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "integrations",
                    "placas",
                    "{placa}"
                  ],
                  "variable": [
                    {
                      "key": "placa",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "vehicle-types",
          "item": [
            {
              "name": "GET /v1/fleet/vehicle-types",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/fleet/vehicle-types?parameters=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "fleet",
                    "vehicle-types"
                  ],
                  "query": [
                    {
                      "key": "parameters",
                      "value": "",
                      "disabled": false
                    },
                    {
                      "key": "page",
                      "value": "0",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "sort.attribute",
                      "value": "id",
                      "disabled": true
                    },
                    {
                      "key": "sort.order",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "condition",
                      "value": "",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/fleet/vehicle-types/{id}",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/fleet/vehicle-types/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "fleet",
                    "vehicle-types",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/fleet/vehicle-types",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/fleet/vehicle-types",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "fleet",
                    "vehicle-types"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Exemplo\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "PUT /v1/fleet/vehicle-types/{id}",
              "request": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/fleet/vehicle-types/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "fleet",
                    "vehicle-types",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Exemplo\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "DELETE /v1/fleet/vehicle-types/{id}",
              "request": {
                "method": "DELETE",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/fleet/vehicle-types/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "fleet",
                    "vehicle-types",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            }
          ]
        }
      ]
    },
    {
      "name": "Produtos e Catálogo",
      "item": [
        {
          "name": "products",
          "item": [
            {
              "name": "GET /v1/catalog/products",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/catalog/products?parameters=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "catalog",
                    "products"
                  ],
                  "query": [
                    {
                      "key": "parameters",
                      "value": "",
                      "disabled": false
                    },
                    {
                      "key": "page",
                      "value": "0",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "sort.attribute",
                      "value": "id",
                      "disabled": true
                    },
                    {
                      "key": "sort.order",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "condition",
                      "value": "",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/catalog/products/{id}",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/catalog/products/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "catalog",
                    "products",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/catalog/products",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/catalog/products",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "catalog",
                    "products"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"source\": \"string\",\n  \"name\": \"Exemplo\",\n  \"maximumStock\": \"string\",\n  \"minimumStock\": \"string\",\n  \"unit\": \"AMPOLA\",\n  \"groups\": [\n    {\n      \"id\": 1\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "PUT /v1/catalog/products/{id}",
              "request": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/catalog/products/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "catalog",
                    "products",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"source\": \"string\",\n  \"name\": \"Exemplo\",\n  \"maximumStock\": \"string\",\n  \"minimumStock\": \"string\",\n  \"unit\": \"AMPOLA\",\n  \"groups\": [\n    {\n      \"id\": 1\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "DELETE /v1/catalog/products/{id}",
              "request": {
                "method": "DELETE",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/catalog/products/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "catalog",
                    "products",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "PUT /v1/catalog/products/{productId}/upload",
              "request": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/catalog/products/{id}/upload",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "catalog",
                    "products",
                    "{id}",
                    "upload"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/catalog/products/generate-code",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/catalog/products/generate-code",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "catalog",
                    "products",
                    "generate-code"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/inventory/products",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/inventory/products?parameters=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "inventory",
                    "products"
                  ],
                  "query": [
                    {
                      "key": "parameters",
                      "value": "",
                      "disabled": false
                    },
                    {
                      "key": "page",
                      "value": "0",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "sort.attribute",
                      "value": "id",
                      "disabled": true
                    },
                    {
                      "key": "sort.order",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "condition",
                      "value": "",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/inventory/products/autocomplete",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/inventory/products/autocomplete",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "inventory",
                    "products",
                    "autocomplete"
                  ],
                  "query": [
                    {
                      "key": "q",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "15",
                      "disabled": true
                    },
                    {
                      "key": "name",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "code",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "barcode",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "reference",
                      "value": "",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/inventory/products/{productBrandId}/price-list",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/inventory/products/{id}/price-list",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "inventory",
                    "products",
                    "{id}",
                    "price-list"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "PUT /v1/inventory/products/{productBrandId}/price-list",
              "request": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/inventory/products/{id}/price-list",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "inventory",
                    "products",
                    "{id}",
                    "price-list"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"lastPurchasePrice\": 1.0,\n  \"lockSalePrice\": true,\n  \"priceList\": [\n    {\n      \"id\": 1\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/inventory/products/{productBrandId}/price-history-by-list",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/inventory/products/{id}/price-history-by-list",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "inventory",
                    "products",
                    "{id}",
                    "price-history-by-list"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "PUT /v1/inventory/products/{productBrandId}/sale-price",
              "request": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/inventory/products/{id}/sale-price",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "inventory",
                    "products",
                    "{id}",
                    "sale-price"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"price\": 1.0\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "⚠️ GET /v1/inventory/products/{productBrandId}/sale-price-history",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/inventory/products/{productBrandId}/sale-price-history",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "inventory",
                    "products",
                    "{productBrandId}",
                    "sale-price-history"
                  ],
                  "variable": [
                    {
                      "key": "productBrandId",
                      "value": "1"
                    }
                  ]
                },
                "description": "Este caminho consta no guia de integracao (doc-parceiros.gaud.app) mas nao foi encontrado no OpenAPI atual da API (pode ter mudado de nome/path, ou a doc esta desatualizada). Confirmar manualmente antes de usar."
              },
              "response": []
            },
            {
              "name": "GET /v1/inventory/products/{productBrandId}/cost-history",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/inventory/products/{id}/cost-history",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "inventory",
                    "products",
                    "{id}",
                    "cost-history"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ],
                  "query": [
                    {
                      "key": "period",
                      "value": "MONTH",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/inventory/products/{productId}/branch-stock",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/inventory/products/{id}/branch-stock",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "inventory",
                    "products",
                    "{id}",
                    "branch-stock"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "⚠️ GET /v1/catalog/products/{catalogProductId}/equivalents-in-stock",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/catalog/products/{catalogProductId}/equivalents-in-stock",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "catalog",
                    "products",
                    "{catalogProductId}",
                    "equivalents-in-stock"
                  ],
                  "variable": [
                    {
                      "key": "catalogProductId",
                      "value": "1"
                    }
                  ]
                },
                "description": "Este caminho consta no guia de integracao (doc-parceiros.gaud.app) mas nao foi encontrado no OpenAPI atual da API (pode ter mudado de nome/path, ou a doc esta desatualizada). Confirmar manualmente antes de usar."
              },
              "response": []
            }
          ]
        },
        {
          "name": "brands",
          "item": [
            {
              "name": "GET /v1/inventory/brands",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/inventory/brands?parameters=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "inventory",
                    "brands"
                  ],
                  "query": [
                    {
                      "key": "parameters",
                      "value": "",
                      "disabled": false
                    },
                    {
                      "key": "page",
                      "value": "0",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "sort.attribute",
                      "value": "id",
                      "disabled": true
                    },
                    {
                      "key": "sort.order",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "condition",
                      "value": "",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/inventory/brands/{id}",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/inventory/brands/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "inventory",
                    "brands",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/inventory/brands",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/inventory/brands",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "inventory",
                    "brands"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Exemplo\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "PUT /v1/inventory/brands/{id}",
              "request": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/inventory/brands/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "inventory",
                    "brands",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Exemplo\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "DELETE /v1/inventory/brands/{id}",
              "request": {
                "method": "DELETE",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/inventory/brands/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "inventory",
                    "brands",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "groups",
          "item": [
            {
              "name": "GET /v1/inventory/groups",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/inventory/groups?parameters=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "inventory",
                    "groups"
                  ],
                  "query": [
                    {
                      "key": "parameters",
                      "value": "",
                      "disabled": false
                    },
                    {
                      "key": "page",
                      "value": "0",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "sort.attribute",
                      "value": "id",
                      "disabled": true
                    },
                    {
                      "key": "sort.order",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "condition",
                      "value": "",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/inventory/groups/{id}",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/inventory/groups/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "inventory",
                    "groups",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/inventory/groups",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/inventory/groups",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "inventory",
                    "groups"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Exemplo\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "PUT /v1/inventory/groups/{id}",
              "request": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/inventory/groups/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "inventory",
                    "groups",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Exemplo\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "DELETE /v1/inventory/groups/{id}",
              "request": {
                "method": "DELETE",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/inventory/groups/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "inventory",
                    "groups",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "providers",
          "item": [
            {
              "name": "GET /v1/inventory/providers",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/inventory/providers?parameters=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "inventory",
                    "providers"
                  ],
                  "query": [
                    {
                      "key": "parameters",
                      "value": "",
                      "disabled": false
                    },
                    {
                      "key": "page",
                      "value": "0",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "sort.attribute",
                      "value": "id",
                      "disabled": true
                    },
                    {
                      "key": "sort.order",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "condition",
                      "value": "",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/inventory/providers/{id}",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/inventory/providers/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "inventory",
                    "providers",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/inventory/providers",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/inventory/providers",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "inventory",
                    "providers"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"active\": true,\n  \"documentNumber\": \"12345678900\",\n  \"stateRegistration\": \"string\",\n  \"municipalRegistration\": \"string\",\n  \"name\": \"Exemplo\",\n  \"fantasyName\": \"Exemplo\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "PUT /v1/inventory/providers/{id}",
              "request": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/inventory/providers/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "inventory",
                    "providers",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"active\": true,\n  \"documentNumber\": \"12345678900\",\n  \"stateRegistration\": \"string\",\n  \"municipalRegistration\": \"string\",\n  \"name\": \"Exemplo\",\n  \"fantasyName\": \"Exemplo\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "DELETE /v1/inventory/providers/{id}",
              "request": {
                "method": "DELETE",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/inventory/providers/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "inventory",
                    "providers",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "global",
          "item": [
            {
              "name": "GET /v1/catalog/global/access",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/catalog/global/access",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "catalog",
                    "global",
                    "access"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/catalog/global/search",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/catalog/global/search?query=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "catalog",
                    "global",
                    "search"
                  ],
                  "query": [
                    {
                      "key": "query",
                      "value": "",
                      "disabled": false
                    },
                    {
                      "key": "limit",
                      "value": "20",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/catalog/global/{externalId}/preview",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/catalog/global/{externalId}/preview",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "catalog",
                    "global",
                    "{externalId}",
                    "preview"
                  ],
                  "variable": [
                    {
                      "key": "externalId",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/catalog/global/{externalId}/add-to-stock",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/catalog/global/{externalId}/add-to-stock",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "catalog",
                    "global",
                    "{externalId}",
                    "add-to-stock"
                  ],
                  "variable": [
                    {
                      "key": "externalId",
                      "value": "1"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"salePrice\": 1.0,\n  \"costPrice\": 1.0,\n  \"stock\": 1.0,\n  \"code\": \"string\",\n  \"internalCode\": \"string\",\n  \"barcode\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "vehicle",
          "item": [
            {
              "name": "GET /v1/catalog/vehicle/search",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/catalog/vehicle/search?plate=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "catalog",
                    "vehicle",
                    "search"
                  ],
                  "query": [
                    {
                      "key": "plate",
                      "value": "",
                      "disabled": false
                    }
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "catalog-digital",
          "item": [
            {
              "name": "GET /v1/catalog-digital/products",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/catalog-digital/products?pageable=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "catalog-digital",
                    "products"
                  ],
                  "query": [
                    {
                      "key": "query",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "brandId",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "groupId",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "pageable",
                      "value": "",
                      "disabled": false
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/catalog-digital/products/{id}",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/catalog-digital/products/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "catalog-digital",
                    "products",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/catalog-digital/brands",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/catalog-digital/brands",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "catalog-digital",
                    "brands"
                  ],
                  "query": [
                    {
                      "key": "search",
                      "value": "",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/catalog-digital/groups",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/catalog-digital/groups",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "catalog-digital",
                    "groups"
                  ],
                  "query": [
                    {
                      "key": "search",
                      "value": "",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/catalog-digital/products/{productId}/copy-to-stock",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/catalog-digital/products/{id}/copy-to-stock",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "catalog-digital",
                    "products",
                    "{id}",
                    "copy-to-stock"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"code\": \"string\",\n  \"salePrice\": 1.0,\n  \"costPrice\": 1.0,\n  \"stock\": 1.0,\n  \"location\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "makes",
          "item": [
            {
              "name": "GET /v1/catalog/makes",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/catalog/makes?parameters=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "catalog",
                    "makes"
                  ],
                  "query": [
                    {
                      "key": "parameters",
                      "value": "",
                      "disabled": false
                    },
                    {
                      "key": "page",
                      "value": "0",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "sort.attribute",
                      "value": "id",
                      "disabled": true
                    },
                    {
                      "key": "sort.order",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "condition",
                      "value": "",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "models",
          "item": [
            {
              "name": "GET /v1/catalog/models",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/catalog/models?parameters=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "catalog",
                    "models"
                  ],
                  "query": [
                    {
                      "key": "parameters",
                      "value": "",
                      "disabled": false
                    },
                    {
                      "key": "page",
                      "value": "0",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "sort.attribute",
                      "value": "id",
                      "disabled": true
                    },
                    {
                      "key": "sort.order",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "condition",
                      "value": "",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "attributes",
          "item": [
            {
              "name": "GET /v1/catalog/attributes",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/catalog/attributes?parameters=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "catalog",
                    "attributes"
                  ],
                  "query": [
                    {
                      "key": "parameters",
                      "value": "",
                      "disabled": false
                    },
                    {
                      "key": "page",
                      "value": "0",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "sort.attribute",
                      "value": "id",
                      "disabled": true
                    },
                    {
                      "key": "sort.order",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "condition",
                      "value": "",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/catalog/attributes",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/catalog/attributes",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "catalog",
                    "attributes"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Exemplo\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "PUT /v1/catalog/attributes/{id}",
              "request": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/catalog/attributes/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "catalog",
                    "attributes",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Exemplo\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "DELETE /v1/catalog/attributes/{id}",
              "request": {
                "method": "DELETE",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/catalog/attributes/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "catalog",
                    "attributes",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            }
          ]
        }
      ]
    },
    {
      "name": "Estoque",
      "item": [
        {
          "name": "warehouses",
          "item": [
            {
              "name": "GET /v1/inventory/warehouses",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/inventory/warehouses",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "inventory",
                    "warehouses"
                  ],
                  "query": [
                    {
                      "key": "companyId",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "allBranches",
                      "value": "False",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/inventory/warehouses",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/inventory/warehouses",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "inventory",
                    "warehouses"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"companyId\": 1,\n  \"name\": \"Exemplo\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "PUT /v1/inventory/warehouses/{id}",
              "request": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/inventory/warehouses/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "inventory",
                    "warehouses",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Exemplo\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "DELETE /v1/inventory/warehouses/{id}",
              "request": {
                "method": "DELETE",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/inventory/warehouses/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "inventory",
                    "warehouses",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/inventory/warehouses/{warehouseId}/adjustments",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/inventory/warehouses/{warehouseId}/adjustments",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "inventory",
                    "warehouses",
                    "{warehouseId}",
                    "adjustments"
                  ],
                  "variable": [
                    {
                      "key": "warehouseId",
                      "value": "1"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"newStock\": 1.0,\n  \"productId\": 1\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "products",
          "item": [
            {
              "name": "GET /v1/inventory/products/{productId}/stock-balances",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/inventory/products/{productId}/stock-balances",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "inventory",
                    "products",
                    "{productId}",
                    "stock-balances"
                  ],
                  "variable": [
                    {
                      "key": "productId",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "multi-store",
          "item": [
            {
              "name": "GET /v1/inventory/multi-store/status",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/inventory/multi-store/status",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "inventory",
                    "multi-store",
                    "status"
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "reservations",
          "item": [
            {
              "name": "GET /v1/inventory/reservations/availability/{productId}",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/inventory/reservations/availability/{productId}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "inventory",
                    "reservations",
                    "availability",
                    "{productId}"
                  ],
                  "variable": [
                    {
                      "key": "productId",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/inventory/reservations/availability/{productId}/network-total",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/inventory/reservations/availability/{productId}/network-total?excludeWarehouseId=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "inventory",
                    "reservations",
                    "availability",
                    "{productId}",
                    "network-total"
                  ],
                  "variable": [
                    {
                      "key": "productId",
                      "value": "1"
                    }
                  ],
                  "query": [
                    {
                      "key": "excludeWarehouseId",
                      "value": "",
                      "disabled": false
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/inventory/reservations",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/inventory/reservations",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "inventory",
                    "reservations"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"productId\": 1,\n  \"quantity\": 1.0,\n  \"warehouseId\": 1\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "⚠️ POST /v1/inventory/reservations/{id}/confirm",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/inventory/reservations/{id}/confirm",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "inventory",
                    "reservations",
                    "{id}",
                    "confirm"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                },
                "description": "Este caminho consta no guia de integracao (doc-parceiros.gaud.app) mas nao foi encontrado no OpenAPI atual da API (pode ter mudado de nome/path, ou a doc esta desatualizada). Confirmar manualmente antes de usar."
              },
              "response": []
            },
            {
              "name": "⚠️ POST /v1/inventory/reservations/{id}/reject",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/inventory/reservations/{id}/reject",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "inventory",
                    "reservations",
                    "{id}",
                    "reject"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                },
                "description": "Este caminho consta no guia de integracao (doc-parceiros.gaud.app) mas nao foi encontrado no OpenAPI atual da API (pode ter mudado de nome/path, ou a doc esta desatualizada). Confirmar manualmente antes de usar."
              },
              "response": []
            },
            {
              "name": "⚠️ POST /v1/inventory/reservations/{id}/pickup",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/inventory/reservations/{id}/pickup",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "inventory",
                    "reservations",
                    "{id}",
                    "pickup"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                },
                "description": "Este caminho consta no guia de integracao (doc-parceiros.gaud.app) mas nao foi encontrado no OpenAPI atual da API (pode ter mudado de nome/path, ou a doc esta desatualizada). Confirmar manualmente antes de usar."
              },
              "response": []
            },
            {
              "name": "POST /v1/inventory/reservations/{id}/cancel",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/inventory/reservations/{id}/cancel",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "inventory",
                    "reservations",
                    "{id}",
                    "cancel"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/inventory/reservations/notifications",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/inventory/reservations/notifications?warehouseId=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "inventory",
                    "reservations",
                    "notifications"
                  ],
                  "query": [
                    {
                      "key": "warehouseId",
                      "value": "",
                      "disabled": false
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/inventory/reservations/notifications/history",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/inventory/reservations/notifications/history?warehouseId=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "inventory",
                    "reservations",
                    "notifications",
                    "history"
                  ],
                  "query": [
                    {
                      "key": "warehouseId",
                      "value": "",
                      "disabled": false
                    },
                    {
                      "key": "status",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "startDate",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "endDate",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "page",
                      "value": "0",
                      "disabled": true
                    },
                    {
                      "key": "size",
                      "value": "20",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/inventory/reservations/notifications/count",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/inventory/reservations/notifications/count?warehouseId=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "inventory",
                    "reservations",
                    "notifications",
                    "count"
                  ],
                  "query": [
                    {
                      "key": "warehouseId",
                      "value": "",
                      "disabled": false
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/inventory/reservations/my-requests",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/inventory/reservations/my-requests?warehouseId=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "inventory",
                    "reservations",
                    "my-requests"
                  ],
                  "query": [
                    {
                      "key": "warehouseId",
                      "value": "",
                      "disabled": false
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/inventory/reservations/my-requests/count",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/inventory/reservations/my-requests/count?warehouseId=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "inventory",
                    "reservations",
                    "my-requests",
                    "count"
                  ],
                  "query": [
                    {
                      "key": "warehouseId",
                      "value": "",
                      "disabled": false
                    }
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "transfers",
          "item": [
            {
              "name": "GET /v1/inventory/transfers",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/inventory/transfers",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "inventory",
                    "transfers"
                  ],
                  "query": [
                    {
                      "key": "type",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "status",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "sourceWarehouseId",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "destinationWarehouseId",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "dateFrom",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "dateTo",
                      "value": "",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/inventory/transfers/{id}",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/inventory/transfers/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "inventory",
                    "transfers",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "⚠️ POST /v1/inventory/transfers/intra",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/inventory/transfers/intra",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "inventory",
                    "transfers",
                    "intra"
                  ]
                },
                "description": "Este caminho consta no guia de integracao (doc-parceiros.gaud.app) mas nao foi encontrado no OpenAPI atual da API (pode ter mudado de nome/path, ou a doc esta desatualizada). Confirmar manualmente antes de usar."
              },
              "response": []
            },
            {
              "name": "⚠️ POST /v1/inventory/transfers/inter",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/inventory/transfers/inter",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "inventory",
                    "transfers",
                    "inter"
                  ]
                },
                "description": "Este caminho consta no guia de integracao (doc-parceiros.gaud.app) mas nao foi encontrado no OpenAPI atual da API (pode ter mudado de nome/path, ou a doc esta desatualizada). Confirmar manualmente antes de usar."
              },
              "response": []
            },
            {
              "name": "⚠️ POST /v1/inventory/transfers/{transferId}/request-nfe",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/inventory/transfers/{transferId}/request-nfe",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "inventory",
                    "transfers",
                    "{transferId}",
                    "request-nfe"
                  ],
                  "variable": [
                    {
                      "key": "transferId",
                      "value": "1"
                    }
                  ]
                },
                "description": "Este caminho consta no guia de integracao (doc-parceiros.gaud.app) mas nao foi encontrado no OpenAPI atual da API (pode ter mudado de nome/path, ou a doc esta desatualizada). Confirmar manualmente antes de usar."
              },
              "response": []
            },
            {
              "name": "POST /v1/inventory/transfers/{transferId}/confirm-receipt",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/inventory/transfers/{id}/confirm-receipt",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "inventory",
                    "transfers",
                    "{id}",
                    "confirm-receipt"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/inventory/transfers/{transferId}/cancel",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/inventory/transfers/{id}/cancel",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "inventory",
                    "transfers",
                    "{id}",
                    "cancel"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"reason\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "provider-entries",
          "item": [
            {
              "name": "GET /v1/inventory/provider-entries",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/inventory/provider-entries?parameters=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "inventory",
                    "provider-entries"
                  ],
                  "query": [
                    {
                      "key": "parameters",
                      "value": "",
                      "disabled": false
                    },
                    {
                      "key": "page",
                      "value": "0",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "sort.attribute",
                      "value": "id",
                      "disabled": true
                    },
                    {
                      "key": "sort.order",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "condition",
                      "value": "",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/inventory/provider-entries/{id}",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/inventory/provider-entries/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "inventory",
                    "provider-entries",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/inventory/provider-entries",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/inventory/provider-entries",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "inventory",
                    "provider-entries"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"file\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "PUT /v1/inventory/provider-entries/{id}",
              "request": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/inventory/provider-entries/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "inventory",
                    "provider-entries",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"status\": \"PENDING_KNOWLEDGE\",\n  \"nature\": \"PURCHASE\",\n  \"autoConvertEnabled\": true,\n  \"company\": {\n    \"id\": 1\n  },\n  \"number\": \"string\",\n  \"accessKey\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "DELETE /v1/inventory/provider-entries/{id}",
              "request": {
                "method": "DELETE",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/inventory/provider-entries/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "inventory",
                    "provider-entries",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/inventory/provider-entries/{id}/pdf",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/inventory/provider-entries/{id}/pdf",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "inventory",
                    "provider-entries",
                    "{id}",
                    "pdf"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/inventory/provider-entries/{id}/download",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/inventory/provider-entries/{id}/download",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "inventory",
                    "provider-entries",
                    "{id}",
                    "download"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/inventory/provider-entries/{id}/simulate-allocation",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/inventory/provider-entries/{id}/simulate-allocation",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "inventory",
                    "provider-entries",
                    "{id}",
                    "simulate-allocation"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"freight\": 1.0,\n  \"ipi\": 1.0,\n  \"icms\": 1.0,\n  \"fcp\": 1.0,\n  \"pis\": 1.0,\n  \"cofins\": 1.0\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/inventory/provider-entries/{id}/reimport-taxes",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/inventory/provider-entries/{id}/reimport-taxes",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "inventory",
                    "provider-entries",
                    "{id}",
                    "reimport-taxes"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/inventory/provider-entries/{id}/allocation-history",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/inventory/provider-entries/{id}/allocation-history",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "inventory",
                    "provider-entries",
                    "{id}",
                    "allocation-history"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/inventory/provider-entries/diagnostics",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/inventory/provider-entries/diagnostics",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "inventory",
                    "provider-entries",
                    "diagnostics"
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "product",
          "item": [
            {
              "name": "GET /v1/inventory/product/summaries",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/inventory/product/summaries?parameters=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "inventory",
                    "product",
                    "summaries"
                  ],
                  "query": [
                    {
                      "key": "parameters",
                      "value": "",
                      "disabled": false
                    },
                    {
                      "key": "page",
                      "value": "0",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "sort.attribute",
                      "value": "id",
                      "disabled": true
                    },
                    {
                      "key": "sort.order",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "condition",
                      "value": "",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            }
          ]
        }
      ]
    },
    {
      "name": "Produtos: Operações em Massa",
      "item": [
        {
          "name": "reports-products",
          "item": [
            {
              "name": "GET /v1/reports/products/stock/dashboard",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/reports/products/stock/dashboard",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "reports",
                    "products",
                    "stock",
                    "dashboard"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/reports/products/stock/below-minimum",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/reports/products/stock/below-minimum?pageable=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "reports",
                    "products",
                    "stock",
                    "below-minimum"
                  ],
                  "query": [
                    {
                      "key": "code",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "groupId",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "pageable",
                      "value": "",
                      "disabled": false
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/reports/products/stock/zero-negative",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/reports/products/stock/zero-negative?pageable=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "reports",
                    "products",
                    "stock",
                    "zero-negative"
                  ],
                  "query": [
                    {
                      "key": "code",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "groupId",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "pageable",
                      "value": "",
                      "disabled": false
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/reports/products/stock/without-movement",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/reports/products/stock/without-movement?pageable=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "reports",
                    "products",
                    "stock",
                    "without-movement"
                  ],
                  "query": [
                    {
                      "key": "code",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "groupId",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "daysSince",
                      "value": "90",
                      "disabled": true
                    },
                    {
                      "key": "pageable",
                      "value": "",
                      "disabled": false
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/reports/products/quality/summary",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/reports/products/quality/summary",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "reports",
                    "products",
                    "quality",
                    "summary"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/reports/products/quality/without-fiscal",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/reports/products/quality/without-fiscal?pageable=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "reports",
                    "products",
                    "quality",
                    "without-fiscal"
                  ],
                  "query": [
                    {
                      "key": "pageable",
                      "value": "",
                      "disabled": false
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/reports/products/quality/without-group",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/reports/products/quality/without-group?pageable=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "reports",
                    "products",
                    "quality",
                    "without-group"
                  ],
                  "query": [
                    {
                      "key": "pageable",
                      "value": "",
                      "disabled": false
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/reports/products/quality/without-brand",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/reports/products/quality/without-brand?pageable=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "reports",
                    "products",
                    "quality",
                    "without-brand"
                  ],
                  "query": [
                    {
                      "key": "pageable",
                      "value": "",
                      "disabled": false
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/reports/products/quality/inactive-with-stock",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/reports/products/quality/inactive-with-stock?pageable=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "reports",
                    "products",
                    "quality",
                    "inactive-with-stock"
                  ],
                  "query": [
                    {
                      "key": "pageable",
                      "value": "",
                      "disabled": false
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/reports/products/quality/without-price",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/reports/products/quality/without-price?pageable=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "reports",
                    "products",
                    "quality",
                    "without-price"
                  ],
                  "query": [
                    {
                      "key": "pageable",
                      "value": "",
                      "disabled": false
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/reports/products/quality/duplicates",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/reports/products/quality/duplicates?pageable=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "reports",
                    "products",
                    "quality",
                    "duplicates"
                  ],
                  "query": [
                    {
                      "key": "type",
                      "value": "ALL",
                      "disabled": true
                    },
                    {
                      "key": "pageable",
                      "value": "",
                      "disabled": false
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/reports/products/standardization/barcode-validation",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/reports/products/standardization/barcode-validation?pageable=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "reports",
                    "products",
                    "standardization",
                    "barcode-validation"
                  ],
                  "query": [
                    {
                      "key": "pageable",
                      "value": "",
                      "disabled": false
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/reports/products/standardization/name-normalization",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/reports/products/standardization/name-normalization?pageable=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "reports",
                    "products",
                    "standardization",
                    "name-normalization"
                  ],
                  "query": [
                    {
                      "key": "pageable",
                      "value": "",
                      "disabled": false
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/reports/products/analysis/abc-curve",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/reports/products/analysis/abc-curve?startDate=&endDate=&pageable=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "reports",
                    "products",
                    "analysis",
                    "abc-curve"
                  ],
                  "query": [
                    {
                      "key": "startDate",
                      "value": "",
                      "disabled": false
                    },
                    {
                      "key": "endDate",
                      "value": "",
                      "disabled": false
                    },
                    {
                      "key": "pageable",
                      "value": "",
                      "disabled": false
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/reports/products/analysis/abc-curve/snapshot",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/reports/products/analysis/abc-curve/snapshot?periodMonths=&pageable=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "reports",
                    "products",
                    "analysis",
                    "abc-curve",
                    "snapshot"
                  ],
                  "query": [
                    {
                      "key": "periodMonths",
                      "value": "",
                      "disabled": false
                    },
                    {
                      "key": "pageable",
                      "value": "",
                      "disabled": false
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/reports/products/analysis/abc-curve/recalculate",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/reports/products/analysis/abc-curve/recalculate",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "reports",
                    "products",
                    "analysis",
                    "abc-curve",
                    "recalculate"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/reports/products/analysis/profit-margin",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/reports/products/analysis/profit-margin?pageable=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "reports",
                    "products",
                    "analysis",
                    "profit-margin"
                  ],
                  "query": [
                    {
                      "key": "startDate",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "endDate",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "pageable",
                      "value": "",
                      "disabled": false
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/reports/products/analysis/sales-ranking",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/reports/products/analysis/sales-ranking?startDate=&endDate=&pageable=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "reports",
                    "products",
                    "analysis",
                    "sales-ranking"
                  ],
                  "query": [
                    {
                      "key": "startDate",
                      "value": "",
                      "disabled": false
                    },
                    {
                      "key": "endDate",
                      "value": "",
                      "disabled": false
                    },
                    {
                      "key": "pageable",
                      "value": "",
                      "disabled": false
                    }
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "events",
          "item": [
            {
              "name": "GET /v1/events/product-changes",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/events/product-changes?parameters=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "events",
                    "product-changes"
                  ],
                  "query": [
                    {
                      "key": "parameters",
                      "value": "",
                      "disabled": false
                    },
                    {
                      "key": "page",
                      "value": "0",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "sort.attribute",
                      "value": "id",
                      "disabled": true
                    },
                    {
                      "key": "sort.order",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "condition",
                      "value": "",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "stock-divergences",
          "item": [
            {
              "name": "⚠️ GET /v1/inventory/stock-divergences",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/inventory/stock-divergences",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "inventory",
                    "stock-divergences"
                  ]
                },
                "description": "Este caminho consta no guia de integracao (doc-parceiros.gaud.app) mas nao foi encontrado no OpenAPI atual da API (pode ter mudado de nome/path, ou a doc esta desatualizada). Confirmar manualmente antes de usar."
              },
              "response": []
            }
          ]
        },
        {
          "name": "reports-inventory",
          "item": [
            {
              "name": "GET /v1/reports/inventory/value",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/reports/inventory/value?date=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "reports",
                    "inventory",
                    "value"
                  ],
                  "query": [
                    {
                      "key": "date",
                      "value": "",
                      "disabled": false
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/reports/inventory/value/history",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/reports/inventory/value/history?startDate=&endDate=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "reports",
                    "inventory",
                    "value",
                    "history"
                  ],
                  "query": [
                    {
                      "key": "startDate",
                      "value": "",
                      "disabled": false
                    },
                    {
                      "key": "endDate",
                      "value": "",
                      "disabled": false
                    }
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "prices",
          "item": [
            {
              "name": "POST /v1/inventory/prices/bulk/preview-by-group",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/inventory/prices/bulk/preview-by-group",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "inventory",
                    "prices",
                    "bulk",
                    "preview-by-group"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"adjustmentType\": \"PERCENTAGE\",\n  \"adjustmentValue\": 1.0,\n  \"groupId\": 1\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/inventory/prices/bulk/apply-by-group",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/inventory/prices/bulk/apply-by-group",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "inventory",
                    "prices",
                    "bulk",
                    "apply-by-group"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"adjustmentType\": \"PERCENTAGE\",\n  \"adjustmentValue\": 1.0,\n  \"groupId\": 1\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "products",
          "item": [
            {
              "name": "POST /v1/catalog/products/batch/update-group",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/catalog/products/batch/update-group",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "catalog",
                    "products",
                    "batch",
                    "update-group"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"groupId\": 1,\n  \"productIds\": [\n    1\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/catalog/products/batch/update-brand",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/catalog/products/batch/update-brand",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "catalog",
                    "products",
                    "batch",
                    "update-brand"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"brandId\": 1,\n  \"productIds\": [\n    1\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/catalog/products/batch/update-unit",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/catalog/products/batch/update-unit",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "catalog",
                    "products",
                    "batch",
                    "update-unit"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"productIds\": [\n    1\n  ],\n  \"unit\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/catalog/products/batch/update-status",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/catalog/products/batch/update-status",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "catalog",
                    "products",
                    "batch",
                    "update-status"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"active\": true,\n  \"productIds\": [\n    1\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/catalog/products/batch/update-fiscal",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/catalog/products/batch/update-fiscal",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "catalog",
                    "products",
                    "batch",
                    "update-fiscal"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"productIds\": [\n    1\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/catalog/products/merge/preview",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/catalog/products/merge/preview",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "catalog",
                    "products",
                    "merge",
                    "preview"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"sourceId\": 1,\n  \"targetId\": 1\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/catalog/products/merge/execute",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/catalog/products/merge/execute",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "catalog",
                    "products",
                    "merge",
                    "execute"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"sourceId\": 1,\n  \"targetId\": 1\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/catalog/products/import-export/validate",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/catalog/products/import-export/validate",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "catalog",
                    "products",
                    "import-export",
                    "validate"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/catalog/products/import-export/import",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/catalog/products/import-export/import",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "catalog",
                    "products",
                    "import-export",
                    "import"
                  ]
                }
              },
              "response": []
            }
          ]
        }
      ]
    },
    {
      "name": "Fiscal",
      "item": [
        {
          "name": "order",
          "item": [
            {
              "name": "⚠️ POST /v1/fiscal/order/{orderId}/nfe/preview",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/fiscal/order/{orderId}/nfe/preview",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "fiscal",
                    "order",
                    "{orderId}",
                    "nfe",
                    "preview"
                  ],
                  "variable": [
                    {
                      "key": "orderId",
                      "value": "1"
                    }
                  ]
                },
                "description": "Este caminho consta no guia de integracao (doc-parceiros.gaud.app) mas nao foi encontrado no OpenAPI atual da API (pode ter mudado de nome/path, ou a doc esta desatualizada). Confirmar manualmente antes de usar."
              },
              "response": []
            },
            {
              "name": "POST /v1/fiscal/order/{orderId}/nfe",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/fiscal/order/{orderId}/nfe",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "fiscal",
                    "order",
                    "{orderId}",
                    "nfe"
                  ],
                  "variable": [
                    {
                      "key": "orderId",
                      "value": "1"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"observation\": \"string\",\n  \"transport\": {\n    \"freightPayer\": \"ISSUER\"\n  },\n  \"productAnpOverrides\": [\n    {\n      \"anpCode\": \"string\",\n      \"orderProductId\": 1\n    }\n  ],\n  \"selectedOrderProductIds\": [\n    1\n  ],\n  \"cnpjIssuer\": \"CNPJ_1\",\n  \"operationNatureOverride\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/fiscal/order/{orderId}/nfe-from-nfce",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/fiscal/order/{orderId}/nfe-from-nfce",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "fiscal",
                    "order",
                    "{orderId}",
                    "nfe-from-nfce"
                  ],
                  "variable": [
                    {
                      "key": "orderId",
                      "value": "1"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"transport\": {\n    \"freightPayer\": \"ISSUER\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/fiscal/order/{orderId}/print",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/fiscal/order/{orderId}/print",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "fiscal",
                    "order",
                    "{orderId}",
                    "print"
                  ],
                  "variable": [
                    {
                      "key": "orderId",
                      "value": "1"
                    }
                  ],
                  "query": [
                    {
                      "key": "model",
                      "value": "",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/fiscal/order",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/fiscal/order?parameters=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "fiscal",
                    "order"
                  ],
                  "query": [
                    {
                      "key": "parameters",
                      "value": "",
                      "disabled": false
                    },
                    {
                      "key": "page",
                      "value": "0",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "sort.attribute",
                      "value": "id",
                      "disabled": true
                    },
                    {
                      "key": "sort.order",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "condition",
                      "value": "",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/fiscal/order/{id}",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/fiscal/order/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "fiscal",
                    "order",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/fiscal/order/{id}/fiscal/print",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/fiscal/order/{orderFiscalId}/fiscal/print",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "fiscal",
                    "order",
                    "{orderFiscalId}",
                    "fiscal",
                    "print"
                  ],
                  "variable": [
                    {
                      "key": "orderFiscalId",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/fiscal/order/{id}/xml",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/fiscal/order/{id}/xml",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "fiscal",
                    "order",
                    "{id}",
                    "xml"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ],
                  "query": [
                    {
                      "key": "model",
                      "value": "",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/fiscal/order/{invoiceId}/events",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/fiscal/order/{orderFiscalId}/events",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "fiscal",
                    "order",
                    "{orderFiscalId}",
                    "events"
                  ],
                  "variable": [
                    {
                      "key": "orderFiscalId",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/fiscal/order/{invoiceId}/cce",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/fiscal/order/{orderFiscalId}/cce",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "fiscal",
                    "order",
                    "{orderFiscalId}",
                    "cce"
                  ],
                  "variable": [
                    {
                      "key": "orderFiscalId",
                      "value": "1"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"description\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/fiscal/order/events/{eventId}/cce/print",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/fiscal/order/events/{eventId}/cce/print",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "fiscal",
                    "order",
                    "events",
                    "{eventId}",
                    "cce",
                    "print"
                  ],
                  "variable": [
                    {
                      "key": "eventId",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/fiscal/order/events/{eventId}/cce/xml",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/fiscal/order/events/{eventId}/cce/xml",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "fiscal",
                    "order",
                    "events",
                    "{eventId}",
                    "cce",
                    "xml"
                  ],
                  "variable": [
                    {
                      "key": "eventId",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/fiscal/order/{invoiceId}/return",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/fiscal/order/{orderFiscalId}/return",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "fiscal",
                    "order",
                    "{orderFiscalId}",
                    "return"
                  ],
                  "variable": [
                    {
                      "key": "orderFiscalId",
                      "value": "1"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"freightPayer\": \"ISSUER\",\n  \"items\": [\n    {\n      \"id\": 1\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/fiscal/order/{invoiceId}/complementary",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/fiscal/order/{orderFiscalId}/complementary",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "fiscal",
                    "order",
                    "{orderFiscalId}",
                    "complementary"
                  ],
                  "variable": [
                    {
                      "key": "orderFiscalId",
                      "value": "1"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"freightPayer\": \"ISSUER\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "PUT /v1/fiscal/order/{invoiceId}/fiscal/cancel",
              "request": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/fiscal/order/{orderFiscalId}/fiscal/cancel",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "fiscal",
                    "order",
                    "{orderFiscalId}",
                    "fiscal",
                    "cancel"
                  ],
                  "variable": [
                    {
                      "key": "orderFiscalId",
                      "value": "1"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"reason\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/fiscal/order/{orderId}/auto-revert",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/fiscal/order/{orderId}/auto-revert",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "fiscal",
                    "order",
                    "{orderId}",
                    "auto-revert"
                  ],
                  "variable": [
                    {
                      "key": "orderId",
                      "value": "1"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"action\": \"CANCEL_NOTA_APENAS\",\n  \"reason\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/fiscal/order/inutilize",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/fiscal/order/inutilize",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "fiscal",
                    "order",
                    "inutilize"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"numberEnd\": 1,\n  \"numberStart\": 1,\n  \"reason\": \"string\",\n  \"series\": 1\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/fiscal/order/{id}/inutilization/xml",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/fiscal/order/{orderFiscalId}/inutilization/xml",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "fiscal",
                    "order",
                    "{orderFiscalId}",
                    "inutilization",
                    "xml"
                  ],
                  "variable": [
                    {
                      "key": "orderFiscalId",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/fiscal/order/nota-avulsa",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/fiscal/order/nota-avulsa",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "fiscal",
                    "order",
                    "nota-avulsa"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"items\": [\n    {\n      \"cfop\": \"_1000\",\n      \"code\": \"string\",\n      \"description\": \"string\",\n      \"ncm\": \"string\",\n      \"quantity\": 1.0,\n      \"unitValue\": 1.0\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/fiscal/order/import/access-key",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/fiscal/order/import/access-key",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "fiscal",
                    "order",
                    "import",
                    "access-key"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"accessKey\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/fiscal/order/import",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/fiscal/order/import",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "fiscal",
                    "order",
                    "import"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/fiscal/order/import/batch",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/fiscal/order/import/batch",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "fiscal",
                    "order",
                    "import",
                    "batch"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/fiscal/order/xml/zip",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/fiscal/order/xml/zip?parameters=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "fiscal",
                    "order",
                    "xml",
                    "zip"
                  ],
                  "query": [
                    {
                      "key": "parameters",
                      "value": "",
                      "disabled": false
                    },
                    {
                      "key": "page",
                      "value": "0",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "sort.attribute",
                      "value": "id",
                      "disabled": true
                    },
                    {
                      "key": "sort.order",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "condition",
                      "value": "",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/fiscal/order/pdf/zip",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/fiscal/order/pdf/zip?parameters=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "fiscal",
                    "order",
                    "pdf",
                    "zip"
                  ],
                  "query": [
                    {
                      "key": "parameters",
                      "value": "",
                      "disabled": false
                    },
                    {
                      "key": "page",
                      "value": "0",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "sort.attribute",
                      "value": "id",
                      "disabled": true
                    },
                    {
                      "key": "sort.order",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "condition",
                      "value": "",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/fiscal/order/export/fortes",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/fiscal/order/export/fortes?parameters=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "fiscal",
                    "order",
                    "export",
                    "fortes"
                  ],
                  "query": [
                    {
                      "key": "parameters",
                      "value": "",
                      "disabled": false
                    },
                    {
                      "key": "page",
                      "value": "0",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "sort.attribute",
                      "value": "id",
                      "disabled": true
                    },
                    {
                      "key": "sort.order",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "condition",
                      "value": "",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/fiscal/order/provider/tax-preview",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/fiscal/order/provider/tax-preview",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "fiscal",
                    "order",
                    "provider",
                    "tax-preview"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"items\": [\n    {\n      \"id\": 1\n    }\n  ],\n  \"providerEntryId\": 1\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/fiscal/order/provider/warranty",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/fiscal/order/provider/warranty",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "fiscal",
                    "order",
                    "provider",
                    "warranty"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"finality\": \"NORMAL\",\n  \"freightPayer\": \"ISSUER\",\n  \"items\": [\n    {\n      \"id\": 1\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/fiscal/order/provider/return",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/fiscal/order/provider/return",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "fiscal",
                    "order",
                    "provider",
                    "return"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"freightPayer\": \"ISSUER\",\n  \"items\": [\n    {\n      \"id\": 1\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "order-service",
          "item": [
            {
              "name": "POST /v1/fiscal/order/service/{serviceOrderId}/nfe",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/fiscal/order/service/{serviceOrderId}/nfe",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "fiscal",
                    "order",
                    "service",
                    "{serviceOrderId}",
                    "nfe"
                  ],
                  "variable": [
                    {
                      "key": "serviceOrderId",
                      "value": "1"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"observation\": \"string\",\n  \"transport\": {\n    \"freightPayer\": \"ISSUER\"\n  },\n  \"productAnpOverrides\": [\n    {\n      \"anpCode\": \"string\",\n      \"orderProductId\": 1\n    }\n  ],\n  \"selectedOrderProductIds\": [\n    1\n  ],\n  \"cnpjIssuer\": \"CNPJ_1\",\n  \"operationNatureOverride\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/fiscal/order/service/{serviceOrderId}/print",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/fiscal/order/service/{serviceOrderId}/print",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "fiscal",
                    "order",
                    "service",
                    "{serviceOrderId}",
                    "print"
                  ],
                  "variable": [
                    {
                      "key": "serviceOrderId",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "PUT /v1/fiscal/order/service/{serviceOrderId}/cancel",
              "request": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/fiscal/order/service/{serviceOrderId}/cancel",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "fiscal",
                    "order",
                    "service",
                    "{serviceOrderId}",
                    "cancel"
                  ],
                  "variable": [
                    {
                      "key": "serviceOrderId",
                      "value": "1"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"reason\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/fiscal/order/service/{serviceOrderId}/nfse/preview",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/fiscal/order/service/{serviceOrderId}/nfse/preview",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "fiscal",
                    "order",
                    "service",
                    "{serviceOrderId}",
                    "nfse",
                    "preview"
                  ],
                  "variable": [
                    {
                      "key": "serviceOrderId",
                      "value": "1"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"nature\": \"string\",\n  \"serviceType\": \"string\",\n  \"rpsType\": \"string\",\n  \"competenceDate\": \"2026-01-15\",\n  \"incidenceCity\": 1,\n  \"processNumber\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/fiscal/order/service/{serviceOrderId}/nfse/recalculate",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/fiscal/order/service/{serviceOrderId}/nfse/recalculate",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "fiscal",
                    "order",
                    "service",
                    "{serviceOrderId}",
                    "nfse",
                    "recalculate"
                  ],
                  "variable": [
                    {
                      "key": "serviceOrderId",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/fiscal/order/service/{serviceOrderId}/nfse",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/fiscal/order/service/{serviceOrderId}/nfse",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "fiscal",
                    "order",
                    "service",
                    "{serviceOrderId}",
                    "nfse"
                  ],
                  "variable": [
                    {
                      "key": "serviceOrderId",
                      "value": "1"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"nature\": \"string\",\n  \"serviceType\": \"string\",\n  \"rpsType\": \"string\",\n  \"competenceDate\": \"2026-01-15\",\n  \"incidenceCity\": 1,\n  \"processNumber\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "nfse",
          "item": [
            {
              "name": "GET /v1/fiscal/nfse",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/fiscal/nfse?parameters=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "fiscal",
                    "nfse"
                  ],
                  "query": [
                    {
                      "key": "parameters",
                      "value": "",
                      "disabled": false
                    },
                    {
                      "key": "page",
                      "value": "0",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "sort.attribute",
                      "value": "id",
                      "disabled": true
                    },
                    {
                      "key": "sort.order",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "condition",
                      "value": "",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/fiscal/nfse/by-service-order/{serviceOrderId}",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/fiscal/nfse/by-service-order/{serviceOrderId}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "fiscal",
                    "nfse",
                    "by-service-order",
                    "{serviceOrderId}"
                  ],
                  "variable": [
                    {
                      "key": "serviceOrderId",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/fiscal/nfse/{nfseId}/recover",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/fiscal/nfse/{id}/recover",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "fiscal",
                    "nfse",
                    "{id}",
                    "recover"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/fiscal/nfse/{nfseId}/sync",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/fiscal/nfse/{id}/sync",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "fiscal",
                    "nfse",
                    "{id}",
                    "sync"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/fiscal/nfse/import/batch-period",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/fiscal/nfse/import/batch-period",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "fiscal",
                    "nfse",
                    "import",
                    "batch-period"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"dataFinal\": \"2026-01-15\",\n  \"dataInicial\": \"2026-01-15\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/fiscal/nfse/{fiscalId}/service-order",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/fiscal/nfse/{fiscalId}/service-order",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "fiscal",
                    "nfse",
                    "{fiscalId}",
                    "service-order"
                  ],
                  "variable": [
                    {
                      "key": "fiscalId",
                      "value": "1"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"mode\": \"EXISTING\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "DELETE /v1/fiscal/nfse/{nfseId}",
              "request": {
                "method": "DELETE",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/fiscal/nfse/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "fiscal",
                    "nfse",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/fiscal/nfse/{nfseId}/pdf",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/fiscal/nfse/{id}/pdf",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "fiscal",
                    "nfse",
                    "{id}",
                    "pdf"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/fiscal/nfse/{nfseId}/xml",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/fiscal/nfse/{id}/xml",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "fiscal",
                    "nfse",
                    "{id}",
                    "xml"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/fiscal/nfse/{nfseId}/request-payload",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/fiscal/nfse/{id}/request-payload",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "fiscal",
                    "nfse",
                    "{id}",
                    "request-payload"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/fiscal/nfse/{nfseId}/response-payload",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/fiscal/nfse/{id}/response-payload",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "fiscal",
                    "nfse",
                    "{id}",
                    "response-payload"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/fiscal/nfse/xml/zip",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/fiscal/nfse/xml/zip?parameters=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "fiscal",
                    "nfse",
                    "xml",
                    "zip"
                  ],
                  "query": [
                    {
                      "key": "parameters",
                      "value": "",
                      "disabled": false
                    },
                    {
                      "key": "page",
                      "value": "0",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "sort.attribute",
                      "value": "id",
                      "disabled": true
                    },
                    {
                      "key": "sort.order",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "condition",
                      "value": "",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/fiscal/nfse/report/{serviceOrderUuid}",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/fiscal/nfse/report/{uuid}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "fiscal",
                    "nfse",
                    "report",
                    "{uuid}"
                  ],
                  "variable": [
                    {
                      "key": "uuid",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/fiscal/nfse/import",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/fiscal/nfse/import",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "fiscal",
                    "nfse",
                    "import"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/fiscal/nfse/search-rps",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/fiscal/nfse/search-rps?rpsNumber=&rpsSeries=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "fiscal",
                    "nfse",
                    "search-rps"
                  ],
                  "query": [
                    {
                      "key": "rpsNumber",
                      "value": "",
                      "disabled": false
                    },
                    {
                      "key": "rpsSeries",
                      "value": "",
                      "disabled": false
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/fiscal/nfse/search-rps/remote",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/fiscal/nfse/search-rps/remote",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "fiscal",
                    "nfse",
                    "search-rps",
                    "remote"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"companyId\": 1,\n  \"rpsNumber\": \"string\",\n  \"rpsSeries\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "fiscal",
          "item": [
            {
              "name": "GET /v1/fiscal/anp/search",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/fiscal/anp/search?term=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "fiscal",
                    "anp",
                    "search"
                  ],
                  "query": [
                    {
                      "key": "term",
                      "value": "",
                      "disabled": false
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/fiscal/anp/{code}",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/fiscal/anp/{code}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "fiscal",
                    "anp",
                    "{code}"
                  ],
                  "variable": [
                    {
                      "key": "code",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/fiscal/cfop-cst-rules",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/fiscal/cfop-cst-rules",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "fiscal",
                    "cfop-cst-rules"
                  ],
                  "query": [
                    {
                      "key": "includeGaudDefaults",
                      "value": "False",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "PUT /v1/fiscal/cfop-cst-rules",
              "request": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/fiscal/cfop-cst-rules",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "fiscal",
                    "cfop-cst-rules"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "[\n  {\n    \"cfopIn\": \"_1000\",\n    \"cstIn\": \"_0\",\n    \"cfopOutSameState\": \"_1000\",\n    \"cfopOutOtherState\": \"_1000\",\n    \"cfopOutOtherStateNonTaxpayer\": \"_1000\",\n    \"cstOutSameState\": \"_0\"\n  }\n]",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/fiscal/cfop-cst-rules/copy-from-gaud",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/fiscal/cfop-cst-rules/copy-from-gaud",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "fiscal",
                    "cfop-cst-rules",
                    "copy-from-gaud"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "DELETE /v1/fiscal/cfop-cst-rules/{id}",
              "request": {
                "method": "DELETE",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/fiscal/cfop-cst-rules/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "fiscal",
                    "cfop-cst-rules",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/fiscal/cst-types",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/fiscal/cst-types",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "fiscal",
                    "cst-types"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/fiscal/sintegra/download",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/fiscal/sintegra/download?period=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "fiscal",
                    "sintegra",
                    "download"
                  ],
                  "query": [
                    {
                      "key": "period",
                      "value": "",
                      "disabled": false
                    }
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "sped",
          "item": [
            {
              "name": "GET /v1/fiscal/sped/validate",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/fiscal/sped/validate?companyId=&period=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "fiscal",
                    "sped",
                    "validate"
                  ],
                  "query": [
                    {
                      "key": "companyId",
                      "value": "",
                      "disabled": false
                    },
                    {
                      "key": "period",
                      "value": "",
                      "disabled": false
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/fiscal/sped/preview",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/fiscal/sped/preview?companyId=&period=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "fiscal",
                    "sped",
                    "preview"
                  ],
                  "query": [
                    {
                      "key": "companyId",
                      "value": "",
                      "disabled": false
                    },
                    {
                      "key": "period",
                      "value": "",
                      "disabled": false
                    },
                    {
                      "key": "includeInventory",
                      "value": "False",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/fiscal/sped/generate-async",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/fiscal/sped/generate-async",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "fiscal",
                    "sped",
                    "generate-async"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/fiscal/sped/generate-async/{id}",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/fiscal/sped/generate-async/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "fiscal",
                    "sped",
                    "generate-async",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/fiscal/sped/generate-async/{id}/download",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/fiscal/sped/generate-async/{id}/download",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "fiscal",
                    "sped",
                    "generate-async",
                    "{id}",
                    "download"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "reports-cbs-ibs",
          "item": [
            {
              "name": "⚠️ GET /api/reports/cbs-ibs",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/api/reports/cbs-ibs",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "api",
                    "reports",
                    "cbs-ibs"
                  ]
                },
                "description": "Este caminho consta no guia de integracao (doc-parceiros.gaud.app) mas nao foi encontrado no OpenAPI atual da API (pode ter mudado de nome/path, ou a doc esta desatualizada). Confirmar manualmente antes de usar."
              },
              "response": []
            }
          ]
        },
        {
          "name": "reports-fiscal",
          "item": [
            {
              "name": "GET /v1/reports/fiscal/pgdas-segregation",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/reports/fiscal/pgdas-segregation?month=&year=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "reports",
                    "fiscal",
                    "pgdas-segregation"
                  ],
                  "query": [
                    {
                      "key": "month",
                      "value": "",
                      "disabled": false
                    },
                    {
                      "key": "year",
                      "value": "",
                      "disabled": false
                    },
                    {
                      "key": "model",
                      "value": "ALL",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/reports/fiscal/pgdas-segregation/invoices",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/reports/fiscal/pgdas-segregation/invoices?month=&year=&categoryId=&cfop=&csosn=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "reports",
                    "fiscal",
                    "pgdas-segregation",
                    "invoices"
                  ],
                  "query": [
                    {
                      "key": "month",
                      "value": "",
                      "disabled": false
                    },
                    {
                      "key": "year",
                      "value": "",
                      "disabled": false
                    },
                    {
                      "key": "model",
                      "value": "ALL",
                      "disabled": true
                    },
                    {
                      "key": "categoryId",
                      "value": "",
                      "disabled": false
                    },
                    {
                      "key": "cfop",
                      "value": "",
                      "disabled": false
                    },
                    {
                      "key": "csosn",
                      "value": "",
                      "disabled": false
                    }
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "tax-appraisal",
          "item": [
            {
              "name": "GET /api/tax-appraisal/{companyId}/{referenceMonth}",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/api/tax-appraisal/{companyId}/{referenceMonth}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "api",
                    "tax-appraisal",
                    "{companyId}",
                    "{referenceMonth}"
                  ],
                  "variable": [
                    {
                      "key": "companyId",
                      "value": "1"
                    },
                    {
                      "key": "referenceMonth",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /api/tax-appraisal/{companyId}/{referenceMonth}/calculate",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/api/tax-appraisal/{companyId}/{referenceMonth}/calculate",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "api",
                    "tax-appraisal",
                    "{companyId}",
                    "{referenceMonth}",
                    "calculate"
                  ],
                  "variable": [
                    {
                      "key": "companyId",
                      "value": "1"
                    },
                    {
                      "key": "referenceMonth",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /api/tax-appraisal/{id}/close",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/api/tax-appraisal/{id}/close",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "api",
                    "tax-appraisal",
                    "{id}",
                    "close"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "tax-classification",
          "item": [
            {
              "name": "GET /api/tax-classification",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/api/tax-classification",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "api",
                    "tax-classification"
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "reports-products",
          "item": [
            {
              "name": "GET /v1/reports/products/monophasic",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/reports/products/monophasic?parameters=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "reports",
                    "products",
                    "monophasic"
                  ],
                  "query": [
                    {
                      "key": "parameters",
                      "value": "",
                      "disabled": false
                    },
                    {
                      "key": "page",
                      "value": "0",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "sort.attribute",
                      "value": "id",
                      "disabled": true
                    },
                    {
                      "key": "sort.order",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "condition",
                      "value": "",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            }
          ]
        }
      ]
    },
    {
      "name": "Financeiro",
      "item": [
        {
          "name": "categories",
          "item": [
            {
              "name": "GET /v1/financial/categories",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/financial/categories?parameters=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "financial",
                    "categories"
                  ],
                  "query": [
                    {
                      "key": "parameters",
                      "value": "",
                      "disabled": false
                    },
                    {
                      "key": "page",
                      "value": "0",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "sort.attribute",
                      "value": "id",
                      "disabled": true
                    },
                    {
                      "key": "sort.order",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "condition",
                      "value": "",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/financial/categories/{id}",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/financial/categories/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "financial",
                    "categories",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/financial/categories",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/financial/categories",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "financial",
                    "categories"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Exemplo\",\n  \"type\": \"EMPLOYEE\",\n  \"groupName\": \"Exemplo\",\n  \"categoryTypeId\": 1,\n  \"categoryTypeName\": \"Exemplo\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "PUT /v1/financial/categories/{id}",
              "request": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/financial/categories/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "financial",
                    "categories",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Exemplo\",\n  \"type\": \"EMPLOYEE\",\n  \"groupName\": \"Exemplo\",\n  \"categoryTypeId\": 1,\n  \"categoryTypeName\": \"Exemplo\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "DELETE /v1/financial/categories/{id}",
              "request": {
                "method": "DELETE",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/financial/categories/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "financial",
                    "categories",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "category-types",
          "item": [
            {
              "name": "GET /v1/financial/category-types",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/financial/category-types?pageable=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "financial",
                    "category-types"
                  ],
                  "query": [
                    {
                      "key": "pageable",
                      "value": "",
                      "disabled": false
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/financial/category-types/{id}",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/financial/category-types/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "financial",
                    "category-types",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/financial/category-types",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/financial/category-types",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "financial",
                    "category-types"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"code\": \"string\",\n  \"groupName\": \"REVENUE\",\n  \"name\": \"Exemplo\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "PUT /v1/financial/category-types/{id}",
              "request": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/financial/category-types/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "financial",
                    "category-types",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"code\": \"string\",\n  \"groupName\": \"REVENUE\",\n  \"name\": \"Exemplo\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "DELETE /v1/financial/category-types/{id}",
              "request": {
                "method": "DELETE",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/financial/category-types/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "financial",
                    "category-types",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "bank-accounts",
          "item": [
            {
              "name": "GET /v1/financial/bank-accounts",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/financial/bank-accounts?parameters=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "financial",
                    "bank-accounts"
                  ],
                  "query": [
                    {
                      "key": "parameters",
                      "value": "",
                      "disabled": false
                    },
                    {
                      "key": "page",
                      "value": "0",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "sort.attribute",
                      "value": "id",
                      "disabled": true
                    },
                    {
                      "key": "sort.order",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "condition",
                      "value": "",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/financial/bank-accounts/{id}",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/financial/bank-accounts/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "financial",
                    "bank-accounts",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/financial/bank-accounts",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/financial/bank-accounts",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "financial",
                    "bank-accounts"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"type\": \"_000\",\n  \"accountNumber\": \"string\",\n  \"agencyNumber\": \"string\",\n  \"balance\": 1.0,\n  \"accountName\": \"Exemplo\",\n  \"description\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "PUT /v1/financial/bank-accounts/{id}",
              "request": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/financial/bank-accounts/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "financial",
                    "bank-accounts",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"type\": \"_000\",\n  \"accountNumber\": \"string\",\n  \"agencyNumber\": \"string\",\n  \"balance\": 1.0,\n  \"accountName\": \"Exemplo\",\n  \"description\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "DELETE /v1/financial/bank-accounts/{id}",
              "request": {
                "method": "DELETE",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/financial/bank-accounts/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "financial",
                    "bank-accounts",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/financial/bank-accounts/sum",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/financial/bank-accounts/sum?parameters=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "financial",
                    "bank-accounts",
                    "sum"
                  ],
                  "query": [
                    {
                      "key": "parameters",
                      "value": "",
                      "disabled": false
                    },
                    {
                      "key": "page",
                      "value": "0",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "sort.attribute",
                      "value": "id",
                      "disabled": true
                    },
                    {
                      "key": "sort.order",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "condition",
                      "value": "",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "cashflow",
          "item": [
            {
              "name": "GET /v1/financial/cashflow/difference",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/financial/cashflow/difference?type=&start=&end=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "financial",
                    "cashflow",
                    "difference"
                  ],
                  "query": [
                    {
                      "key": "type",
                      "value": "",
                      "disabled": false
                    },
                    {
                      "key": "start",
                      "value": "",
                      "disabled": false
                    },
                    {
                      "key": "end",
                      "value": "",
                      "disabled": false
                    },
                    {
                      "key": "cnpjIssuer",
                      "value": "",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "invoices-receivable",
          "item": [
            {
              "name": "GET /v1/financial/invoices/receivable/summary",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/financial/invoices/receivable/summary?parameters=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "financial",
                    "invoices",
                    "receivable",
                    "summary"
                  ],
                  "query": [
                    {
                      "key": "parameters",
                      "value": "",
                      "disabled": false
                    },
                    {
                      "key": "orderNumber",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "serviceOrderNumber",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "crmDealNumber",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "page",
                      "value": "0",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "20",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/financial/invoices/receivable",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/financial/invoices/receivable?parameters=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "financial",
                    "invoices",
                    "receivable"
                  ],
                  "query": [
                    {
                      "key": "slim",
                      "value": "False",
                      "disabled": true
                    },
                    {
                      "key": "parameters",
                      "value": "",
                      "disabled": false
                    },
                    {
                      "key": "page",
                      "value": "0",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "sort.attribute",
                      "value": "id",
                      "disabled": true
                    },
                    {
                      "key": "sort.order",
                      "value": "",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/financial/invoices/receivable/{id}",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/financial/invoices/receivable/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "financial",
                    "invoices",
                    "receivable",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/financial/invoices/receivable",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/financial/invoices/receivable",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "financial",
                    "invoices",
                    "receivable"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"customer\": {\n    \"id\": 1\n  },\n  \"total\": 1.0,\n  \"dueDate\": \"2026-01-15\",\n  \"paidDate\": \"2026-01-15\",\n  \"status\": \"PAID\",\n  \"barcode\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "PUT /v1/financial/invoices/receivable/{id}",
              "request": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/financial/invoices/receivable/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "financial",
                    "invoices",
                    "receivable",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"customer\": {\n    \"id\": 1\n  },\n  \"total\": 1.0,\n  \"dueDate\": \"2026-01-15\",\n  \"paidDate\": \"2026-01-15\",\n  \"status\": \"PAID\",\n  \"barcode\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "DELETE /v1/financial/invoices/receivable/{id}",
              "request": {
                "method": "DELETE",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/financial/invoices/receivable/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "financial",
                    "invoices",
                    "receivable",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "PATCH /v1/financial/invoices/receivable/bulk-mark-paid",
              "request": {
                "method": "PATCH",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/financial/invoices/receivable/bulk-mark-paid",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "financial",
                    "invoices",
                    "receivable",
                    "bulk-mark-paid"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"ids\": [\n    1\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "DELETE /v1/financial/invoices/receivable/bulk",
              "request": {
                "method": "DELETE",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/financial/invoices/receivable/bulk",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "financial",
                    "invoices",
                    "receivable",
                    "bulk"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "⚠️ POST /v1/financial/invoices/receivable/{receivableId}/infinitepay/charge",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/financial/invoices/receivable/{receivableId}/infinitepay/charge",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "financial",
                    "invoices",
                    "receivable",
                    "{receivableId}",
                    "infinitepay",
                    "charge"
                  ],
                  "variable": [
                    {
                      "key": "receivableId",
                      "value": "1"
                    }
                  ]
                },
                "description": "Este caminho consta no guia de integracao (doc-parceiros.gaud.app) mas nao foi encontrado no OpenAPI atual da API (pode ter mudado de nome/path, ou a doc esta desatualizada). Confirmar manualmente antes de usar."
              },
              "response": []
            },
            {
              "name": "POST /v1/financial/invoices/receivable/{receivableId}/banking/boleto",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/financial/invoices/receivable/{id}/banking/boleto",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "financial",
                    "invoices",
                    "receivable",
                    "{id}",
                    "banking",
                    "boleto"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/financial/invoices/receivable/{receivableId}/banking/pix",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/financial/invoices/receivable/{id}/banking/pix",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "financial",
                    "invoices",
                    "receivable",
                    "{id}",
                    "banking",
                    "pix"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/financial/invoices/receivable/{receivableId}/banking/checkout",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/financial/invoices/receivable/{id}/banking/checkout",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "financial",
                    "invoices",
                    "receivable",
                    "{id}",
                    "banking",
                    "checkout"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/financial/invoices/receivable/invoice/{uuid}",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/financial/invoices/receivable/invoice/{uuid}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "financial",
                    "invoices",
                    "receivable",
                    "invoice",
                    "{uuid}"
                  ],
                  "variable": [
                    {
                      "key": "uuid",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/financial/invoices/receivable/invoice/{uuid}/payment-details",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/financial/invoices/receivable/invoice/{uuid}/payment-details",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "financial",
                    "invoices",
                    "receivable",
                    "invoice",
                    "{uuid}",
                    "payment-details"
                  ],
                  "variable": [
                    {
                      "key": "uuid",
                      "value": "1"
                    }
                  ],
                  "query": [
                    {
                      "key": "payment-type",
                      "value": "",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/financial/invoices/receivable/invoice/{uuid}/credit-card",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/financial/invoices/receivable/invoice/{uuid}/credit-card",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "financial",
                    "invoices",
                    "receivable",
                    "invoice",
                    "{uuid}",
                    "credit-card"
                  ],
                  "variable": [
                    {
                      "key": "uuid",
                      "value": "1"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"address\": {\n    \"address\": \"string\",\n    \"number\": \"string\",\n    \"neighborhood\": \"string\",\n    \"addressComplement\": \"string\",\n    \"city\": {\n      \"id\": 1\n    },\n    \"state\": \"RO\"\n  },\n  \"cardHolderDocumentNumber\": \"12345678900\",\n  \"cardHolderName\": \"Exemplo\",\n  \"cvv\": \"string\",\n  \"expirationMonth\": \"string\",\n  \"expirationYear\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "invoices-payable",
          "item": [
            {
              "name": "GET /v1/financial/invoices/payable/summary",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/financial/invoices/payable/summary?parameters=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "financial",
                    "invoices",
                    "payable",
                    "summary"
                  ],
                  "query": [
                    {
                      "key": "parameters",
                      "value": "",
                      "disabled": false
                    },
                    {
                      "key": "page",
                      "value": "0",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "sort.attribute",
                      "value": "id",
                      "disabled": true
                    },
                    {
                      "key": "sort.order",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "condition",
                      "value": "",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/financial/invoices/payable/{id}",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/financial/invoices/payable/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "financial",
                    "invoices",
                    "payable",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/financial/invoices/payable",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/financial/invoices/payable",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "financial",
                    "invoices",
                    "payable"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"provider\": {\n    \"id\": 1\n  },\n  \"total\": 1.0,\n  \"dueDate\": \"2026-01-15\",\n  \"paidDate\": \"2026-01-15\",\n  \"status\": \"PAID\",\n  \"paymentMethod\": {\n    \"id\": 1\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "PUT /v1/financial/invoices/payable/{id}",
              "request": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/financial/invoices/payable/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "financial",
                    "invoices",
                    "payable",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"provider\": {\n    \"id\": 1\n  },\n  \"total\": 1.0,\n  \"dueDate\": \"2026-01-15\",\n  \"paidDate\": \"2026-01-15\",\n  \"status\": \"PAID\",\n  \"paymentMethod\": {\n    \"id\": 1\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "DELETE /v1/financial/invoices/payable/{id}",
              "request": {
                "method": "DELETE",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/financial/invoices/payable/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "financial",
                    "invoices",
                    "payable",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "DELETE /v1/financial/invoices/payable/bulk",
              "request": {
                "method": "DELETE",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/financial/invoices/payable/bulk",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "financial",
                    "invoices",
                    "payable",
                    "bulk"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "PUT /v1/financial/invoices/payable/{id}/attachment",
              "request": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/financial/invoices/payable/{id}/attachment",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "financial",
                    "invoices",
                    "payable",
                    "{id}",
                    "attachment"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/financial/invoices/payable/dda/query",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/financial/invoices/payable/dda/query?bankAccountId=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "financial",
                    "invoices",
                    "payable",
                    "dda",
                    "query"
                  ],
                  "query": [
                    {
                      "key": "bankAccountId",
                      "value": "",
                      "disabled": false
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/financial/invoices/payable/{payableId}/schedule-payment",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/financial/invoices/payable/{id}/schedule-payment",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "financial",
                    "invoices",
                    "payable",
                    "{id}",
                    "schedule-payment"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "bank-statements",
          "item": [
            {
              "name": "GET /v1/financial/bank-statements",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/financial/bank-statements?parameters=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "financial",
                    "bank-statements"
                  ],
                  "query": [
                    {
                      "key": "parameters",
                      "value": "",
                      "disabled": false
                    },
                    {
                      "key": "page",
                      "value": "0",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "sort.attribute",
                      "value": "id",
                      "disabled": true
                    },
                    {
                      "key": "sort.order",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "condition",
                      "value": "",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/financial/bank-statements/import/{bankId}",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/financial/bank-statements/import/{bankId}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "financial",
                    "bank-statements",
                    "import",
                    "{bankId}"
                  ],
                  "variable": [
                    {
                      "key": "bankId",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/financial/bank-statements/{bankStatementId}/conciliate",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/financial/bank-statements/{id}/conciliate",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "financial",
                    "bank-statements",
                    "{id}",
                    "conciliate"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"receivableIds\": [\n    1\n  ],\n  \"payableIds\": [\n    1\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "DELETE /v1/financial/bank-statements/{bankStatementId}/receivable",
              "request": {
                "method": "DELETE",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/financial/bank-statements/{id}/receivable",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "financial",
                    "bank-statements",
                    "{id}",
                    "receivable"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "DELETE /v1/financial/bank-statements/{bankStatementId}/payable",
              "request": {
                "method": "DELETE",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/financial/bank-statements/{id}/payable",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "financial",
                    "bank-statements",
                    "{id}",
                    "payable"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/financial/bank-statements/close-period",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/financial/bank-statements/close-period",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "financial",
                    "bank-statements",
                    "close-period"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"bankAccountId\": 1,\n  \"closingDate\": \"2026-01-15\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/financial/bank-statements/period-closings/{bankAccountId}",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/financial/bank-statements/period-closings/{bankAccountId}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "financial",
                    "bank-statements",
                    "period-closings",
                    "{bankAccountId}"
                  ],
                  "variable": [
                    {
                      "key": "bankAccountId",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "customer-credit",
          "item": [
            {
              "name": "GET /v1/financial/customer-credit",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/financial/customer-credit?parameters=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "financial",
                    "customer-credit"
                  ],
                  "query": [
                    {
                      "key": "parameters",
                      "value": "",
                      "disabled": false
                    },
                    {
                      "key": "page",
                      "value": "0",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "sort.attribute",
                      "value": "id",
                      "disabled": true
                    },
                    {
                      "key": "sort.order",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "condition",
                      "value": "",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/financial/customer-credit/{creditId}/item",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/financial/customer-credit/{id}/item",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "financial",
                    "customer-credit",
                    "{id}",
                    "item"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/financial/customer-credit/{creditId}/products",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/financial/customer-credit/{id}/products",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "financial",
                    "customer-credit",
                    "{id}",
                    "products"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/financial/customer-credit",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/financial/customer-credit",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "financial",
                    "customer-credit"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"creditLimit\": 1.0,\n  \"customer\": {\n    \"id\": 1\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "PUT /v1/financial/customer-credit/{id}",
              "request": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/financial/customer-credit/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "financial",
                    "customer-credit",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"creditLimit\": 1.0,\n  \"customer\": {\n    \"id\": 1\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/financial/customer-credit/create-invoice-receivable",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/financial/customer-credit/create-invoice-receivable",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "financial",
                    "customer-credit",
                    "create-invoice-receivable"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"customerItemCreditIds\": [\n    1\n  ],\n  \"dueDate\": \"2026-01-15\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "PUT /v1/financial/customer-credit/{creditId}/recalculate-usage",
              "request": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/financial/customer-credit/{id}/recalculate-usage",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "financial",
                    "customer-credit",
                    "{id}",
                    "recalculate-usage"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "PATCH /v1/financial/customer-credit/item/batch-update-status",
              "request": {
                "method": "PATCH",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/financial/customer-credit/item/batch-update-status",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "financial",
                    "customer-credit",
                    "item",
                    "batch-update-status"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"customerItemCreditIds\": [\n    1\n  ],\n  \"status\": \"PENDING\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/financial/customer-credit/item/{customerItemCreditId}/issue-danfe",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/financial/customer-credit/item/{customerItemCreditId}/issue-danfe",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "financial",
                    "customer-credit",
                    "item",
                    "{customerItemCreditId}",
                    "issue-danfe"
                  ],
                  "variable": [
                    {
                      "key": "customerItemCreditId",
                      "value": "1"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"dueDate\": \"2026-01-15\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "credit-access-request",
          "item": [
            {
              "name": "GET /v1/financial/credit-access-request",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/financial/credit-access-request",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "financial",
                    "credit-access-request"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/financial/credit-access-request/pending-count",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/financial/credit-access-request/pending-count",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "financial",
                    "credit-access-request",
                    "pending-count"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/financial/credit-access-request/search-credits",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/financial/credit-access-request/search-credits?name=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "financial",
                    "credit-access-request",
                    "search-credits"
                  ],
                  "query": [
                    {
                      "key": "name",
                      "value": "",
                      "disabled": false
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/financial/credit-access-request/{id}/approve",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/financial/credit-access-request/{id}/approve",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "financial",
                    "credit-access-request",
                    "{id}",
                    "approve"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"customerCreditId\": 1\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/financial/credit-access-request/{id}/reject",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/financial/credit-access-request/{id}/reject",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "financial",
                    "credit-access-request",
                    "{id}",
                    "reject"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "default-category-mappings",
          "item": [
            {
              "name": "GET /v1/financial/default-category-mappings",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/financial/default-category-mappings",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "financial",
                    "default-category-mappings"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "PUT /v1/financial/default-category-mappings",
              "request": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/financial/default-category-mappings",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "financial",
                    "default-category-mappings"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "[\n  {\n    \"sourceType\": \"ORDER\",\n    \"categoryId\": 1\n  }\n]",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "uncategorized-invoices",
          "item": [
            {
              "name": "GET /v1/financial/uncategorized-invoices/count",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/financial/uncategorized-invoices/count",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "financial",
                    "uncategorized-invoices",
                    "count"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/financial/uncategorized-invoices",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/financial/uncategorized-invoices?type=&pageable=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "financial",
                    "uncategorized-invoices"
                  ],
                  "query": [
                    {
                      "key": "type",
                      "value": "",
                      "disabled": false
                    },
                    {
                      "key": "pageable",
                      "value": "",
                      "disabled": false
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/financial/uncategorized-invoices/apply-defaults",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/financial/uncategorized-invoices/apply-defaults",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "financial",
                    "uncategorized-invoices",
                    "apply-defaults"
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "billing",
          "item": [
            {
              "name": "GET /v1/financial/billing",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/financial/billing?parameters=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "financial",
                    "billing"
                  ],
                  "query": [
                    {
                      "key": "parameters",
                      "value": "",
                      "disabled": false
                    },
                    {
                      "key": "page",
                      "value": "0",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "sort.attribute",
                      "value": "id",
                      "disabled": true
                    },
                    {
                      "key": "sort.order",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "condition",
                      "value": "",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "reports-dre",
          "item": [
            {
              "name": "GET /v1/reports/dre",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/reports/dre?startDate=&endDate=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "reports",
                    "dre"
                  ],
                  "query": [
                    {
                      "key": "startDate",
                      "value": "",
                      "disabled": false
                    },
                    {
                      "key": "endDate",
                      "value": "",
                      "disabled": false
                    },
                    {
                      "key": "cnpjIssuer",
                      "value": "",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            }
          ]
        }
      ]
    },
    {
      "name": "CRM e Automação",
      "item": [
        {
          "name": "pipelines",
          "item": [
            {
              "name": "GET /v1/crm/pipelines",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/crm/pipelines?parameters=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "crm",
                    "pipelines"
                  ],
                  "query": [
                    {
                      "key": "parameters",
                      "value": "",
                      "disabled": false
                    },
                    {
                      "key": "page",
                      "value": "0",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "sort.attribute",
                      "value": "id",
                      "disabled": true
                    },
                    {
                      "key": "sort.order",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "condition",
                      "value": "",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/crm/pipelines/{id}",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/crm/pipelines/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "crm",
                    "pipelines",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/crm/pipelines",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/crm/pipelines",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "crm",
                    "pipelines"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Exemplo\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "PUT /v1/crm/pipelines/{id}",
              "request": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/crm/pipelines/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "crm",
                    "pipelines",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Exemplo\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "DELETE /v1/crm/pipelines/{id}",
              "request": {
                "method": "DELETE",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/crm/pipelines/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "crm",
                    "pipelines",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/crm/pipelines/{pipelineId}/permissions",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/crm/pipelines/{pipelineId}/permissions",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "crm",
                    "pipelines",
                    "{pipelineId}",
                    "permissions"
                  ],
                  "variable": [
                    {
                      "key": "pipelineId",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/crm/pipelines/{pipelineId}/permissions",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/crm/pipelines/{pipelineId}/permissions",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "crm",
                    "pipelines",
                    "{pipelineId}",
                    "permissions"
                  ],
                  "variable": [
                    {
                      "key": "pipelineId",
                      "value": "1"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"permission\": \"VIEW\",\n  \"userId\": 1\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "DELETE /v1/crm/pipelines/{pipelineId}/permissions/{permissionId}",
              "request": {
                "method": "DELETE",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/crm/pipelines/{pipelineId}/permissions/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "crm",
                    "pipelines",
                    "{pipelineId}",
                    "permissions",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "pipelineId",
                      "value": "1"
                    },
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/crm/pipelines/from-template/{templateId}",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/crm/pipelines/from-template/{templateId}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "crm",
                    "pipelines",
                    "from-template",
                    "{templateId}"
                  ],
                  "variable": [
                    {
                      "key": "templateId",
                      "value": "1"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Exemplo\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "pipeline-stages",
          "item": [
            {
              "name": "⚠️ GET /v1/crm/pipeline-stages",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/crm/pipeline-stages",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "crm",
                    "pipeline-stages"
                  ]
                },
                "description": "Este caminho consta no guia de integracao (doc-parceiros.gaud.app) mas nao foi encontrado no OpenAPI atual da API (pode ter mudado de nome/path, ou a doc esta desatualizada). Confirmar manualmente antes de usar."
              },
              "response": []
            },
            {
              "name": "⚠️ GET /v1/crm/pipeline-stages/{id}",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/crm/pipeline-stages/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "crm",
                    "pipeline-stages",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                },
                "description": "Este caminho consta no guia de integracao (doc-parceiros.gaud.app) mas nao foi encontrado no OpenAPI atual da API (pode ter mudado de nome/path, ou a doc esta desatualizada). Confirmar manualmente antes de usar."
              },
              "response": []
            },
            {
              "name": "GET /v1/crm/pipeline-stages/{stageId}/time-rules",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/crm/pipeline-stages/{stageId}/time-rules",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "crm",
                    "pipeline-stages",
                    "{stageId}",
                    "time-rules"
                  ],
                  "variable": [
                    {
                      "key": "stageId",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/crm/pipeline-stages/{stageId}/time-rules",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/crm/pipeline-stages/{stageId}/time-rules",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "crm",
                    "pipeline-stages",
                    "{stageId}",
                    "time-rules"
                  ],
                  "variable": [
                    {
                      "key": "stageId",
                      "value": "1"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"actionType\": \"MOVE_TO_STAGE\",\n  \"daysThreshold\": 1\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "DELETE /v1/crm/pipeline-stages/{stageId}/time-rules/{ruleId}",
              "request": {
                "method": "DELETE",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/crm/pipeline-stages/{stageId}/time-rules/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "crm",
                    "pipeline-stages",
                    "{stageId}",
                    "time-rules",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "stageId",
                      "value": "1"
                    },
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "metadata",
          "item": [
            {
              "name": "GET /v1/crm/metadata",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/crm/metadata",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "crm",
                    "metadata"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/crm/metadata",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/crm/metadata",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "crm",
                    "metadata"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"label\": \"string\",\n  \"position\": 1,\n  \"fieldType\": \"TEXT\",\n  \"options\": \"string\",\n  \"required\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "PUT /v1/crm/metadata/{id}",
              "request": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/crm/metadata/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "crm",
                    "metadata",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"label\": \"string\",\n  \"position\": 1,\n  \"fieldType\": \"TEXT\",\n  \"options\": \"string\",\n  \"required\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "DELETE /v1/crm/metadata/{id}",
              "request": {
                "method": "DELETE",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/crm/metadata/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "crm",
                    "metadata",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "deals",
          "item": [
            {
              "name": "GET /v1/crm/deals",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/crm/deals?parameters=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "crm",
                    "deals"
                  ],
                  "query": [
                    {
                      "key": "parameters",
                      "value": "",
                      "disabled": false
                    },
                    {
                      "key": "page",
                      "value": "0",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "sort.attribute",
                      "value": "id",
                      "disabled": true
                    },
                    {
                      "key": "sort.order",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "condition",
                      "value": "",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/crm/deals/{id}",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/crm/deals/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "crm",
                    "deals",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/crm/deals",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/crm/deals",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "crm",
                    "deals"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"number\": 1,\n  \"title\": \"string\",\n  \"pipeline\": {\n    \"id\": 1\n  },\n  \"stage\": {\n    \"id\": 1\n  },\n  \"customer\": {\n    \"id\": 1\n  },\n  \"seller\": {\n    \"id\": 1\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "PUT /v1/crm/deals/{id}",
              "request": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/crm/deals/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "crm",
                    "deals",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"number\": 1,\n  \"title\": \"string\",\n  \"pipeline\": {\n    \"id\": 1\n  },\n  \"stage\": {\n    \"id\": 1\n  },\n  \"customer\": {\n    \"id\": 1\n  },\n  \"seller\": {\n    \"id\": 1\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "DELETE /v1/crm/deals/{id}",
              "request": {
                "method": "DELETE",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/crm/deals/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "crm",
                    "deals",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "PUT /v1/crm/deals/{dealId}/stage",
              "request": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/crm/deals/{id}/stage",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "crm",
                    "deals",
                    "{id}",
                    "stage"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"stageId\": 1\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/crm/deals/{dealId}/action-logs",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/crm/deals/{id}/action-logs",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "crm",
                    "deals",
                    "{id}",
                    "action-logs"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/crm/deals/{dealId}/history",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/crm/deals/{id}/history",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "crm",
                    "deals",
                    "{id}",
                    "history"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/crm/deals/{dealId}/notes",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/crm/deals/{id}/notes",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "crm",
                    "deals",
                    "{id}",
                    "notes"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/crm/deals/{dealId}/notes",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/crm/deals/{id}/notes",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "crm",
                    "deals",
                    "{id}",
                    "notes"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "DELETE /v1/crm/deals/{dealId}/notes/{noteId}",
              "request": {
                "method": "DELETE",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/crm/deals/{id}/notes/{noteId}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "crm",
                    "deals",
                    "{id}",
                    "notes",
                    "{noteId}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    },
                    {
                      "key": "noteId",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/crm/deals/batch/move-stage",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/crm/deals/batch/move-stage",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "crm",
                    "deals",
                    "batch",
                    "move-stage"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"dealIds\": [\n    1\n  ],\n  \"targetStageId\": 1\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/crm/deals/batch/assign-seller",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/crm/deals/batch/assign-seller",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "crm",
                    "deals",
                    "batch",
                    "assign-seller"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"dealIds\": [\n    1\n  ],\n  \"sellerId\": 1\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "close-reasons",
          "item": [
            {
              "name": "GET /v1/crm/close-reasons",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/crm/close-reasons",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "crm",
                    "close-reasons"
                  ],
                  "query": [
                    {
                      "key": "type",
                      "value": "",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/crm/close-reasons",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/crm/close-reasons",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "crm",
                    "close-reasons"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Exemplo\",\n  \"type\": \"WON\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "⚠️ PUT /v1/crm/close-reasons/{id}",
              "request": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/crm/close-reasons/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "crm",
                    "close-reasons",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                },
                "description": "Este caminho consta no guia de integracao (doc-parceiros.gaud.app) mas nao foi encontrado no OpenAPI atual da API (pode ter mudado de nome/path, ou a doc esta desatualizada). Confirmar manualmente antes de usar."
              },
              "response": []
            },
            {
              "name": "DELETE /v1/crm/close-reasons/{id}",
              "request": {
                "method": "DELETE",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/crm/close-reasons/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "crm",
                    "close-reasons",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "analytics",
          "item": [
            {
              "name": "GET /v1/crm/analytics",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/crm/analytics",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "crm",
                    "analytics"
                  ],
                  "query": [
                    {
                      "key": "pipelineId",
                      "value": "",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "activities",
          "item": [
            {
              "name": "GET /v1/crm/activities",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/crm/activities?dealId=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "crm",
                    "activities"
                  ],
                  "query": [
                    {
                      "key": "dealId",
                      "value": "",
                      "disabled": false
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/crm/activities",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/crm/activities",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "crm",
                    "activities"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"title\": \"string\",\n  \"type\": \"CALL\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "⚠️ POST /v1/crm/activities/{id}/complete",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/crm/activities/{id}/complete",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "crm",
                    "activities",
                    "{id}",
                    "complete"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                },
                "description": "Este caminho consta no guia de integracao (doc-parceiros.gaud.app) mas nao foi encontrado no OpenAPI atual da API (pode ter mudado de nome/path, ou a doc esta desatualizada). Confirmar manualmente antes de usar."
              },
              "response": []
            },
            {
              "name": "DELETE /v1/crm/activities/{id}",
              "request": {
                "method": "DELETE",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/crm/activities/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "crm",
                    "activities",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "pipeline-templates",
          "item": [
            {
              "name": "GET /v1/crm/pipeline-templates",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/crm/pipeline-templates",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "crm",
                    "pipeline-templates"
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "deal-sources",
          "item": [
            {
              "name": "GET /v1/crm/deal-sources",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/crm/deal-sources",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "crm",
                    "deal-sources"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/crm/deal-sources",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/crm/deal-sources",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "crm",
                    "deal-sources"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Exemplo\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "PUT /v1/crm/deal-sources/{id}",
              "request": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/crm/deal-sources/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "crm",
                    "deal-sources",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Exemplo\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "DELETE /v1/crm/deal-sources/{id}",
              "request": {
                "method": "DELETE",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/crm/deal-sources/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "crm",
                    "deal-sources",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "kanban",
          "item": [
            {
              "name": "GET /v1/crm/kanban",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/crm/kanban?parameters=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "crm",
                    "kanban"
                  ],
                  "query": [
                    {
                      "key": "parameters",
                      "value": "",
                      "disabled": false
                    },
                    {
                      "key": "pipelineId",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "page",
                      "value": "0",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "sort.attribute",
                      "value": "id",
                      "disabled": true
                    },
                    {
                      "key": "sort.order",
                      "value": "",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/crm/kanban/configuration",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/crm/kanban/configuration",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "crm",
                    "kanban",
                    "configuration"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "PUT /v1/crm/kanban/configuration",
              "request": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/crm/kanban/configuration",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "crm",
                    "kanban",
                    "configuration"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"title\": \"LEAD_TITLE\",\n  \"subtitle\": \"LEAD_TITLE\",\n  \"headline\": \"LEAD_TITLE\",\n  \"metadata\": [\n    {\n      \"id\": 1\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "sync",
          "item": [
            {
              "name": "POST /v1/crm/sync/pipedrive/configure",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/crm/sync/pipedrive/configure",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "crm",
                    "sync",
                    "pipedrive",
                    "configure"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Exemplo\",\n  \"apiToken\": \"string\",\n  \"companyDomain\": \"string\",\n  \"apiVersion\": \"string\",\n  \"active\": true,\n  \"externalAccountId\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/crm/sync/pipedrive/accounts",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/crm/sync/pipedrive/accounts",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "crm",
                    "sync",
                    "pipedrive",
                    "accounts"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/crm/sync/pipedrive/test",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/crm/sync/pipedrive/test",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "crm",
                    "sync",
                    "pipedrive",
                    "test"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "DELETE /v1/crm/sync/pipedrive/{id}",
              "request": {
                "method": "DELETE",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/crm/sync/pipedrive/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "crm",
                    "sync",
                    "pipedrive",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/crm/sync/pipedrive/trigger",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/crm/sync/pipedrive/trigger",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "crm",
                    "sync",
                    "pipedrive",
                    "trigger"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/crm/sync/pipedrive/import",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/crm/sync/pipedrive/import",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "crm",
                    "sync",
                    "pipedrive",
                    "import"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/crm/sync/pipedrive/export",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/crm/sync/pipedrive/export",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "crm",
                    "sync",
                    "pipedrive",
                    "export"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "workflows",
          "item": [
            {
              "name": "GET /v1/workflows",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/workflows",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "workflows"
                  ],
                  "query": [
                    {
                      "key": "entityType",
                      "value": "",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/workflows/{id}",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/workflows/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "workflows",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/workflows",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/workflows",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "workflows"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"entityType\": \"string\",\n  \"name\": \"Exemplo\",\n  \"stages\": [\n    {\n      \"id\": 1\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "PATCH /v1/workflows/{id}",
              "request": {
                "method": "PATCH",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/workflows/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "workflows",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Exemplo\",\n  \"description\": \"string\",\n  \"entityType\": \"string\",\n  \"stages\": [\n    {\n      \"id\": 1\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "DELETE /v1/workflows/{id}",
              "request": {
                "method": "DELETE",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/workflows/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "workflows",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "admin-automations",
          "item": [
            {
              "name": "GET /v1/admin/automations/fields/{entityKind}",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/admin/automations/fields/{entityKind}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "admin",
                    "automations",
                    "fields",
                    "{entityKind}"
                  ],
                  "variable": [
                    {
                      "key": "entityKind",
                      "value": "1"
                    }
                  ],
                  "query": [
                    {
                      "key": "actionType",
                      "value": "",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/admin/automations",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/admin/automations",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "admin",
                    "automations"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "0",
                      "disabled": true
                    },
                    {
                      "key": "size",
                      "value": "50",
                      "disabled": true
                    },
                    {
                      "key": "workflowId",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "entityKind",
                      "value": "",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/admin/automations/{id}",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/admin/automations/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "admin",
                    "automations",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/admin/automations",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/admin/automations",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "admin",
                    "automations"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"actions\": [\n    {\n      \"id\": 1\n    }\n  ],\n  \"entityKind\": \"CRM_DEAL\",\n  \"name\": \"Exemplo\",\n  \"triggerStageToId\": 1,\n  \"workflowId\": 1\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "PATCH /v1/admin/automations/{id}",
              "request": {
                "method": "PATCH",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/admin/automations/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "admin",
                    "automations",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Exemplo\",\n  \"entityKind\": \"CRM_DEAL\",\n  \"workflowId\": 1,\n  \"triggerStageToId\": 1,\n  \"crmPipelineId\": 1,\n  \"triggerKind\": \"STAGE_TRANSITION\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "PATCH /v1/admin/automations/{id}/active",
              "request": {
                "method": "PATCH",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/admin/automations/{id}/active",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "admin",
                    "automations",
                    "{id}",
                    "active"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "DELETE /v1/admin/automations/{id}",
              "request": {
                "method": "DELETE",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/admin/automations/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "admin",
                    "automations",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/admin/automations/forms/{actionType}",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/admin/automations/forms/{type}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "admin",
                    "automations",
                    "forms",
                    "{type}"
                  ],
                  "variable": [
                    {
                      "key": "type",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "automation-executions",
          "item": [
            {
              "name": "GET /v1/automation-executions/logs",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/automation-executions/logs",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "automation-executions",
                    "logs"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "0",
                      "disabled": true
                    },
                    {
                      "key": "size",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "status",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "dateFrom",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "dateTo",
                      "value": "",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/automation-executions/{executionId}",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/automation-executions/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "automation-executions",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "⚠️ GET /v1/automation-executions/{executionId}/actions",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/automation-executions/{executionId}/actions",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "automation-executions",
                    "{executionId}",
                    "actions"
                  ],
                  "variable": [
                    {
                      "key": "executionId",
                      "value": "1"
                    }
                  ]
                },
                "description": "Este caminho consta no guia de integracao (doc-parceiros.gaud.app) mas nao foi encontrado no OpenAPI atual da API (pode ter mudado de nome/path, ou a doc esta desatualizada). Confirmar manualmente antes de usar."
              },
              "response": []
            },
            {
              "name": "POST /v1/automation-executions/{executionId}/retry",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/automation-executions/{id}/retry",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "automation-executions",
                    "{id}",
                    "retry"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "templates",
          "item": [
            {
              "name": "⚠️ GET /v1/templates",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/templates",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "templates"
                  ]
                },
                "description": "Este caminho consta no guia de integracao (doc-parceiros.gaud.app) mas nao foi encontrado no OpenAPI atual da API (pode ter mudado de nome/path, ou a doc esta desatualizada). Confirmar manualmente antes de usar."
              },
              "response": []
            },
            {
              "name": "⚠️ GET /v1/templates/{templateId}",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/templates/{templateId}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "templates",
                    "{templateId}"
                  ],
                  "variable": [
                    {
                      "key": "templateId",
                      "value": "1"
                    }
                  ]
                },
                "description": "Este caminho consta no guia de integracao (doc-parceiros.gaud.app) mas nao foi encontrado no OpenAPI atual da API (pode ter mudado de nome/path, ou a doc esta desatualizada). Confirmar manualmente antes de usar."
              },
              "response": []
            },
            {
              "name": "⚠️ POST /v1/templates/{templateId}/automations",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/templates/{templateId}/automations",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "templates",
                    "{templateId}",
                    "automations"
                  ],
                  "variable": [
                    {
                      "key": "templateId",
                      "value": "1"
                    }
                  ]
                },
                "description": "Este caminho consta no guia de integracao (doc-parceiros.gaud.app) mas nao foi encontrado no OpenAPI atual da API (pode ter mudado de nome/path, ou a doc esta desatualizada). Confirmar manualmente antes de usar."
              },
              "response": []
            },
            {
              "name": "⚠️ DELETE /v1/templates/{templateId}",
              "request": {
                "method": "DELETE",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/templates/{templateId}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "templates",
                    "{templateId}"
                  ],
                  "variable": [
                    {
                      "key": "templateId",
                      "value": "1"
                    }
                  ]
                },
                "description": "Este caminho consta no guia de integracao (doc-parceiros.gaud.app) mas nao foi encontrado no OpenAPI atual da API (pode ter mudado de nome/path, ou a doc esta desatualizada). Confirmar manualmente antes de usar."
              },
              "response": []
            }
          ]
        },
        {
          "name": "automations",
          "item": [
            {
              "name": "⚠️ POST /v1/automations/{automationId}/save-as-template",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/automations/{automationId}/save-as-template",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "automations",
                    "{automationId}",
                    "save-as-template"
                  ],
                  "variable": [
                    {
                      "key": "automationId",
                      "value": "1"
                    }
                  ]
                },
                "description": "Este caminho consta no guia de integracao (doc-parceiros.gaud.app) mas nao foi encontrado no OpenAPI atual da API (pode ter mudado de nome/path, ou a doc esta desatualizada). Confirmar manualmente antes de usar."
              },
              "response": []
            }
          ]
        },
        {
          "name": "migration",
          "item": [
            {
              "name": "⚠️ POST /v1/migration/preview",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/migration/preview",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "migration",
                    "preview"
                  ]
                },
                "description": "Este caminho consta no guia de integracao (doc-parceiros.gaud.app) mas nao foi encontrado no OpenAPI atual da API (pode ter mudado de nome/path, ou a doc esta desatualizada). Confirmar manualmente antes de usar."
              },
              "response": []
            },
            {
              "name": "⚠️ POST /v1/migration/execute",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/migration/execute",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "migration",
                    "execute"
                  ]
                },
                "description": "Este caminho consta no guia de integracao (doc-parceiros.gaud.app) mas nao foi encontrado no OpenAPI atual da API (pode ter mudado de nome/path, ou a doc esta desatualizada). Confirmar manualmente antes de usar."
              },
              "response": []
            },
            {
              "name": "⚠️ GET /v1/migration/status/{batchId}",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/migration/status/{batchId}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "migration",
                    "status",
                    "{batchId}"
                  ],
                  "variable": [
                    {
                      "key": "batchId",
                      "value": "1"
                    }
                  ]
                },
                "description": "Este caminho consta no guia de integracao (doc-parceiros.gaud.app) mas nao foi encontrado no OpenAPI atual da API (pode ter mudado de nome/path, ou a doc esta desatualizada). Confirmar manualmente antes de usar."
              },
              "response": []
            }
          ]
        }
      ]
    },
    {
      "name": "Dashboards",
      "item": [
        {
          "name": "dashboards",
          "item": [
            {
              "name": "GET /v1/dashboards",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/dashboards",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "dashboards"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "PUT /v1/dashboards",
              "request": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/dashboards",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "dashboards"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"widgets\": [\n    {\n      \"id\": 1\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/dashboards/widgets/financial-payable",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/dashboards/widgets/financial-payable?searchType=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "dashboards",
                    "widgets",
                    "financial-payable"
                  ],
                  "query": [
                    {
                      "key": "searchType",
                      "value": "",
                      "disabled": false
                    },
                    {
                      "key": "status",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "start",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "end",
                      "value": "",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/dashboards/widgets/financial-receivable",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/dashboards/widgets/financial-receivable?searchType=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "dashboards",
                    "widgets",
                    "financial-receivable"
                  ],
                  "query": [
                    {
                      "key": "searchType",
                      "value": "",
                      "disabled": false
                    },
                    {
                      "key": "status",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "start",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "end",
                      "value": "",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/dashboards/widgets/orders-count",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/dashboards/widgets/orders-count?searchType=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "dashboards",
                    "widgets",
                    "orders-count"
                  ],
                  "query": [
                    {
                      "key": "searchType",
                      "value": "",
                      "disabled": false
                    },
                    {
                      "key": "start",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "end",
                      "value": "",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/dashboards/widgets/orders-sum",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/dashboards/widgets/orders-sum?searchType=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "dashboards",
                    "widgets",
                    "orders-sum"
                  ],
                  "query": [
                    {
                      "key": "searchType",
                      "value": "",
                      "disabled": false
                    },
                    {
                      "key": "start",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "end",
                      "value": "",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/dashboards/widgets/service-order-count",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/dashboards/widgets/service-order-count?searchType=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "dashboards",
                    "widgets",
                    "service-order-count"
                  ],
                  "query": [
                    {
                      "key": "searchType",
                      "value": "",
                      "disabled": false
                    },
                    {
                      "key": "status",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "start",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "end",
                      "value": "",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/dashboards/widgets/service-order-sum",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/dashboards/widgets/service-order-sum?searchType=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "dashboards",
                    "widgets",
                    "service-order-sum"
                  ],
                  "query": [
                    {
                      "key": "searchType",
                      "value": "",
                      "disabled": false
                    },
                    {
                      "key": "status",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "start",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "end",
                      "value": "",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/dashboards/widgets/birthdays",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/dashboards/widgets/birthdays",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "dashboards",
                    "widgets",
                    "birthdays"
                  ],
                  "query": [
                    {
                      "key": "searchType",
                      "value": "TODAY",
                      "disabled": true
                    },
                    {
                      "key": "page",
                      "value": "0",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "10",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            }
          ]
        }
      ]
    },
    {
      "name": "Integrações",
      "item": [
        {
          "name": "integrations",
          "item": [
            {
              "name": "GET /v1/settings/integrations",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/settings/integrations",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "settings",
                    "integrations"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "⚠️ GET /v1/settings/integrations/{id}",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/settings/integrations/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "settings",
                    "integrations",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                },
                "description": "Este caminho consta no guia de integracao (doc-parceiros.gaud.app) mas nao foi encontrado no OpenAPI atual da API (pode ter mudado de nome/path, ou a doc esta desatualizada). Confirmar manualmente antes de usar."
              },
              "response": []
            },
            {
              "name": "POST /v1/settings/integrations",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/settings/integrations",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "settings",
                    "integrations"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Exemplo\",\n  \"type\": \"string\",\n  \"provider\": \"string\",\n  \"description\": \"string\",\n  \"status\": \"string\",\n  \"credentials\": {}\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "PUT /v1/settings/integrations/{id}",
              "request": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/settings/integrations/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "settings",
                    "integrations",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Exemplo\",\n  \"type\": \"string\",\n  \"provider\": \"string\",\n  \"description\": \"string\",\n  \"status\": \"string\",\n  \"credentials\": {}\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "DELETE /v1/settings/integrations/{id}",
              "request": {
                "method": "DELETE",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/settings/integrations/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "settings",
                    "integrations",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/settings/integrations/{id}/test",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/settings/integrations/{id}/test",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "settings",
                    "integrations",
                    "{id}",
                    "test"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "core-logitrack",
          "item": [
            {
              "name": "GET /v1/integrations/core-logitrack/status",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/integrations/core-logitrack/status",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "integrations",
                    "core-logitrack",
                    "status"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/integrations/core-logitrack/connect",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/integrations/core-logitrack/connect",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "integrations",
                    "core-logitrack",
                    "connect"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"apiKey\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "DELETE /v1/integrations/core-logitrack/connect",
              "request": {
                "method": "DELETE",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/integrations/core-logitrack/connect",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "integrations",
                    "core-logitrack",
                    "connect"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/integrations/core-logitrack/test",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/integrations/core-logitrack/test",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "integrations",
                    "core-logitrack",
                    "test"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/integrations/core-logitrack/sync-tasks",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/integrations/core-logitrack/sync-tasks?pageable=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "integrations",
                    "core-logitrack",
                    "sync-tasks"
                  ],
                  "query": [
                    {
                      "key": "status",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "pageable",
                      "value": "",
                      "disabled": false
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/integrations/core-logitrack/sync-tasks/{id}/retry",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/integrations/core-logitrack/sync-tasks/{id}/retry",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "integrations",
                    "core-logitrack",
                    "sync-tasks",
                    "{id}",
                    "retry"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/integrations/core-logitrack/sync-tasks/retry",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/integrations/core-logitrack/sync-tasks/retry",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "integrations",
                    "core-logitrack",
                    "sync-tasks",
                    "retry"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/integrations/core-logitrack/sync-all",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/integrations/core-logitrack/sync-all",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "integrations",
                    "core-logitrack",
                    "sync-all"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/integrations/core-logitrack/sync-attempts",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/integrations/core-logitrack/sync-attempts?pageable=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "integrations",
                    "core-logitrack",
                    "sync-attempts"
                  ],
                  "query": [
                    {
                      "key": "entityType",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "status",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "from",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "to",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "pageable",
                      "value": "",
                      "disabled": false
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/integrations/core-logitrack/sync-tasks/{syncTaskId}/attempts",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/integrations/core-logitrack/sync-tasks/{taskId}/attempts?pageable=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "integrations",
                    "core-logitrack",
                    "sync-tasks",
                    "{taskId}",
                    "attempts"
                  ],
                  "variable": [
                    {
                      "key": "taskId",
                      "value": "1"
                    }
                  ],
                  "query": [
                    {
                      "key": "pageable",
                      "value": "",
                      "disabled": false
                    }
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "omie",
          "item": [
            {
              "name": "GET /v1/integrations/omie/status",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/integrations/omie/status",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "integrations",
                    "omie",
                    "status"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/integrations/omie/connect",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/integrations/omie/connect",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "integrations",
                    "omie",
                    "connect"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"appKey\": \"string\",\n  \"appSecret\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "DELETE /v1/integrations/omie/connect",
              "request": {
                "method": "DELETE",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/integrations/omie/connect",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "integrations",
                    "omie",
                    "connect"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/integrations/omie/test",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/integrations/omie/test",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "integrations",
                    "omie",
                    "test"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/integrations/omie/sync-tasks",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/integrations/omie/sync-tasks?pageable=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "integrations",
                    "omie",
                    "sync-tasks"
                  ],
                  "query": [
                    {
                      "key": "status",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "pageable",
                      "value": "",
                      "disabled": false
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/integrations/omie/sync-tasks/{id}/retry",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/integrations/omie/sync-tasks/{id}/retry",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "integrations",
                    "omie",
                    "sync-tasks",
                    "{id}",
                    "retry"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/integrations/omie/sync-tasks/retry",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/integrations/omie/sync-tasks/retry",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "integrations",
                    "omie",
                    "sync-tasks",
                    "retry"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/integrations/omie/exchange-logs",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/integrations/omie/exchange-logs?pageable=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "integrations",
                    "omie",
                    "exchange-logs"
                  ],
                  "query": [
                    {
                      "key": "syncTaskId",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "entityType",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "outcome",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "from",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "to",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "pageable",
                      "value": "",
                      "disabled": false
                    }
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "stone",
          "item": [
            {
              "name": "GET /v1/stone/configuration",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/stone/configuration",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "stone",
                    "configuration"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "PUT /v1/stone/configuration",
              "request": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/stone/configuration",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "stone",
                    "configuration"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"apiKey\": \"string\",\n  \"terminals\": [\n    {\n      \"name\": \"Exemplo\",\n      \"serialNumber\": \"string\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "pos",
          "item": [
            {
              "name": "GET /v1/pos/payment/options",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/pos/payment/options",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "pos",
                    "payment",
                    "options"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/pos/payment/send",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/pos/payment/send",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "pos",
                    "payment",
                    "send"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"sourceId\": 1,\n  \"sourceType\": \"ORDER\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/pos/payment/events/{transactionId}",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/pos/payment/events/{transactionId}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "pos",
                    "payment",
                    "events",
                    "{transactionId}"
                  ],
                  "variable": [
                    {
                      "key": "transactionId",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "signing",
          "item": [
            {
              "name": "GET /api/signing/agent/version",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/api/signing/agent/version",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "api",
                    "signing",
                    "agent",
                    "version"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /api/signing/agents",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/api/signing/agents",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "api",
                    "signing",
                    "agents"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Exemplo\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "GET /api/signing/agents/active",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/api/signing/agents/active",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "api",
                    "signing",
                    "agents",
                    "active"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "DELETE /api/signing/agents/{id}",
              "request": {
                "method": "DELETE",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/api/signing/agents/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "api",
                    "signing",
                    "agents",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "checkout",
          "item": [
            {
              "name": "GET /v1/checkout/plans",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/checkout/plans",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "checkout",
                    "plans"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/checkout/validate-cnpj",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/checkout/validate-cnpj",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "checkout",
                    "validate-cnpj"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/checkout/process-payment",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/checkout/process-payment",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "checkout",
                    "process-payment"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"cardHolderName\": \"Exemplo\",\n  \"city\": \"string\",\n  \"cnpj\": \"12345678900\",\n  \"companyName\": \"Exemplo\",\n  \"email\": \"contato@exemplo.com\",\n  \"neighborhood\": \"string\",\n  \"number\": \"string\",\n  \"paymentMethod\": \"CREDIT_CARD\",\n  \"phone\": \"(51) 99999-0000\",\n  \"planId\": 1,\n  \"responsibleEmail\": \"contato@exemplo.com\",\n  \"responsibleName\": \"Exemplo\",\n  \"responsiblePhone\": \"(51) 99999-0000\",\n  \"state\": \"string\",\n  \"street\": \"string\",\n  \"zipCode\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            }
          ]
        }
      ]
    },
    {
      "name": "Loja Online e Utilitários",
      "item": [
        {
          "name": "admin-store",
          "item": [
            {
              "name": "GET /v1/admin/store/config",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/admin/store/config",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "admin",
                    "store",
                    "config"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "PUT /v1/admin/store/config",
              "request": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/admin/store/config",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "admin",
                    "store",
                    "config"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"accountId\": 1,\n  \"domain\": \"string\",\n  \"theme\": \"string\",\n  \"primaryColor\": \"string\",\n  \"secondaryColor\": \"string\",\n  \"accentColor\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/admin/store/products",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/admin/store/products",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "admin",
                    "store",
                    "products"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "PUT /v1/admin/store/products",
              "request": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/admin/store/products",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "admin",
                    "store",
                    "products"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"catalogProductId\": 1,\n  \"productName\": \"Exemplo\",\n  \"visible\": true,\n  \"featured\": true,\n  \"displayOrder\": 1\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/admin/store/groups",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/admin/store/groups",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "admin",
                    "store",
                    "groups"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "PUT /v1/admin/store/groups",
              "request": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/admin/store/groups",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "admin",
                    "store",
                    "groups"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"groupId\": 1,\n  \"groupName\": \"Exemplo\",\n  \"visible\": true,\n  \"featured\": true,\n  \"displayOrder\": 1,\n  \"imageUrl\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/admin/store/upload",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/admin/store/upload",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "admin",
                    "store",
                    "upload"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/admin/store/orders",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/admin/store/orders?pageable=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "admin",
                    "store",
                    "orders"
                  ],
                  "query": [
                    {
                      "key": "status",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "pageable",
                      "value": "",
                      "disabled": false
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/admin/store/orders/summary",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/admin/store/orders/summary",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "admin",
                    "store",
                    "orders",
                    "summary"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/admin/store/config/cache/invalidate",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/admin/store/config/cache/invalidate",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "admin",
                    "store",
                    "config",
                    "cache",
                    "invalidate"
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "groups",
          "item": [
            {
              "name": "PUT /v1/inventory/groups/{groupId}/upload",
              "request": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/inventory/groups/{id}/upload",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "inventory",
                    "groups",
                    "{id}",
                    "upload"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "products",
          "item": [
            {
              "name": "GET /v1/catalog/products",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/catalog/products?parameters=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "catalog",
                    "products"
                  ],
                  "query": [
                    {
                      "key": "parameters",
                      "value": "",
                      "disabled": false
                    },
                    {
                      "key": "page",
                      "value": "0",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "sort.attribute",
                      "value": "id",
                      "disabled": true
                    },
                    {
                      "key": "sort.order",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "condition",
                      "value": "",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "training",
          "item": [
            {
              "name": "GET /v1/training/paths",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/training/paths",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "training",
                    "paths"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/training/paths/{pathId}",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/training/paths/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "training",
                    "paths",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/training/paths/{pathId}/trainings",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/training/paths/{pathId}/trainings",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "training",
                    "paths",
                    "{pathId}",
                    "trainings"
                  ],
                  "variable": [
                    {
                      "key": "pathId",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/training/trainings/{trainingId}/contents",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/training/trainings/{trainingId}/contents",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "training",
                    "trainings",
                    "{trainingId}",
                    "contents"
                  ],
                  "variable": [
                    {
                      "key": "trainingId",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/training/trainings/{trainingId}/contents/{contentId}/complete",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/training/trainings/{trainingId}/contents/{contentId}/complete",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "training",
                    "trainings",
                    "{trainingId}",
                    "contents",
                    "{contentId}",
                    "complete"
                  ],
                  "variable": [
                    {
                      "key": "trainingId",
                      "value": "1"
                    },
                    {
                      "key": "contentId",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/training/trainings/{trainingId}/contents/{contentId}/progress",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/training/trainings/{trainingId}/contents/{contentId}/progress",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "training",
                    "trainings",
                    "{trainingId}",
                    "contents",
                    "{contentId}",
                    "progress"
                  ],
                  "variable": [
                    {
                      "key": "trainingId",
                      "value": "1"
                    },
                    {
                      "key": "contentId",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "ibge",
          "item": [
            {
              "name": "GET /v1/ibge/cities",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/ibge/cities?parameters=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "ibge",
                    "cities"
                  ],
                  "query": [
                    {
                      "key": "parameters",
                      "value": "",
                      "disabled": false
                    },
                    {
                      "key": "page",
                      "value": "0",
                      "disabled": true
                    },
                    {
                      "key": "limit",
                      "value": "20",
                      "disabled": true
                    },
                    {
                      "key": "sort.attribute",
                      "value": "id",
                      "disabled": true
                    },
                    {
                      "key": "sort.order",
                      "value": "",
                      "disabled": true
                    },
                    {
                      "key": "condition",
                      "value": "",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "nfse",
          "item": [
            {
              "name": "GET /v1/nfse/national-service-codes",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/nfse/national-service-codes",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "nfse",
                    "national-service-codes"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/nfse/municipality-info",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/nfse/municipality-info?ibge=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "nfse",
                    "municipality-info"
                  ],
                  "query": [
                    {
                      "key": "ibge",
                      "value": "",
                      "disabled": false
                    }
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "companies",
          "item": [
            {
              "name": "GET /v1/settings/companies/quota",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/settings/companies/quota",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "settings",
                    "companies",
                    "quota"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/settings/companies/all",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/settings/companies/all",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "settings",
                    "companies",
                    "all"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/settings/companies",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/settings/companies",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "settings",
                    "companies"
                  ]
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/settings/companies/{companyId}",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/settings/companies/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "settings",
                    "companies",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/settings/companies",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/settings/companies",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "settings",
                    "companies"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"active\": true,\n  \"documentNumber\": \"12345678900\",\n  \"stateRegistration\": \"string\",\n  \"municipalRegistration\": \"string\",\n  \"name\": \"Exemplo\",\n  \"fantasyName\": \"Exemplo\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "PUT /v1/settings/companies/{companyId}",
              "request": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/settings/companies/{id}",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "settings",
                    "companies",
                    "{id}"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"active\": true,\n  \"documentNumber\": \"12345678900\",\n  \"stateRegistration\": \"string\",\n  \"municipalRegistration\": \"string\",\n  \"name\": \"Exemplo\",\n  \"fantasyName\": \"Exemplo\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "PUT /v1/settings/companies/{companyId}/logo",
              "request": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/settings/companies/{id}/logo",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "settings",
                    "companies",
                    "{id}",
                    "logo"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"file\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "PUT /v1/settings/companies/{companyId}/certificate",
              "request": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/settings/companies/{id}/certificate",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "settings",
                    "companies",
                    "{id}",
                    "certificate"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"file\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "POST /v1/settings/companies/{companyId}/certificate",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/settings/companies/{id}/certificate",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "settings",
                    "companies",
                    "{id}",
                    "certificate"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"password\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/settings/companies/{companyId}/certificate/info",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/settings/companies/{id}/certificate/info",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "settings",
                    "companies",
                    "{id}",
                    "certificate",
                    "info"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "PUT /v1/settings/companies/{companyId}/certificate/nfse",
              "request": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/settings/companies/{id}/certificate/nfse",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "settings",
                    "companies",
                    "{id}",
                    "certificate",
                    "nfse"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"file\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/settings/companies/{companyId}/certificate/nfse/info",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/settings/companies/{id}/certificate/nfse/info",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "settings",
                    "companies",
                    "{id}",
                    "certificate",
                    "nfse",
                    "info"
                  ],
                  "variable": [
                    {
                      "key": "id",
                      "value": "1"
                    }
                  ]
                }
              },
              "response": []
            }
          ]
        },
        {
          "name": "search",
          "item": [
            {
              "name": "POST /v1/search/universal",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/v1/search/universal",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "search",
                    "universal"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"query\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": []
            },
            {
              "name": "GET /v1/search/autocomplete",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{baseUrl}}/v1/search/autocomplete?q=",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "v1",
                    "search",
                    "autocomplete"
                  ],
                  "query": [
                    {
                      "key": "q",
                      "value": "",
                      "disabled": false
                    },
                    {
                      "key": "limit",
                      "value": "10",
                      "disabled": true
                    },
                    {
                      "key": "type",
                      "value": "ALL",
                      "disabled": true
                    }
                  ]
                }
              },
              "response": []
            }
          ]
        }
      ]
    }
  ]
}