--- swagger: "2.0" info: x-ibm-name: fundtransferadvise title: FundTransferAdvise version: 1.0.0 description: "" schemes: - https basePath: /fundtransferadvise consumes: - application/json produces: - application/json securityDefinitions: oauth: type: oauth2 description: OAuth Authentication flow: application scopes: GetToken: "" tokenUrl: https://apigateway.bankalfalah.com/bankalfalah/sb/oauthproviderapi/oauth2/token clientSecretHeader: type: apiKey description: "" in: header name: X-IBM-Client-Secret clientIdHeader: type: apiKey in: header name: X-IBM-Client-Id 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: FTAdvice: type: string toAccountNumber: type: string fromAccountNumber: type: string rrn: type: string dateTime: type: string beneficiaryBankName: type: string senderName: type: string accountTitle: type: string branchName: type: string amount: type: string example: FTAdvice: D toAccountNumber: 01941006037818 fromAccountNumber: 4005PKR159740005 rrn: 000000691333 dateTime: 0901164101 beneficiaryBankName: 'Alfalah ' senderName: Sender accountTitle: "" branchName: Clifton Branch amount: "5" tags: [] x-ibm-endpoints: - endpointUrl: https://apigateway.bankalfalah.com/bankalfalah/sb type: - production - development ...