diff --git a/Client/Beneficiaries/index.ts b/Client/Beneficiaries/index.ts index b3a2c64b..e0d53c42 100644 --- a/Client/Beneficiaries/index.ts +++ b/Client/Beneficiaries/index.ts @@ -52,6 +52,9 @@ export class Beneficiaries extends List { otp ? { "x-otp": otp } : {} ) } + async downloadRebateBeneficiaryFile() { + return await this.connection.get(`${this.folder}/rebate/download`) + } async delete(beneficiaryId: string) { return await this.connection.remove(`${this.folder}/${beneficiaryId}`) }