get ผู้สมัครสอบตามstatus

This commit is contained in:
Kittapath 2023-03-28 15:51:41 +07:00
parent bd0f02feb1
commit db2d92732c
3 changed files with 84 additions and 58 deletions

View file

@ -643,7 +643,7 @@ namespace BMA.EHR.Recurit.Exam.Service.Controllers
/// <response code="200">เมื่อเจ้าหน้าที่ตรวจการชำระเงินสำเร็จ</response>
/// <response code="401">ไม่ได้ Login เข้าระบบ</response>
/// <response code="500">เมื่อเกิดข้อผิดพลาดในการทำงาน</response>
[HttpGet("pass-register/{candidate:length(36)}")]
[HttpPut("check-payment/{candidate:length(36)}")]
[ProducesResponseType(StatusCodes.Status200OK)]
[ProducesResponseType(StatusCodes.Status401Unauthorized)]
[ProducesResponseType(StatusCodes.Status500InternalServerError)]