Class ByProjectKeyRecurrencePoliciesPostString

All Implemented Interfaces:
Deprecatable201Trait<ByProjectKeyRecurrencePoliciesPostString>, ErrorableTrait<ByProjectKeyRecurrencePoliciesPostString>, ExpandableTrait<ByProjectKeyRecurrencePoliciesPostString>, ClientRequestCommand<RecurrencePolicy>, CreateHttpRequestCommand, HttpRequestCommand<RecurrencePolicy>, RequestCommand<RecurrencePolicy>

Creates a Recurrence Policy in the Project.



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.recurrence_policy.RecurrencePolicy>> result = apiRoot
            .withProjectKey("{projectKey}")
            .recurrencePolicies()
            .post("")
            .execute()