Statuses REST Endpoints

Business Objects/Drivers/Statuses
The operations from the Business Objects/Drivers/Statuses category.
Create a Status
Method: post
Path: /drivers/{driverGid}/statuses
Delete a Status
Method: delete
Path: /drivers/{driverGid}/statuses/{statusTypeGid}
Get a Status
Method: get
Path: /drivers/{driverGid}/statuses/{statusTypeGid}
Get Statuses
Method: get
Path: /drivers/{driverGid}/statuses
Update a Status
Method: patch
Path: /drivers/{driverGid}/statuses/{statusTypeGid}
Update Statuses
Method: patch
Path: /drivers/{driverGid}/statuses