--- swagger: "2.0" info: x-ibm-name: emailsubscription title: Email Subscribe Unsubscribe version: 1.0.0 description: Activate/De-active the E-Statement Service. schemes: - https basePath: /emailsubscription consumes: - application/json produces: - application/json securityDefinitions: clientIdHeader: type: apiKey in: header name: X-IBM-Client-Id security: - clientIdHeader: [] x-ibm-configuration: testable: true enforced: true phase: realized paths: /EmailSubscription: post: responses: 200: description: Successful operation. parameters: - name: AccountNumber type: string required: true in: query description: "123456789" - name: Flag type: string required: true in: query description: Subscription Flag(true or false) tags: [] x-ibm-endpoints: - endpointUrl: https://apigateway.bankalfalah.com/bankalfalah/sb type: - production - development ...