POST api/transfer/unsuspend
Request Information
URI Parameters
None.
Body Parameters
ProcessSuspendFundsDataContractName | Description | Type | Additional information |
---|---|---|---|
BankAccountId | integer |
None. |
|
Amount | decimal number |
None. |
|
LedgerLineId | integer |
None. |
|
IsAgentCash | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "BankAccountId": 1, "Amount": 2.0, "LedgerLineId": 3, "IsAgentCash": true }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.