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
68294938
Commit
68294938
authored
May 22, 2019
by
Cristian_Camargo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update afiliaciones-afiliado.json
parent
f1852c9b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
373 additions
and
0 deletions
+373
-0
afiliaciones-afiliado.json
apigee/afiliaciones-afiliado.json
+373
-0
No files found.
apigee/afiliaciones-afiliado.json
View file @
68294938
...
...
@@ -377,6 +377,167 @@
}
]
}
},
"/v2/afiliacion/validador/personas/basico"
:
{
"get"
:
{
"tags"
:
[
"cols-afiliaciones-validador"
],
"summary"
:
"Información basica del afiliado "
,
"description"
:
"Retorna la información detallada de un afiliado a la caja."
,
"operationId"
:
"validadorAfiliadoPersonaBasico"
,
"parameters"
:
[
{
"name"
:
"tipoId"
,
"in"
:
"query"
,
"description"
:
"<table border='1' width='10px'> <thead> <tr> <td colspan='2'><center>Tipos de identificación</center></td> </tr> </thead> <tr> <th>TipoID</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>"
,
"required"
:
true
,
"schema"
:
{
"type"
:
"string"
}
},
{
"name"
:
"numeroId"
,
"in"
:
"query"
,
"description"
:
"Numero de documento."
,
"required"
:
true
,
"schema"
:
{
"type"
:
"string"
}
}
],
"responses"
:
{
"200"
:
{
"description"
:
"Operación exitosa"
,
"content"
:
{
"application/json"
:
{
"schema"
:
{
"$ref"
:
"#/components/schemas/validadorBasicoResponse"
}
}
}
},
"400"
:
{
"description"
:
"Estado inválido"
}
},
"security"
:
[
{
"apigee_auth"
:
[
"write:apigee"
,
"read:apigee"
]
}
]
}
},
"/v2/afiliacion/validador/personas/pacs"
:
{
"get"
:
{
"tags"
:
[
"cols-afiliaciones-validador"
],
"summary"
:
"Información basica del afiliado Y Pacs "
,
"description"
:
"Retorna la información detallada de un afiliado a la caja."
,
"operationId"
:
"validadorAfiliadoPersonaPacs"
,
"parameters"
:
[
{
"name"
:
"tipoId"
,
"in"
:
"query"
,
"description"
:
"<table border='1' width='10px'> <thead> <tr> <td colspan='2'><center>Tipos de identificación</center></td> </tr> </thead> <tr> <th>TipoID</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>"
,
"required"
:
true
,
"schema"
:
{
"type"
:
"string"
}
},
{
"name"
:
"numeroId"
,
"in"
:
"query"
,
"description"
:
"Numero de documento."
,
"required"
:
true
,
"schema"
:
{
"type"
:
"string"
}
}
],
"responses"
:
{
"200"
:
{
"description"
:
"Operación exitosa"
,
"content"
:
{
"application/json"
:
{
"schema"
:
{
"$ref"
:
"#/components/schemas/validadorPacsResponse"
}
}
}
},
"400"
:
{
"description"
:
"Estado inválido"
}
},
"security"
:
[
{
"apigee_auth"
:
[
"write:apigee"
,
"read:apigee"
]
}
]
}
},
"/v2/afiliacion/validador/personas/empleador"
:
{
"get"
:
{
"tags"
:
[
"cols-afiliaciones-validador"
],
"summary"
:
"Información basica del afiliado y empleador"
,
"description"
:
"Retorna la información de un afiliado a la caja y el empleador."
,
"operationId"
:
"validadorAfiliadoPersonaEmpleador"
,
"parameters"
:
[
{
"name"
:
"tipoId"
,
"in"
:
"query"
,
"description"
:
"<table border='1' width='10px'> <thead> <tr> <td colspan='2'><center>Tipos de identificación</center></td> </tr> </thead> <tr> <th>TipoID</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>"
,
"required"
:
true
,
"schema"
:
{
"type"
:
"string"
}
},
{
"name"
:
"numeroId"
,
"in"
:
"query"
,
"description"
:
"Numero de documento."
,
"required"
:
true
,
"schema"
:
{
"type"
:
"string"
}
}
],
"responses"
:
{
"200"
:
{
"description"
:
"Operación exitosa"
,
"content"
:
{
"application/json"
:
{
"schema"
:
{
"$ref"
:
"#/components/schemas/validadorEmpleadorResponse"
}
}
}
},
"400"
:
{
"description"
:
"Estado inválido"
}
},
"security"
:
[
{
"apigee_auth"
:
[
"write:apigee"
,
"read:apigee"
]
}
]
}
}
},
"externalDocs"
:
{
...
...
@@ -385,6 +546,218 @@
},
"components"
:
{
"schemas"
:
{
"validadorEmpleadorResponse"
:
{
"type"
:
"object"
,
"required"
:
[
"resultado"
],
"properties"
:
{
"estado"
:{
"type"
:
"string"
,
"description"
:
"Estado del servicio"
},
"mensaje"
:{
"type"
:
"string"
,
"description"
:
"Mensaje del servicio"
},
"data"
:
{
"type"
:
"array"
,
"items"
:{
"$ref"
:
"#/components/schemas/afiliadoEmpleadorValidador"
}
}
}
},
"afiliadoEmpleadorValidador"
:
{
"type"
:
"object"
,
"properties"
:
{
"afiliado"
:
{
"$ref"
:
"#/components/schemas/validadorEmpleador"
},
"empleadores"
:{
"$ref"
:
"#/components/schemas/empleadorValidacion"
}
}
},
"validadorEmpleador"
:
{
"type"
:
"object"
,
"properties"
:
{
"numeroDocumento"
:{
"type"
:
"string"
,
"description"
:
"Número de documento del afiliado"
},
"tipoDocumento"
:{
"type"
:
"string"
,
"description"
:
"Número de documento del afiliado"
},
"primerNombre"
:{
"type"
:
"string"
,
"description"
:
"primer nombre del afiliado"
},
"segundoNombre"
:{
"type"
:
"string"
,
"description"
:
"segundo nombre del afiliado"
},
"primerApellido"
:{
"type"
:
"string"
,
"description"
:
"primer apellido del afiliado"
},
"segundoApellido"
:{
"type"
:
"string"
,
"description"
:
"Segundo apellido del afiliado"
},
"fechaNacimiento"
:{
"type"
:
"string"
,
"format"
:
"date-time"
,
"description"
:
"Fecha de nacimiento del afiliado"
},
"genero"
:{
"type"
:
"string"
,
"description"
:
"Código de género del afiliado"
},
"estadoCivil"
:{
"type"
:
"string"
,
"description"
:
"Código de estado civil"
},
"estado"
:{
"type"
:
"string"
,
"description"
:
"Estado del Afiliado"
},
"afiliacion"
:{
"$ref"
:
"#/components/schemas/afiliacion"
}
}
},
"validadorPacsResponse"
:
{
"type"
:
"object"
,
"required"
:
[
"resultado"
],
"properties"
:
{
"estado"
:{
"type"
:
"string"
,
"description"
:
"Estado del servicio"
},
"mensaje"
:{
"type"
:
"string"
,
"description"
:
"Mensaje del servicio"
},
"data"
:
{
"type"
:
"array"
,
"items"
:{
"$ref"
:
"#/components/schemas/afiliadoPacsValidador"
}
}
}
},
"afiliadoPacsValidador"
:
{
"type"
:
"object"
,
"properties"
:
{
"afiliado"
:
{
"$ref"
:
"#/components/schemas/validadorBasico"
},
"pacs"
:{
"type"
:
"array"
,
"items"
:{
"$ref"
:
"#/components/schemas/pacs"
}
}
}
},
"validadorBasicoResponse"
:
{
"type"
:
"object"
,
"required"
:
[
"resultado"
],
"properties"
:
{
"estado"
:{
"type"
:
"string"
,
"description"
:
"Estado del servicio"
},
"mensaje"
:{
"type"
:
"string"
,
"description"
:
"Mensaje del servicio"
},
"data"
:
{
"type"
:
"array"
,
"items"
:{
"$ref"
:
"#/components/schemas/afiliadoBasicoValidador"
}
}
}
},
"afiliadoBasicoValidador"
:
{
"type"
:
"object"
,
"properties"
:
{
"afiliado"
:
{
"$ref"
:
"#/components/schemas/validadorBasico"
}
}
},
"validadorBasico"
:
{
"type"
:
"object"
,
"properties"
:
{
"numeroDocumento"
:{
"type"
:
"string"
,
"description"
:
"Número de documento del afiliado"
},
"tipoDocumento"
:{
"type"
:
"string"
,
"description"
:
"Número de documento del afiliado"
},
"primerNombre"
:{
"type"
:
"string"
,
"description"
:
"primer nombre del afiliado"
},
"segundoNombre"
:{
"type"
:
"string"
,
"description"
:
"segundo nombre del afiliado"
},
"primerApellido"
:{
"type"
:
"string"
,
"description"
:
"primer apellido del afiliado"
},
"segundoApellido"
:{
"type"
:
"string"
,
"description"
:
"Segundo apellido del afiliado"
},
"fechaNacimiento"
:{
"type"
:
"string"
,
"description"
:
"Fecha de nacimiento del afiliado"
},
"genero"
:{
"type"
:
"string"
,
"description"
:
"Código de género del afiliado"
},
"estadoCivil"
:{
"type"
:
"string"
,
"description"
:
"Código de estado civil"
},
"estado"
:{
"type"
:
"string"
,
"description"
:
"Estado del Afiliado"
},
"afiliacion"
:{
"$ref"
:
"#/components/schemas/afiliacionBasico"
}
}
},
"afiliacionBasico"
:
{
"type"
:
"object"
,
"properties"
:
{
"fechaAfiliacion"
:
{
"type"
:
"string"
,
"description"
:
"fecha de afiliación"
},
"categoria"
:
{
"type"
:
"string"
,
"description"
:
"Categoría"
}
},
"xml"
:
{
"name"
:
"afiliado"
}
},
"resultado"
:
{
"type"
:
"object"
,
"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