POST api/Polizas/Soat/NotificarExpedicionPoliza

Request Information

URI Parameters

None.

Body Parameters

NotificarExpedicionSoatRequestModel
NameDescriptionTypeAdditional information
nro_formulario

integer

None.

cod_grupo_endo

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "nro_formulario": 1,
  "cod_grupo_endo": 2
}

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

Response Information

Resource Description

NotificarExpedicionSoatResponseModel
NameDescriptionTypeAdditional information
mensajeError

string

None.

expedicionExistosa

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "mensajeError": "sample string 1",
  "expedicionExistosa": true
}