My Project
  1. Apolice
My Project
  • Start your Apidog journey
  • APIs
    • Apolice
      • /apolice
        GET
      • /apolice
        POST
      • /apolice/detalhes/{id}
        GET
      • /apolice/{id}
        DELETE
      • /apolice/{id}
        PATCH
  1. Apolice

/apolice

POST
/apolice
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/apolice' \
--header 'Content-Type: application/json' \
--data-raw '{
    "terminal": "stringst",
    "cis": "string",
    "cisOld": "string",
    "cnpj": "stringstringst",
    "ramo": "string",
    "numero": "string",
    "limite": 0,
    "inicio": "2019-08-24T14:15:22Z",
    "fim": "2019-08-24T14:15:22Z",
    "averbaLimiteApolice": true,
    "considerarValoresAverbados": {
        "valorDaNota": true
    },
    "seguradoPagaModalidadeFrete": {
        "modalidade": [
            "string"
        ]
    },
    "coberturasAdicionais": {
        "container": {
            "cobertura": true,
            "limite": 0,
            "participaLimiteApolice": true
        },
        "acessorios": {
            "cobertura": true,
            "limite": 0,
            "participaLimiteApolice": true
        },
        "avarias": {
            "cobertura": true,
            "limite": 0,
            "informadoAParte": true
        },
        "lucrosEsperados": {
            "cobertura": true,
            "porcentagem": 0
        },
        "frete": {
            "cobertura": true
        },
        "impostos": {
            "cobertura": true
        },
        "despesas": {
            "cobertura": true
        },
        "segundoRisco": {
            "cobertura": true
        }
    },
    "prazoParaAverbar": {
        "forma": "string",
        "horas": "str",
        "dias": 0
    },
    "prazoDiasParaAverbar": {
        "forma": "string",
        "dias": "st"
    }
}'
Response Response Example
200 - Example 1
true

Request

Body Params application/json

Examples

Responses

🟢200OK
text/plain
Success
Body

🟠401Unauthorized
Modified at 2025-05-07 03:17:10
Previous
/apolice
Next
/apolice/detalhes/{id}
Built with