POST api/Polizas/Soat/NotificarExpedicionPoliza
Request Information
URI Parameters
None.
Body Parameters
NotificarExpedicionSoatRequestModel| Name | Description | Type | Additional 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:
Response Information
Resource Description
NotificarExpedicionSoatResponseModel| Name | Description | Type | Additional information |
|---|---|---|---|
| mensajeError | string |
None. |
|
| expedicionExistosa | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"mensajeError": "sample string 1",
"expedicionExistosa": true
}