--- swagger: "2.0" info: x-ibm-name: statelife-Inquiry title: Statelife Inquiry version: 1.0.0 description: "" schemes: - https basePath: /statelife-Inquiry consumes: - application/xml produces: - application/xml securityDefinitions: OAuth: type: oauth2 description: OAuth Authentication flow: application scopes: GetToken: "" tokenUrl: https://apigateway.bankalfalah.com/bankalfalah/sb/oauthproviderapi/oauth2/token clientIdHeader: type: apiKey in: header name: X-IBM-Client-Id clientSecretHeader: type: apiKey in: header name: X-IBM-Client-Secret security: - clientIdHeader: [] OAuth: - GetToken clientSecretHeader: [] x-ibm-configuration: testable: true enforced: true phase: realized paths: /v1: post: responses: 200: description: 200 OK parameters: - name: RequestBody required: true in: body schema: $ref: '#/definitions/RequestData' tags: [] definitions: RequestData: description: "" type: object properties: Inquiry: type: object properties: Username: type: string Password: type: string CompanyID: type: string ConsumerNumber: type: string BillMonth: type: string Channel: type: string PaymentMode: type: string Bank_Mnemonic: type: string Reserved: type: string xml: namespace: "" xml: namespace: "" example: "\r\n\r\n atuser\r\n\r\n atuser\r\n\r\n \ STATELIFE\r\n\r\n 0150016031\r\n\r\n \ 2213\r\n\r\n AlfalahAT\r\n\r\n \ Cash\r\n\r\n 3\r\n\r\n \ 3\r\n " required: - Inquiry x-ibm-endpoints: - endpointUrl: https://apigateway.bankalfalah.com/bankalfalah/sb type: - production - development ...