--- swagger: "2.0" info: x-ibm-name: dbd-form-3-1 title: DBD form 3/1 version: 1.0.0 description: "" schemes: - https basePath: /dbd-form-3-1 produces: - application/json securityDefinitions: clientIdHeader: type: apiKey in: header name: X-IBM-Client-Id security: - clientIdHeader: [] x-ibm-configuration: testable: true enforced: true phase: realized paths: /submit: post: responses: 200: description: 200 OK parameters: - $ref: '#/parameters/period' - $ref: '#/parameters/rid' - $ref: '#/parameters/excelFile' tags: [] consumes: - multipart/form-data parameters: period: name: period type: string required: true in: formData rid: name: rid type: string required: true in: formData excelFile: name: excelFile type: string required: true in: formData format: binary x-ibm-endpoints: - endpointUrl: https://apigw1.bot.or.th/bot-iwt/public description: API Gateway type: - production ...