POST api/transfer/contra
Contra funds between ledgers
Request Information
URI Parameters
None.
Body Parameters
Dezrez.Core.DataContracts.Accounts.Financial.Command.Contra.ProcessContraPaymentDataContractName | Description | Type | Additional information |
---|---|---|---|
SourceBankAccountId | integer |
None. |
|
RecipientBankAccountId | integer |
None. |
|
Amount | decimal number |
None. |
|
Reason | string |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{ "SourceBankAccountId": 1, "RecipientBankAccountId": 2, "Amount": 3.0, "Reason": "sample string 4" }
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.