Creates a new FundingDeposit
Success
Unauthorized
{- "deposit_Key": 0,
- "deposit_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "reconcile_Key": 0,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "deposit_Key": 0,
- "deposit_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "reconcile_Key": 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 FundingDeposit
Success
Unauthorized
Creates Funding items and attaches them to an existing Deposit.
Success
Unauthorized
[- {
- "funding_Key": 0,
- "account_Key": 0,
- "cleared_Amount": 0.1,
- "cleared_Date": "2019-08-24T14:15:22Z",
- "deposit_Key": 0,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "funding_Status": "string",
- "funding_Type": "string",
- "issue_Amount": 0.1,
- "issue_Date": "2019-08-24T14:15:22Z",
- "issue_ID": "string",
- "issue_Name": "string",
- "issue_Type": "string",
- "payor_ID": "string",
- "received_Date": "2019-08-24T14:15:22Z",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
]
{- "data": {
- "deposit_Key": 0,
- "deposit_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "reconcile_Key": 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"
}
}
Updates a specific FundingDeposit.
Success
Unauthorized
{- "deposit_Key": 0,
- "deposit_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "reconcile_Key": 0,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "deposit_Key": 0,
- "deposit_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "reconcile_Key": 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"
}
}
Deletes an FundingDeposit entry and changes the associated Funding items back to unassigned (not part of any deposit).
Success
Unauthorized
Create or Update multiple FundingDeposit at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "deposit_Key": 0,
- "deposit_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "reconcile_Key": 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"
}
}