POST api/transfer/interaccount
Transfer funds between bank accounts (also Deposit Cash/Cheques from Cash Held)
Request Information
URI Parameters
None.
Body Parameters
Dezrez.Core.DataContracts.Accounts.Financial.Command.IAT.ProcessIatDataContractName | Description | Type | Additional information |
---|---|---|---|
Amount | decimal number |
None. |
|
EntityId | integer |
None. |
|
EntityType | Dezrez.Core.DataContracts.Accounts.Financial.Query.IAT.IatType |
None. |
|
SourceBankAccountId | integer |
None. |
|
RecipientBankAccountId | integer |
None. |
|
DateTime | date |
None. |
|
ReceiptIds | Collection of integer |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{ "Amount": 1.0, "EntityId": 2, "EntityType": 0, "SourceBankAccountId": 3, "RecipientBankAccountId": 4, "DateTime": "2024-11-21T09:44:43.8830206Z", "ReceiptIds": [ 1, 2 ] }
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.