--- swagger: "2.0" info: x-ibm-name: custody-account-information title: Custody Account Information version: 1.0.0 description: "" schemes: - https consumes: - application/json produces: - application/json securityDefinitions: Client Secret: type: apiKey description: "" in: header name: X-IBM-Client-Secret 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 security: - clientIdHeader: [] Client Secret: [] oauth: - GetToken x-ibm-configuration: testable: true enforced: true phase: realized paths: /sendCustodyAccountInfo: get: responses: 200: description: 200 OK parameters: - name: userId type: string required: true in: query description: USER ID - name: password type: string required: true in: query description: Password - name: bankShortCode type: string required: true in: query description: Bank Short Code - name: cnicNicopPoc type: string required: true in: query description: Identification number - name: ParticiapntId type: string required: true in: query description: CDC Provided Identification Number - name: AccountNumber type: string required: true in: query description: CDC Provided Account Number - name: accOpeningDate type: string required: true in: query description: Account Opening Date - name: reserved type: string required: true in: query description: Reserved Parameter tags: [] basePath: / x-ibm-endpoints: - endpointUrl: https://apigateway.bankalfalah.com/bankalfalah/sb type: - production - development ...