{
  "openapi": "3.0.0",
  "info": {
    "title": "esgari-pull-data-otm",
    "version": "0.0.1",
    "description": "esgari pull data otm",
    "contact": {
      "name": "wgomezK",
      "email": "wgomez@kenmeina.com"
    }
  },
  "paths": {
    "/otm-webhook/infrastructure/{nameData}/{otmGId}/{typeTransaction}": {
      "get": {
        "x-controller-name": "OtmWebhookController",
        "x-operation-name": "getFromOtmInformationByOtmGId",
        "tags": [
          "OtmWebhookController"
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "Files"
          }
        },
        "parameters": [
          {
            "name": "nameData",
            "in": "path",
            "schema": {
              "type": "string"
            },
            "required": true
          },
          {
            "name": "otmGId",
            "in": "path",
            "schema": {
              "type": "string"
            },
            "required": true
          },
          {
            "name": "typeTransaction",
            "in": "path",
            "schema": {
              "type": "string"
            },
            "required": true
          }
        ],
        "operationId": "OtmWebhookController.getFromOtmInformationByOtmGId"
      }
    },
    "/otm-webhook/infrastructure/{nameData}": {
      "post": {
        "x-controller-name": "OtmWebhookController",
        "x-operation-name": "getFromOtmInformation",
        "tags": [
          "OtmWebhookController"
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "Files"
          }
        },
        "parameters": [
          {
            "name": "nameData",
            "in": "path",
            "schema": {
              "type": "string"
            },
            "required": true
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        },
        "operationId": "OtmWebhookController.getFromOtmInformation"
      }
    },
    "/otm-webhook/infrastructure-post/{nameData}/{otmGId}/{typeTransaction}": {
      "post": {
        "x-controller-name": "OtmWebhookController",
        "x-operation-name": "getFromOtmInformationByOtmGIdPost",
        "tags": [
          "OtmWebhookController"
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "Files"
          }
        },
        "parameters": [
          {
            "name": "nameData",
            "in": "path",
            "schema": {
              "type": "string"
            },
            "required": true
          },
          {
            "name": "otmGId",
            "in": "path",
            "schema": {
              "type": "string"
            },
            "required": true
          },
          {
            "name": "typeTransaction",
            "in": "path",
            "schema": {
              "type": "string"
            },
            "required": true
          }
        ],
        "operationId": "OtmWebhookController.getFromOtmInformationByOtmGIdPost"
      }
    },
    "/otm-webhook/infrastructure-shipment": {
      "post": {
        "x-controller-name": "OtmWebhookController",
        "x-operation-name": "getFromOtmInformationShi",
        "tags": [
          "OtmWebhookController"
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "Files"
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        },
        "operationId": "OtmWebhookController.getFromOtmInformationShi"
      }
    },
    "/otm-webhook/infrastructure2": {
      "get": {
        "x-controller-name": "OtmWebhookController",
        "x-operation-name": "test2",
        "tags": [
          "OtmWebhookController"
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "Files"
          }
        },
        "operationId": "OtmWebhookController.test2"
      }
    },
    "/otm-webhook/test": {
      "post": {
        "x-controller-name": "OtmWebhookController",
        "x-operation-name": "test",
        "tags": [
          "OtmWebhookController"
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "Files"
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        },
        "operationId": "OtmWebhookController.test"
      }
    },
    "/test-no-disponibilidad/{orderReleaseGid}": {
      "get": {
        "x-controller-name": "TestController",
        "x-operation-name": "test",
        "tags": [
          "TestController"
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "Files"
          }
        },
        "parameters": [
          {
            "name": "orderReleaseGid",
            "in": "path",
            "schema": {
              "type": "string"
            },
            "required": true
          }
        ],
        "operationId": "TestController.test"
      }
    }
  },
  "servers": [
    {
      "url": "https://qa-otm.esgari.com"
    }
  ]
}