My Project
  1. Schemas
My Project
  • Start your Apidog journey
  • APIs
    • Apolice
      • /apolice
      • /apolice
      • /apolice/detalhes/{id}
      • /apolice/{id}
      • /apolice/{id}
  • Schemas
    • Sample Schemas
      • Pet
      • Category
      • Tag
    • Schemas
      • ActionsVO
      • ApolicesItems
      • PaginationVO
      • ListaDeApolices
      • ConsiderarValoresAverbados
      • SeguradoPagaModalidadeFrete
      • Container
      • Acessorios
      • Avarias
      • LucrosEsperados
      • Frete
      • Impostos
      • Despesas
      • SegundoRisco
      • CoberturasAdicionais
      • PrazoParaAverbar
      • PrazoDiasParaAverbar
      • PostApolice
      • GetApolice
      • EditarApolice
  1. Schemas

ListaDeApolices

{
    "items": [
        {
            "id": 0,
            "ramo": "string",
            "numero": "string",
            "cis": "string",
            "limite": 0,
            "inicio": "2019-08-24T14:15:22.123Z",
            "fim": "2019-08-24T14:15:22.123Z",
            "actions": {
                "detalhes": "string"
            }
        }
    ],
    "pagination": {
        "previous": "string",
        "next": "string",
        "pageNow": 0,
        "totalPages": 0,
        "totalItems": 0
    }
}
Built with