get ผู้สมัครสอบตามstatus
This commit is contained in:
parent
bd0f02feb1
commit
db2d92732c
3 changed files with 84 additions and 58 deletions
|
|
@ -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)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue