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
1afe983a
Commit
1afe983a
authored
May 29, 2019
by
Cristian_Camargo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update credito-creditos.json
parent
002ca59d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
162 additions
and
0 deletions
+162
-0
credito-creditos.json
apigee/credito-creditos.json
+162
-0
No files found.
apigee/credito-creditos.json
View file @
1afe983a
...
...
@@ -38,6 +38,50 @@
}
],
"paths"
:
{
"/v2/credito/bolsillos/pago"
:
{
"get"
:
{
"tags"
:
[
"cols-credito-obligaciones"
],
"summary"
:
"Saldo de la tarjeta débito."
,
"description"
:
"Saldo de la tarjeta débito."
,
"operationId"
:
"consultaPagoCredito.v2"
,
"parameters"
:
[
{
"name"
:
"numTarjeta"
,
"in"
:
"query"
,
"description"
:
"Numero de la tarjeta."
,
"required"
:
true
,
"schema"
:
{
"type"
:
"number"
}
}
],
"responses"
:
{
"200"
:
{
"description"
:
"Operación exitosa"
,
"content"
:
{
"application/json"
:
{
"schema"
:
{
"$ref"
:
"#/components/schemas/consultaPagoCreditoResponse"
}
}
}
},
"400"
:
{
"description"
:
"Estado inválido"
}
},
"security"
:
[
{
"apigee_auth"
:
[
"write:apigee"
,
"read:apigee"
]
}
]
}
},
"/v2/credito/obligaciones/{obligacionId}"
:
{
"get"
:
{
"tags"
:
[
...
...
@@ -204,6 +248,124 @@
},
"components"
:
{
"schemas"
:
{
"consultaPagoCreditoResponse"
:
{
"type"
:
"object"
,
"required"
:
[
"resultado"
],
"properties"
:
{
"resultado"
:
{
"type"
:
"array"
,
"xml"
:
{
"name"
:
"resultado"
},
"items"
:
{
"$ref"
:
"#/components/schemas/resultado"
}
},
"consultaPagoCredito"
:
{
"type"
:
"array"
,
"items"
:
{
"$ref"
:
"#/components/schemas/consultaPagoCredito"
}
}
}
},
"consultaPagoCredito"
:
{
"type"
:
"object"
,
"properties"
:
{
"credito"
:
{
"$ref"
:
"#/components/schemas/tarjetaConsultaPagoCredito"
}
}
},
"pagoConsultaPagoCredito"
:
{
"type"
:
"object"
,
"properties"
:
{
"cuota"
:
{
"type"
:
"string"
,
"description"
:
"Valor de la cuota fija."
},
"fechaLimite"
:
{
"type"
:
"string"
,
"format"
:
"date-time"
,
"description"
:
"Fecha limite de pago."
},
"fechaUltimo"
:
{
"type"
:
"string"
,
"format"
:
"date-time"
,
"description"
:
"Fecha de ultimo pago."
},
"ultimo"
:
{
"type"
:
"string"
,
"description"
:
"Valor de ultimo pago."
},
"minimo"
:
{
"type"
:
"object"
,
"properties"
:{
"valor"
:
{
"type"
:
"string"
,
"description"
:
"Valor minimo a pagar."
}
}
},
"total"
:
{
"type"
:
"object"
,
"properties"
:{
"valor"
:
{
"type"
:
"string"
,
"description"
:
"Valor total a pagar."
}
}
}
}
},
"moraConsultaPagoCredito"
:
{
"type"
:
"object"
,
"properties"
:
{
"capital"
:
{
"type"
:
"string"
,
"description"
:
"Capital de mora."
},
"saldo"
:
{
"type"
:
"string"
,
"description"
:
"Saldo de mora."
}
}
},
"proximaFacturaConsultaPagoCredito"
:
{
"type"
:
"object"
,
"properties"
:
{
"fecha"
:
{
"type"
:
"string"
,
"format"
:
"date-time"
,
"description"
:
"Fecha de proxima factura."
},
"valor"
:
{
"type"
:
"string"
,
"description"
:
"Valor de proxima factura."
}
}
},
"tarjetaConsultaPagoCredito"
:
{
"type"
:
"object"
,
"properties"
:
{
"fechaCorte"
:
{
"type"
:
"string"
,
"format"
:
"date-time"
,
"description"
:
"Fecha de corte de la tarjeta."
},
"pago"
:
{
"$ref"
:
"#/components/schemas/pagoConsultaPagoCredito"
},
"mora"
:
{
"$ref"
:
"#/components/schemas/moraConsultaPagoCredito"
},
"proximaFactura"
:
{
"$ref"
:
"#/components/schemas/proximaFacturaConsultaPagoCredito"
}
}
},
"resultado"
:
{
"type"
:
"object"
,
"properties"
:
{
...
...
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