DELETE api/deleteEmployee?emp_id={emp_id}
API สำหรับลบ ข้อมูลของพนักงาน ไม่ได้ลบ account จาก database จริง แต่เป็นการเปลี่ยนแปลงสถานะของ Employee เป็น DELETED
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| emp_id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.