POST api/transfer/unsuspend

Move funds from suspense account to another ledger

Request Information

URI Parameters

None.

Body Parameters

ProcessSuspendFundsDataContract
NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.