Creates a new ReportDefinition
Success
Unauthorized
{- "reportDefinition_Key": 0,
- "bR_Report_ID": "string",
- "combine_Navigation": true,
- "criteria_Object": "string",
- "custom_Report": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "exclude_Adjustment_Category": true,
- "exclude_Other_Category": true,
- "exclude_Total_Category": true,
- "group_Categories_Only": true,
- "help_File": "string",
- "help_Topic_ID": 0,
- "invoice_Category_Column_Count": 0,
- "navigation_Report": true,
- "report_Category": "string",
- "report_Description": "string",
- "report_Detail_Object": "string",
- "report_Example": "string",
- "report_ID": "string",
- "report_Library": "string",
- "report_Name": "string",
- "report_Object": "string",
- "schedule_Report": true,
- "series_Report": true,
- "trackable_Report": true,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "reportDefinition_Key": 0,
- "bR_Report_ID": "string",
- "combine_Navigation": true,
- "criteria_Object": "string",
- "custom_Report": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "exclude_Adjustment_Category": true,
- "exclude_Other_Category": true,
- "exclude_Total_Category": true,
- "group_Categories_Only": true,
- "help_File": "string",
- "help_Topic_ID": 0,
- "invoice_Category_Column_Count": 0,
- "navigation_Report": true,
- "report_Category": "string",
- "report_Description": "string",
- "report_Detail_Object": "string",
- "report_Example": "string",
- "report_ID": "string",
- "report_Library": "string",
- "report_Name": "string",
- "report_Object": "string",
- "schedule_Report": true,
- "series_Report": true,
- "trackable_Report": true,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Lists all ReportDefinition
Success
Unauthorized
Updates a specific ReportDefinition.
Success
Unauthorized
{- "reportDefinition_Key": 0,
- "bR_Report_ID": "string",
- "combine_Navigation": true,
- "criteria_Object": "string",
- "custom_Report": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "exclude_Adjustment_Category": true,
- "exclude_Other_Category": true,
- "exclude_Total_Category": true,
- "group_Categories_Only": true,
- "help_File": "string",
- "help_Topic_ID": 0,
- "invoice_Category_Column_Count": 0,
- "navigation_Report": true,
- "report_Category": "string",
- "report_Description": "string",
- "report_Detail_Object": "string",
- "report_Example": "string",
- "report_ID": "string",
- "report_Library": "string",
- "report_Name": "string",
- "report_Object": "string",
- "schedule_Report": true,
- "series_Report": true,
- "trackable_Report": true,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "reportDefinition_Key": 0,
- "bR_Report_ID": "string",
- "combine_Navigation": true,
- "criteria_Object": "string",
- "custom_Report": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "exclude_Adjustment_Category": true,
- "exclude_Other_Category": true,
- "exclude_Total_Category": true,
- "group_Categories_Only": true,
- "help_File": "string",
- "help_Topic_ID": 0,
- "invoice_Category_Column_Count": 0,
- "navigation_Report": true,
- "report_Category": "string",
- "report_Description": "string",
- "report_Detail_Object": "string",
- "report_Example": "string",
- "report_ID": "string",
- "report_Library": "string",
- "report_Name": "string",
- "report_Object": "string",
- "schedule_Report": true,
- "series_Report": true,
- "trackable_Report": true,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Create or Update multiple ReportDefinition at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "reportDefinition_Key": 0,
- "bR_Report_ID": "string",
- "combine_Navigation": true,
- "criteria_Object": "string",
- "custom_Report": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "exclude_Adjustment_Category": true,
- "exclude_Other_Category": true,
- "exclude_Total_Category": true,
- "group_Categories_Only": true,
- "help_File": "string",
- "help_Topic_ID": 0,
- "invoice_Category_Column_Count": 0,
- "navigation_Report": true,
- "report_Category": "string",
- "report_Description": "string",
- "report_Detail_Object": "string",
- "report_Example": "string",
- "report_ID": "string",
- "report_Library": "string",
- "report_Name": "string",
- "report_Object": "string",
- "schedule_Report": true,
- "series_Report": true,
- "trackable_Report": true,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
]
{- "data": [
- {
- "id": [
- {
- "key": "string",
- "value": "string"
}
], - "status": 0,
- "body": "string"
}
], - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}