diff --git a/apigee/afiliaciones-afiliado.json b/apigee/afiliaciones-afiliado.json index dc6b467..09ba7d0 100644 --- a/apigee/afiliaciones-afiliado.json +++ b/apigee/afiliaciones-afiliado.json @@ -1687,10 +1687,16 @@ } } }, - "cuotaMonetaria":{ "type":"object", "properties":{ + "valorSubsidio": { + "type":"number", + "description":"valor del subsidio del subsidio otorgado a los beneficiarios que cumplen con los requisitos correspondientes para recibir este rubro" + }, + "administrador":{ + "$ref": "#/components/schemas/administrador" + }, "motivoBloqueo":{ "type":"string", "description":"Motivo del salario" @@ -2115,6 +2121,35 @@ "name": "afiliado" } }, + "administrador": { + "type": "object", + "properties": { + "tipoDocumento":{ + "type": "string", + "description": "
Código | Descripción |
---|---|
CO1C | Cédula |
CO1N | Nit |
CO1E | Cédula de extranjería |
CO1T | Tarjeta de identidad |
CO1L | Registro Civil |
CO1P | Pasaporte |
CO1D | Carnet Diplomático |
CO1S | Sin identificación del exterior |
CO1V | Permiso Especial de Permanencia |
CO1X | Tarjeta de extranjería |