Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
swagger
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
external
swagger
Commits
e4627236
Commit
e4627236
authored
Aug 21, 2019
by
Cristian Camargo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
se agrega objeto administrador y campo valor subsidio a servicio validador y pacs
parent
1cb957d6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
36 additions
and
1 deletions
+36
-1
afiliaciones-afiliado.json
apigee/afiliaciones-afiliado.json
+36
-1
No files found.
apigee/afiliaciones-afiliado.json
View file @
e4627236
...
@@ -1687,10 +1687,16 @@
...
@@ -1687,10 +1687,16 @@
}
}
}
}
},
},
"cuotaMonetaria"
:{
"cuotaMonetaria"
:{
"type"
:
"object"
,
"type"
:
"object"
,
"properties"
:{
"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"
:{
"motivoBloqueo"
:{
"type"
:
"string"
,
"type"
:
"string"
,
"description"
:
"Motivo del salario"
"description"
:
"Motivo del salario"
...
@@ -2115,6 +2121,35 @@
...
@@ -2115,6 +2121,35 @@
"name"
:
"afiliado"
"name"
:
"afiliado"
}
}
},
},
"administrador"
:
{
"type"
:
"object"
,
"properties"
:
{
"tipoDocumento"
:{
"type"
:
"string"
,
"description"
:
"<table border='1' width='10px'> <thead> <tr> <td colspan='2'><center>Tipos de identificación</center></td> </tr> </thead> <tr> <th>Código</th> <th>Descripción</th> </tr> <tr> <td>CO1C</td> <td>Cédula</td> </tr> <tr> <td>CO1N</td> <td>Nit</td> </tr> <tr> <td>CO1E</td> <td>Cédula de extranjería</td> </tr> <tr> <td>CO1T</td> <td>Tarjeta de identidad</td> </tr> <tr> <td>CO1L</td> <td>Registro Civil</td> </tr> <tr> <td>CO1P</td> <td>Pasaporte</td> </tr> <tr> <td>CO1D</td> <td>Carnet Diplomático</td> </tr> <tr> <td>CO1S</td> <td>Sin identificación del exterior</td> </tr> <tr> <td>CO1V</td> <td>Permiso Especial de Permanencia</td> </tr> <tr> <td>CO1X</td> <td>Tarjeta de extranjería</td> </tr> </table>"
},
"numeroDocumento"
:{
"type"
:
"string"
,
"description"
:
"Número de documento de la persona administradora del subsidio ."
},
"primerNombre"
:{
"type"
:
"string"
,
"description"
:
"Primer nombre de la persona administradora del subsidio."
},
"segundoNombre"
:
{
"type"
:
"string"
,
"description"
:
"Segundo nombre de la persona administradora del subsidio."
},
"apellido"
:
{
"type"
:
"string"
,
"description"
:
"Primer apellido de la persona administradora del subsidio."
},
"segundoApellido"
:
{
"type"
:
"string"
,
"description"
:
"Segundo apellido de la persona administradora del subsidio."
}
}
},
"tarjetaMultiservicios"
:
{
"tarjetaMultiservicios"
:
{
"type"
:
"object"
,
"type"
:
"object"
,
"properties"
:
{
"properties"
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment