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
275047ed
Commit
275047ed
authored
Jun 20, 2019
by
Cristian_Camargo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update recreacionyturismo-venta.json
parent
8b21eb52
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
91 additions
and
2 deletions
+91
-2
recreacionyturismo-venta.json
apigee/recreacionyturismo-venta.json
+91
-2
No files found.
apigee/recreacionyturismo-venta.json
View file @
275047ed
...
...
@@ -127,10 +127,9 @@
{
"name"
:
"tipoServicio"
,
"in"
:
"query"
,
"description"
:
"Tipo de servicios."
,
"description"
:
"Tipo de servicios.
1- Practica Libre, 2- Material, 3- Cita, 4- Plan Afiliación
"
,
"required"
:
true
,
"schema"
:
{
"description"
:
"1- Practica Libre 2- Material 3- Cita 4- Plan Afiliación"
,
"type"
:
"integer"
,
"format"
:
"int64"
,
"enum"
:
[
...
...
@@ -167,6 +166,66 @@
]
}
},
"/v1/recreacionyturismo/catalogo/servicio"
:
{
"get"
:
{
"tags"
:
[
"cols-recreacionyturismo-catalogo"
],
"summary"
:
"Listar los atributos del servicio."
,
"description"
:
"Capacidad de listar los atributos de un servicio."
,
"operationId"
:
"consultaServicio.v1"
,
"parameters"
:
[
{
"name"
:
"idServicio"
,
"in"
:
"query"
,
"description"
:
"Numero de identificacion del servicio cuyos precios se desean consultar (consistente con el tipo de servicio)."
,
"required"
:
true
,
"schema"
:
{
"type"
:
"string"
}
},
{
"name"
:
"tipoServicio"
,
"in"
:
"query"
,
"description"
:
"Tipo de servicios, 1- Practica Libre, 2- Material, 3- Cita, 4- Plan Afiliación"
,
"required"
:
true
,
"schema"
:
{
"type"
:
"integer"
,
"format"
:
"int64"
,
"enum"
:
[
1
,
2
,
3
,
4
]
}
},
],
"responses"
:
{
"200"
:
{
"description"
:
"Operación exitosa"
,
"content"
:
{
"application/json"
:
{
"schema"
:
{
"$ref"
:
"#/components/schemas/consultaServicioResponse"
}
}
}
},
"400"
:
{
"description"
:
"Estado inválido"
}
},
"security"
:
[
{
"apigee_auth"
:
[
"write:apigee"
,
"read:apigee"
]
}
]
}
},
"/v1/recreacionyturismo/cotizacion"
:
{
"get"
:
{
"tags"
:
[
...
...
@@ -385,6 +444,36 @@
"name"
:
"resultado"
}
},
"consultaServicioResponse"
:
{
"type"
:
"object"
,
"required"
:
[
"resultado"
],
"properties"
:
{
"resultado"
:
{
"type"
:
"array"
,
"xml"
:
{
"name"
:
"resultado"
},
"items"
:
{
"$ref"
:
"#/components/schemas/resultado"
},
},
"consultaServicio"
:
{
"items"
:{
"$ref"
:
"#/components/schemas/consultaServicio"
}
}
}
},
"consultaServicio"
:
{
"type"
:
"object"
,
"properties"
:
{
"servicio"
:
{
"$ref"
:
"#/components/schemas/servicio"
}
}
},
"actualizaCotizacionIdResponse"
:
{
"type"
:
"object"
,
"required"
:
[
...
...
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