Class ByProjectKeyZonesKeyByKeyPost

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



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.zone.Zone>> result = apiRoot
            .withProjectKey("{projectKey}")
            .zones()
            .withKey("{key}")
            .post(null)
            .execute()