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": "3a12e725-1001-4cee-99db-21f670b7c30e",
"FirstName": "sample string 2",
"LastName": "sample string 3",
"EmpNO": "sample string 4",
"SSNO": "sample string 5",
"Email": "sample string 6",
"Deleted": true,
"Created": "2026-02-04T04:08:53.1936025+01:00",
"Updated": "2026-02-04T04:08:53.1936025+01:00",
"Logs": [
{
"$id": "2",
"LogId": "72c38f2c-2bdd-4931-b15e-1c4bc5f2060e",
"EmployeeId": "e8aa5b2e-d005-4910-b069-edbebe189959",
"Employee": {
"$ref": "1"
},
"OutletId": "2b5011a1-1a7e-40d1-b461-1cc7bdf06ae9",
"CheckIn": "2026-02-04T04:08:53.1936025+01:00",
"CheckOut": "2026-02-04T04:08:53.1936025+01:00",
"Completed": true,
"Synced": true,
"EmployeeName": "sample string 6",
"SSNo": "sample string 7",
"EmpNO": "sample string 8",
"AttendanceDate": "2026-02-04T04:08:53.1936025+01:00",
"CheckinDateFormat": "2026-02-04 04:08",
"CheckoutDateFormat": "2026-02-04 04:08"
},
{
"$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.