Class ByProjectKeyMeQuoteRequestsByIDHead

All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyMeQuoteRequestsByIDHead>, ErrorableTrait<ByProjectKeyMeQuoteRequestsByIDHead>, ClientRequestCommand<JsonNode>, CreateHttpRequestCommand, HttpRequestCommand<JsonNode>, RequestCommand<JsonNode>

Checks if my QuoteRequest exists for a given id. Returns a 200 OK status if the QuoteRequest exists or a 404 Not Found otherwise.



   CompletableFuture<ApiHttpResponse<com.fasterxml.jackson.databind.JsonNode>> result = apiRoot
            .withProjectKey("{projectKey}")
            .me()
            .quoteRequests()
            .withId("{ID}")
            .head()
            .execute()