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
e9af185d
Commit
e9af185d
authored
Feb 24, 2019
by
robert.barrazaga@colsubsidio.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update salud-eps.json
parent
7a17365b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
161 additions
and
2 deletions
+161
-2
salud-eps.json
apigee/salud-eps.json
+161
-2
No files found.
apigee/salud-eps.json
View file @
e9af185d
...
...
@@ -98,7 +98,7 @@
],
"responses"
:
{
"200"
:
{
"description"
:
"
successful operation
"
,
"description"
:
"
Operación exitosa
"
,
"content"
:
{
"application/json"
:
{
"schema"
:
{
...
...
@@ -108,7 +108,7 @@
}
},
"400"
:
{
"description"
:
"
Invalid status value
"
"description"
:
"
Estado inválido
"
}
},
"security"
:
[
...
...
@@ -144,6 +144,162 @@
"name"
:
"resultado"
}
},
"documento"
:
{
"type"
:
"object"
,
"properties"
:
{
"tipo"
:
{
"type"
:
"string"
,
"description"
:
"Tipo de documento"
},
"numero"
:
{
"type"
:
"string"
,
"description"
:
"Número de identificación del documento"
}
},
"xml"
:
{
"name"
:
"documento"
}
},
"nombre"
:
{
"type"
:
"object"
,
"properties"
:
{
"primero"
:
{
"type"
:
"string"
,
"description"
:
"Primer nombre"
},
"segundo"
:
{
"type"
:
"string"
,
"description"
:
"Segundo nombre"
},
"primerApellido"
:
{
"type"
:
"string"
,
"description"
:
"Primer apellido"
},
"segundoApellido"
:
{
"type"
:
"string"
,
"description"
:
"Segundo apellido"
}
},
"xml"
:
{
"name"
:
"nombre"
}
},
"categoria"
:
{
"type"
:
"object"
,
"properties"
:
{
"codigo"
:
{
"type"
:
"string"
,
"description"
:
"Código de la categoría"
}
},
"xml"
:
{
"name"
:
"categoria"
}
},
"tipo"
:
{
"type"
:
"object"
,
"properties"
:
{
"codigo"
:
{
"type"
:
"string"
,
"description"
:
"Código del tipo"
}
},
"xml"
:
{
"name"
:
"tipo"
}
},
"estado"
:
{
"type"
:
"object"
,
"properties"
:
{
"codigo"
:
{
"type"
:
"string"
,
"description"
:
"Código del estado"
}
},
"xml"
:
{
"name"
:
"estado"
}
},
"convenio"
:
{
"type"
:
"object"
,
"properties"
:
{
"codigo"
:
{
"type"
:
"string"
,
"description"
:
"Código del convenio"
},
"estado"
:
{
"type"
:
"string"
,
"description"
:
"Estado del convenio"
},
"nombre"
:
{
"type"
:
"string"
,
"description"
:
"Nombre del convenio"
},
"clase"
:
{
"type"
:
"string"
,
"description"
:
"Clase del convenio"
}
},
"xml"
:
{
"name"
:
"convenio"
}
},
"eps"
:
{
"type"
:
"object"
,
"properties"
:
{
"documento"
:
{
"$ref"
:
"#/components/schemas/documento"
},
"nombre"
:
{
"type"
:
"string"
,
"description"
:
"Nombre de la EPS"
},
"convenio"
:
{
"$ref"
:
"#/components/schemas/convenio"
}
},
"xml"
:
{
"name"
:
"eps"
}
},
"afiliado"
:
{
"type"
:
"object"
,
"properties"
:
{
"fechaComprobacion"
:
{
"type"
:
"string"
,
"description"
:
"Fecha de comprobación"
,
"format"
:
"date-time"
},
"documento"
:
{
"$ref"
:
"#/components/schemas/documento"
},
"nombre"
:
{
"$ref"
:
"#/components/schemas/nombre"
},
"categoria"
:
{
"$ref"
:
"#/components/schemas/categoria"
},
"tipo"
:
{
"$ref"
:
"#/components/schemas/tipo"
},
"estado"
:
{
"$ref"
:
"#/components/schemas/estado"
},
"semanasCotizadas"
:
{
"type"
:
"integer"
,
"description"
:
"Semanas cotizadas"
},
"convenio"
:
{
"$ref"
:
"#/components/schemas/convenio"
},
"eps"
:
{
"$ref"
:
"#/components/schemas/eps"
}
},
"xml"
:
{
"name"
:
"afiliado"
}
},
"validadorPacienteResponse"
:
{
"type"
:
"object"
,
"required"
:
[
...
...
@@ -158,6 +314,9 @@
"items"
:
{
"$ref"
:
"#/components/schemas/resultado"
}
},
"afiliado"
:
{
"$ref"
:
"#/components/schemas/afiliado"
}
}
}
...
...
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