--- swagger: "2.0" info: x-ibm-name: statelife-update-payment title: Statelife Update Payment version: 1.0.0 description: "" schemes: - https basePath: /statelife-update-payment consumes: - 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' definitions: RequestData: description: "" type: object properties: UpdatePayment: type: object properties: UserName: type: string Password: type: string CompanyID: type: string ConsumerNumber: type: string Amount: type: string BillingMonth: type: string RRN: type: string PaymentDateTime: type: string Channel: type: string PaymentMode: type: string BranchCode: type: string BranchName: type: string Bank_Mnemonic: type: string xml: namespace: "" xml: namespace: "" example: " \r\n\r\n atu\r\n\r\n atu\r\n \ STATELIFE\r\n 0150099\r\n \ 400\r\n 2213\r\n \ 7343925\r\n 5/17/2022 10:53:46\r\n AlfalahAT\r\n \ Cash\r\n 033\r\n \ People Vehra Shahalam II Br LHR\r\n 3\r\n \ " required: - UpdatePayment tags: [] produces: - application/xml x-ibm-endpoints: - endpointUrl: https://apigateway.bankalfalah.com/bankalfalah/sb type: - production - development ...