| No | Name | Position | Join Date | Release Date | Exp. (Yrs) | Salary | Action |
|---|---|---|---|---|---|---|---|
| Loading data... | |||||||
Anda dapat menguji API CRUD ini secara langsung menggunakan Postman.
URL : {{base_url}}/api/employees
Method : GET
URL : {{base_url}}/api/employees/1
Method : GET
URL : {{base_url}}/api/employees
Method : POST
Body : raw (JSON)
{
"name": "Budi",
"position": "Backend",
"join_date": "2024-01-01",
"release_date": null,
"years_of_experience": 2,
"salary": 5000000
}
URL : {{base_url}}/api/employees/1
Method : DELETE