POST api/transfer/suspend
Move funds to suspense account to another ledger
Request Information
URI Parameters
None.
Body Parameters
ProcessSuspendFundsDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| BankAccountId | integer |
None. |
|
| Amount | decimal number |
None. |
|
| LedgerLineId | integer |
None. |
|
| IsAgentCash | boolean |
None. |
|
| PropertyAccountId | integer |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{
"BankAccountId": 1,
"Amount": 2.0,
"LedgerLineId": 3,
"IsAgentCash": true,
"PropertyAccountId": 1
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.