Properties
Optional AssortmentID
AssortmentID: undefined | number
Optional AttachedToUserID
AttachedToUserID: undefined | number
Optional CashHandlerID
CashHandlerID: undefined | number
Optional CostPriceCalculationMethod
Optional CountryID
CountryID: undefined | string
Optional CountrySubdivisionID
CountrySubdivisionID: undefined | string
Optional EnableEndlessSupplierStock
EnableEndlessSupplierStock: undefined | false | true
Optional LanguageID
LanguageID: undefined | string
Optional OrganizationUnitIDs
OrganizationUnitIDs: number[]
Optional OrganizationUnitSetID
OrganizationUnitSetID: undefined | number
Optional RegisterCashLimit
RegisterCashLimit: undefined | number
Optional ReturnOrganizationUnitID
ReturnOrganizationUnitID: undefined | number
Optional RoleSetID
RoleSetID: undefined | number
Optional SafeCashLimit
SafeCashLimit: undefined | number
Optional Subnet
Subnet: undefined | string
Optional TimeZone
TimeZone: undefined | string
Optional UseForAccounting
UseForAccounting: undefined | false | true
Optional VisibilityGroupID
VisibilityGroupID: undefined | number
Updates some of the non-unique the OrganizationUnit's settings. This service can be used to only update a subset of the settings of the OrganizationUnit by providing only the fields you want to update. If a field is not part of the request message (or has value
undefined
) then the setting is not updated. If the field is present but has a value ofnull
then it's assumed you want to unset the setting.The targeted OrganizationUnits can be identified by providing
OrganizationUnitIDs
or anOrganizationUnitSetID
.All OrganizationUnits will be updated, if one of them fails, no changes will be persisted.