Quotes REST Endpoints
            Store/SelfService/Quotes
        
        
    Quote Endpoints
- Accept the given quote.
 - Method: postPath:
/ccstore/v1/selfservice/quotes/{id}/accept - Creates/updates the order from the quote information for checkout
 - Method: postPath:
/ccstore/v1/selfservice/quotes/{id}/checkout - Download the proposal document from the CPQ
 - Method: getPath:
/ccstore/v1/selfservice/quotes/{id}/documents/{documentId} - Generates the quote proposal document
 - Method: postPath:
/ccstore/v1/selfservice/quotes/{id}/generateProposal - Get the Signature Details for a quote.
 - Method: postPath:
/ccstore/v1/selfservice/quotes/{id}/signatureDetails - Interact with the quote
 - Method: postPath:
/ccstore/v1/selfservice/quotes/{id}/interact - Reject a quote.
 - Method: postPath:
/ccstore/v1/selfservice/quotes/{id}/reject - Request changes for the given quote.
 - Method: postPath:
/ccstore/v1/selfservice/quotes/{id}/reRequest - Retrieves all charge sets for the specified quote belonging to the user based on the proper access rights
 - Method: getPath:
/ccstore/v1/selfservice/quotes/{id}/lines/{documentNumber}/charges - Retrieves all the quotes belonging to the user based on the proper access rights
 - Method: getPath:
/ccstore/v1/selfservice/quotes - Retrieves quotes comments for each quote belonging to the user based on the proper access rights
 - Method: getPath:
/ccstore/v1/selfservice/quotes/{id}/comments - Retrieves quotes lines for each quote belonging to the user based on the proper access rights
 - Method: getPath:
/ccstore/v1/selfservice/quotes/{id}/lines - Retrieves the quote detail based on quoteId
 - Method: getPath:
/ccstore/v1/selfservice/quotes/{id} - Update a quote with actions like adding a comment or assign the quote to seller.
 - Method: postPath:
/ccstore/v1/selfservice/quotes/{id}/update - Withdraw the Signature request for a quote.
 - Method: postPath:
/ccstore/v1/selfservice/quotes/{id}/cancelSignature