diff --git a/src/controllers/DevelopmentController.ts b/src/controllers/DevelopmentController.ts index bc35a79..3a18860 100644 --- a/src/controllers/DevelopmentController.ts +++ b/src/controllers/DevelopmentController.ts @@ -1692,8 +1692,8 @@ export class DevelopmentController extends Controller { }); } else if (x.type === "EMPLOYEE") { await new CallAPI() - .PostData(request, "org/profile/training", { - profileId: x.profileId, + .PostData(request, "org/profile-employee/training", { + profileEmployeeId: x.profileId, name: x.development == null ? null : x.development.projectName, topic: x.development == null ? null : x.development.topicAcademic, yearly: x.development == null ? null : x.development.year,