Class ByProjectKeyInStoreKeyByStoreKeyCustomersByIDPost

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

If the Customer exists in the Project but the stores field references a different Store, this method returns a ResourceNotFound error.



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