Class ByProjectKeyStandalonePricesByIDHead

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

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



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