Statuses REST Endpoints
Business Objects/Locations/Statuses
The operations from the Business Objects/Locations/Statuses category.
- Create a Status
- Method: postPath:
/locations/{locationGid}/statuses
- Delete a Status
- Method: deletePath:
/locations/{locationGid}/statuses/{statusTypeGid}
- Get a Status
- Method: getPath:
/locations/{locationGid}/statuses/{statusTypeGid}
- Get Statuses
- Method: getPath:
/locations/{locationGid}/statuses
- Update a Status
- Method: patchPath:
/locations/{locationGid}/statuses/{statusTypeGid}
- Update Statuses
- Method: patchPath:
/locations/{locationGid}/statuses