diff --git a/BMA.EHR.Discipline.Service/Controllers/DisciplineInvestigateController.cs b/BMA.EHR.Discipline.Service/Controllers/DisciplineInvestigateController.cs
index 5bc9c87c..d945d358 100644
--- a/BMA.EHR.Discipline.Service/Controllers/DisciplineInvestigateController.cs
+++ b/BMA.EHR.Discipline.Service/Controllers/DisciplineInvestigateController.cs
@@ -1180,7 +1180,7 @@ namespace BMA.EHR.DisciplineInvestigate.Service.Controllers
/// เมื่อเกิดข้อผิดพลาดในการทำงาน
[HttpPost("report")]
// [HttpPut("report/{commandTypeId:length(36)}")]
- public async Task> PostToReport([FromBody] DisciplineProfileRequest req)
+ public async Task> PostToReport([FromForm] DisciplineProfileRequest req)
{
foreach (var item in req.id)
{