Employer
The Employer feature allows the user to view, add, modify or delete employers for the practice.
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Endpoints
- Primary
Get practice's list of
employees
GET
/v1/{practiceid}/employers
Retrieves a list of available patient employers
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Input Parameters
Expand all❙ required
Output Parameters
Expand allExample Code
Create new employee
record
POST
/v1/{practiceid}/employers
Creates a record for an employer
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Input Parameters
Expand all❙ Request Body
Expand allOutput Parameters
Expand allExample Code
Delete an employee
record
DELETE
/v1/{practiceid}/employers/{employerid}
Deletes the record of a specified employer
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Input Parameters
Expand allOutput Parameters
Expand allExample Code
Get specific employee
record
GET
/v1/{practiceid}/employers/{employerid}
Retrieves information of a single employer detail
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Input Parameters
Expand allOutput Parameters
Expand allExample Code
Update specific employee
record
PUT
/v1/{practiceid}/employers/{employerid}
Modifies information of a specific employer
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Input Parameters
Expand all❙ Request Body
Expand allOutput Parameters
Expand allExample Code
Undelete specific employee
record
PUT
/v1/{practiceid}/employers/{employerid}/undelete
Re-active a deleted the record of a specified employer
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Input Parameters
Expand allOutput Parameters
Expand allExample Code