Creates a new CostContainContext4Error
Success
Unauthorized
{- "error_Key": 0,
- "batch_Claim": 0,
- "batch_Number": 0,
- "caseIndex": "string",
- "category": "string",
- "defaultAction": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "errorDescription": "string",
- "errorNumber": "string",
- "itsValue": "string",
- "line": "string",
- "messageType": "string",
- "offendingCode": "string",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "error_Key": 0,
- "batch_Claim": 0,
- "batch_Number": 0,
- "caseIndex": "string",
- "category": "string",
- "defaultAction": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "errorDescription": "string",
- "errorNumber": "string",
- "itsValue": "string",
- "line": "string",
- "messageType": "string",
- "offendingCode": "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 CostContainContext4Error
Success
Unauthorized
Updates a specific CostContainContext4Error.
Success
Unauthorized
{- "error_Key": 0,
- "batch_Claim": 0,
- "batch_Number": 0,
- "caseIndex": "string",
- "category": "string",
- "defaultAction": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "errorDescription": "string",
- "errorNumber": "string",
- "itsValue": "string",
- "line": "string",
- "messageType": "string",
- "offendingCode": "string",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "error_Key": 0,
- "batch_Claim": 0,
- "batch_Number": 0,
- "caseIndex": "string",
- "category": "string",
- "defaultAction": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "errorDescription": "string",
- "errorNumber": "string",
- "itsValue": "string",
- "line": "string",
- "messageType": "string",
- "offendingCode": "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 CostContainContext4Error at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "error_Key": 0,
- "batch_Claim": 0,
- "batch_Number": 0,
- "caseIndex": "string",
- "category": "string",
- "defaultAction": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "errorDescription": "string",
- "errorNumber": "string",
- "itsValue": "string",
- "line": "string",
- "messageType": "string",
- "offendingCode": "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"
}
}