Employee
Send Employees list
POST
/store-api/employees
Request Body
Name | Type | Description |
---|---|---|
id* | String | |
password | String |
Retrieve Employees
GET
/store-api/employee/{id}
Path Parameters
Name | Type | Description |
---|---|---|
id* | String |
Create Employees
POST
/store-api/employee
Update Employees
PATCH
/store-api/employee/{id}
Path Parameters
Name | Type | Description |
---|---|---|
id* | String |
Add Employee
POST
/store-api/employee/add
Delete Employee
DELETE
/store-api/employee/{id}
Path Parameters
Name | Type | Description |
---|---|---|
id* | String |