Protected ReadonlyargsOptionalmethodArgs: {Checks if a QuoteRequest exists with the provided key in a BusinessUnit. Returns a 200 OK status if the QuoteRequest exists or a Not Found error otherwise.
OptionalmethodArgs: { headers?: { [key: string]: string | string[] } }Updates a QuoteRequest in a BusinessUnit using one or more update actions. If the QuoteRequest exists in the Project but does not reference the requested BusinessUnit, this method returns an InvalidOperation error.
Retrieves a QuoteRequest with the provided
keyin a BusinessUnit. If the QuoteRequest exists in the Project but does not reference the requested BusinessUnit, this method returns an InvalidOperation error.