Description | HTTP Request |
---|---|
Create Location |
POST /api/v2/business/{businessId}/location |
Delete Location |
DELETE /api/v2/business/{businessId}/location/{id} |
Get Location By Id |
GET /api/v2/business/{businessId}/location/{id} |
List Business Locations |
GET /api/v2/business/{businessId}/location |
List Employee Locations |
GET /api/v2/business/{businessId}/employee/{employeeId}/location |
Update Location |
PUT /api/v2/business/{businessId}/location/{id} |
Powered by DapperDox