Creates a new RequestLog
Success
Unauthorized
{- "log_Key": 0,
 - "field_Name": "string",
 - "log_Date": "2019-08-24T14:15:22Z",
 - "new_Value": "string",
 - "old_Value": "string",
 - "request_Key": 0,
 - "userId": 0
 
}{- "data": {
- "log_Key": 0,
 - "field_Name": "string",
 - "log_Date": "2019-08-24T14:15:22Z",
 - "new_Value": "string",
 - "old_Value": "string",
 - "request_Key": 0,
 - "userId": 0
 
}, - "error": {
- "detail": "string",
 - "instance": "string",
 - "status": 0,
 - "title": "string",
 - "type": "string"
 
}, - "debug": {
- "activityID": "string"
 
} 
}Lists all RequestLog for the given Request_Key
Success
Unauthorized
Updates a specific RequestLog.
Success
Unauthorized
{- "log_Key": 0,
 - "field_Name": "string",
 - "log_Date": "2019-08-24T14:15:22Z",
 - "new_Value": "string",
 - "old_Value": "string",
 - "request_Key": 0,
 - "userId": 0
 
}{- "data": {
- "log_Key": 0,
 - "field_Name": "string",
 - "log_Date": "2019-08-24T14:15:22Z",
 - "new_Value": "string",
 - "old_Value": "string",
 - "request_Key": 0,
 - "userId": 0
 
}, - "error": {
- "detail": "string",
 - "instance": "string",
 - "status": 0,
 - "title": "string",
 - "type": "string"
 
}, - "debug": {
- "activityID": "string"
 
} 
}Create or Update multiple RequestLog at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "log_Key": 0,
 - "field_Name": "string",
 - "log_Date": "2019-08-24T14:15:22Z",
 - "new_Value": "string",
 - "old_Value": "string",
 - "request_Key": 0,
 - "userId": 0
 
} 
]{- "data": [
- {
- "id": [
- {
- "key": "string",
 - "value": "string"
 
} 
], - "status": 0,
 - "body": "string"
 
} 
], - "error": {
- "detail": "string",
 - "instance": "string",
 - "status": 0,
 - "title": "string",
 - "type": "string"
 
}, - "debug": {
- "activityID": "string"
 
} 
}