Versions Compared

Key

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

La presente pagina muestra la Documentación Asociada a el Web Services que permite consultar los Tipos de Documentos de Identificación registrados en la Aplicación SIFCO WEB, los mismos puedes aplicar a diferentes tipos de documentos para diferentes tipos de figuras jurídicas de Clientes (Personales, Jurídicas, Cooperativas, etc).

InfoINFORMACIÓN RELEVANTE (según aplique)

Swagger open api macro
swagger: '2.0'
info:
  title: "SIFCO_REST_API"
  version: "1.0"
  description: "En esta Documentacion se Describen de forma detallada los metodos asociados al Web Service para Obtener Listado de los Tipos de Documento de Identificacion, creados en la Aplicacion 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:
  - http
basePath: /<APPDIR>/rest
tags:
- name: "WSApTiposIdentificacionLista"
  externalDocs:
    description: "Manual SIFCO"
    url: "https://sifco.atlassian.net/wiki/x/PYCo"
produces:
  - application/json
paths:
  /WSApTiposIdentificacionLista:
    post:
      tags:
        - WSApTiposIdentificacionLista
      operationId: "WSApTiposIdentificacionLista"
      summary: "Lista de Tipos de Documento de Identificacion"
      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

      responses:
        200:
          description: "Successful operation"
          schema:
            $ref: "#/definitions/WSApTiposIdentificacionListaOutput"
        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 metodo tipo GET
      Insert: Permite el metodo tipo POST
      Update: Permite el metodo tipo PUT
      Delete: Permite el metodo tipo DELETE
      FullControl: Permite el manejo de los Cuatro Metodos GET, POST, PUT,DELETE, sobre el Web Service
  ApiKeyAuth1:
    type: apiKey
    in: header
    name: granttype

definitions:

  WSApTiposIdentificacionListaOutput:
    properties:
      TiposIdentificacionLista:
        description: WSAp Tipos Identificacion SDT
        type: array
        items:
          $ref: "#/definitions/WSApTiposIdentificacionSDT_TipoIdentificacion"
  
  WSApTiposIdentificacionSDT_TipoIdentificacion:
    properties:
      CodigoTipoIdentificacion:
        description: Tipo de Identificación
        type: "integer"
        format: "int32"

      Descripcion:
        description: Nombre de Identificación
        type: "string"

      URI:
        description: URI
        type: "string"

  GxJsonError:
    properties:
      error:
        $ref: "#/definitions/GxJsonError.error"

  GxJsonError.error:
    properties:
      code:
        description: Codigo de Error
        type: "string"

      message:
        description: Mensaje de Error
        type: "string"


    x-gx-level: "GxJsonError"


Note

ADVERTENCIAS

Warning

ERRORES COMUNES

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" , "tipo" , "documento" , "identificación" ) and type = "page" and space = "DOC"

Artículos Actualizados Recientemente

Recent updates
typespage
max5
spacesDOC
themeconcise
hideHeadingtrue
Change History