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
96437e54
Commit
96437e54
authored
May 08, 2019
by
Cristian_Camargo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update credito-tarjeta.json
parent
41e0e682
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
214 additions
and
1 deletions
+214
-1
credito-tarjeta.json
apigee/credito-tarjeta.json
+214
-1
No files found.
apigee/credito-tarjeta.json
View file @
96437e54
...
...
@@ -91,6 +91,50 @@
}
]
}
},
"/v2/credito/bolsillos/{cardNumber}"
:
{
"get"
:
{
"tags"
:
[
"cols-credito-bolsillo"
],
"summary"
:
" información del estado de cada bolsillo de la Tarjeta Multiservicios"
,
"description"
:
"Servicio para obtener la información del estado de cada bolsillo de la Tarjeta Multiservicios."
,
"operationId"
:
"getConsultaEstado"
,
"parameters"
:
[
{
"name"
:
"cardNumber"
,
"in"
:
"path"
,
"description"
:
"Número de la tarjeta Multiservicios."
,
"required"
:
true
,
"schema"
:
{
"type"
:
"string"
}
}
],
"responses"
:
{
"200"
:
{
"description"
:
"Operación exitosa"
,
"content"
:
{
"application/json"
:
{
"schema"
:
{
"$ref"
:
"#/components/schemas/EstadoPorTarjetaResponse"
}
}
}
},
"400"
:
{
"description"
:
"Estado inválido"
}
},
"security"
:
[
{
"apigee_auth"
:
[
"write:apigee"
,
"read:apigee"
]
}
]
}
},
"/v2/credito/bolsillos/movimiento"
:
{
"get"
:
{
...
...
@@ -350,7 +394,69 @@
}
]
}
}
},
"/v2/credito/bolsillos/movimientos/debito"
:
{
"get"
:
{
"tags"
:
[
"cols-credito-bolsillo"
],
"summary"
:
"Consulta pago del bolsillo de la tarjeta débito."
,
"description"
:
"Obtener informacion del pago del bolsillo de la tarjeta débito."
,
"operationId"
:
"movimientoBolsilloDebito"
,
"parameters"
:
[
{
"name"
:
"numTarjeta"
,
"in"
:
"query"
,
"description"
:
"Numero de la tarjeta del cliente."
,
"required"
:
true
,
"schema"
:
{
"type"
:
"number"
}
},
{
"name"
:
"codBolsillo"
,
"in"
:
"query"
,
"description"
:
"Codigo de bolsillo."
,
"required"
:
true
,
"schema"
:
{
"type"
:
"string"
}
},
{
"name"
:
"rangoTiempo"
,
"in"
:
"query"
,
"description"
:
"Rango de tiempo."
,
"required"
:
true
,
"schema"
:
{
"type"
:
"number"
}
}
],
"responses"
:
{
"200"
:
{
"description"
:
"Operación exitosa"
,
"content"
:
{
"application/json"
:
{
"schema"
:
{
"$ref"
:
"#/components/schemas/consultaPagoBolsilloDebitoResponse"
}
}
}
},
"400"
:
{
"description"
:
"Estado inválido"
}
},
"security"
:
[
{
"apigee_auth"
:
[
"write:apigee"
,
"read:apigee"
]
}
]
}
},
},
"externalDocs"
:
{
"description"
:
"Encontrar más información en EnterpriseArchitect"
,
...
...
@@ -583,6 +689,9 @@
"format"
:
"date-time"
,
"description"
:
"Fecha de limite de pago de la tarjeta"
},
"movimiento"
:
{
"$ref"
:
"#/components/schemas/movimiento"
},
"estado"
:
{
"$ref"
:
"#/components/schemas/estado"
},
...
...
@@ -687,7 +796,13 @@
"codigo"
:
{
"type"
:
"string"
,
"description"
:
"Codigo de movimiento."
},
"fecha"
:
{
"type"
:
"string"
,
"format"
:
"date-time"
,
"description"
:
"Fecha de movimiento."
}
},
"xml"
:
{
"name"
:
"movimiento"
...
...
@@ -870,6 +985,42 @@
"name"
:
"sistema"
}
},
"item"
:
{
"type"
:
"object"
,
"properties"
:
{
"codigoBolsillo"
:
{
"type"
:
"integer"
,
"description"
:
"Código identificador."
},
"descripcionEstadoBolsillo"
:
{
"type"
:
"integer"
,
"description"
:
"Estado del bolsillo."
},
"descripcionEstadoTarjeta"
:
{
"type"
:
"string"
,
"description"
:
"Estado de la tarjeta."
},
"descripcionTipoTarjeta"
:
{
"type"
:
"string"
,
"description"
:
"Descripción tipo de tarjeta."
},
"estadoBolsillo"
:
{
"type"
:
"integer"
,
"description"
:
"Código de estado de bolsillo."
},
"estadoTarjeta"
:
{
"type"
:
"integer"
,
"description"
:
"Estado de la tarjeta."
},
"tipoTarjeta"
:
{
"type"
:
"integer"
,
"description"
:
"Tipo de tarjeta."
}
},
"xml"
:
{
"name"
:
"sistema"
}
},
"alturaMora"
:
{
"type"
:
"object"
,
"properties"
:
{
...
...
@@ -1013,6 +1164,45 @@
}
}
},
"consultaPagoBolsilloDebitoResponse"
:
{
"type"
:
"object"
,
"required"
:
[
"resultado"
],
"properties"
:
{
"resultado"
:
{
"type"
:
"array"
,
"xml"
:
{
"name"
:
"resultado"
},
"items"
:
{
"$ref"
:
"#/components/schemas/resultado"
}
},
"BolsilloDebito"
:
{
"type"
:
"array"
,
"items"
:
{
"$ref"
:
"#/components/schemas/consultaPagoBolsilloDebito"
}
}
}
},
"consultaPagoBolsilloDebito"
:{
"type"
:
"object"
,
"properties"
:{
"establecimiento"
:{
"type"
:
"string"
,
"description"
:
"Establecimiento"
},
"tarjeta"
:{
"$ref"
:
"#/components/schemas/tarjetaCompleto"
}
}
}
,
"consultaTarjetaDocumentoResponse"
:
{
"type"
:
"object"
,
"required"
:
[
...
...
@@ -1060,6 +1250,29 @@
}
}
},
"EstadoPorTarjetaResponse"
:
{
"type"
:
"object"
,
"required"
:
[
"resultado"
],
"properties"
:
{
"resultado"
:
{
"type"
:
"array"
,
"xml"
:
{
"name"
:
"resultado"
},
"items"
:
{
"$ref"
:
"#/components/schemas/resultado"
}
},
"arrayBolsillos"
:
{
"type"
:
"array"
,
"items"
:
{
"$ref"
:
"#/components/schemas/item"
}
}
}
},
"obtenerCupoResponse"
:
{
"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