Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Web Services para Registro de Planes de Pagos de HUB de Créditos.

Swagger open api macroswagger: '2.0' info: title: "SIFCO_REST_API" version: "1.0" description: "La presente documentación busca detallar los métodos que permite ejecutar este **Web Services**, como es Registrar Planes de Pago en Hub de Créditos en la **Aplicación SIFCO WEB** ." termsOfService: "https://sifco.org/sobre-nosotros/" contact: email: "soporte@sifco.org" license: name: "Apache 2.0" url: "http://www.apache.org/licenses/LICENSE-2.0.html" host: "<SERVER>" schemes: - https - http basePath: /<APPDIR>/rest tags: - name: "API.HUB.V1.PlanesPagoHubSifco" externalDocs: description: "Manual SIFCO" url: "https://sifco.atlassian.net/wiki/x/ugWo" produces: - application/json paths: /API/HUB/V1/PlanesPagoHubSifco: post: tags: - API.HUB.V1.PlanesPagoHubSifco operationId: "API.HUB.V1.PlanesPagoHubSifco" summary: "Registrar Planes de Pago en Hub de Créditos" parameters: - in: header name: Content-Type type: "string" required: true default: application/json -

DESCRIPCIÓN.

Este Web Service, permite registrar Planes de Pago en el HUB de Créditos de la Aplicación SIFCO WEB.

Swagger open api macro
swagger: '2.0'
info:
  title: "SIFCO_REST_API"
  version: "1.0"
  termsOfService: "https://sifco.org/sobre-nosotros/"
  contact:
    email: "soporte@sifco.org"
  license:
    name: "Apache 2.0"  
    url: "http://www.apache.org/licenses/LICENSE-2.0.html"
host: "<SERVER>"
schemes:
  - https
  - http
basePath: /<APPDIR>/rest
tags:
- name: "API.HUB.V1.PlanesPagoHubSifco"
  externalDocs:
    description: "Manual SIFCO"
    url: "https://sifco.atlassian.net/wiki/x/ugWo"
produces:
  - application/json
paths:
  /API/HUB/V1/PlanesPagoHubSifco:
    post:
      tags:
        - API.HUB.V1.PlanesPagoHubSifco
      operationId: "API.HUB.V1.PlanesPagoHubSifco"
      summary: "Registrar Planes de Pago en Hub de Créditos"
      parameters:
        - in: header
          name: Content-Type
          type: "string"
          required: true
          default: application/json
        - in: header
          name: Authorization
          type: "string"
          required: true
          default: OAuth <Access Token>
        - in: header
          name: GENEXUS-AGENT
          type: "string"
          required: true
          default: SmartDevice Application
        - name: "PlanesPagoHubSifcoInput"
          in: "body"
          required: false
          schema:
            $ref: "#/definitions/API.HUB.V1.PlanesPagoHubSifcoInput"

      responses:
        200:
          description: "Successful operation"
          schema:
            $ref: "#/definitions/API.HUB.V1.PlanesPagoHubSifcoOutput"

        401:
          description: "Not Authenticated"
          schema:
            $ref: "#/definitions/GxJsonError"
        404:
          description: "Not found"
          schema:
            $ref: "#/definitions/GxJsonError"
        400:
          description: "Bad request"
          schema:
            $ref: "#/definitions/GxJsonError"
        500:
          description: "Internal server error"
          schema:
            $ref: "#/definitions/GxJsonError"
security:
  - OAuth2: []
    ApiKeyAuth1: []
securityDefinitions:
  OAuth2:
    type: oauth2
    flow: password
    tokenUrl: https://test.sifco.org/DemoCoopGT/oauth/access_token
    scopes:
      Execute: Permite el método tipo GET
      Insert: Permite el método tipo POST
      Update: Permite el método tipo PUT
      Delete: Permite el método tipo DELETE
      FullControl: Permite el manejo de los Cuatro Métodos GET, POST, PUT,DELETE, sobre el Web Service
  ApiKeyAuth1:
    type: apiKey
    in: header
    name: granttype

definitions:

  nameAPI.HUB.V1.PlanesPagoHubSifcoInput:
Authorization    properties:
      typedata: "string"

         requireddescription: trueSDTConsulta Planes Pago
        default$ref: OAuth <Access Token>
"#/definitions/SDTConsultaPlanesPago"
  
  SDTConsultaPlanesPago:
    properties:
  - in: header  idHub:
        namedescription: GENEXUS-AGENTid  Hub
        type: "string"

      idTransaccion:
  required:  true    description: id Transacción
    default:   SmartDevice Applicationtype: "integer"
       - nameformat: "PlanesPagoHubSifcoInputint64"

      idNegocio:
  in: "body"     description: id Negocio
   required: false    type: "integer"
     schema:   format: "int64"

       $reftipoIdentidadCliente:
"#/definitions/API.HUB.V1.PlanesPagoHubSifcoInput"        responses:description: tipo Identidad Cliente
        200type: "integer"
         descriptionformat: "int32"Successful

  operation"    identidadCliente:
      schema:  description: identidad Cliente
        $reftype: "#/definitions/API.HUB.V1.PlanesPagoHubSifcoOutputstring"

        401fechaCompra:
 
        description: "Notfecha Authenticated"Compra
          schematype: "string"

          $refobservacion:
"#/definitions/GxJsonError"         404description: observación
         descriptiontype: "Not foundstring"


        schemaidRelacionTP:
        description: id Relación TP
$ref: "#/definitions/GxJsonError"         400type: "integer"
         descriptionformat: "Bad requestint64"

         schemaidPrestador:
        description: id Prestador
 $ref: "#/definitions/GxJsonError"      type: "integer"
 500:       format: "int64"

 description: "Internal server error"  idRelacionPN:
        schemadescription: id Relación PN
         $reftype: "#/definitions/GxJsonError"
security:
integer"
 - OAuth2: []     ApiKeyAuth1format: []
securityDefinitions:"int64"

  OAuth2:     typemontoSolicitado:
oauth2     flow: password  description: monto  tokenUrl: https://test.sifco.org/DemoCoopGT/oauth/access_tokenSolicitado
        scopestype: "number"
        Executeformat: Permite"double"
el método tipo
GET  API.HUB.V1.PlanesPagoHubSifcoOutput:
    Insertproperties:
Permite     el métodoresult:
tipo POST       Updatedescription: PermiteSDTPlanes elPago métodoResult
tipo PUT       Delete$ref: Permite el método tipo DELETE
 "#/definitions/SDTPlanesPagoResult"
  
  SDTPlanesPagoResult:
    FullControlproperties:
Permite el manejo de los Cuatro Métodos GET, POST, PUT,DELETE, sobre el Web ServiceidTransaccion:
        ApiKeyAuth1description: id Transacción
  type: apiKey     intype: header
"integer"
   name: granttype  definitions:    API.HUB.V1.PlanesPagoHubSifcoInput:
    properties:format: "int64"

      dataidNegocio:
        description: SDTConsultaid PlanesNegocio
Pago         $reftype: "#/definitions/SDTConsultaPlanesPagointeger"
     SDTConsultaPlanesPago:   format: "int64"
properties:
      idHubidPrestador:
        description: id HubPrestador
        type: "stringinteger"
        idTransaccionformat: "int64"

      descriptionobservacion:
id Transacción         typedescription: "integer"observación
        formattype: "int64string"

      idNegociomontoSolicitado:
        description: idmonto NegocioSolicitado
        type: "integer"
        format: "int64"

      tipoIdentidadClientemontoAprobado:
        description: tipo Identidadmonto ClienteAprobado
        type: "integernumber"
        format: "int32double"

      identidadClienteidTransaccionSifco:
        description: identidadid Transacción ClienteSifco
        type: "string"

      fechaCompraplanesPago:
        descriptiontype: fecha Compraarray
        typeitems: "string"
       observacion:   description: planesPagoItem
    description: observación         type$ref: "string#/definitions/SDTPlanesPagoResult.planesPago"


  SDTPlanesPagoResult.planesPago:
  idRelacionTP:  properties:
      descriptionidPlanPagoSifco:
 id Relación TP     description: id Plan Pago type:Sifco
"integer"         formattype: "int64string"

      idPrestadoridRelacionPN:
        description: id PrestadorRelación PN
        type: "integer"
        format: "int64"

      idRelacionPNidRelacionTP:
        description: id RelaciónRelacion PNTP
        type: "integer"
        format: "int64"

      montoSolicitadonombrePlanPago:
        description: nombre montoPlan SolicitadoPago
        type: "numberstring"

       format: "double"descripcionPlanPago:
        description: descripción Plan Pago
     API.HUB.V1.PlanesPagoHubSifcoOutput:   type: "string"
properties:
      resultnumeroCuotasPlanPago:
        description: numero SDTPlanesCuotas Plan Pago
Result         $reftype: "#/definitions/SDTPlanesPagoResultinteger"
     SDTPlanesPagoResult:   format: "int32"
properties:
      idTransaccionvalorCuotaPlanPago:
        description: id Transacciónvalor Cuota Plan Pago
        type: "integernumber"
        format: "int64double"

      idNegociodiaVencimiento:
        description: iddia NegocioVencimiento
        type: "integer"
        format: "int64"

      idPrestador: "int32"

      descriptionvencimientoPrimeraCuota:
id Prestador       description: vencimiento type: "integer"Primera Cuota
        formattype: "int64string"

      observacionvencimientoUltimaCuota:
        description: vencimiento Ultima observaciónCuota
        type: "string"

      montoSolicitadotasaMensualPlanPago:
        description: tasa Mensual montoPlan SolicitadoPago
        type: "integernumber"
        format: "int64double"

      montoAprobadotasaAnualPlanPago:
        description: tasa Anual montoPlan AprobadoPago
        type: "number"
        format: "double"

      idTransaccionSifcotasaInteresPlanPago:
        description: tasa idInterés TransacciónPlan SifcoPago
        type: "stringnumber"
        planesPagoformat: "double"

      typecae:
array         itemsdescription: cae
         descriptiontype: planesPagoItem"number"
          $refformat: "#/definitions/SDTPlanesPagoResult.planesPagodouble"

   SDTPlanesPagoResult.planesPago:   montoCostosAsociados:
 properties:       idPlanPagoSifcodescription: monto Costos Asociados
     description: id Plan Pago Sifcotype: "number"
        typeformat: "stringdouble"

      idRelacionPNmontoCredito:
        description: idmonto Relación PNCrédito
        type: "integernumber"
        format: "int64double"


     idRelacionTPx-gx-level: "SDTPlanesPagoResult"

  GxJsonError:
    properties:
   description: id Relacion TPerror:
        type$ref: "integer#/definitions/GxJsonError.error"

  GxJsonError.error:
    formatproperties: "int64"
       nombrePlanPagocode:
        description: nombreCódigo Plande PagoError
        type: "string"

      descripcionPlanPagomessage:
        description: descripciónMensaje Plande PagoError
        type: "string"


     numeroCuotasPlanPago:
        description: numero Cuotas Plan Pago
        type: "integer"
        format: "int32"

      valorCuotaPlanPago:
        description: valor Cuota Plan Pago
        type: "number"
        format: "double"

      diaVencimiento:
        description: dia Vencimiento
        type: "integer"
        format: "int32"

      vencimientoPrimeraCuota:
        description: vencimiento Primera Cuota
        type: "string"

      vencimientoUltimaCuota:
        description: vencimiento Ultima Cuota
        type: "string"

      tasaMensualPlanPago:
        description: tasa Mensual Plan Pago
        type: "number"
        format: "double"

      tasaAnualPlanPago:
        description: tasa Anual Plan Pago
        type: "number"
        format: "double"

      tasaInteresPlanPago:x-gx-level: "GxJsonError"

EJEMPLOS DE REQUEST Y RESPONSE, PARA LOS SERVICIOS RESTful BAJO PROTOCOLO HTTP.

A continuación se muestra una tabla con un ejemplo de una Solicitud y un Respuesta para este Web Service.

METODO POST

Este método para este Web Service en especifico permite Registrar Planes de Pago en el HUB de Créditos en la Aplicación SIFCO WEB.

El siguiente ejemplo permite Registrar un Plan de Pago en el HUB de Créditos en la Aplicación SIFCO WEB.

Tipo de Mensaje HTTP

Ejemplo

REQUEST

URL:

Code Block
languagehtml
https://test.sifco.org/democoopgt/rest/API/HUB/V1/PlanesPagoHubSifco

HEADERS

Code Block
languagejson
content-type: application/json
authorization: OAuth f2a9ec34-cf83-46f5-8862-f78........
genexus-agent: SmartDevice Application

BODY:

Code Block
languagejson
{
  "data": {
    "idHub": "string",
    "idTransaccion": 0,
    "idNegocio": 0,
    "tipoIdentidadCliente": 0,
    "identidadCliente": "string",
    "fechaCompra": "string",
    "observacion": "string",
    "idRelacionTP": 0,
    "idPrestador": 0,
    "idRelacionPN": 0,
    "montoSolicitado": 0
  }
}

200 (Successful operation)

(Registro Creado con Éxito)

Code Block
languagejson
{
  "result": {
    "idTransaccion": 0,
    "idNegocio": 0,
    "idPrestador": 0,
    "observacion": "string",
    "montoSolicitado": 0,
    "montoAprobado": 0,
    "idTransaccionSifco": "string",
    "planesPago": [
      {
        "idPlanPagoSifco": "string",
        
description
"idRelacionPN": 
tasa Interés
0,
Plan
 
Pago
       
type
"idRelacionTP": 
"number"
0,
        
format
"nombrePlanPago": "
double
string",
        
cae:
"descripcionPlanPago": "string",
        
description
"numeroCuotasPlanPago": 
cae
0,
       
type:
 "
number
valorCuotaPlanPago": 0,
       
format:
 "
double
diaVencimiento": 0,
      
montoCostosAsociados:
  "vencimientoPrimeraCuota": "string",
     
description:
 
monto
 
Costos
 
Asociados
"vencimientoUltimaCuota": "string",
       
type:
 "
number
tasaMensualPlanPago": 0,
       
format:
 "
double
tasaAnualPlanPago": 0,
       
montoCredito:
 "tasaInteresPlanPago": 0,
        
description: monto Crédito
"cae": 0,
       
type:
 "
number
montoCostosAsociados": 0,
       
format:
 "
double
montoCredito": 0
      
x-gx-level: "SDTPlanesPagoResult"
}
    ]
 
GxJsonError:
 }
}

400 (Bad Request).

Solicitud Errada

Code Block
{
  
properties
"error": {
    
error:
"code": "string",
    "message": "string"
  
$ref: "#/definitions/GxJsonError.error" GxJsonError.error: properties: code: description: Código de Error type: "string" message: description: Mensaje de Error type
}
}

401 (This service needs an Authorization Header)

(No Autenticado, asociado normalmente a que no se respetaron las cabeceras obligatorias para el consumo de este Web Service, para mayores detalles consultar (Configuración de Seguridad para Obtener Token de Acceso y Consumir de los Web Services) ).

Code Block
{
  "error": {
    "code":"0",
    "message":"This service needs an Authorization Header"
  }
}

404 (Not Found).

Respuesta Vacía (Web Service, no encontrado)

500 (Internal Server Error)

(Error Interno del Servidor de las API’s REST).

Code Block
languagejson
{
  "error": {
    "code": "string",
    "message": "string"
  
x-gx-level: "GxJsonError"
}
}

Info

INFORMACIÓN

Para identificar el MENSAJE DE ERROR remitirse a la pagina de (Listado de Errores) External Call Out, donde se describe el listado de errores que arroja las API’s REST de la Aplicación SIFCO WEB, con su respectiva Descripción.

Note

RESPETE LOS ENCABEZADOS OBLIGATORIOS para que pueda consumir el WEB SERVICE respectivo.

Code Block
Content-Type: application/json
Authorization: OAuth f2a9ec34-cf83-46f5-8862-f78ac03670d1!171380a787a9152688ab61a94d66e0eb77...
GENEXUS-AGENT: SmartDevice Application
Warning

EN CASO DE ERROR HTTP 401 (Not Authenticated)

Por favor validar que esta colocando los Encabezados Adecuadamente, y de persistir el problema dirigirse a la Pagina (Configuración de Seguridad para Obtener Token de Acceso y Consumir de los Web Services), para generar nuevamente su Token de Acceso, y/o verificar problemas con su acceso al API REST.

Live Search
spaceKeyDOC
placeholderBúsqueda en esta Pagina
typepage

Enlaces Relevantes

Artículos Relacionados

Filter by label (Content by label)
showLabelsfalse
max5
showSpacefalse
cqllabel in ( "informacion" , "tecnica" , "api" , "rest" , "web" , "services" , "hub" , "planes" , "pagos" , "creditos" ) and type = "page" and space = "DOC"

Artículos Actualizados Recientemente

Recent updates
typespage
max5
spacesDOC
themeconcise
hideHeadingtrue
Change History