Class ByProjectKeyCustomersByIDPostString

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.BodyApiMethod<T,TResult,String>
io.vrap.rmf.base.client.StringBodyApiMethod<ByProjectKeyCustomersByIDPostString,Customer>
com.commercetools.api.client.ByProjectKeyCustomersByIDPostString
All Implemented Interfaces:
ConflictingTrait<ByProjectKeyCustomersByIDPostString>, Deprecatable200Trait<ByProjectKeyCustomersByIDPostString>, ErrorableTrait<ByProjectKeyCustomersByIDPostString>, ExpandableTrait<ByProjectKeyCustomersByIDPostString>, io.vrap.rmf.base.client.ClientRequestCommand<Customer>, io.vrap.rmf.base.client.RequestCommand<Customer>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.customer.Customer>> result = apiRoot
            .withProjectKey("{projectKey}")
            .customers()
            .withId("{ID}")
            .post("")
            .execute()