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": "a99c13f3-6777-4eca-bd51-4891c77d47ff",
"FirstName": "sample string 2",
"LastName": "sample string 3",
"EmpNO": "sample string 4",
"SSNO": "sample string 5",
"Email": "sample string 6",
"Deleted": true,
"Created": "2026-03-21T23:40:46.6349255+01:00",
"Updated": "2026-03-21T23:40:46.6349255+01:00",
"Logs": [
{
"$id": "2",
"LogId": "3b866173-b716-4b03-a23d-7b7fce9c3901",
"EmployeeId": "03949a8a-8d1e-4151-8458-87f4a0767e5e",
"Employee": {
"$ref": "1"
},
"OutletId": "2001f8a0-6b43-4de9-baa4-c25f52d6fde7",
"CheckIn": "2026-03-21T23:40:46.6349255+01:00",
"CheckOut": "2026-03-21T23:40:46.6349255+01:00",
"Completed": true,
"Synced": true,
"EmployeeName": "sample string 6",
"SSNo": "sample string 7",
"EmpNO": "sample string 8",
"AttendanceDate": "2026-03-21T23:40:46.6349255+01:00",
"CheckinDateFormat": "2026-03-21 23:40",
"CheckoutDateFormat": "2026-03-21 23:40"
},
{
"$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.