POST api/Polizas/Soat/ConsultarUltEstadoFormulario

Request Information

URI Parameters

None.

Body Parameters

ConsultarUltEstadoFormularioRequestModel
NameDescriptionTypeAdditional information
nro_formulario

integer

None.

txt_patente

string

None.

Request Formats

application/json, text/json

Sample:
{
  "nro_formulario": 1,
  "txt_patente": "sample string 1"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ConsultarUltEstadoFormularioRequestModel'.

Response Information

Resource Description

ConsultarUltEstadoFormularioResponseModel
NameDescriptionTypeAdditional information
nro_formulario

decimal number

None.

txt_patente

string

None.

cod_grupo_endo

decimal number

None.

fec_emi

date

None.

fec_vig_desde

date

None.

fec_vig_hasta

date

None.

Response Formats

application/json, text/json

Sample:
{
  "nro_formulario": 1.0,
  "txt_patente": "sample string 2",
  "cod_grupo_endo": 3.0,
  "fec_emi": "2025-07-03T04:00:56.2270727-05:00",
  "fec_vig_desde": "2025-07-03T04:00:56.2270727-05:00",
  "fec_vig_hasta": "2025-07-03T04:00:56.2270727-05:00"
}