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": "8e928c3a-aafc-4cfc-ae16-120ebb28a238",
"FirstName": "sample string 2",
"LastName": "sample string 3",
"EmpNO": "sample string 4",
"SSNO": "sample string 5",
"Email": "sample string 6",
"Deleted": true,
"Created": "2026-05-06T16:16:13.7645154+02:00",
"Updated": "2026-05-06T16:16:13.7645154+02:00",
"Logs": [
{
"$id": "2",
"LogId": "316678b8-6973-4eea-bf1e-7188afcf4874",
"EmployeeId": "319b9929-fef7-4a95-aa71-82902c25c2fc",
"Employee": {
"$ref": "1"
},
"OutletId": "07f05c67-3b22-4c54-8615-3ca5fe018802",
"CheckIn": "2026-05-06T16:16:13.7645154+02:00",
"CheckOut": "2026-05-06T16:16:13.7645154+02:00",
"Completed": true,
"Synced": true,
"EmployeeName": "sample string 6",
"SSNo": "sample string 7",
"EmpNO": "sample string 8",
"AttendanceDate": "2026-05-06T16:16:13.7645154+02:00",
"CheckinDateFormat": "2026-05-06 16:16",
"CheckoutDateFormat": "2026-05-06 16:16"
},
{
"$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.