POST v1/bunits/{bunitId}/users/{userId}/reporterrorconfig
Add report error configuration for user. This will override any default configuration and only affect the user.
                
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| bunitId | integer | Required | |
| userId | integer | Required | 
Body Parameters
ReportErrorConfig| Name | 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
ReportErrorConfig| Name | 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.