Creates a new ChecksDetail
Success
Unauthorized
{- "check_ID": 0,
- "item_Seq": 0,
- "adjustment": 0.1,
- "admin_Amt": 0.1,
- "amount_Due": 0.1,
- "claim_Number": 0,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "interest": 0.1,
- "item_Date": "2019-08-24T14:15:22Z",
- "item_Description": "string",
- "item_Type": "str",
- "message": "string",
- "processed": "s",
- "provider_ID": "string",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "check_ID": 0,
- "item_Seq": 0,
- "adjustment": 0.1,
- "admin_Amt": 0.1,
- "amount_Due": 0.1,
- "claim_Number": 0,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "interest": 0.1,
- "item_Date": "2019-08-24T14:15:22Z",
- "item_Description": "string",
- "item_Type": "str",
- "message": "string",
- "processed": "s",
- "provider_ID": "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 ChecksDetail for the given checkID
Success
Unauthorized
Updates a specific ChecksDetail.
Success
Unauthorized
{- "check_ID": 0,
- "item_Seq": 0,
- "adjustment": 0.1,
- "admin_Amt": 0.1,
- "amount_Due": 0.1,
- "claim_Number": 0,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "interest": 0.1,
- "item_Date": "2019-08-24T14:15:22Z",
- "item_Description": "string",
- "item_Type": "str",
- "message": "string",
- "processed": "s",
- "provider_ID": "string",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "check_ID": 0,
- "item_Seq": 0,
- "adjustment": 0.1,
- "admin_Amt": 0.1,
- "amount_Due": 0.1,
- "claim_Number": 0,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "interest": 0.1,
- "item_Date": "2019-08-24T14:15:22Z",
- "item_Description": "string",
- "item_Type": "str",
- "message": "string",
- "processed": "s",
- "provider_ID": "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 ChecksDetail at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "check_ID": 0,
- "item_Seq": 0,
- "adjustment": 0.1,
- "admin_Amt": 0.1,
- "amount_Due": 0.1,
- "claim_Number": 0,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "interest": 0.1,
- "item_Date": "2019-08-24T14:15:22Z",
- "item_Description": "string",
- "item_Type": "str",
- "message": "string",
- "processed": "s",
- "provider_ID": "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"
}
}