POST api/receipt/fundsshortfall
Records funds from office account into client account and then to client if necessary.
Request Information
URI Parameters
None.
Body Parameters
ReceiptFundsShortfallDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| Date | date |
None. |
|
| BankAccountId | integer |
None. |
|
| OfficeAccountId | integer |
None. |
|
| RecipientAccountId | integer |
None. |
|
| Amount | decimal number |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{
"Date": "2025-11-15T00:27:03.9133968Z",
"BankAccountId": 1,
"OfficeAccountId": 2,
"RecipientAccountId": 1,
"Amount": 3.0
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.