Api changes
Added Resource(s)
- added resource
/{projectKey}/in-store/key={storeKey}/business-units
- added resource
/{projectKey}/in-store/key={storeKey}/business-units/key={key}
- added resource
/{projectKey}/in-store/key={storeKey}/business-units/{ID}
Added Method(s)
- added method
apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().businessUnits().get()
- added method
apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().businessUnits().head()
- added method
apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().businessUnits().post()
- added method
apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().businessUnits().withKey().get()
- added method
apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().businessUnits().withKey().head()
- added method
apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().businessUnits().withKey().post()
- added method
apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().businessUnits().withKey().delete()
- added method
apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().businessUnits().withId().get()
- added method
apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().businessUnits().withId().head()
- added method
apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().businessUnits().withId().post()
- added method
apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().businessUnits().withId().delete()
Added Property(s)
- added property
inheritedStores
to typeBusinessUnit
- added property
inheritedStores
to typeCompany
- added property
inheritedStores
to typeDivision