Creates a new Funding
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": {
- "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"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Lists all Funding
Success
Unauthorized
Updates a specific Funding.
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": {
- "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"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Change the Payor ID and Account Key of an existing funding item.
Success
Unauthorized
Transfer funds from one account to another. Additionally, can auto-create a premium distribution if a Funding_Key of 0 is sent.
Success
Unauthorized
{- "payor_ID": "string",
- "account_Key": 0,
- "issue_Amount": 0.1,
- "issue_Type": "string",
- "issue_ID": "string",
- "issue_Name": "string",
- "issue_Date": "2019-08-24T14:15:22Z",
- "received_Date": "2019-08-24T14:15:22Z",
- "funding_Type": "string",
- "transfer_Funding_Type": "string",
- "transfer_Payor_ID": "string",
- "transfer_Account_Key": 0,
- "create_Check": true,
- "expense_Type": "string",
- "payee_ID": "string",
- "user_ID": "string"
}
{- "data": {
- "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"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Create or Update multiple Funding at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
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": [
- {
- "id": [
- {
- "key": "string",
- "value": "string"
}
], - "status": 0,
- "body": "string"
}
], - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}