BajaInciso
POST {{Servidor}}/ServicesAtlasConmigo/api/beneficios/endosos/solicitudes/baja/8329753
Variables
Variable | Tipo | Formato | Descripción | Requerido |
---|---|---|---|---|
Seccion | int | true | ||
NumeroCertificado | int | |||
NumeroDependient | int | |||
FechaBaja | date | dd/MM/yyyy |
Correcto
Request | Response |
---|---|
{ Seccion: 1, NumeroCertificado: 55, NumeroDependiente: 1, FechaBaja: 13/01/2023 } | { CveError: 0, DescError: BAJA EXITOSA } |
Incorrecto
Request | Response |
---|---|
{ Seccion: ,, NumeroDependiente: " ,FechaBaja :13/01/2023" } | Vaya, algo salió mal al dar de baja el asegurado con la solicitud=8329753 : Error al dar de baja al asegurado. Error 1. No existe seccion a |
Request Body
{"Seccion"=>1, "NumeroCertificado"=>54, "NumeroDependiente"=>1, "FechaBaja"=>"13/01/2023"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
solicitud | number |