diff --git a/src/controllers/ProfileEmployeeController.ts b/src/controllers/ProfileEmployeeController.ts index 64b684ef..290f4081 100644 --- a/src/controllers/ProfileEmployeeController.ts +++ b/src/controllers/ProfileEmployeeController.ts @@ -2991,8 +2991,8 @@ export class ProfileEmployeeController extends Controller { }); if (profile != null) { await new CallAPI() - .PostData(request, "org/profile/salary", { - profileId: profile.id, + .PostData(request, "org/profile-employee/salary", { + profileEmployeeId: profile.id, date: new Date(), amount: v.amount, positionSalaryAmount: v.positionSalaryAmount,