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
1db513bf
Commit
1db513bf
authored
Apr 11, 2019
by
Cristian_Camargo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update credito-tarjeta.json
parent
0f173381
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
500 additions
and
4 deletions
+500
-4
credito-tarjeta.json
apigee/credito-tarjeta.json
+500
-4
No files found.
apigee/credito-tarjeta.json
View file @
1db513bf
...
@@ -200,6 +200,156 @@
...
@@ -200,6 +200,156 @@
}
}
]
]
}
}
},
"/v2/credito/bolsillos/estado"
:
{
"get"
:
{
"tags"
:
[
"cols-credito-bolsillo"
],
"summary"
:
"Consulta estado de bolsillo."
,
"description"
:
"Obtener informacion del estado del bolsillo."
,
"operationId"
:
"consultaEstadoBolsillo"
,
"parameters"
:
[
{
"name"
:
"numTarjeta"
,
"in"
:
"query"
,
"description"
:
"Numero de la tarjeta del cliente."
,
"required"
:
true
,
"schema"
:
{
"type"
:
"number"
}
}
],
"responses"
:
{
"200"
:
{
"description"
:
"Operación exitosa"
,
"content"
:
{
"application/json"
:
{
"schema"
:
{
"$ref"
:
"#/components/schemas/consultaEstadoBolsilloResponse"
}
}
}
},
"400"
:
{
"description"
:
"Estado inválido"
}
},
"security"
:
[
{
"apigee_auth"
:
[
"write:apigee"
,
"read:apigee"
]
}
]
}
},
"/v2/credito/bolsillos/tarjetas"
:
{
"get"
:
{
"tags"
:
[
"cols-credito-bolsillo"
],
"summary"
:
"Consulta tarjetas del cliente."
,
"description"
:
"Obtener informacion de las tarjetas del cliente."
,
"operationId"
:
"consultaTarjetaDocumento"
,
"parameters"
:
[
{
"name"
:
"tipoId"
,
"in"
:
"query"
,
"description"
:
"Tipo de documento de identificacion."
,
"required"
:
true
,
"schema"
:
{
"type"
:
"number"
}
},
{
"name"
:
"numId"
,
"in"
:
"query"
,
"description"
:
"Numero del documento de identificacion."
,
"required"
:
true
,
"schema"
:
{
"type"
:
"number"
}
}
],
"responses"
:
{
"200"
:
{
"description"
:
"Operación exitosa"
,
"content"
:
{
"application/json"
:
{
"schema"
:
{
"$ref"
:
"#/components/schemas/consultaTarjetaDocumentoResponse"
}
}
}
},
"400"
:
{
"description"
:
"Estado inválido"
}
},
"security"
:
[
{
"apigee_auth"
:
[
"write:apigee"
,
"read:apigee"
]
}
]
}
},
"/v2/credito/bolsillos/pago"
:
{
"get"
:
{
"tags"
:
[
"cols-credito-bolsillo"
],
"summary"
:
"Consulta pago del bolsillo de la tarjeta."
,
"description"
:
"Obtener informacion del pago del bolsillo de la tarjeta."
,
"operationId"
:
"consultaPagoBolsillo"
,
"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"
:
"number"
}
}
],
"responses"
:
{
"200"
:
{
"description"
:
"Operación exitosa"
,
"content"
:
{
"application/json"
:
{
"schema"
:
{
"$ref"
:
"#/components/schemas/consultaPagoBolsilloResponse"
}
}
}
},
"400"
:
{
"description"
:
"Estado inválido"
}
},
"security"
:
[
{
"apigee_auth"
:
[
"write:apigee"
,
"read:apigee"
]
}
]
}
}
}
},
},
"externalDocs"
:
{
"externalDocs"
:
{
...
@@ -224,6 +374,232 @@
...
@@ -224,6 +374,232 @@
"name"
:
"resultado"
"name"
:
"resultado"
}
}
},
},
"estado"
:
{
"type"
:
"object"
,
"properties"
:
{
"codigo"
:
{
"type"
:
"number"
,
"description"
:
"Codigo del estado."
},
"descripcion"
:
{
"type"
:
"string"
,
"description"
:
"Descripcion del estado."
}
},
"xml"
:
{
"name"
:
"estado"
}
},
"bolsillo"
:
{
"type"
:
"object"
,
"properties"
:
{
"codigo"
:
{
"type"
:
"number"
,
"description"
:
"Codigo del bolsillo."
},
"estado"
:
{
"$ref"
:
"#/components/schemas/estado"
}
},
"xml"
:
{
"name"
:
"bolsillo"
}
},
"diferido"
:
{
"type"
:
"object"
,
"properties"
:
{
"ajuste"
:
{
"type"
:
"number"
,
"description"
:
"Diferido vencido facturado ajuste."
},
"avance"
:
{
"type"
:
"number"
,
"description"
:
"Diferido vencido facturado avance."
},
"compra"
:
{
"type"
:
"number"
,
"description"
:
"Diferido vencido facturado compra."
},
"venta"
:
{
"type"
:
"number"
,
"description"
:
"Diferido vendido facturado."
}
},
"xml"
:
{
"name"
:
"diferido"
}
},
"interes"
:
{
"type"
:
"object"
,
"properties"
:
{
"valor"
:
{
"type"
:
"number"
,
"description"
:
"Valor del interes por el pago minimo."
},
"pendiente"
:
{
"type"
:
"number"
,
"description"
:
"Valor de intereses pendientes por cobros."
}
},
"xml"
:
{
"name"
:
"interes"
}
},
"mora"
:
{
"type"
:
"object"
,
"properties"
:
{
"capital"
:
{
"type"
:
"number"
,
"description"
:
"Valor del capital en mora."
},
"saldo"
:
{
"type"
:
"number"
,
"description"
:
"Valor del saldo de mora."
}
},
"xml"
:
{
"name"
:
"mora"
}
},
"minimo"
:
{
"type"
:
"object"
,
"properties"
:
{
"valor"
:
{
"type"
:
"number"
,
"description"
:
"Valor del pago minimo."
},
"cuotaManejo"
:
{
"type"
:
"number"
,
"description"
:
"Valor de la cuota de manejo."
},
"cargoNoDiferido"
:
{
"type"
:
"number"
,
"description"
:
"Cargos no diferidos."
},
"diferido"
:
{
"$ref"
:
"#/components/schemas/diferido"
},
"interes"
:
{
"$ref"
:
"#/components/schemas/interes"
},
"mora"
:
{
"$ref"
:
"#/components/schemas/mora"
}
},
"xml"
:
{
"name"
:
"minimo"
}
},
"total"
:
{
"type"
:
"object"
,
"properties"
:
{
"valor"
:
{
"type"
:
"number"
,
"description"
:
"Valor del pago total."
},
"avanceMes"
:
{
"type"
:
"number"
,
"description"
:
"Total de avances totales no pagados en el mes."
},
"deudores"
:
{
"type"
:
"number"
,
"description"
:
"Total de dudores."
},
"venta"
:
{
"type"
:
"number"
,
"description"
:
"Total de ventas al mes no pagas."
},
"diferido"
:
{
"$ref"
:
"#/components/schemas/diferido"
}
},
"xml"
:
{
"name"
:
"total"
}
},
"pago"
:
{
"type"
:
"object"
,
"properties"
:
{
"ultimo"
:
{
"type"
:
"string"
,
"description"
:
"Valor del ultimo pago."
},
"fechaUltimo"
:
{
"type"
:
"string"
,
"format"
:
"date-time"
,
"description"
:
"Fecha de ultimo pago."
},
"minimo"
:
{
"$ref"
:
"#/components/schemas/minimo"
},
"total"
:
{
"$ref"
:
"#/components/schemas/total"
}
},
"xml"
:
{
"name"
:
"pago"
}
},
"tarjetaCompleto"
:
{
"type"
:
"object"
,
"properties"
:
{
"tipo"
:
{
"type"
:
"string"
,
"description"
:
"Tipo de la tarjeta"
},
"descripcion"
:
{
"type"
:
"string"
,
"description"
:
"Descripcion del tipo de la tarjeta"
},
"numero"
:
{
"type"
:
"number"
,
"description"
:
"Numero de la tarjeta"
},
"cupo"
:
{
"type"
:
"number"
,
"description"
:
"Cupo de la tarjeta."
},
"saldo"
:
{
"type"
:
"number"
,
"description"
:
"Saldo disponible de la tarjeta."
},
"cuota"
:
{
"type"
:
"number"
,
"description"
:
"Valor de la cuota de la tarjeta."
},
"fechaActivacion"
:
{
"type"
:
"string"
,
"format"
:
"date-time"
,
"description"
:
"Fecha de activacion de la tarjeta"
},
"fechaCorte"
:
{
"type"
:
"string"
,
"format"
:
"date-time"
,
"description"
:
"Fecha de corte de la tarjeta"
},
"fechaLimite"
:
{
"type"
:
"string"
,
"format"
:
"date-time"
,
"description"
:
"Fecha de limite de pago de la tarjeta"
},
"estado"
:
{
"$ref"
:
"#/components/schemas/estado"
},
"bolsillo"
:
{
"$ref"
:
"#/components/schemas/bolsillo"
},
"pago"
:
{
"$ref"
:
"#/components/schemas/pago"
},
"mora"
:
{
"$ref"
:
"#/components/schemas/mora"
}
},
"xml"
:
{
"name"
:
"tarjetaCompleto"
}
},
"tarjeta"
:
{
"tarjeta"
:
{
"type"
:
"object"
,
"type"
:
"object"
,
"properties"
:
{
"properties"
:
{
...
@@ -231,17 +607,24 @@
...
@@ -231,17 +607,24 @@
"type"
:
"string"
,
"type"
:
"string"
,
"description"
:
"Tipo de tarjeta"
"description"
:
"Tipo de tarjeta"
},
},
"descripcion"
:
{
"type"
:
"string"
,
"description"
:
"Descripcion del tipo de tarjeta"
},
"numero"
:
{
"numero"
:
{
"type"
:
"string"
,
"type"
:
"string"
,
"description"
:
"Numero de tarjeta"
"description"
:
"Numero de tarjeta"
},
},
"
a
ctivacion"
:
{
"
fechaA
ctivacion"
:
{
"type"
:
"string"
,
"type"
:
"string"
,
"format"
:
"date-time"
,
"description"
:
"Fecha de activacion de tarjeta"
"description"
:
"Fecha de activacion de tarjeta"
},
},
"descripcion"
:
{
"estado"
:
{
"type"
:
"string"
,
"$ref"
:
"#/components/schemas/estado"
"description"
:
"Descripcion del tipo de tarjeta"
},
"bolsillo"
:
{
"$ref"
:
"#/components/schemas/bolsillo"
}
}
},
},
"xml"
:
{
"xml"
:
{
...
@@ -564,6 +947,119 @@
...
@@ -564,6 +947,119 @@
"name"
:
"obtenerMovimiento"
"name"
:
"obtenerMovimiento"
}
}
},
},
"obtenerTarjeta"
:
{
"type"
:
"object"
,
"properties"
:
{
"tarjeta"
:
{
"type"
:
"array"
,
"items"
:{
"$ref"
:
"#/components/schemas/tarjeta"
}
},
"fechaActual"
:
{
"type"
:
"string"
,
"description"
:
"Fecha del dia de la consulta."
}
},
"xml"
:
{
"name"
:
"obtenerTarjeta"
}
},
"obtenerEstadoBolsillo"
:
{
"type"
:
"object"
,
"properties"
:
{
"tarjeta"
:
{
"type"
:
"array"
,
"items"
:{
"$ref"
:
"#/components/schemas/tarjeta"
}
}
},
"xml"
:
{
"name"
:
"obtenerEstadoBolsillo"
}
},
"consultaPagoBolsillo"
:
{
"type"
:
"object"
,
"properties"
:
{
"tarjeta"
:
{
"$ref"
:
"#/components/schemas/tarjetaCompleto"
}
},
"xml"
:
{
"name"
:
"consultaPagoBolsillo"
}
},
"consultaPagoBolsilloResponse"
:
{
"type"
:
"object"
,
"required"
:
[
"resultado"
],
"properties"
:
{
"resultado"
:
{
"type"
:
"array"
,
"xml"
:
{
"name"
:
"resultado"
},
"items"
:
{
"$ref"
:
"#/components/schemas/resultado"
}
},
"consultaPagoBolsillo"
:
{
"type"
:
"array"
,
"items"
:
{
"$ref"
:
"#/components/schemas/consultaPagoBolsillo"
}
}
}
},
"consultaTarjetaDocumentoResponse"
:
{
"type"
:
"object"
,
"required"
:
[
"resultado"
],
"properties"
:
{
"resultado"
:
{
"type"
:
"array"
,
"xml"
:
{
"name"
:
"resultado"
},
"items"
:
{
"$ref"
:
"#/components/schemas/resultado"
}
},
"obtenerTarjeta"
:
{
"type"
:
"array"
,
"items"
:
{
"$ref"
:
"#/components/schemas/obtenerTarjeta"
}
}
}
},
"consultaEstadoBolsilloResponse"
:
{
"type"
:
"object"
,
"required"
:
[
"resultado"
],
"properties"
:
{
"resultado"
:
{
"type"
:
"array"
,
"xml"
:
{
"name"
:
"resultado"
},
"items"
:
{
"$ref"
:
"#/components/schemas/resultado"
}
},
"obtenerEstadoBolsillo"
:
{
"type"
:
"array"
,
"items"
:
{
"$ref"
:
"#/components/schemas/obtenerEstadoBolsillo"
}
}
}
},
"obtenerCupoResponse"
:
{
"obtenerCupoResponse"
:
{
"type"
:
"object"
,
"type"
:
"object"
,
"required"
:
[
"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