Creates a new ReportSeries
Success
Unauthorized
{- "reportSeries_Key": 0,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "series_Date": "2019-08-24T14:15:22Z",
- "series_Description": "string",
- "series_Status": "string",
- "series_Type": "string",
- "series_User": "string",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "reportSeries_Key": 0,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "series_Date": "2019-08-24T14:15:22Z",
- "series_Description": "string",
- "series_Status": "string",
- "series_Type": "string",
- "series_User": "string",
- "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 ReportSeries
Success
Unauthorized
Lists all ReportSeries
Success
Unauthorized
Updates a specific ReportSeries.
Success
Unauthorized
{- "reportSeries_Key": 0,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "series_Date": "2019-08-24T14:15:22Z",
- "series_Description": "string",
- "series_Status": "string",
- "series_Type": "string",
- "series_User": "string",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "reportSeries_Key": 0,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "series_Date": "2019-08-24T14:15:22Z",
- "series_Description": "string",
- "series_Status": "string",
- "series_Type": "string",
- "series_User": "string",
- "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 ReportSeries at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "reportSeries_Key": 0,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "series_Date": "2019-08-24T14:15:22Z",
- "series_Description": "string",
- "series_Status": "string",
- "series_Type": "string",
- "series_User": "string",
- "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"
}
}
Given a specific ReportSeriesStep_Key, apply Correspondence Tracking if the Report on said step is trackable and the step has the appropriate tracking arguments.
Success
Unauthorized
{- "reportSeriesStep_Key": 0,
- "report_File": "string"
}
{- "data": [
- {
- "reportTrack_Key": 0,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "priority": "string",
- "received_Date": "2019-08-24T14:15:22Z",
- "received_Status": "string",
- "received_User": "string",
- "reportQueueDetail_Key": 0,
- "sent_Date": "2019-08-24T14:15:22Z",
- "sent_Status": "string",
- "sent_To": "string",
- "sent_User": "string",
- "tracking_Status": "string",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
], - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}