POST v1/bunits/{bunitId}/reporterrorconfig
Add a new report error configuration for business unit. The new configuration will be inherited by the business unit's descendants but also override the business unit's currently inherited configuration.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
bunitId |
integer |
Required |
Body Parameters
ReportErrorConfigName | Description | Type | Additional information |
---|---|---|---|
NodeErrorConfig |
Defines when node warnings should be considered errors. |
Collection of NodeErrorDefinition |
None. |
BusinessUnitErrorConfig |
Defines when business unit warnings should be considered errors. |
Collection of BusinessUnitErrorDefinition |
None. |
Inherited |
This report error config is inherited from an ancestor. |
boolean |
None. |
UsingOwnConfig |
When getting a config it can be related to a user or a business unit If using own config the config of the user is returned |
boolean |
None. |
EditDate |
Time and date the object was edited. |
date |
Read-only. |
Id |
A unique ID for the object. |
integer |
Read-only. |
CreatedDate |
Time and date the object was created. |
date |
Read-only. |
ArchivedDate |
Time and date the object was or is going to be archived. Unarchived objects have no value in ArchivedDate |
date |
Read-only. |
Operations |
Collection of OperationResult |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
Response Information
Resource Description
ReportErrorConfigName | Description | Type | Additional information |
---|---|---|---|
NodeErrorConfig |
Defines when node warnings should be considered errors. |
Collection of NodeErrorDefinition |
None. |
BusinessUnitErrorConfig |
Defines when business unit warnings should be considered errors. |
Collection of BusinessUnitErrorDefinition |
None. |
Inherited |
This report error config is inherited from an ancestor. |
boolean |
None. |
UsingOwnConfig |
When getting a config it can be related to a user or a business unit If using own config the config of the user is returned |
boolean |
None. |
EditDate |
Time and date the object was edited. |
date |
Read-only. |
Id |
A unique ID for the object. |
integer |
Read-only. |
CreatedDate |
Time and date the object was created. |
date |
Read-only. |
ArchivedDate |
Time and date the object was or is going to be archived. Unarchived objects have no value in ArchivedDate |
date |
Read-only. |
Operations |
Collection of OperationResult |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.