swagger: '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 o Modificar los telefonosteléfonos de un cliente 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: "TClTelefonos"
externalDocs:
description: "Manual SIFCO"
url: "https://sifco.atlassian.net/wiki/x/JADT"
produces:
- application/json
paths:
/TClTelefonos/{ClCliCod}:
get:
tags:
- TClTelefonos
operationId: "GetTClTelefonos"
summary: "Consultar los Telefonos de un Cliente en el Sistema"
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: "ClCliCod"
in: "path"
description: "Código del Cliente"
required: true
type: "integer"
format: "int64"
responses:
200:
description: "Successful operation"
schema:
$ref: "#/definitions/TClTelefonos"
400:
description: "Bad request"
schema:
$ref: "#/definitions/GxJsonError"
401:
description: "Not Authenticated"
schema:
$ref: "#/definitions/GxJsonError"
404:
description: "Data with the specified key could not be found"
schema:
$ref: "#/definitions/GxJsonError"
500:
description: "Internal server error"
schema:
$ref: "#/definitions/GxJsonError"
post:
tags:
- TClTelefonos
operationId: "InsertTClTelefonos"
summary: "Insertar los Telefonos de un Cliente en el Sistema"
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: "ClCliCod"
in: "path"
description: "Código del Cliente"
required: true
type: "integer"
format: "int64"
- name: "TClTelefonos"
in: "body"
description: "SDT of TClTelefonos"
required: false
schema:
$ref: "#/definitions/TClTelefonos"
responses:
200:
description: "Successful operation"
schema:
$ref: "#/definitions/TClTelefonos"
201:
description: "Created"
schema:
$ref: "#/definitions/TClTelefonos"
400:
description: "Bad request"
schema:
$ref: "#/definitions/GxJsonError"
401:
description: "Not Authenticated"
schema:
$ref: "#/definitions/GxJsonError"
404:
description: "Data with the specified key could not be found"
schema:
$ref: "#/definitions/GxJsonError"
500:
description: "Internal server error"
schema:
$ref: "#/definitions/GxJsonError"
put:
tags:
- TClTelefonos
operationId: "UpdateTClTelefonos"
summary: "Actualizar los Telefonos de un Cliente en el Sistema"
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: "ClCliCod"
in: "path"
description: "Código del Cliente"
required: true
type: "integer"
format: "int64"
- name: "TClTelefonos"
in: "body"
description: "SDT of TClTelefonos"
required: true
schema:
$ref: "#/definitions/TClTelefonos"
responses:
200:
description: "Successful operation"
schema:
$ref: "#/definitions/TClTelefonos"
400:
description: "Bad request"
schema:
$ref: "#/definitions/GxJsonError"
401:
description: "Not Authenticated"
schema:
$ref: "#/definitions/GxJsonError"
404:
description: "Not found"
schema:
$ref: "#/definitions/GxJsonError"
409:
description: "TClTelefonos was changed"
500:
description: "Internal server error"
schema:
$ref: "#/definitions/GxJsonError"
delete:
tags:
- TClTelefonos
operationId: "DeleteTClTelefonos"
summary: "Eliminar los Telefonos de un Cliente en el Sistema"
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: "ClCliCod"
in: "path"
description: "Código del Cliente"
required: true
type: "integer"
format: "int64"
responses:
200:
description: "Successful operation"
schema:
$ref: "#/definitions/TClTelefonos"
204:
description: "Successful operation"
schema:
$ref: "#/definitions/TClTelefonos"
400:
description: "Bad request"
schema:
$ref: "#/definitions/GxJsonError"
401:
description: "Not Authenticated"
schema:
$ref: "#/definitions/GxJsonError"
404:
description: "Not found"
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 metodométodo tipo GET
Insert: Permite el metodométodo tipo POST
Update: Permite el metodométodo tipo PUT
Delete: Permite el metodométodo tipo DELETE
FullControl: Permite el manejo de los Cuatro MetodosMétodos GET, POST, PUT,DELETE, sobre el Web Service
ApiKeyAuth1:
type: apiKey
in: header
name: granttype
definitions:
TClTelefonos:
properties:
ClCliCod:
description: Código del Cliente
type: "integer"
format: "int64"
ClNomSocio:
description: Nombre del Cliente
type: "string"
TelUlt:
description: Ultimo correlativo de telefonoteléfono
type: "integer"
format: "int32"
gx_md5_hash:
description: gx_md5_hash is an identifier for a specific version of a resource, it is used for optimistic concurrency check. It is required for update and delete operations and ignored on insert.
type: "string"
Level1:
$ref: "#/definitions/TClTelefonos.Level1"
required:
- ClCliCod
TClTelefonos.Level1:
properties:
TelCor:
description: Correlativo por cliente
type: "integer"
format: "int32"
TelTipo:
description: Tipo de telefonoteléfono
type: "integer"
format: "int32"
TelNumero:
description: Número telefonicotelefónico
type: "string"
TelObservacion:
description: Observaciones
type: "string"
required:
- TelCor
x-gx-level: "TClTelefonos"
GxJsonError:
properties:
error:
$ref: "#/definitions/GxJsonError.error"
GxJsonError.error:
properties:
code:
description: CodigoCódigo de Error
type: "string"
message:
description: Mensaje de Error
type: "string"
x-gx-level: "GxJsonError" |