Statuses REST Endpoints

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