POST api/Polizas/Soat/ConsultarFormularioExpedir

Request Information

URI Parameters

None.

Body Parameters

FormularioExpedirRequestModel
NameDescriptionTypeAdditional information
cod_suc

integer

None.

cod_agente

integer

None.

cod_pto_vta

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "cod_suc": 1,
  "cod_agente": 2,
  "cod_pto_vta": 3
}

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 'FormularioExpedirRequestModel'.

Response Information

Resource Description

FormularioExpedirResponseModel
NameDescriptionTypeAdditional information
sn_procesado

boolean

None.

nro_formulario

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "sn_procesado": true,
  "nro_formulario": 2
}