Employee

Send Employees list

POST /store-api/employees

Request Body

NameTypeDescription

id*

String

password

String

Retrieve Employees

GET /store-api/employee/{id}

Path Parameters

NameTypeDescription

id*

String

Create Employees

POST /store-api/employee

Update Employees

PATCH /store-api/employee/{id}

Path Parameters

NameTypeDescription

id*

String

Add Employee

POST /store-api/employee/add

Delete Employee

DELETE /store-api/employee/{id}

Path Parameters

NameTypeDescription

id*

String