POST api/transfer/suspend
Move funds to suspense account to another ledger
Request Information
URI Parameters
None.
Body Parameters
Dezrez.Core.DataContracts.Accounts.Financial.Command.Suspend.ProcessSuspendFundsDataContractName | 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
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.