Quotes REST Endpoints

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