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
d325f7c7
Commit
d325f7c7
authored
Jul 19, 2019
by
Cristian_Camargo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update recreacionyturismo-afiliados.json
parent
09a24149
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
152 additions
and
0 deletions
+152
-0
recreacionyturismo-afiliados.json
apigee/recreacionyturismo-afiliados.json
+152
-0
No files found.
apigee/recreacionyturismo-afiliados.json
View file @
d325f7c7
...
...
@@ -385,6 +385,42 @@
}
}
},
"/v1/recreacionyturismo/afiliados/cargo/reserva"
:
{
"put"
:
{
"tags"
:
[
"cols-recreacionyturismo-afiliados"
],
"summary"
:
"Cargo de reserva"
,
"description"
:
"Cargo de reserva"
,
"operationId"
:
"cargoReserva.v1"
,
"responses"
:
{
"200"
:
{
"description"
:
"Operación exitosa"
,
"content"
:
{
"application/json"
:
{
"schema"
:
{
"$ref"
:
"#/components/schemas/cargoReservaResponse"
}
}
}
},
"400"
:
{
"description"
:
"Estado inválido"
}
},
"security"
:
[
{
"apigee_auth"
:
[
"write:apigee"
,
"read:apigee"
]
}
],
"requestBody"
:
{
"$ref"
:
"#/components/requestBodies/cargoReservaRequestBody"
}
}
},
"/v1/recreacionyturismo/afiliados/turno/persona"
:
{
"get"
:
{
"tags"
:
[
...
...
@@ -727,6 +763,23 @@
}
}
},
"cargoReservaResponse"
:
{
"type"
:
"object"
,
"required"
:
[
"resultado"
],
"properties"
:
{
"resultado"
:
{
"type"
:
"array"
,
"xml"
:
{
"name"
:
"resultado"
},
"items"
:
{
"$ref"
:
"#/components/schemas/resultado"
}
}
}
},
"pagarReservaResponse"
:
{
"type"
:
"object"
,
"required"
:
[
...
...
@@ -744,6 +797,85 @@
}
}
},
"cargoReservaRequest"
:
{
"type"
:
"object"
,
"properties"
:
{
"canal"
:
{
"type"
:
"string"
,
"description"
:
"Canal"
},
"hotel"
:
{
"$ref"
:
"#/components/schemas/hotelCargo"
},
"reserva"
:
{
"$ref"
:
"#/components/schemas/reservaCargo"
},
"recaudador"
:
{
"$ref"
:
"#/components/schemas/recaudadorCargo"
}
}
},
"recaudadorCargo"
:
{
"type"
:
"object"
,
"properties"
:
{
"codigo"
:
{
"type"
:
"string"
,
"description"
:
"Codigo del recaudador."
},
"terminal"
:
{
"type"
:
"object"
,
"properties"
:{
"id"
:
{
"type"
:
"string"
,
"description"
:
"Numero de identificacion del terminal."
}
}
}
}
},
"reservaCargo"
:
{
"type"
:
"object"
,
"properties"
:
{
"id"
:
{
"type"
:
"string"
,
"description"
:
"Numero de confirmacion de la reserva."
},
"cargo"
:
{
"$ref"
:
"#/components/schemas/cargo"
}
}
},
"cargo"
:
{
"type"
:
"object"
,
"properties"
:
{
"cuenta"
:
{
"type"
:
"string"
,
"description"
:
"Cuenta de cargo."
},
"articulo"
:
{
"type"
:
"string"
,
"description"
:
"Articulo del cargo."
},
"descripcion"
:
{
"type"
:
"string"
,
"description"
:
"Descripcion del cargo."
},
"fecha"
:
{
"type"
:
"string"
,
"format"
:
"date-time"
,
"description"
:
"Fecha del cargo."
},
"total"
:
{
"type"
:
"object"
,
"properties"
:
{
"valor"
:
{
"type"
:
"string"
,
"description"
:
"Valor total del cargo."
}
}
}
}
},
"pagarReservaRequest"
:
{
"type"
:
"object"
,
"properties"
:
{
...
...
@@ -767,6 +899,15 @@
}
}
},
"hotelCargo"
:
{
"type"
:
"object"
,
"properties"
:
{
"codigo"
:
{
"type"
:
"string"
,
"description"
:
"Codigo de hotel."
}
}
},
"recaudador"
:
{
"type"
:
"object"
,
"properties"
:
{
...
...
@@ -2622,6 +2763,17 @@
}
},
"requestBodies"
:
{
"cargoReservaRequestBody"
:
{
"content"
:
{
"application/json"
:
{
"schema"
:
{
"$ref"
:
"#/components/schemas/cargoReservaRequest"
}
}
},
"description"
:
"Informacion para registrar clientes"
,
"required"
:
true
},
"pagarReservaRequestBody"
:
{
"content"
:
{
"application/json"
:
{
...
...
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