If custom attributes have been configured for any of the above entities (and the option has been chosen to copy the custom attribute values to the Data Warehouse), then they will be reported in the relevant API.
| Custom Attribute | Description | Example |
|---|---|---|
| Account | Account custom attribute presented in the account API. | "OrgUnitCustomAttribute": {
"NAME": "VALUE",
"NAME": "VALUE"
} |
| Entitlement | Entitlement custom attribute presented in the entitlement API. | "EntitlementCustomAttribute": {
"NAME": "VALUE",
"NAME": "VALUE"
} |
| License Model | License model custom attribute presented in the entitlement API. | "LicenseModelCustomAttribute": {
"NAME": "VALUE",
"NAME": "VALUE"
} |
| License Model Predefined | License model predefined custom attribute in the entitlement API. | "LicenseModelAttribute": {
"NAME": "VALUE",
"NAME": "VALUE"
} |
| Line Item | Line item custom attribute presented in the entitlement API. | "LineItemCustomAttribute": {
"NAME": "VALUE",
"NAME": "VALUE"
} |
| Maintenance Line Item | Maintenance line item custom attribute presented in the entitlement API. | "MaintenanceLineItemCustomAttribute": {
"NAME": "VALUE",
"NAME": "VALUE"
} |
| User | User custom attribute presented in the user API. | "UserCustomAttribute": {
"NAME": "VALUE",
"NAME": "VALUE"
} |