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
e9588166
Commit
e9588166
authored
May 28, 2019
by
Cristian_Camargo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update afiliaciones-afiliado.json
parent
83c1cf26
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
63 additions
and
1 deletions
+63
-1
afiliaciones-afiliado.json
apigee/afiliaciones-afiliado.json
+63
-1
No files found.
apigee/afiliaciones-afiliado.json
View file @
e9588166
...
@@ -550,7 +550,7 @@
...
@@ -550,7 +550,7 @@
],
],
"summary"
:
"Información del afiliado "
,
"summary"
:
"Información del afiliado "
,
"description"
:
"Retorna la información detallada de una empresa."
,
"description"
:
"Retorna la información detallada de una empresa."
,
"operationId"
:
"validadorEmpresas"
,
"operationId"
:
"validadorEmpresas
.v2
"
,
"parameters"
:
[
"parameters"
:
[
{
{
...
@@ -597,6 +597,68 @@
...
@@ -597,6 +597,68 @@
]
]
}
}
},
},
"/v1/afiliaciones/validadorempresas"
:
{
"get"
:
{
"tags"
:
[
"cols-afiliaciones-validadorempresas"
],
"summary"
:
"Información del afiliado "
,
"description"
:
"Retorna la información detallada de una empresa."
,
"operationId"
:
"validadorEmpresas.v1"
,
"parameters"
:
[
{
"name"
:
"x-api-key"
,
"in"
:
"header"
,
"description"
:
"Client key"
,
"required"
:
true
,
"schema"
:
{
"type"
:
"string"
}
},
{
"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/validadorEmpresaResponse"
}
}
}
},
"400"
:
{
"description"
:
"Estado inválido"
}
},
"security"
:
[
{
"apigee_auth"
:
[
"write:apigee"
,
"read:apigee"
]
}
]
}
}
},
},
"externalDocs"
:
{
"externalDocs"
:
{
"description"
:
"Encontrar más información en EnterpriseArchitect"
,
"description"
:
"Encontrar más información en EnterpriseArchitect"
,
...
...
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