Class ByProjectKeyRecurringOrdersByIDHead

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

Checks if a Recurring Order exists with the provided id. Returns a 200 status if the Recurring Order exists, or a NotFound error otherwise.



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