test
This commit is contained in:
parent
8766eb3b1f
commit
62396584b4
2 changed files with 2 additions and 2 deletions
|
|
@ -2611,7 +2611,7 @@ namespace BMA.EHR.Recruit.Service.Controllers
|
|||
/// <response code="200">เมื่อโอนคนแข่งขันไปบรรจุสำเร็จ</response>
|
||||
/// <response code="401">ไม่ได้ Login เข้าระบบ</response>
|
||||
/// <response code="500">เมื่อเกิดข้อผิดพลาดในการทำงาน</response>
|
||||
[HttpPost("placement/{examId:length(36)}")]
|
||||
[HttpPut("placement/{examId:length(36)}")]
|
||||
[ProducesResponseType(StatusCodes.Status200OK)]
|
||||
[ProducesResponseType(StatusCodes.Status401Unauthorized)]
|
||||
[ProducesResponseType(StatusCodes.Status500InternalServerError)]
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
public class RecruitPosLevelRequest
|
||||
{
|
||||
public string posLevelName { get; set; }
|
||||
public RecruitPosLevelRequest posTypes { get; set; } = new();
|
||||
public RecruitPosTypeRequest posTypes { get; set; } = new();
|
||||
}
|
||||
public class RecruitPosTypeRequest
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue