POST api/Setting/PostEmployee
Post Employeee added from NIMPOS system
Request Information
URI Parameters
None.
Body Parameters
Employee Model
Employee| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| EmpNO | string |
None. |
|
| SSNO | string |
None. |
|
| string |
None. |
||
| Deleted | boolean |
None. |
|
| Created | date |
None. |
|
| Updated | date |
None. |
|
| Logs | Collection of EmployeeLog |
None. |
|
| Name | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "dbfe8ddd-5198-4080-869e-cb4ab219126f",
"FirstName": "sample string 2",
"LastName": "sample string 3",
"EmpNO": "sample string 4",
"SSNO": "sample string 5",
"Email": "sample string 6",
"Deleted": true,
"Created": "2026-06-21T22:47:27.5808428+02:00",
"Updated": "2026-06-21T22:47:27.5808428+02:00",
"Logs": [
{
"$id": "2",
"LogId": "8989c963-e961-4944-89bb-6eab002cf3db",
"EmployeeId": "34d0fbb4-f372-413c-b222-e14c9b2d5137",
"Employee": {
"$ref": "1"
},
"OutletId": "2b9f5e03-d0fb-4c38-9336-23b78ccd48ab",
"CheckIn": "2026-06-21T22:47:27.5808428+02:00",
"CheckOut": "2026-06-21T22:47:27.5808428+02:00",
"Completed": true,
"Synced": true,
"EmployeeName": "sample string 6",
"SSNo": "sample string 7",
"EmpNO": "sample string 8",
"AttendanceDate": "2026-06-21T22:47:27.5808428+02:00",
"CheckinDateFormat": "2026-06-21 22:47",
"CheckoutDateFormat": "2026-06-21 22:47"
},
{
"$ref": "2"
}
],
"Name": "sample string 2 sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.