{
  "info": {
    "_postman_id": "{{id_exemplo}}",
    "name": "SISBOV 2.0 Copy",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
    "_exporter_id": "26776789",
    "_collection_link": "https://go.postman.co/collection/26776789-{{id_exemplo}}?source=collection_link"
  },
  "item": [
    {
      "name": "PROPRIEDADES",
      "item": [
        {
          "name": "LISTAR PROPRIEDADES CADASTRADAS FULL - APICERT",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/propriedade/list?pageSize=9999",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "propriedade",
                "list"
              ],
              "query": [
                {
                  "key": "pageSize",
                  "value": "9999"
                }
              ]
            }
          },
          "response": []
        },
        {
          "name": "CADASTRAR PROPRIEDADE",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"email\": \"usuario@exemplo.com.br\",\n  \"nome\": \"Nome do Usuario Anonimizado\",\n  \"razaosocial\": \"FAZENDA SEKTECH 123\",\n  \"nirf\": \"01234567\",\n  \"incra\": \"\",\n  \"oesa\": \"11111111111\",\n  \"inscricaoEstadual\": \"\",\n  \"acessoAFazenda\": \"RODOVIA GO 164 KM 10\",\n  \"telefoneprimario\": \"\",\n  \"telefonesecundario\": \"\",\n  \"areaM2\": \"500\",\n  \"tipo\": \"CRIACAO\",\n  \"car\": \"\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/propriedade",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "propriedade"
              ]
            }
          },
          "response": []
        },
        {
          "name": "CONSULTAR PROPRIEDADE COM FILTROS",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/propriedade/list?search=177",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "propriedade",
                "list"
              ],
              "query": [
                {
                  "key": "search",
                  "value": "177",
                  "description": "id, nome, razaosocial, nirf, incra, inscricaoEstadual,car,municipio"
                }
              ]
            }
          },
          "response": []
        },
        {
          "name": "CONSULTAR PROPRIEDADE PELO ID",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/propriedade/{{id_exemplo}}",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "propriedade",
                "{{id_exemplo}}"
              ]
            }
          },
          "response": []
        },
        {
          "name": "LISTAR HISTORICO DE CERTIFICADORAS POR PROPRIEDADE",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/propriedade/{{id_exemplo}}/certificadora/historico",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "propriedade",
                "{{id_exemplo}}",
                "certificadora",
                "historico"
              ]
            }
          },
          "response": []
        },
        {
          "name": "LISTAR PRODUTORES VINCULADOS A UMA PROPRIEDADE",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/propriedade/{{id_exemplo}}/getProdutoresVinculados",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "propriedade",
                "{{id_exemplo}}",
                "getProdutoresVinculados"
              ]
            }
          },
          "response": []
        },
        {
          "name": "LISTAR PROPRIETARIOS VINCULADOS A UMA PROPRIEDADE",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/propriedade/{{id_exemplo}}/getProprietariosVinculados",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "propriedade",
                "{{id_exemplo}}",
                "getProprietariosVinculados"
              ]
            }
          },
          "response": []
        },
        {
          "name": "LISTAR PRODUTORES VINCULADOS A UMA PROPRIEDADE",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/propriedade/{{id_exemplo}}/getProdutoresVinculados",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "propriedade",
                "{{id_exemplo}}",
                "getProdutoresVinculados"
              ]
            }
          },
          "response": []
        },
        {
          "name": "LISTAR PROPRIEDADES SIMPLIFICADA",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/propriedade/{{id_exemplo}}",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "propriedade",
                "{{id_exemplo}}"
              ]
            }
          },
          "response": []
        },
        {
          "name": "INFORMAR ENDERECO PROPRIEDADE",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"logradouro\": \"RODOVIA GO 164\",\n  \"complemento\": \"ZONA RURAL\",\n  \"numero\": \"S/N\",\n  \"bairro\": \"ZONA RURAL\",\n  \"municipio\": \"RIO VERDE\",\n  \"cep\": \"75909000\",\n  \"codigoMunicipio\": \"5218805\",\n  \"latitude\": -22.606619,\n  \"longitude\": -43.322491,\n  \"uf\": \"GO\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/propriedade/{{id_exemplo}}/novoEndereco",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "propriedade",
                "{{id_exemplo}}",
                "novoEndereco"
              ]
            }
          },
          "response": []
        },
        {
          "name": "INFORMAR ENDERECO CORRESPONDENCIA",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"logradouro\": \"RUA U-002\",\n  \"complemento\": \"QD 21 LT 12\",\n  \"numero\": \"S/N\",\n  \"bairro\": \"SETOR UNIVERSIT\\u00c1RIO\",\n  \"municipio\": \"RIO VERDE\",\n  \"cep\": \"75909290\",\n  \"codigoMunicipio\": \"5218805\",\n  \"uf\": \"GO\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/propriedade/{{id_exemplo}}/novoEnderecoCorrespondencia",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "propriedade",
                "{{id_exemplo}}",
                "novoEnderecoCorrespondencia"
              ]
            }
          },
          "response": []
        },
        {
          "name": "ATUALIZAR PROPRIEDADE",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"acessoAFazenda\": \"TESTE TESTE\",\n  \"areaM2\": \"648\",\n  \"email\": \"usuario@exemplo.com.br\",\n  \"municipio\": \"ACRE\\u00daNA\",\n  \"municipioCorrespondencia\": \"GOI\\u00c2NIA\",\n  \"nirf\": \"25684795\",\n  \"oesa\": \"52000300878\",\n  \"nome\": \"Nome do Usuario Anonimizado\",\n  \"razaosocial\": \"FAZENDA SANTA CLARA\",\n  \"telefoneprimario\": \"(00)0000 - 0000\",\n  \"telefonesecundario\": \"\",\n  \"tipo\": \"MISTA\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/propriedade/{{id_exemplo}}",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "propriedade",
                "{{id_exemplo}}"
              ]
            }
          },
          "response": []
        },
        {
          "name": "ATUALIZAR PROPRIEDADE Copy",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"acessoAFazenda\": \"RODOVIA  BR 060, N\\u00ba S/N, KM 336 A ESQUERDA 1 KM\",\n  \"areaM2\": \"648\",\n  \"ativo\": \"true\",\n  \"car\": \"\",\n  \"codigoERAS\": \"109604\",\n  \"email\": \"usuario@exemplo.com.br\",\n  \"nirf\": \"25684795\",\n  \"oesa\": \"52000300878\",\n  \"nome\": \"Nome do Usuario Anonimizado\",\n  \"razaosocial\": \"FAZENDA SANTA CLARA\",\n  \"telefoneprimario\": \"(00)0000 - 0000\",\n  \"telefonesecundario\": \"\",\n  \"tipo\": \"MISTA\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/propriedade/{{id_exemplo}}",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "propriedade",
                "{{id_exemplo}}"
              ]
            }
          },
          "response": []
        },
        {
          "name": "INFORMAR CONFINAMENTO",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"dataInicial\": \"2026-01-02\",\n  \"dataFinal\": \"2026-12-31\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/propriedade/{{id_exemplo}}/cadastrarConfinamento",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "propriedade",
                "{{id_exemplo}}",
                "cadastrarConfinamento"
              ]
            }
          },
          "response": []
        },
        {
          "name": "LISTAR VINCULOS DE PRODUTOR COM A PROPRIEDADE POR ID",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/propriedade/:id/historicoPropriedadeProdutoresVinculados",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "propriedade",
                ":id",
                "historicoPropriedadeProdutoresVinculados"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "{{id_exemplo}}"
                }
              ]
            }
          },
          "response": []
        }
      ]
    },
    {
      "name": "PROPRIETARIOS E PRODUTORES",
      "item": [
        {
          "name": "LISTAR PROPRIETARIOS - PRODUTORES CADASTRADAS FULL - APICERT",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/produtor/list?pageSize=20&search=ELIFAS",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "produtor",
                "list"
              ],
              "query": [
                {
                  "key": "pageSize",
                  "value": "20"
                },
                {
                  "key": "search",
                  "value": "ELIFAS"
                }
              ]
            }
          },
          "response": []
        },
        {
          "name": "CONTAR PRODUTORES - PROPRIETARIOS",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/produtor/count",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "produtor",
                "count"
              ]
            }
          },
          "response": []
        },
        {
          "name": "CONTAR PRODUTORES - PROPRIETARIOS SIMPLIFICADO",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/produtor/countSimplificada",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "produtor",
                "countSimplificada"
              ]
            }
          },
          "response": []
        },
        {
          "name": "LISTAR VINCULOS DO PRODUTOR COM A PROPRIEDADE POR ID PRODUTOR",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/produtor/{{id_exemplo}}/historicoProdutorPropriedadeVinculada",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "produtor",
                "{{id_exemplo}}",
                "historicoProdutorPropriedadeVinculada"
              ]
            }
          },
          "response": []
        },
        {
          "name": "LISTAR PROPRIEDADES VINCULADAS AO PROPRIETARIO",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/proprietario/{{id_exemplo}}/getPropriedadesVinculadas",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "proprietario",
                "{{id_exemplo}}",
                "getPropriedadesVinculadas"
              ]
            }
          },
          "response": []
        },
        {
          "name": "CADASTRAR PROPRIETARIO E OU PRODUTOR",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"email\": \"usuario@exemplo.com.br\",\n  \"identificadorReceita\": \"96923431115\",\n  \"nome\": \"Nome do Usuario Anonimizado\",\n  \"razaosocial\": \"\",\n  \"telefonePrimario\": \"\",\n  \"telefoneSecundario\": \"\",\n  \"codigo\": \"\",\n  \"isProprietario\": true\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/produtor",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "produtor"
              ]
            }
          },
          "response": []
        },
        {
          "name": "INFORMAR ENDERECO PRODUTOR",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"logradouro\": \"RODOVIA GO 164\",\n  \"complemento\": \"ZONA RURAL\",\n  \"numero\": \"S/N\",\n  \"bairro\": \"ZONA RURAL\",\n  \"municipio\": \"RIO VERDE\",\n  \"cep\": \"75909000\",\n  \"codigoMunicipio\": \"5218805\",\n  \"uf\": \"GO\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/produtor/{{id_exemplo}}/novoEndereco",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "produtor",
                "{{id_exemplo}}",
                "novoEndereco"
              ]
            }
          },
          "response": []
        },
        {
          "name": "VINCULAR CERTIFICADORA AO PRODUTOR",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/produtor/{{id_exemplo}}/vincularCertificadora/{{id_exemplo}}",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "produtor",
                "{{id_exemplo}}",
                "vincularCertificadora",
                "{{id_exemplo}}"
              ]
            }
          },
          "response": []
        },
        {
          "name": "DETALHAR PROPRIETARIO OU PRODUTOR PELO ID",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/produtor/{{id_exemplo}}",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "produtor",
                "{{id_exemplo}}"
              ]
            }
          },
          "response": []
        }
      ]
    },
    {
      "name": "ANIMAIS",
      "item": [
        {
          "name": "DETALHAR ANIMAL PELO ID",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text",
                "disabled": true
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/animal/{{id_exemplo}}",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "animal",
                "{{id_exemplo}}"
              ]
            }
          },
          "response": []
        },
        {
          "name": "BUSCA SIMPLIFICADA POR NUMERO",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/animal/consultaSimplificadaPorNumero/105520447558800/VIVO",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "animal",
                "consultaSimplificadaPorNumero",
                "105520447558800",
                "VIVO"
              ]
            }
          },
          "response": []
        },
        {
          "name": "ATUALIZAR UM ANIMAL - EDITAR",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"dataIdentificacao\": \"2025-12-11\",\n  \"dataNascimento\": \"2025-01-19\",\n  \"sexo\": \"MA\",\n  \"codigoRaca\": \"XX\",\n  \"registroDefinitivo\": \"\",\n  \"registroProvisorio\": \"\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/animal/{{id_exemplo}}",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "animal",
                "{{id_exemplo}}"
              ]
            }
          },
          "response": []
        },
        {
          "name": "CADASTRAR UM ANIMAL - NASCIMENTO",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"dataIdentificacao\": \"2026-01-29\",\n  \"dataNascimento\": \"2025-07-29\",\n  \"sexo\": \"MA\",\n  \"tipoIdentificacao\": \"BRBO\",\n  \"numero\": \"076000015111980\",\n  \"identificadorReceitaProdutor\": \"65951816149\",\n  \"ERASPropriedadeLocalizacao\": \"109604\",\n  \"ERASPropriedadeNascimento\": \"109604\",\n  \"ERASPropriedadeResponsavel\": \"109604\",\n  \"codigoRaca\": \"NE\",\n  \"identificadorReceitaProdutorCadastramento\": \"65951816149\",\n  \"tipoEntrada\": \"NASCIMENTO\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/animal/",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "animal",
                ""
              ]
            }
          },
          "response": []
        },
        {
          "name": "CADASTRAR UM ANIMAL - CARGA INICIAL",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"dataEntradaPropriedade\": \"2025-12-12\",\n  \"dataIdentificacao\": \"2025-12-20\",\n  \"dataNascimento\": \"2025-12-20\",\n  \"sexo\": \"MA\",\n  \"tipoIdentificacao\": \"BR\",\n  \"numero\": \"076000014502743\",\n  \"identificadorReceitaProdutor\": \"65951816149\",\n  \"ERASPropriedadeLocalizacao\": \"109604\",\n  \"ERASPropriedadeNascimento\": \"109604\",\n  \"ERASPropriedadeResponsavel\": \"109604\",\n  \"codigoRaca\": \"NE\",\n  \"identificadorReceitaProdutorCadastramento\": \"65951816149\",\n  \"tipoEntrada\": \"CARGA_INICIAL\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/animal/",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "animal",
                ""
              ]
            }
          },
          "response": []
        },
        {
          "name": "CADASTRAR UM ANIMAL - ENTRADA",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"dataIdentificacao\": \"2026-02-02\",\n  \"dataNascimento\": \"2022-10-02\",\n  \"sexo\": \"MA\",\n  \"tipoIdentificacao\": \"BRBO\",\n  \"numero\": \"076000015111581\",\n  \"identificadorReceitaProdutor\": \"65951816149\",\n  \"ERASPropriedadeLocalizacao\": \"109604\",\n  \"ERASPropriedadeResponsavel\": \"109604\",\n  \"codigoRaca\": \"NE\",\n  \"identificadorReceitaProdutorCadastramento\": \"65951816149\",\n  \"tipoEntrada\": \"ENTRADA\",\n  \"numeroGTAInclusao\": \"GOAB148130;GOAB148131\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/animal/",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "animal",
                ""
              ]
            }
          },
          "response": []
        },
        {
          "name": "BUSCA ANIMAL PELO NUMERO SISBOV - APICERT",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/animal/byNumero/105520447557979",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "animal",
                "byNumero",
                "105520447557979"
              ]
            }
          },
          "response": []
        },
        {
          "name": "LISTAR ANIMAIS COM FILTROS - TEMPO ALTO",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/animal/list?pageSize=30&statusAnimal=VIVO&currentPage=0&idPropriedade={{id_exemplo}}",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "animal",
                "list"
              ],
              "query": [
                {
                  "key": "idProdutor",
                  "value": "{{id_exemplo}}",
                  "disabled": true
                },
                {
                  "key": "pageSize",
                  "value": "30"
                },
                {
                  "key": "statusAnimal",
                  "value": "VIVO"
                },
                {
                  "key": "currentPage",
                  "value": "0"
                },
                {
                  "key": "idPropriedade",
                  "value": "{{id_exemplo}}"
                }
              ]
            }
          },
          "response": []
        },
        {
          "name": "LISTAR ANIMAIS STATUS",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/animal/listaAnimaisStatus/VIVO?idPropriedade={{id_exemplo}}",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "animal",
                "listaAnimaisStatus",
                "VIVO"
              ],
              "query": [
                {
                  "key": "idProdutor",
                  "value": "{{id_exemplo}}",
                  "disabled": true
                },
                {
                  "key": "pageSize",
                  "value": "30",
                  "disabled": true
                },
                {
                  "key": "currentPage",
                  "value": "0",
                  "disabled": true
                },
                {
                  "key": "idPropriedade",
                  "value": "{{id_exemplo}}"
                }
              ]
            }
          },
          "response": []
        },
        {
          "name": "CONTAR ANIMAIS POR PRODUTOR",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br//integracao/produtor/:id/countAnimaisStatus/:status",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "",
                "integracao",
                "produtor",
                ":id",
                "countAnimaisStatus",
                ":status"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "{{id_exemplo}}"
                },
                {
                  "key": "status",
                  "value": "VIVO"
                }
              ]
            }
          },
          "response": []
        },
        {
          "name": "CONTAR ANIMAIS POR PROPRIEDADE POR STATUS",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br//integracao/propriedade/:id/countAnimaisStatus/:status",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "",
                "integracao",
                "propriedade",
                ":id",
                "countAnimaisStatus",
                ":status"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "{{id_exemplo}}"
                },
                {
                  "key": "status",
                  "value": "VIVO"
                }
              ]
            }
          },
          "response": []
        },
        {
          "name": "RESUMO ANIMAIS DA PROPRIEDADE",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br//integracao/propriedade/:id/listResumoAnimais",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "",
                "integracao",
                "propriedade",
                ":id",
                "listResumoAnimais"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "{{id_exemplo}}"
                }
              ]
            }
          },
          "response": []
        },
        {
          "name": "REGISTRAR ALTERACAO DE POSSE",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "[\n  \"{{id_exemplo}}\",\n  \"{{id_exemplo}}\"\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/animal/registraAlteracaoDePosse/{{id_exemplo}}",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "animal",
                "registraAlteracaoDePosse",
                "{{id_exemplo}}"
              ]
            }
          },
          "response": []
        },
        {
          "name": "REGISTRAR MORTE",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/animal/{{id_exemplo}}/registraMorte/{{id_exemplo}}/2026-01-26",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "animal",
                "{{id_exemplo}}",
                "registraMorte",
                "{{id_exemplo}}",
                "2026-01-26"
              ]
            }
          },
          "response": []
        },
        {
          "name": "CANCELAR MORTE",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/animal/:id/cancelarMorte",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "animal",
                ":id",
                "cancelarMorte"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "{{id_exemplo}}"
                }
              ]
            }
          },
          "response": []
        },
        {
          "name": "BUSCAR MORTE PELO ID MORTE",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/animal/getMorte/{{id_exemplo}}",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "animal",
                "getMorte",
                "{{id_exemplo}}"
              ]
            }
          },
          "response": []
        },
        {
          "name": "REGISTRAR DESLIGAMENTO",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/animal/{{id_exemplo}}/registraDesligamento/{{id_exemplo}}",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "animal",
                "{{id_exemplo}}",
                "registraDesligamento",
                "{{id_exemplo}}"
              ]
            }
          },
          "response": []
        },
        {
          "name": "BUSCAR DESLIGAMENTO PELO ID DESLIGAMENTO",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/animal/getDesligamento/{{id_exemplo}}",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "animal",
                "getDesligamento",
                "{{id_exemplo}}"
              ]
            }
          },
          "response": []
        },
        {
          "name": "RELIGAR ANIMAL",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/animal/{{id_exemplo}}/registraReligamento",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "animal",
                "{{id_exemplo}}",
                "registraReligamento"
              ]
            }
          },
          "response": []
        },
        {
          "name": "LISTAR ANIMAIS DA PROPRIEDADE POR STATUS",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/propriedade/{{id_exemplo}}/listaAnimaisStatus/VIVO?currentPage=0&pageSize=30",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "propriedade",
                "{{id_exemplo}}",
                "listaAnimaisStatus",
                "VIVO"
              ],
              "query": [
                {
                  "key": "currentPage",
                  "value": "0"
                },
                {
                  "key": "pageSize",
                  "value": "30"
                }
              ]
            }
          },
          "response": []
        },
        {
          "name": "LISTAR ANIMAIS PROUTOR POR STATUS",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/produtor/:id/listaAnimaisStatus/:status?currentPage=18&pageSize=30",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "",
                "integracao",
                "produtor",
                ":id",
                "listaAnimaisStatus",
                ":status"
              ],
              "query": [
                {
                  "key": "currentPage",
                  "value": "18"
                },
                {
                  "key": "pageSize",
                  "value": "30",
                  "type": "text"
                }
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "{{id_exemplo}}"
                },
                {
                  "key": "status",
                  "value": "VIVO"
                }
              ]
            }
          },
          "response": []
        },
        {
          "name": "LISTAR RESUMO ANIMAIS PRODUTOR",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br//integracao/produtor/:id/listResumoAnimais",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "",
                "integracao",
                "produtor",
                ":id",
                "listResumoAnimais"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "{{id_exemplo}}"
                }
              ]
            }
          },
          "response": []
        },
        {
          "name": "2 - BUSCA ANIMAL COM FILTRO NRO SISBOV",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"numero\": \"105520436052617\",\n  \"currentPage\": 1,\n  \"pageSize\": 9999\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "https://api.sigboi.agr.br/api/animal/listWithFilter",
              "protocol": "https",
              "host": [
                "api",
                "sigboi",
                "agr",
                "br"
              ],
              "path": [
                "api",
                "animal",
                "listWithFilter"
              ]
            }
          },
          "response": []
        }
      ]
    },
    {
      "name": "VInculos",
      "item": [
        {
          "name": "FAZER VINCULO PRODUTOR - PROPRIEDADE",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/propriedade/{{id_exemplo}}/vincularProdutor/{{id_exemplo}}?inscricaoEstadual=123456789",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "propriedade",
                "{{id_exemplo}}",
                "vincularProdutor",
                "{{id_exemplo}}"
              ],
              "query": [
                {
                  "key": "inscricaoEstadual",
                  "value": "123456789"
                }
              ]
            }
          },
          "response": []
        },
        {
          "name": "DESVINCULAR PRODUTOR",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/propriedade/{{id_exemplo}}/desvincularProdutor/{{id_exemplo}}",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "propriedade",
                "{{id_exemplo}}",
                "desvincularProdutor",
                "{{id_exemplo}}"
              ]
            }
          },
          "response": []
        },
        {
          "name": "FAZER VINCULO PROPRIETARIO - PROPRIEDADE",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/propriedade/{{id_exemplo}}/vincularProprietario/{{id_exemplo}}",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "propriedade",
                "{{id_exemplo}}",
                "vincularProprietario",
                "{{id_exemplo}}"
              ]
            }
          },
          "response": []
        },
        {
          "name": "DESVINCULAR PROPRIETÁRIO",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/propriedade/{{id_exemplo}}/desvincularProprietario/{{id_exemplo}}",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "propriedade",
                "{{id_exemplo}}",
                "desvincularProprietario",
                "{{id_exemplo}}"
              ]
            }
          },
          "response": []
        }
      ]
    },
    {
      "name": "SOLICITAÇÃO DE NUMERAÇÃO",
      "item": [
        {
          "name": "CADASTRAR SOLICITAÇÃO DE NUMERACAO",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"tipo\": \"BRBO\",\n  \"quantidade\": 500,\n  \"justificativa\": \"Necessidade de numera\\u00e7\\u00e3o para novos animais adquiridos na propriedade rural\",\n  \"status\": \"SOLICITADO\",\n  \"idPropriedade\": \"{{id_exemplo}}\",\n  \"idProdutor\": \"{{id_exemplo}}\",\n  \"idFabrica\": \"{{id_exemplo}}\",\n  \"observacoes\": \"\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/solicitacaoNumeracao",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "solicitacaoNumeracao"
              ]
            }
          },
          "response": []
        },
        {
          "name": "ATUALIZAR SOLICITACAO NUMERACAO",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"tipo\": \"BRBO\",\n  \"quantidade\": 1000,\n  \"justificativa\": \"Necessidade de numera\\u00e7\\u00e3o para novos animais adquiridos na propriedade rural\",\n  \"status\": \"SOLICITADO\",\n  \"idPropriedade\": \"{{id_exemplo}}\",\n  \"idProdutor\": \"{{id_exemplo}}\",\n  \"idFabrica\": \"{{id_exemplo}}\",\n  \"observacoes\": \"\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/solicitacaoNumeracao/{{id_exemplo}}",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "solicitacaoNumeracao",
                "{{id_exemplo}}"
              ]
            }
          },
          "response": []
        },
        {
          "name": "LISTAR FABRICANTES",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/solicitacaoNumeracao/listFabricas?pageSize=9999&currentPage=0",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "solicitacaoNumeracao",
                "listFabricas"
              ],
              "query": [
                {
                  "key": "pageSize",
                  "value": "9999"
                },
                {
                  "key": "currentPage",
                  "value": "0"
                }
              ]
            }
          },
          "response": []
        },
        {
          "name": "CONTAR FABRICANTES",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/solicitacaoNumeracao/countFabricas",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "solicitacaoNumeracao",
                "countFabricas"
              ]
            }
          },
          "response": []
        },
        {
          "name": "LISTAR SOLICITACOES",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/solicitacaoNumeracao/list?idPropriedade={{id_exemplo}}&currentPage=0&pageSize=30&sort=dataSolicitacao,DESC",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "solicitacaoNumeracao",
                "list"
              ],
              "query": [
                {
                  "key": "idPropriedade",
                  "value": "{{id_exemplo}}"
                },
                {
                  "key": "codigoSolicitacao",
                  "value": "392176",
                  "type": "text",
                  "disabled": true
                },
                {
                  "key": "currentPage",
                  "value": "0"
                },
                {
                  "key": "pageSize",
                  "value": "30"
                },
                {
                  "key": "search",
                  "value": "",
                  "disabled": true
                },
                {
                  "key": "sort",
                  "value": "dataSolicitacao,DESC",
                  "type": "text"
                }
              ]
            }
          },
          "response": []
        },
        {
          "name": "CONTAR SOLICITACOES",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/solicitacaoNumeracao/count?idPropriedade={{id_exemplo}}",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "solicitacaoNumeracao",
                "count"
              ],
              "query": [
                {
                  "key": "idPropriedade",
                  "value": "{{id_exemplo}}"
                },
                {
                  "key": "search",
                  "value": "392176",
                  "disabled": true
                },
                {
                  "key": "codigoSolicitacao",
                  "value": "392176",
                  "type": "text",
                  "disabled": true
                }
              ]
            }
          },
          "response": []
        },
        {
          "name": "BUSCAR SOLICITAÇÃO POR ID",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/solicitacaoNumeracao/{{id_exemplo}}",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "solicitacaoNumeracao",
                "{{id_exemplo}}"
              ]
            }
          },
          "response": []
        },
        {
          "name": "LISTAR NUMEROS DA SOLICITACAO",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/solicitacaoNumeracao/{{id_exemplo}}/listarNumeros",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "solicitacaoNumeracao",
                "{{id_exemplo}}",
                "listarNumeros"
              ]
            }
          },
          "response": []
        }
      ]
    },
    {
      "name": "TECNICOS",
      "item": [
        {
          "name": "LISTAR TÉCNICOS",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/tecnico/list?pageSize=9999",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "tecnico",
                "list"
              ],
              "query": [
                {
                  "key": "search",
                  "value": "12345678900",
                  "disabled": true
                },
                {
                  "key": "pageSize",
                  "value": "9999",
                  "type": "text"
                }
              ]
            }
          },
          "response": []
        },
        {
          "name": "CONTAR TÉCNICOS",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/tecnico/count",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "tecnico",
                "count"
              ]
            }
          },
          "response": []
        },
        {
          "name": "CADASTRAR TÉCNICO",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"nome\": \"Nome do Usuario Anonimizado\",\n  \"cpf\": \"12345678900\",\n  \"email\": \"usuario@exemplo.com.br\",\n  \"telefoneprimario\": \"(11)98765-4321\",\n  \"telefonesecundario\": \"(11)91234-5678\",\n  \"tipo\": \"TECNICO_DE_CAMPO\",\n  \"sexo\": \"MA\",\n  \"dataNascimento\": \"1985-05-15\",\n  \"rg\": \"123456789\",\n  \"dataExpedicao\": \"2000-01-10\",\n  \"orgaoExpedidor\": \"SSP\",\n  \"ufExpedidor\": \"SP\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/tecnico",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "tecnico"
              ]
            }
          },
          "response": []
        },
        {
          "name": "ADICIONAR DADOS PROFISSIONAIS",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"profissao\": \"MEDICO_VETERINARIO\",\n  \"numeroConselho\": \"12345\",\n  \"uf\": \"SP\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/tecnico/{{id_exemplo}}/dadosProfissionais",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "tecnico",
                "{{id_exemplo}}",
                "dadosProfissionais"
              ]
            }
          },
          "response": []
        }
      ]
    },
    {
      "name": "UTILs",
      "item": [
        {
          "name": "LISTAR RAÇAS",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/util/raca/list",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "util",
                "raca",
                "list"
              ]
            }
          },
          "response": []
        },
        {
          "name": "TIPOS DESLIGAMENTO",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/util/listTipoDesligamento",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "util",
                "listTipoDesligamento"
              ]
            }
          },
          "response": []
        },
        {
          "name": "TIPOS MORTE",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/util/listTipoMorte",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "util",
                "listTipoMorte"
              ]
            }
          },
          "response": []
        },
        {
          "name": "CAUSA MORTE",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/util/listTipoMorte",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "util",
                "listTipoMorte"
              ]
            }
          },
          "response": []
        },
        {
          "name": "TIPO SOLICITACAO",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/util/tipoSolicitacao",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "util",
                "tipoSolicitacao"
              ]
            }
          },
          "response": []
        },
        {
          "name": "TIPOS PROPRIEDADE",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/util/tipoPropriedade",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "util",
                "tipoPropriedade"
              ]
            }
          },
          "response": []
        },
        {
          "name": "TIPO MOVIMENTACAO",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/util/tipoMovimentacao",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "util",
                "tipoMovimentacao"
              ]
            }
          },
          "response": []
        },
        {
          "name": "TIPOS DOMINIO",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/util/listTipoDominio",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "util",
                "listTipoDominio"
              ]
            }
          },
          "response": []
        },
        {
          "name": "LISTAR SUBDOMINIOS",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/util/dominio/listDominio/:dominio",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "util",
                "dominio",
                "listDominio",
                ":dominio"
              ],
              "variable": [
                {
                  "key": "dominio",
                  "value": "CAUSA_DA_MORTE"
                }
              ]
            }
          },
          "response": []
        }
      ]
    },
    {
      "name": "GTAS",
      "item": [
        {
          "name": "LISTAR GTAS COM FILTROS",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/gta/list?ERASPropriedadeOrigem=15234&currentPage=0&pageSize=30",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "gta",
                "list"
              ],
              "query": [
                {
                  "key": "idPropriedadeOrigem",
                  "value": "{{id_exemplo}}",
                  "disabled": true
                },
                {
                  "key": "idPropriedadeDestino",
                  "value": "",
                  "disabled": true
                },
                {
                  "key": "ERASPropriedadeDestino",
                  "value": "15234",
                  "disabled": true
                },
                {
                  "key": "idProdutorOrigem",
                  "value": "",
                  "disabled": true
                },
                {
                  "key": "identificadorReceitaProdutorOrigem",
                  "value": "",
                  "disabled": true
                },
                {
                  "key": "idProdutorDestino",
                  "value": "",
                  "disabled": true
                },
                {
                  "key": "identificadorReceitaProdutorDestino",
                  "value": "",
                  "disabled": true
                },
                {
                  "key": "idFrigorificoDestino",
                  "value": "",
                  "disabled": true
                },
                {
                  "key": "sifFrigorificoDestino",
                  "value": "",
                  "disabled": true
                },
                {
                  "key": "ERASPropriedadeOrigem",
                  "value": "15234"
                },
                {
                  "key": "currentPage",
                  "value": "0"
                },
                {
                  "key": "pageSize",
                  "value": "30"
                }
              ]
            }
          },
          "response": []
        },
        {
          "name": "CADASTRAR GTA SEM IDENTIFICAÇÃO ORIGEM",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"numero\": \"987654\",\n  \"serie\": \"AC\",\n  \"numeroComposto\": \"AC9876541\",\n  \"uf\": \"GO\",\n  \"idPropriedadeOrigem\": null,\n  \"idPropriedadeDestino\": \"{{id_exemplo}}\",\n  \"idProdutorOrigem\": null,\n  \"idProdutorDestino\": \"{{id_exemplo}}\",\n  \"idFrigorificoDestino\": null,\n  \"dataEmissao\": \"2026-01-30\",\n  \"dataValidade\": \"2026-02-02\",\n  \"dataEntrada\": \"2026-02-02\",\n  \"dataSaida\": \"2026-02-02\",\n  \"quantidadeDeAnimais\": \"100\",\n  \"tipoTransporte\": \"RODOVIARIO\",\n  \"tipogta\": \"SEM_IDENTIFICACAO_ORIGEM\",\n  \"identificadorReceitaProdutorNaoCadastrado\": \"79859763100\",\n  \"nomeProdutorNaoCadastrado\": null,\n  \"oesaPropriedadeNaoCadastrada\": \"52009100921\",\n  \"nomePropriedadeNaoCadastrada\": null\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/gta",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "gta"
              ]
            }
          },
          "response": []
        },
        {
          "name": "CADASTRAR GTA - ENTRE ERAS",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"numero\": \"123457\",\n  \"serie\": \"TT\",\n  \"numeroComposto\": \"TT123457\",\n  \"uf\": \"GO\",\n  \"idPropriedadeOrigem\": \"{{id_exemplo}}\",\n  \"idPropriedadeDestino\": \"{{id_exemplo}}\",\n  \"idProdutorOrigem\": \"{{id_exemplo}}\",\n  \"idProdutorDestino\": \"{{id_exemplo}}\",\n  \"idFrigorificoDestino\": null,\n  \"dataEmissao\": \"2026-02-05\",\n  \"dataValidade\": \"2026-02-12\",\n  \"dataEntrada\": \"2026-02-05\",\n  \"dataSaida\": \"2026-02-05\",\n  \"quantidadeDeAnimais\": \"25\",\n  \"tipoTransporte\": \"RODOVIARIO\",\n  \"tipogta\": \"PADRAO\",\n  \"identificadorReceitaProdutorNaoCadastrado\": null,\n  \"nomeProdutorNaoCadastrado\": null,\n  \"oesaPropriedadeNaoCadastrada\": null,\n  \"nomePropriedadeNaoCadastrada\": null\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/gta",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "gta"
              ]
            }
          },
          "response": []
        },
        {
          "name": "ADICIONAR ARQUIVO A GTA",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "file",
                  "type": "file",
                  "uuid": "{{id_exemplo}}",
                  "src": "/C:/Users/Edson/Downloads/gta_teste_api.pdf"
                },
                {
                  "key": "fileName",
                  "value": "GTA TESTE",
                  "type": "text",
                  "uuid": "{{id_exemplo}}"
                },
                {
                  "key": "extension",
                  "value": ".pdf",
                  "type": "text",
                  "uuid": "{{id_exemplo}}"
                }
              ]
            },
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/gta/{{id_exemplo}}/adicionarArquivo",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "gta",
                "{{id_exemplo}}",
                "adicionarArquivo"
              ]
            }
          },
          "response": []
        },
        {
          "name": "BAIXAR ARQUIVO GTA",
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          },
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"numero\": \"string\",\n  \"serie\": \"string\",\n  \"numeroComposto\": \"string\",\n  \"uf\": \"string\",\n  \"idPropriedadeOrigem\": \"string\",\n  \"idPropriedadeDestino\": \"string\",\n  \"idProdutorOrigem\": \"string\",\n  \"idProdutorDestino\": \"string\",\n  \"idFrigorificoDestino\": \"string\",\n  \"dataEmissao\": \"string\",\n  \"dataValidade\": \"string\",\n  \"dataEntrada\": \"string\",\n  \"dataSaida\": \"string\",\n  \"quantidadeDeAnimais\": \"string\",\n  \"tipoTransporte\": \"string\",\n  \"tipoGTA\": \"string\",\n  \"identificadorReceitaProdutorNaoCadastrado\": \"string\",\n  \"oesaPropriedadeNaoCadastrada\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/gta/:id/baixarArquivo",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "gta",
                ":id",
                "baixarArquivo"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": ""
                }
              ]
            }
          },
          "response": []
        },
        {
          "name": "BUSCAR GTA PELO ID",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/gta/{{id_exemplo}}",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "gta",
                "{{id_exemplo}}"
              ]
            }
          },
          "response": []
        },
        {
          "name": "ATUALIZAR GTA EXISTENTE",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"numero\": \"112030\",\n  \"serie\": \"AF\",\n  \"numeroComposto\": \"AF112030\",\n  \"uf\": \"GO\",\n  \"idPropriedadeOrigem\": null,\n  \"idPropriedadeDestino\": \"{{id_exemplo}}\",\n  \"idProdutorOrigem\": null,\n  \"idProdutorDestino\": \"{{id_exemplo}}\",\n  \"idFrigorificoDestino\": null,\n  \"dataEmissao\": \"2025-11-10\",\n  \"dataValidade\": \"2025-11-17\",\n  \"dataEntrada\": \"2025-11-11\",\n  \"dataSaida\": \"2025-11-11\",\n  \"quantidadeDeAnimais\": \"10\",\n  \"tipoTransporte\": \"RODOVIARIO\",\n  \"tipogta\": \"SEM_IDENTIFICACAO_ORIGEM\",\n  \"identificadorReceitaProdutorNaoCadastrado\": \"96923431115\",\n  \"nomeProdutorNaoCadastrado\": \"EDSON BORGES DE FREITAS\",\n  \"oesaPropriedadeNaoCadastrada\": \"123456789010\",\n  \"nomePropriedadeNaoCadastrada\": \"FAZENDA TESTE DE GTA SEM ORIGEM\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/gta/{{id_exemplo}}",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "gta",
                "{{id_exemplo}}"
              ]
            }
          },
          "response": []
        },
        {
          "name": "EXCLUIR GTA EXISTENTE",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/gta/{{id_exemplo}}",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "gta",
                "{{id_exemplo}}"
              ]
            }
          },
          "response": []
        }
      ]
    },
    {
      "name": "CERTIFICADORAS",
      "item": [
        {
          "name": "BUSCAR DADOS CERTIFICADORA",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/certificadora/byCnpj/05788798000100",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "certificadora",
                "byCnpj",
                "05788798000100"
              ],
              "query": [
                {
                  "key": "idPropriedadeOrigem",
                  "value": "{{id_exemplo}}",
                  "disabled": true
                },
                {
                  "key": "idPropriedadeDestino",
                  "value": null,
                  "disabled": true
                },
                {
                  "key": "ERASPropriedadeDestino",
                  "value": "15234",
                  "disabled": true
                },
                {
                  "key": "idProdutorOrigem",
                  "value": null,
                  "disabled": true
                },
                {
                  "key": "identificadorReceitaProdutorOrigem",
                  "value": null,
                  "disabled": true
                },
                {
                  "key": "idProdutorDestino",
                  "value": null,
                  "disabled": true
                },
                {
                  "key": "identificadorReceitaProdutorDestino",
                  "value": null,
                  "disabled": true
                },
                {
                  "key": "idFrigorificoDestino",
                  "value": null,
                  "disabled": true
                },
                {
                  "key": "sifFrigorificoDestino",
                  "value": null,
                  "disabled": true
                }
              ]
            }
          },
          "response": []
        },
        {
          "name": "Listar Produtores Vinculados à Certificadora",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/certificadora/produtoresVinculados?currentPage=1&pageSize=10",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "",
                "integracao",
                "certificadora",
                "produtoresVinculados"
              ],
              "query": [
                {
                  "key": "currentPage",
                  "value": "1"
                },
                {
                  "key": "pageSize",
                  "value": "10"
                }
              ]
            }
          },
          "response": []
        },
        {
          "name": "LISTAR PROPRIEDADES VINCULADAS A CERTIFICADORA",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/certificadora/propriedadesVinculadas?currentPage=23&pageSize=9999",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "",
                "integracao",
                "certificadora",
                "propriedadesVinculadas"
              ],
              "query": [
                {
                  "key": "currentPage",
                  "value": "23"
                },
                {
                  "key": "pageSize",
                  "value": "9999"
                }
              ]
            }
          },
          "response": []
        }
      ]
    },
    {
      "name": "VISTORIAS",
      "item": [
        {
          "name": "LISTAR VISTORIAS POR PROPRIEDADE ID",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/vistoria/list?idPropriedade={{id_exemplo}}",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "vistoria",
                "list"
              ],
              "query": [
                {
                  "key": "idPropriedade",
                  "value": "{{id_exemplo}}"
                }
              ]
            },
            "description": "Generated from cURL: curl 'https://api-hmg-sisbov.agricultura.gov.br/api/vistoria/listdto?currentpage=0&pagesize=5&sort=vistoria.dataRealizacaoDESC&filter=vistoria.status=CRIADA' \\\r\n  -H 'Accept: application/json, text/plain, */*' \\\r\n  -H 'Accept-Language: pt-BR,pt;q=0.9,en-US;q=0.8,en;q=0.7' \\\r\n  -H 'Access-Control-Allow-Origin: *' \\\r\n  -H 'Authorization: Bearer {{bearer_token}}' \\\r\n  -H 'Connection: keep-alive' \\\r\n  -H 'Origin: https://hmg-sisbov.agricultura.gov.br' \\\r\n  -H 'Referer: https://hmg-sisbov.agricultura.gov.br/' \\\r\n  -H 'Sec-Fetch-Dest: empty' \\\r\n  -H 'Sec-Fetch-Mode: cors' \\\r\n  -H 'Sec-Fetch-Site: same-site' \\\r\n  -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \\\r\n  -H 'sec-ch-ua: \"Chromium\";v=\"142\", \"Google Chrome\";v=\"142\", \"Not_A Brand\";v=\"99\"' \\\r\n  -H 'sec-ch-ua-mobile: ?0' \\\r\n  -H 'sec-ch-ua-platform: \"Windows\"'"
          },
          "response": []
        },
        {
          "name": "LISTAR VISTORIAS POR TÉCNICO ID",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/vistoria/listarVistoriasPorTecnico/{{id_exemplo}}",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "vistoria",
                "listarVistoriasPorTecnico",
                "{{id_exemplo}}"
              ]
            },
            "description": "Generated from cURL: curl 'https://api-hmg-sisbov.agricultura.gov.br/api/vistoria/listdto?currentpage=0&pagesize=5&sort=vistoria.dataRealizacaoDESC&filter=vistoria.status=CRIADA' \\\r\n  -H 'Accept: application/json, text/plain, */*' \\\r\n  -H 'Accept-Language: pt-BR,pt;q=0.9,en-US;q=0.8,en;q=0.7' \\\r\n  -H 'Access-Control-Allow-Origin: *' \\\r\n  -H 'Authorization: Bearer {{bearer_token}}' \\\r\n  -H 'Connection: keep-alive' \\\r\n  -H 'Origin: https://hmg-sisbov.agricultura.gov.br' \\\r\n  -H 'Referer: https://hmg-sisbov.agricultura.gov.br/' \\\r\n  -H 'Sec-Fetch-Dest: empty' \\\r\n  -H 'Sec-Fetch-Mode: cors' \\\r\n  -H 'Sec-Fetch-Site: same-site' \\\r\n  -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \\\r\n  -H 'sec-ch-ua: \"Chromium\";v=\"142\", \"Google Chrome\";v=\"142\", \"Not_A Brand\";v=\"99\"' \\\r\n  -H 'sec-ch-ua-mobile: ?0' \\\r\n  -H 'sec-ch-ua-platform: \"Windows\"'"
          },
          "response": []
        },
        {
          "name": "LISTAR CKECKLISTS",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/vistoria/listarCheckList?pageSize=30&currentPage=0",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "vistoria",
                "listarCheckList"
              ],
              "query": [
                {
                  "key": "pageSize",
                  "value": "30"
                },
                {
                  "key": "currentPage",
                  "value": "0"
                }
              ]
            },
            "description": "Generated from cURL: curl 'https://api-hmg-sisbov.agricultura.gov.br/api/vistoria/listdto?currentpage=0&pagesize=5&sort=vistoria.dataRealizacaoDESC&filter=vistoria.status=CRIADA' \\\r\n  -H 'Accept: application/json, text/plain, */*' \\\r\n  -H 'Accept-Language: pt-BR,pt;q=0.9,en-US;q=0.8,en;q=0.7' \\\r\n  -H 'Access-Control-Allow-Origin: *' \\\r\n  -H 'Authorization: Bearer {{bearer_token}}' \\\r\n  -H 'Connection: keep-alive' \\\r\n  -H 'Origin: https://hmg-sisbov.agricultura.gov.br' \\\r\n  -H 'Referer: https://hmg-sisbov.agricultura.gov.br/' \\\r\n  -H 'Sec-Fetch-Dest: empty' \\\r\n  -H 'Sec-Fetch-Mode: cors' \\\r\n  -H 'Sec-Fetch-Site: same-site' \\\r\n  -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \\\r\n  -H 'sec-ch-ua: \"Chromium\";v=\"142\", \"Google Chrome\";v=\"142\", \"Not_A Brand\";v=\"99\"' \\\r\n  -H 'sec-ch-ua-mobile: ?0' \\\r\n  -H 'sec-ch-ua-platform: \"Windows\"'"
          },
          "response": []
        },
        {
          "name": "LISTAR STATUS DA VISTORIA POR ID",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/vistoria/{{id_exemplo}}/status",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "vistoria",
                "{{id_exemplo}}",
                "status"
              ]
            },
            "description": "Generated from cURL: curl 'https://api-hmg-sisbov.agricultura.gov.br/api/vistoria/listdto?currentpage=0&pagesize=5&sort=vistoria.dataRealizacaoDESC&filter=vistoria.status=CRIADA' \\\r\n  -H 'Accept: application/json, text/plain, */*' \\\r\n  -H 'Accept-Language: pt-BR,pt;q=0.9,en-US;q=0.8,en;q=0.7' \\\r\n  -H 'Access-Control-Allow-Origin: *' \\\r\n  -H 'Authorization: Bearer {{bearer_token}}' \\\r\n  -H 'Connection: keep-alive' \\\r\n  -H 'Origin: https://hmg-sisbov.agricultura.gov.br' \\\r\n  -H 'Referer: https://hmg-sisbov.agricultura.gov.br/' \\\r\n  -H 'Sec-Fetch-Dest: empty' \\\r\n  -H 'Sec-Fetch-Mode: cors' \\\r\n  -H 'Sec-Fetch-Site: same-site' \\\r\n  -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \\\r\n  -H 'sec-ch-ua: \"Chromium\";v=\"142\", \"Google Chrome\";v=\"142\", \"Not_A Brand\";v=\"99\"' \\\r\n  -H 'sec-ch-ua-mobile: ?0' \\\r\n  -H 'sec-ch-ua-platform: \"Windows\"'"
          },
          "response": []
        },
        {
          "name": "DETALHAR VISTORIA POR ID",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/vistoria/{{id_exemplo}}",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "vistoria",
                "{{id_exemplo}}"
              ]
            },
            "description": "Generated from cURL: curl 'https://api-hmg-sisbov.agricultura.gov.br/api/vistoria/listdto?currentpage=0&pagesize=5&sort=vistoria.dataRealizacaoDESC&filter=vistoria.status=CRIADA' \\\r\n  -H 'Accept: application/json, text/plain, */*' \\\r\n  -H 'Accept-Language: pt-BR,pt;q=0.9,en-US;q=0.8,en;q=0.7' \\\r\n  -H 'Access-Control-Allow-Origin: *' \\\r\n  -H 'Authorization: Bearer {{bearer_token}}' \\\r\n  -H 'Connection: keep-alive' \\\r\n  -H 'Origin: https://hmg-sisbov.agricultura.gov.br' \\\r\n  -H 'Referer: https://hmg-sisbov.agricultura.gov.br/' \\\r\n  -H 'Sec-Fetch-Dest: empty' \\\r\n  -H 'Sec-Fetch-Mode: cors' \\\r\n  -H 'Sec-Fetch-Site: same-site' \\\r\n  -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \\\r\n  -H 'sec-ch-ua: \"Chromium\";v=\"142\", \"Google Chrome\";v=\"142\", \"Not_A Brand\";v=\"99\"' \\\r\n  -H 'sec-ch-ua-mobile: ?0' \\\r\n  -H 'sec-ch-ua-platform: \"Windows\"'"
          },
          "response": []
        },
        {
          "name": "REAGENDAR VISTORIA",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/vistoria/:id/reagendar/:data",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "vistoria",
                ":id",
                "reagendar",
                ":data"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": "{{id_exemplo}}"
                },
                {
                  "key": "data",
                  "value": "2025-11-13"
                }
              ]
            },
            "description": "Generated from cURL: curl 'https://api-hmg-sisbov.agricultura.gov.br/api/vistoria/listdto?currentpage=0&pagesize=5&sort=vistoria.dataRealizacaoDESC&filter=vistoria.status=CRIADA' \\\r\n  -H 'Accept: application/json, text/plain, */*' \\\r\n  -H 'Accept-Language: pt-BR,pt;q=0.9,en-US;q=0.8,en;q=0.7' \\\r\n  -H 'Access-Control-Allow-Origin: *' \\\r\n  -H 'Authorization: Bearer {{bearer_token}}' \\\r\n  -H 'Connection: keep-alive' \\\r\n  -H 'Origin: https://hmg-sisbov.agricultura.gov.br' \\\r\n  -H 'Referer: https://hmg-sisbov.agricultura.gov.br/' \\\r\n  -H 'Sec-Fetch-Dest: empty' \\\r\n  -H 'Sec-Fetch-Mode: cors' \\\r\n  -H 'Sec-Fetch-Site: same-site' \\\r\n  -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \\\r\n  -H 'sec-ch-ua: \"Chromium\";v=\"142\", \"Google Chrome\";v=\"142\", \"Not_A Brand\";v=\"99\"' \\\r\n  -H 'sec-ch-ua-mobile: ?0' \\\r\n  -H 'sec-ch-ua-platform: \"Windows\"'"
          },
          "response": []
        },
        {
          "name": "LISTAR PERGUNTAS (CHECKLIST) VISTORIA",
          "protocolProfileBehavior": {
            "disableCookies": true
          },
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/vistoria/{{id_exemplo}}/listarPerguntas",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "vistoria",
                "{{id_exemplo}}",
                "listarPerguntas"
              ]
            },
            "description": "Generated from cURL: curl 'https://api-hmg-sisbov.agricultura.gov.br/api/vistoria/listdto?currentpage=0&pagesize=5&sort=vistoria.dataRealizacaoDESC&filter=vistoria.status=CRIADA' \\\r\n  -H 'Accept: application/json, text/plain, */*' \\\r\n  -H 'Accept-Language: pt-BR,pt;q=0.9,en-US;q=0.8,en;q=0.7' \\\r\n  -H 'Access-Control-Allow-Origin: *' \\\r\n  -H 'Authorization: Bearer {{bearer_token}}' \\\r\n  -H 'Connection: keep-alive' \\\r\n  -H 'Origin: https://hmg-sisbov.agricultura.gov.br' \\\r\n  -H 'Referer: https://hmg-sisbov.agricultura.gov.br/' \\\r\n  -H 'Sec-Fetch-Dest: empty' \\\r\n  -H 'Sec-Fetch-Mode: cors' \\\r\n  -H 'Sec-Fetch-Site: same-site' \\\r\n  -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \\\r\n  -H 'sec-ch-ua: \"Chromium\";v=\"142\", \"Google Chrome\";v=\"142\", \"Not_A Brand\";v=\"99\"' \\\r\n  -H 'sec-ch-ua-mobile: ?0' \\\r\n  -H 'sec-ch-ua-platform: \"Windows\"'"
          },
          "response": []
        },
        {
          "name": "AGENDAR - CRIAR - VISTORIA",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"tipo\": \"CONFORMIDADE\",\n  \"alias\": \"Vistoria da propriedade...\",\n  \"dataAgendamento\": \"2026-02-07\",\n  \"idPropriedade\": \"{{id_exemplo}}\",\n  \"idTecnico\": \"{{id_exemplo}}\",\n  \"idCheckList\": \"{{id_exemplo}}\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/vistoria",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "vistoria"
              ]
            },
            "description": "Generated from cURL: curl 'https://api-hmg-sisbov.agricultura.gov.br/api/vistoria/listdto?currentpage=0&pagesize=5&sort=vistoria.dataRealizacaoDESC&filter=vistoria.status=CRIADA' \\\r\n  -H 'Accept: application/json, text/plain, */*' \\\r\n  -H 'Accept-Language: pt-BR,pt;q=0.9,en-US;q=0.8,en;q=0.7' \\\r\n  -H 'Access-Control-Allow-Origin: *' \\\r\n  -H 'Authorization: Bearer {{bearer_token}}' \\\r\n  -H 'Connection: keep-alive' \\\r\n  -H 'Origin: https://hmg-sisbov.agricultura.gov.br' \\\r\n  -H 'Referer: https://hmg-sisbov.agricultura.gov.br/' \\\r\n  -H 'Sec-Fetch-Dest: empty' \\\r\n  -H 'Sec-Fetch-Mode: cors' \\\r\n  -H 'Sec-Fetch-Site: same-site' \\\r\n  -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \\\r\n  -H 'sec-ch-ua: \"Chromium\";v=\"142\", \"Google Chrome\";v=\"142\", \"Not_A Brand\";v=\"99\"' \\\r\n  -H 'sec-ch-ua-mobile: ?0' \\\r\n  -H 'sec-ch-ua-platform: \"Windows\"'"
          },
          "response": []
        },
        {
          "name": "REAGENDAR VISTORIA",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"tipo\": \"CONFORMIDADE\",\n  \"alias\": \"Vistoria da propriedade...\",\n  \"dataAgendamento\": \"2026-02-07\",\n  \"idPropriedade\": \"{{id_exemplo}}\",\n  \"idTecnico\": \"{{id_exemplo}}\",\n  \"idCheckList\": \"{{id_exemplo}}\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/vistoria/{{id_exemplo}}/reagendar/2026-02-01",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "vistoria",
                "{{id_exemplo}}",
                "reagendar",
                "2026-02-01"
              ]
            },
            "description": "Generated from cURL: curl 'https://api-hmg-sisbov.agricultura.gov.br/api/vistoria/listdto?currentpage=0&pagesize=5&sort=vistoria.dataRealizacaoDESC&filter=vistoria.status=CRIADA' \\\r\n  -H 'Accept: application/json, text/plain, */*' \\\r\n  -H 'Accept-Language: pt-BR,pt;q=0.9,en-US;q=0.8,en;q=0.7' \\\r\n  -H 'Access-Control-Allow-Origin: *' \\\r\n  -H 'Authorization: Bearer {{bearer_token}}' \\\r\n  -H 'Connection: keep-alive' \\\r\n  -H 'Origin: https://hmg-sisbov.agricultura.gov.br' \\\r\n  -H 'Referer: https://hmg-sisbov.agricultura.gov.br/' \\\r\n  -H 'Sec-Fetch-Dest: empty' \\\r\n  -H 'Sec-Fetch-Mode: cors' \\\r\n  -H 'Sec-Fetch-Site: same-site' \\\r\n  -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \\\r\n  -H 'sec-ch-ua: \"Chromium\";v=\"142\", \"Google Chrome\";v=\"142\", \"Not_A Brand\";v=\"99\"' \\\r\n  -H 'sec-ch-ua-mobile: ?0' \\\r\n  -H 'sec-ch-ua-platform: \"Windows\"'"
          },
          "response": []
        },
        {
          "name": "APROVAR VISTORIA",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"tipo\": \"CONFORMIDADE\",\n  \"alias\": \"Vistoria da propriedade...\",\n  \"dataAgendamento\": \"2026-02-07\",\n  \"idPropriedade\": \"{{id_exemplo}}\",\n  \"idTecnico\": \"{{id_exemplo}}\",\n  \"idCheckList\": \"{{id_exemplo}}\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/vistoria/{{id_exemplo}}/aprovar/CONFORME",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "vistoria",
                "{{id_exemplo}}",
                "aprovar",
                "CONFORME"
              ]
            },
            "description": "Generated from cURL: curl 'https://api-hmg-sisbov.agricultura.gov.br/api/vistoria/listdto?currentpage=0&pagesize=5&sort=vistoria.dataRealizacaoDESC&filter=vistoria.status=CRIADA' \\\r\n  -H 'Accept: application/json, text/plain, */*' \\\r\n  -H 'Accept-Language: pt-BR,pt;q=0.9,en-US;q=0.8,en;q=0.7' \\\r\n  -H 'Access-Control-Allow-Origin: *' \\\r\n  -H 'Authorization: Bearer {{bearer_token}}' \\\r\n  -H 'Connection: keep-alive' \\\r\n  -H 'Origin: https://hmg-sisbov.agricultura.gov.br' \\\r\n  -H 'Referer: https://hmg-sisbov.agricultura.gov.br/' \\\r\n  -H 'Sec-Fetch-Dest: empty' \\\r\n  -H 'Sec-Fetch-Mode: cors' \\\r\n  -H 'Sec-Fetch-Site: same-site' \\\r\n  -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \\\r\n  -H 'sec-ch-ua: \"Chromium\";v=\"142\", \"Google Chrome\";v=\"142\", \"Not_A Brand\";v=\"99\"' \\\r\n  -H 'sec-ch-ua-mobile: ?0' \\\r\n  -H 'sec-ch-ua-platform: \"Windows\"'"
          },
          "response": []
        },
        {
          "name": "CANCELAR VISTORIA",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"tipo\": \"CONFORMIDADE\",\n  \"alias\": \"Vistoria da propriedade...\",\n  \"dataAgendamento\": \"2026-02-07\",\n  \"idPropriedade\": \"{{id_exemplo}}\",\n  \"idTecnico\": \"{{id_exemplo}}\",\n  \"idCheckList\": \"{{id_exemplo}}\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/vistoria/{{id_exemplo}}/cancelar",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "vistoria",
                "{{id_exemplo}}",
                "cancelar"
              ]
            },
            "description": "Generated from cURL: curl 'https://api-hmg-sisbov.agricultura.gov.br/api/vistoria/listdto?currentpage=0&pagesize=5&sort=vistoria.dataRealizacaoDESC&filter=vistoria.status=CRIADA' \\\r\n  -H 'Accept: application/json, text/plain, */*' \\\r\n  -H 'Accept-Language: pt-BR,pt;q=0.9,en-US;q=0.8,en;q=0.7' \\\r\n  -H 'Access-Control-Allow-Origin: *' \\\r\n  -H 'Authorization: Bearer {{bearer_token}}' \\\r\n  -H 'Connection: keep-alive' \\\r\n  -H 'Origin: https://hmg-sisbov.agricultura.gov.br' \\\r\n  -H 'Referer: https://hmg-sisbov.agricultura.gov.br/' \\\r\n  -H 'Sec-Fetch-Dest: empty' \\\r\n  -H 'Sec-Fetch-Mode: cors' \\\r\n  -H 'Sec-Fetch-Site: same-site' \\\r\n  -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \\\r\n  -H 'sec-ch-ua: \"Chromium\";v=\"142\", \"Google Chrome\";v=\"142\", \"Not_A Brand\";v=\"99\"' \\\r\n  -H 'sec-ch-ua-mobile: ?0' \\\r\n  -H 'sec-ch-ua-platform: \"Windows\"'"
          },
          "response": []
        }
      ]
    },
    {
      "name": "NUMERAÇÕES",
      "item": [
        {
          "name": "LISTAR NUMERAÇÕES",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/numeracao/list?idPropriedade={{id_exemplo}}",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "numeracao",
                "list"
              ],
              "query": [
                {
                  "key": "idPropriedade",
                  "value": "{{id_exemplo}}"
                },
                {
                  "key": "idSolicitacao",
                  "value": "{{id_exemplo}}",
                  "disabled": true
                },
                {
                  "key": "pageSize",
                  "value": "30",
                  "type": "text",
                  "disabled": true
                },
                {
                  "key": "currentPage",
                  "value": "0",
                  "type": "text",
                  "disabled": true
                }
              ]
            }
          },
          "response": []
        },
        {
          "name": "LISTAR NF DA NUMERACAO",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/numeracao/:id/notasFiscais",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "numeracao",
                ":id",
                "notasFiscais"
              ],
              "query": [
                {
                  "key": "idPropriedade",
                  "value": "{{id_exemplo}}",
                  "disabled": true
                },
                {
                  "key": "pageSize",
                  "value": "30",
                  "type": "text",
                  "disabled": true
                },
                {
                  "key": "currentPage",
                  "value": "0",
                  "type": "text",
                  "disabled": true
                }
              ],
              "variable": [
                {
                  "key": "id",
                  "value": ""
                }
              ]
            }
          },
          "response": []
        },
        {
          "name": "LISTAR NUMERACAO BY CODIGO SOLICITACAO",
          "protocolProfileBehavior": {
            "disableCookies": true
          },
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/numeracao/byCodigoSolicitacao/392103",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "numeracao",
                "byCodigoSolicitacao",
                "392103"
              ],
              "query": [
                {
                  "key": "idPropriedade",
                  "value": "{{id_exemplo}}",
                  "disabled": true
                },
                {
                  "key": "pageSize",
                  "value": "30",
                  "type": "text",
                  "disabled": true
                },
                {
                  "key": "currentPage",
                  "value": "0",
                  "type": "text",
                  "disabled": true
                }
              ]
            }
          },
          "response": []
        },
        {
          "name": "LISTAR NUMERACAO BY ID",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/numeracao/:id",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "numeracao",
                ":id"
              ],
              "query": [
                {
                  "key": "idPropriedade",
                  "value": "{{id_exemplo}}",
                  "disabled": true
                },
                {
                  "key": "pageSize",
                  "value": "30",
                  "type": "text",
                  "disabled": true
                },
                {
                  "key": "currentPage",
                  "value": "0",
                  "type": "text",
                  "disabled": true
                }
              ],
              "variable": [
                {
                  "key": "id",
                  "value": ""
                }
              ]
            }
          },
          "response": []
        },
        {
          "name": "LISTAR NUMEROS DE UMA NUMERACAO",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/numeracao/{{id_exemplo}}/listarNumeros",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "numeracao",
                "{{id_exemplo}}",
                "listarNumeros"
              ],
              "query": [
                {
                  "key": "idNumeracao",
                  "value": "{{id_exemplo}}",
                  "disabled": true
                }
              ]
            }
          },
          "response": []
        },
        {
          "name": "LISTAR NF´S DA NUMERACAO",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/numeracao/{{id_exemplo}}/notasFiscais",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "numeracao",
                "{{id_exemplo}}",
                "notasFiscais"
              ],
              "query": [
                {
                  "key": "idNumeracao",
                  "value": "{{id_exemplo}}",
                  "disabled": true
                }
              ]
            }
          },
          "response": []
        },
        {
          "name": "REGISTRAR RECEBIMENTO DA NUMERACAO",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/numeracao/{{id_exemplo}}/registrarRecebimento",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "numeracao",
                "{{id_exemplo}}",
                "registrarRecebimento"
              ],
              "query": [
                {
                  "key": "idNumeracao",
                  "value": "{{id_exemplo}}",
                  "disabled": true
                }
              ]
            }
          },
          "response": []
        }
      ]
    },
    {
      "name": "NUMEROS",
      "item": [
        {
          "name": "BUSCAR NUMERO POR ID DO NUMERO",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/numero/{{id_exemplo}}",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "numero",
                "{{id_exemplo}}"
              ],
              "query": [
                {
                  "key": "idNumeracao",
                  "value": "{{id_exemplo}}",
                  "disabled": true
                }
              ]
            }
          },
          "response": []
        },
        {
          "name": "BUSCAR NUMERO POR NUMERO",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/numero/byNumero/105520459515303",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "numero",
                "byNumero",
                "105520459515303"
              ],
              "query": [
                {
                  "key": "idNumeracao",
                  "value": "{{id_exemplo}}",
                  "disabled": true
                }
              ]
            }
          },
          "response": []
        },
        {
          "name": "CONTAR NUMEROS",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/numero/count?idNumeracao={{id_exemplo}}",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "numero",
                "count"
              ],
              "query": [
                {
                  "key": "idNumeracao",
                  "value": "{{id_exemplo}}"
                }
              ]
            }
          },
          "response": []
        },
        {
          "name": "LISTAR NUMEROS COM FILTROS",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/numero/list?idNumeracao={{id_exemplo}}&pageSize=999&currentPage=0",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "numero",
                "list"
              ],
              "query": [
                {
                  "key": "idNumeracao",
                  "value": "{{id_exemplo}}"
                },
                {
                  "key": "pageSize",
                  "value": "999"
                },
                {
                  "key": "currentPage",
                  "value": "0"
                }
              ]
            }
          },
          "response": []
        },
        {
          "name": "OBTER PROXIMO NUMERO DISPONIVEL",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/numero/{{id_exemplo}}/proximoDisponivel",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "numero",
                "{{id_exemplo}}",
                "proximoDisponivel"
              ]
            }
          },
          "response": []
        }
      ]
    },
    {
      "name": "MOVIMENTAÇÕES",
      "item": [
        {
          "name": "1 - CADASTRAR MOVIMENTAÇÃO ENTRE PROPRIEDADES - ERAS - PELA ORIGEM",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"idPropriedadeOrigem\": \"uuid\",\n  \"idPropriedadeDestino\": \"uuid\",\n  \"idProdutorOrigem\": \"uuid\",\n  \"idProdutorDestino\": \"uuid\",\n  \"dataEmissao\": \"aaaa-mm-dd\",\n  \"dataValidade\": \"aaaa-mm-dd\",\n  \"dataEntrada\": \"aaaa-mm-dd\",\n  \"dataSaida\": \"aaaa-mm-dd\",\n  \"dataMovimentacao\": \"aaaa-mm-dd\",\n  \"tipoMovimentacao\": \"ENTRE_PROPRIEDADES_ORIGEM\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/movimentacao",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "movimentacao"
              ]
            }
          },
          "response": []
        },
        {
          "name": "1 - CADASTRAR MOVIMENTAÇÃO ENTRE PROPRIEDADES - ERAS - PELO DESTINO",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"idPropriedadeOrigem\": \"{{id_exemplo}}\",\n  \"idPropriedadeDestino\": \"{{id_exemplo}}\",\n  \"idProdutorOrigem\": \"{{id_exemplo}}\",\n  \"idProdutorDestino\": \"{{id_exemplo}}\",\n  \"dataEmissao\": \"2026-02-05\",\n  \"dataValidade\": \"2026-02-12\",\n  \"dataEntrada\": \"2026-02-05\",\n  \"dataSaida\": \"2026-02-05\",\n  \"dataMovimentacao\": \"2026-02-05\",\n  \"tipoMovimentacao\": \"ENTRE_PROPRIEDADES_DESTINO\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/movimentacao",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "movimentacao"
              ]
            }
          },
          "response": []
        },
        {
          "name": "1 - CADASTRAR MOVIMENTAÇÃO PARA FRIGORIFICO",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"idPropriedadeOrigem\": \"uuid\",\n  \"idProdutorOrigem\": \"uuid\",\n  \"idFrigorificoDestino\": \"uuid\",\n  \"dataEmissao\": \"aaaa-mm-dd\",\n  \"dataValidade\": \"aaaa-mm-dd\",\n  \"dataEntrada\": \"aaaa-mm-dd\",\n  \"dataSaida\": \"aaaa-mm-dd\",\n  \"dataMovimentacao\": \"aaaa-mm-dd\",\n  \"tipoMovimentacao\": \"PARA_FRIGORIFICO\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/movimentacao",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "movimentacao"
              ]
            }
          },
          "response": []
        },
        {
          "name": "4 - INICIAR UMA MOVIMENTACAO",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/movimentacao/{{id_exemplo}}/iniciarMovimentacao",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "movimentacao",
                "{{id_exemplo}}",
                "iniciarMovimentacao"
              ]
            },
            "description": "Inicia uma movimentação, marcando o início do processo de transporte dos animais."
          },
          "response": []
        },
        {
          "name": "5 - FINALIZAR A MOVIMENTACAO",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/movimentacao/{{id_exemplo}}/finalizarMovimentacaoEntrePropriedades",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "movimentacao",
                "{{id_exemplo}}",
                "finalizarMovimentacaoEntrePropriedades"
              ]
            },
            "description": "Inicia uma movimentação, marcando o início do processo de transporte dos animais."
          },
          "response": []
        },
        {
          "name": "CANCELAR UMA MOVIMENTAÇÃO",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/movimentacao/{{id_exemplo}}/cancelarMovimentacao",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "movimentacao",
                "{{id_exemplo}}",
                "cancelarMovimentacao"
              ]
            },
            "description": "Cancela uma movimentação, revertendo o processo de transporte."
          },
          "response": []
        },
        {
          "name": "2 - ADICIONAR GTAS A MOVIMENTACAO",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "[\n  \"{{id_exemplo}}\",\n  \"{{id_exemplo}}\"\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/movimentacao/{{id_exemplo}}/adicionarGTAs",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "movimentacao",
                "{{id_exemplo}}",
                "adicionarGTAs"
              ]
            },
            "description": "Cancela uma movimentação, revertendo o processo de transporte."
          },
          "response": []
        },
        {
          "name": "3 - ADICIONAR ANIMAIS A MOVIMENTACAO",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "[\n  \"{{id_exemplo}}\",\n  \"{{id_exemplo}}\",\n  \"{{id_exemplo}}\",\n  \"{{id_exemplo}}\",\n  \"{{id_exemplo}}\",\n  \"{{id_exemplo}}\",\n  \"{{id_exemplo}}\",\n  \"{{id_exemplo}}\",\n  \"{{id_exemplo}}\",\n  \"{{id_exemplo}}\",\n  \"{{id_exemplo}}\",\n  \"{{id_exemplo}}\",\n  \"{{id_exemplo}}\",\n  \"{{id_exemplo}}\",\n  \"{{id_exemplo}}\",\n  \"{{id_exemplo}}\",\n  \"{{id_exemplo}}\",\n  \"{{id_exemplo}}\",\n  \"{{id_exemplo}}\",\n  \"{{id_exemplo}}\",\n  \"{{id_exemplo}}\",\n  \"{{id_exemplo}}\",\n  \"{{id_exemplo}}\",\n  \"{{id_exemplo}}\",\n  \"{{id_exemplo}}\",\n  \"{{id_exemplo}}\",\n  \"{{id_exemplo}}\",\n  \"{{id_exemplo}}\",\n  \"{{id_exemplo}}\",\n  \"{{id_exemplo}}\",\n  \"{{id_exemplo}}\",\n  \"{{id_exemplo}}\",\n  \"{{id_exemplo}}\",\n  \"{{id_exemplo}}\",\n  \"{{id_exemplo}}\",\n  \"{{id_exemplo}}\",\n  \"{{id_exemplo}}\",\n  \"{{id_exemplo}}\",\n  \"{{id_exemplo}}\",\n  \"{{id_exemplo}}\",\n  \"{{id_exemplo}}\",\n  \"{{id_exemplo}}\",\n  \"{{id_exemplo}}\",\n  \"{{id_exemplo}}\",\n  \"{{id_exemplo}}\",\n  \"{{id_exemplo}}\",\n  \"{{id_exemplo}}\",\n  \"{{id_exemplo}}\",\n  \"{{id_exemplo}}\",\n  \"{{id_exemplo}}\"\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/movimentacao/{{id_exemplo}}/adicionarAnimais",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "movimentacao",
                "{{id_exemplo}}",
                "adicionarAnimais"
              ]
            },
            "description": "Cancela uma movimentação, revertendo o processo de transporte."
          },
          "response": []
        },
        {
          "name": "RETIRAR ANIMAIS DA MOVIMENTACAO",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "[\n  \"{{id_exemplo}}\",\n  \"{{id_exemplo}}\"\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/movimentacao/:id/removerAnimais",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "movimentacao",
                ":id",
                "removerAnimais"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": ""
                }
              ]
            },
            "description": "Cancela uma movimentação, revertendo o processo de transporte."
          },
          "response": []
        },
        {
          "name": "RETIRAR TODOS OS ANIMAIS DA MOVIMENTACAO",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/movimentacao/:id/removerTodosAnimais",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "movimentacao",
                ":id",
                "removerTodosAnimais"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": ""
                }
              ]
            },
            "description": "Cancela uma movimentação, revertendo o processo de transporte."
          },
          "response": []
        },
        {
          "name": "RETIRAR GTAS DA MOVIMENTACAO",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "[\n  \"{{id_exemplo}}\"\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/movimentacao/:id/removerGTAs",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "movimentacao",
                ":id",
                "removerGTAs"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": ""
                }
              ]
            },
            "description": "Cancela uma movimentação, revertendo o processo de transporte."
          },
          "response": []
        },
        {
          "name": "RETIRAR TODOS OSGTAS DA MOVIMENTACAO",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/movimentacao/:id/removerTodasGTAs",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "movimentacao",
                ":id",
                "removerTodasGTAs"
              ],
              "variable": [
                {
                  "key": "id",
                  "value": ""
                }
              ]
            },
            "description": "Cancela uma movimentação, revertendo o processo de transporte."
          },
          "response": []
        },
        {
          "name": "LISTAR MOVIMENTACOES",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/movimentacao/list?idPropriedadeOrigem={{id_exemplo}}",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "movimentacao",
                "list"
              ],
              "query": [
                {
                  "key": "idPropriedadeOrigem",
                  "value": "{{id_exemplo}}"
                }
              ]
            },
            "description": "StartFragment\n\n| Parâmetro | Tipo | Descrição | Padrão |\n| --- | --- | --- | --- |\n| `pageSize` | Integer | Tamanho da página | 20 |\n| `currentPage` | Integer | Página atual | 0 |\n| `sort` | String | Ordenação (formato: `campo1,ASC;campo2,DESC`) | \\- |\n| `search` | String | Termo de busca geral | \\- |\n| `uf` | Enum | Unidade Federativa | \\- |\n| `idPropriedadeOrigem` | UUID | ID da propriedade de origem | \\- |\n| `ERASPropriedadeOrigem` | String | ERAS da propriedade de origem | \\- |\n| `idPropriedadeDestino` | UUID | ID da propriedade de destino | \\- |\n| `ERASPropriedadeDestino` | String | ERAS da propriedade de destino | \\- |\n| `idProdutorOrigem` | UUID | ID do produtor de origem | \\- |\n| `identificadorReceitaProdutorOrigem` | String | Identificador da receita do produtor de origem | \\- |\n| `idProdutorDestino` | UUID | ID do produtor de destino | \\- |\n| `identificadorReceitaProdutorDestino` | String | Identificador da receita do produtor de destino | \\- |\n| `idFrigorificoDestino` | UUID | ID do frigorífico de destino | \\- |\n| `sifFrigorificoDestino` | String | SIF do frigorífico de destino | \\- |\n| `dataEmissao` | LocalDate | Data de emissão (format: `YYYY-MM-DD`) | \\- |\n| `dataValidade` | LocalDate | Data de validade (format: `YYYY-MM-DD`) | \\- |\n| `dataEntrada` | LocalDate | Data de entrada (format: `YYYY-MM-DD`) | \\- |\n| `dataSaida` | LocalDate | Data de saída (format: `YYYY-MM-DD`) | \\- |\n| `dataMovimentacao` | LocalDate | Data de movimentação (format: `YYYY-MM-DD`) | \\- |\n| `dataCancelamento` | LocalDate | Data de cancelamento (format: `YYYY-MM-DD`) | \\- |\n| `idCertificadora` | UUID | ID da certificadora | \\- |\n| `idGTA` | UUID | ID da GTA | \\- |\n| `idAnimal` | UUID | ID do animal |  |\n\nEndFragment"
          },
          "response": []
        },
        {
          "name": "LISTAR MOVIMENTAÇÕES WEB = ENTRE DESTINO E ENTRE ORIGEM",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Accept",
                "value": "application/json, text/plain, */*"
              },
              {
                "key": "Accept-Language",
                "value": "pt-BR,pt;q=0.9,en-US;q=0.8,en;q=0.7"
              },
              {
                "key": "Access-Control-Allow-Origin",
                "value": "*"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}"
              },
              {
                "key": "Cache-Control",
                "value": "no-cache"
              },
              {
                "key": "Connection",
                "value": "keep-alive"
              },
              {
                "key": "Origin",
                "value": "https://hmg-sisbov.agricultura.gov.br"
              },
              {
                "key": "Pragma",
                "value": "no-cache"
              },
              {
                "key": "Referer",
                "value": "https://hmg-sisbov.agricultura.gov.br/"
              },
              {
                "key": "Sec-Fetch-Dest",
                "value": "empty"
              },
              {
                "key": "Sec-Fetch-Mode",
                "value": "cors"
              },
              {
                "key": "Sec-Fetch-Site",
                "value": "same-site"
              },
              {
                "key": "User-Agent",
                "value": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36"
              },
              {
                "key": "sec-ch-ua",
                "value": "\"Not(A:Brand\";v=\"8\", \"Chromium\";v=\"144\", \"Google Chrome\";v=\"144\""
              },
              {
                "key": "sec-ch-ua-mobile",
                "value": "?0"
              },
              {
                "key": "sec-ch-ua-platform",
                "value": "\"Windows\""
              }
            ],
            "url": {
              "raw": "https://api-hmg-sisbov.agricultura.gov.br/api/movimentacao/listdto?currentpage=0&pagesize=5&filter=movimentacao.tipo=ENTRE_PROPRIEDADES_DESTINO",
              "protocol": "https",
              "host": [
                "api-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "api",
                "movimentacao",
                "listdto"
              ],
              "query": [
                {
                  "key": "currentpage",
                  "value": "0"
                },
                {
                  "key": "pagesize",
                  "value": "5"
                },
                {
                  "key": "filter",
                  "value": "movimentacao.tipo=ENTRE_PROPRIEDADES_DESTINO"
                }
              ]
            },
            "description": "Generated from cURL: curl 'https://api-hmg-sisbov.agricultura.gov.br/api/movimentacao/listdto?currentpage=0&pagesize=5&filter=movimentacao.tipo=ENTRE_PROPRIEDADES_DESTINO' \\\r\n  -H 'Accept: application/json, text/plain, */*' \\\r\n  -H 'Accept-Language: pt-BR,pt;q=0.9,en-US;q=0.8,en;q=0.7' \\\r\n  -H 'Access-Control-Allow-Origin: *' \\\r\n  -H 'Authorization: Bearer {{bearer_token}}' \\\r\n  -H 'Cache-Control: no-cache' \\\r\n  -H 'Connection: keep-alive' \\\r\n  -H 'Origin: https://hmg-sisbov.agricultura.gov.br' \\\r\n  -H 'Pragma: no-cache' \\\r\n  -H 'Referer: https://hmg-sisbov.agricultura.gov.br/' \\\r\n  -H 'Sec-Fetch-Dest: empty' \\\r\n  -H 'Sec-Fetch-Mode: cors' \\\r\n  -H 'Sec-Fetch-Site: same-site' \\\r\n  -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36' \\\r\n  -H 'sec-ch-ua: \"Not(A:Brand\";v=\"8\", \"Chromium\";v=\"144\", \"Google Chrome\";v=\"144\"' \\\r\n  -H 'sec-ch-ua-mobile: ?0' \\\r\n  -H 'sec-ch-ua-platform: \"Windows\"'"
          },
          "response": []
        },
        {
          "name": "LISTAR MOVIMENTACOES GERAL",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Accept",
                "value": "application/json, text/plain, */*"
              },
              {
                "key": "Accept-Language",
                "value": "pt-BR,pt;q=0.9,en-US;q=0.8,en;q=0.7"
              },
              {
                "key": "Access-Control-Allow-Origin",
                "value": "*"
              },
              {
                "key": "Authorization",
                "value": "Bearer {{bearer_token}}"
              },
              {
                "key": "Cache-Control",
                "value": "no-cache"
              },
              {
                "key": "Connection",
                "value": "keep-alive"
              },
              {
                "key": "Origin",
                "value": "https://hmg-sisbov.agricultura.gov.br"
              },
              {
                "key": "Pragma",
                "value": "no-cache"
              },
              {
                "key": "Referer",
                "value": "https://hmg-sisbov.agricultura.gov.br/"
              },
              {
                "key": "Sec-Fetch-Dest",
                "value": "empty"
              },
              {
                "key": "Sec-Fetch-Mode",
                "value": "cors"
              },
              {
                "key": "Sec-Fetch-Site",
                "value": "same-site"
              },
              {
                "key": "User-Agent",
                "value": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36"
              },
              {
                "key": "sec-ch-ua",
                "value": "\"Not(A:Brand\";v=\"8\", \"Chromium\";v=\"144\", \"Google Chrome\";v=\"144\""
              },
              {
                "key": "sec-ch-ua-mobile",
                "value": "?0"
              },
              {
                "key": "sec-ch-ua-platform",
                "value": "\"Windows\""
              }
            ],
            "url": {
              "raw": "https://api-hmg-sisbov.agricultura.gov.br/api/movimentacao/listdto?currentpage=0&pagesize=500&sort=movimentacao.dataEntradaDESC&propriedadedestino=true",
              "protocol": "https",
              "host": [
                "api-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "api",
                "movimentacao",
                "listdto"
              ],
              "query": [
                {
                  "key": "currentpage",
                  "value": "0"
                },
                {
                  "key": "pagesize",
                  "value": "500"
                },
                {
                  "key": "sort",
                  "value": "movimentacao.dataEntradaDESC"
                },
                {
                  "key": "frigorificodestino",
                  "value": "true",
                  "disabled": true
                },
                {
                  "key": "propriedadedestino",
                  "value": "true"
                }
              ]
            },
            "description": "Generated from cURL: curl 'https://api-hmg-sisbov.agricultura.gov.br/api/movimentacao/listdto?currentpage=0&pagesize=5&sort=movimentacao.dataEntradaDESC&frigorificodestino=false&propriedadedestino=true' \\\r\n  -H 'Accept: application/json, text/plain, */*' \\\r\n  -H 'Accept-Language: pt-BR,pt;q=0.9,en-US;q=0.8,en;q=0.7' \\\r\n  -H 'Access-Control-Allow-Origin: *' \\\r\n  -H 'Authorization: Bearer {{bearer_token}}' \\\r\n  -H 'Cache-Control: no-cache' \\\r\n  -H 'Connection: keep-alive' \\\r\n  -H 'Origin: https://hmg-sisbov.agricultura.gov.br' \\\r\n  -H 'Pragma: no-cache' \\\r\n  -H 'Referer: https://hmg-sisbov.agricultura.gov.br/' \\\r\n  -H 'Sec-Fetch-Dest: empty' \\\r\n  -H 'Sec-Fetch-Mode: cors' \\\r\n  -H 'Sec-Fetch-Site: same-site' \\\r\n  -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36' \\\r\n  -H 'sec-ch-ua: \"Not(A:Brand\";v=\"8\", \"Chromium\";v=\"144\", \"Google Chrome\";v=\"144\"' \\\r\n  -H 'sec-ch-ua-mobile: ?0' \\\r\n  -H 'sec-ch-ua-platform: \"Windows\"'"
          },
          "response": []
        }
      ]
    },
    {
      "name": "AUTENTICACAO",
      "item": [
        {
          "name": "AUTENTICACAO - APICERT",
          "protocolProfileBehavior": {
            "disableCookies": true
          },
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "X-ACCESS-KEY",
                "value": "AK-",
                "type": "text"
              },
              {
                "key": "X-SECRET-KEY",
                "value": "",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text",
                "disabled": true
              }
            ],
            "url": {
              "raw": "https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/auth/system",
              "protocol": "https",
              "host": [
                "api-cert-hmg-sisbov",
                "agricultura",
                "gov",
                "br"
              ],
              "path": [
                "integracao",
                "auth",
                "system"
              ]
            }
          },
          "response": []
        }
      ]
    }
  ]
}