POST api/Setting/PostEmployee
Post Employeee added from NIMPOS system
Request Information
URI Parameters
None.
Body Parameters
Employee Model
EmployeeName | 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": "19ee7ac8-e9d3-437c-bdc5-f433754dc791", "FirstName": "sample string 2", "LastName": "sample string 3", "EmpNO": "sample string 4", "SSNO": "sample string 5", "Email": "sample string 6", "Deleted": true, "Created": "2025-04-04T05:19:34.5080083+02:00", "Updated": "2025-04-04T05:19:34.5080083+02:00", "Logs": [ { "$id": "2", "LogId": "a1696954-02d2-4549-8e46-b908064ff026", "EmployeeId": "26ca6a24-d340-470b-878a-83ad94d2c1ae", "Employee": { "$ref": "1" }, "OutletId": "5590ebb0-715a-40c7-adb3-8de544ef0908", "CheckIn": "2025-04-04T05:19:34.5080083+02:00", "CheckOut": "2025-04-04T05:19:34.5080083+02:00", "Completed": true, "Synced": true, "EmployeeName": "sample string 6", "SSNo": "sample string 7", "EmpNO": "sample string 8", "AttendanceDate": "2025-04-04T05:19:34.5080083+02:00", "CheckinDateFormat": "2025-04-04 05:19", "CheckoutDateFormat": "2025-04-04 05:19" }, { "$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.