Cost Options REST Endpoints
Business Objects/Quotes/Cost Options
The operations from the Business Objects/Quotes/Cost Options category.
- Create a Cost Option
- Method: postPath:
/quotes/{quoteGid}/costOptions - Delete a Cost Option
- Method: deletePath:
/quotes/{quoteGid}/costOptions/{costOptionSequence} - Get a Cost Option
- Method: getPath:
/quotes/{quoteGid}/costOptions/{costOptionSequence} - Get Cost Options
- Method: getPath:
/quotes/{quoteGid}/costOptions - Update a Cost Option
- Method: patchPath:
/quotes/{quoteGid}/costOptions/{costOptionSequence} - Update Cost Options
- Method: patchPath:
/quotes/{quoteGid}/costOptions