--- swagger: "2.0" info: x-ibm-name: hackathon-bill-payment-and-inquiry title: Bill Payment & Inquiry version: 1.0.8 description: "" schemes: - https basePath: /bill consumes: - application/xml produces: - application/xml security: [] x-ibm-configuration: testable: true enforced: true phase: realized paths: /inquiry/v1: post: responses: 200: description: 200 OK parameters: - name: Body required: false in: body schema: type: object /payment/v1: post: responses: 200: description: 200 OK parameters: - name: Body required: false in: body schema: type: object tags: [] x-ibm-endpoints: - endpointUrl: https://uat-api.abl.com/abl-api/sandbox type: - development ...