Class ByProjectKeyStandalonePricesByIDPost

All Implemented Interfaces:
ConflictingTrait<ByProjectKeyStandalonePricesByIDPost>, Deprecatable200Trait<ByProjectKeyStandalonePricesByIDPost>, ErrorableTrait<ByProjectKeyStandalonePricesByIDPost>, ExpandableTrait<ByProjectKeyStandalonePricesByIDPost>, ClientRequestCommand<StandalonePrice>, CreateHttpRequestCommand, HttpRequestCommand<StandalonePrice>, RequestCommand<StandalonePrice>

If a modification is already in progress for the exact combination of SKU and price scope fields, an ExactLockConflict or ValidityLockConflict error is returned.



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.standalone_price.StandalonePrice>> result = apiRoot
            .withProjectKey("{projectKey}")
            .standalonePrices()
            .withId("{ID}")
            .post(null)
            .execute()