Creates a new ReportTrack
Success
Unauthorized
{- "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"
}
{- "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"
}
}
Lists all ReportTrack
Success
Unauthorized
Updates a specific ReportTrack.
Success
Unauthorized
{- "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"
}
{- "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"
}
}
Create or Update multiple ReportTrack at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "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"
}
]
{- "data": [
- {
- "id": [
- {
- "key": "string",
- "value": "string"
}
], - "status": 0,
- "body": "string"
}
], - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}