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