POST api/CotizacionTest/TestRecalcularPrimas?tokenUsuario={tokenUsuario}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| tokenUsuario | string |
Required |
Body Parameters
RecalcularPrimasRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| nCodCia | integer |
None. |
|
| nCodEmpresa | integer |
None. |
|
| nIdCotizacion | integer |
None. |
|
| cIdTipoSeg | string |
None. |
|
| cPlanCob | string |
None. |
|
| cIndAsegModelo |
Indicador si utiliza asegurado modelo (S/N) |
string |
None. |
| cIndCensoSubgrupo |
Indicador si utiliza censo de edades (S/N) |
string |
None. |
| cIndListadoAseg |
Indicador si utiliza listado de asegurados (S/N) |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"nCodCia": 1,
"nCodEmpresa": 2,
"nIdCotizacion": 3,
"cIdTipoSeg": "sample string 4",
"cPlanCob": "sample string 5",
"cIndAsegModelo": "sample string 6",
"cIndCensoSubgrupo": "sample string 7",
"cIndListadoAseg": "sample string 8"
}
application/xml, text/xml
Sample:
<RecalcularPrimasRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ThonApi.Models.SIGO_Cotizacion_Requests"> <CIdTipoSeg>sample string 4</CIdTipoSeg> <CIndAsegModelo>sample string 6</CIndAsegModelo> <CIndCensoSubgrupo>sample string 7</CIndCensoSubgrupo> <CIndListadoAseg>sample string 8</CIndListadoAseg> <CPlanCob>sample string 5</CPlanCob> <NCodCia>1</NCodCia> <NCodEmpresa>2</NCodEmpresa> <NIdCotizacion>3</NIdCotizacion> </RecalcularPrimasRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.