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": "3001a49a-fd43-479d-880b-40db8523f646",
"FirstName": "sample string 2",
"LastName": "sample string 3",
"EmpNO": "sample string 4",
"SSNO": "sample string 5",
"Email": "sample string 6",
"Deleted": true,
"Created": "2026-09-20T13:17:16.2430447+02:00",
"Updated": "2026-09-20T13:17:16.2430447+02:00",
"Logs": [
{
"$id": "2",
"LogId": "5e58d361-71ee-42ca-85e7-e74862cfd935",
"EmployeeId": "8b23420d-7d5d-45e7-977c-00affc160d04",
"Employee": {
"$ref": "1"
},
"OutletId": "2287ae37-6d85-4fe5-9b80-4d8e30b5a24c",
"CheckIn": "2026-09-20T13:17:16.2430447+02:00",
"CheckOut": "2026-09-20T13:17:16.2430447+02:00",
"Completed": true,
"Synced": true,
"EmployeeName": "sample string 6",
"SSNo": "sample string 7",
"EmpNO": "sample string 8",
"AttendanceDate": "2026-09-20T13:17:16.2430447+02:00",
"CheckinDateFormat": "2026-09-20 13:17",
"CheckoutDateFormat": "2026-09-20 13:17"
},
{
"$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.