POST api/POS/AddEmployee
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| Ven | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Id": 1,
"StoreCode": "sample string 2",
"EmpCode": "sample string 3",
"EmpName": "sample string 4",
"IncNo": 5.1,
"Address1": "sample string 6",
"Address2": "sample string 7",
"City": "sample string 8",
"State": "sample string 9",
"PinCode": "sample string 10",
"Mobile": "sample string 11",
"Emptype": "sample string 12",
"ESINo": "sample string 13",
"PFNo": "sample string 14",
"ActiveStatus": "sample string 15",
"CreatedBy": "sample string 16",
"CreatedDate": "2025-10-29T17:13:09.791005+05:30",
"Scode": "sample string 18",
"Paytype": "sample string 19",
"Bankname": "sample string 20",
"Branchname": "sample string 21",
"IFSCcode": "sample string 22",
"Accno": "sample string 23",
"DOB": "sample string 24",
"DOJ": "sample string 25",
"PFElgible": "sample string 26",
"ESIElgible": "sample string 27"
}
application/x-www-form-urlencoded
Sample:
Response Information
Response body formats
application/json, text/json
Sample:
"sample string 1"