Dimensions
Bulk Update Dimensions
This endpoint bulk updates dimensions.
post/dimensions/bulk
Request body
batch_idstring required
The batch ID for the bulk update operation
tld_idinteger required
The top-level dimension ID to update dimensions under
Response
Bulk update request accepted and queued for processing
idinteger required
parent_idinteger nullable required
namestring required
activeboolean required
status'ENABLED' | 'DISABLING_VALUES' | 'CLEARING_VALUES' | 'VALUES_CLEARED' | 'DISABLED'
- ENABLED - Enabled
- DISABLING_VALUES - Disabling Values
- CLEARING_VALUES - Clearing Values
- VALUES_CLEARED - Values Cleared
- DISABLED - Disabled
type'BASIC' | 'FORMULA' | 'TAG'
- BASIC - Basic
- FORMULA - Formula
- TAG - Tag
formulastring required
write_protection'NONE' | 'BLOCK' | 'ACTUALS' | 'AI'
- NONE - None
- BLOCK - Block
- ACTUALS - Actuals
- AI - AI
positioninteger
special_case_idstring nullable
datestring date nullable
has_childrenboolean
write_block_reasonstring required
If the dimension cannot be written to, return the reason why. Otherwise, return nothing.
Args: obj: The model object to be checked if can be written to.
Returns: str (Optional): The error blocking the dimension from being written to, if one exists
metadatastring nullable