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: "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: AuthorizationContent-Type
type: "string"
required: true
default: OAuthapplication/json
<Access Token> - in: header
name: GENEXUS-AGENTAuthorization
type: "string"
required: true
default: SmartDeviceOAuth <Access ApplicationToken>
- namein: "ClCliCod"header
inname: "path"GENEXUS-AGENT
descriptiontype: "Código del Clientestring"
required: true
typedefault: "integer"SmartDevice Application
- formatname: "int64ClCliCod"
in: "path"
responses: 200description: "Código del Cliente"
description required: "Successfultrue
operation" schematype: "integer"
$refformat: "#/definitions/TClTelefonosint64"
400: responses:
description: "Bad request" 200:
description: "Successful operation"
schema:
$ref: "#/definitions/GxJsonErrorTClTelefonos"
401400:
description: "NotBad Authenticatedrequest"
schema:
$ref: "#/definitions/GxJsonError"
404401:
description: "Data with the specified key could not be foundNot Authenticated"
schema:
$ref: "#/definitions/GxJsonError"
500404:
description: "Internal server errorData with the specified key could not be found"
schema:
$ref: "#/definitions/GxJsonError"
post: 500:
tags: 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"
deletesecurity:
- OAuth2: []
tags: ApiKeyAuth1: []
securityDefinitions:
OAuth2:
- TClTelefonos type: oauth2
operationId: "DeleteTClTelefonos" flow: password
summarytokenUrl: "Eliminar los Telefonos de un Cliente en el Sistema"https://test.sifco.org/DemoCoopGT/oauth/access_token
scopes:
Execute: Permite el parameters:método tipo GET
- inInsert: headerPermite el método tipo POST
nameUpdate: Content-TypePermite el método tipo PUT
typeDelete: "string"Permite el método tipo DELETE
requiredFullControl: truePermite el manejo de los Cuatro Métodos GET, POST, PUT,DELETE, sobre default: application/json
el Web Service
ApiKeyAuth1:
- intype: headerapiKey
in: header
name: Authorizationgranttype
definitions:
TClTelefonos:
typeproperties:
"string" ClCliCod:
required description: trueCódigo del Cliente
defaulttype: OAuth <Access Token>"integer"
format: "int64"
- in: header ClNomSocio:
namedescription: GENEXUS-AGENTNombre del Cliente
type: "string"
requiredTelUlt:
true description: Ultimo correlativo default:de SmartDeviceteléfono
Application - nametype: "ClCliCodinteger"
informat: "pathint32"
descriptiongx_md5_hash:
"Código del Cliente" description: gx_md5_hash is an required: true
type: "integer"
format: "int64"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.
responsestype: "string"
200Level1:
description$ref: "Successful operation"#/definitions/TClTelefonos.Level1"
required:
- ClCliCod
TClTelefonos.Level1:
properties:
schemaTelCor:
description: Correlativo por cliente
$ref type: "#/definitions/TClTelefonosinteger"
204format: "int32"
description: "Successful operation"
schema:
$ref: "#/definitions/TClTelefonos"
400:
description: "Bad request"
schema:
$ref: "#/definitions/GxJsonError"
401:
description: "Not Authenticated"
schema:
TelTipo:
description: Tipo de teléfono
type: "integer"
format: "int32"
TelNumero:
description: Número telefó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: Código de Error
type: "string"
message:
description: Mensaje de Error
type: "string"
x-gx-level: "GxJsonError" |