add

abstract suspend fun add(postSelfBeneficiariesTPTRequest: PostSelfBeneficiariesTPTRequest): PostSelfBeneficiariesTPTResponse

Add TPT Beneficiary Api to add third party beneficiary linked to current user. Parameter Definitions name : Nick name for beneficiary, should be unique for an self service user officeName : Office Name of beneficiary(not id) accountNumber : Account Number of beneficiary(not id) transferLimit : Each transfer initiated to this account will not exceed this amount Example Requests: /self/beneficiaries/tpt Mandatory Fields: name, officeName, accountNumber, accountType Optional Fields: transferLimit Responses:

  • 200: OK

Return

PostSelfBeneficiariesTPTResponse

Parameters

postSelfBeneficiariesTPTRequest