Creates a new ClaimQueueLog
Success
Unauthorized
{- "claimQueueLog_Key": 0,
- "batch_Claim": 0,
- "batch_Number": 0,
- "claimQueueProcessor_Key": 0,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "log_Action": "string",
- "log_Date": "2019-08-24T14:15:22Z",
- "log_Message": "string",
- "log_Result": "string",
- "sharedObject_ID": 0,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}{- "data": {- "claimQueueLog_Key": 0,
- "batch_Claim": 0,
- "batch_Number": 0,
- "claimQueueProcessor_Key": 0,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "log_Action": "string",
- "log_Date": "2019-08-24T14:15:22Z",
- "log_Message": "string",
- "log_Result": "string",
- "sharedObject_ID": 0,
- "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 ClaimQueueLog
Success
Unauthorized
Updates a specific ClaimQueueLog.
Success
Unauthorized
{- "claimQueueLog_Key": 0,
- "batch_Claim": 0,
- "batch_Number": 0,
- "claimQueueProcessor_Key": 0,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "log_Action": "string",
- "log_Date": "2019-08-24T14:15:22Z",
- "log_Message": "string",
- "log_Result": "string",
- "sharedObject_ID": 0,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}{- "data": {- "claimQueueLog_Key": 0,
- "batch_Claim": 0,
- "batch_Number": 0,
- "claimQueueProcessor_Key": 0,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "log_Action": "string",
- "log_Date": "2019-08-24T14:15:22Z",
- "log_Message": "string",
- "log_Result": "string",
- "sharedObject_ID": 0,
- "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 ClaimQueueLog at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {- "claimQueueLog_Key": 0,
- "batch_Claim": 0,
- "batch_Number": 0,
- "claimQueueProcessor_Key": 0,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "log_Action": "string",
- "log_Date": "2019-08-24T14:15:22Z",
- "log_Message": "string",
- "log_Result": "string",
- "sharedObject_ID": 0,
- "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"
 }
}