POST api/transfer/interaccount
Transfer funds between bank accounts (also Deposit Cash/Cheques from Cash Held)
Request Information
URI Parameters
None.
Body Parameters
ProcessIatDataContractName | Description | Type | Additional information |
---|---|---|---|
Amount | decimal number |
None. |
|
EntityId | integer |
None. |
|
EntityType | IatType |
None. |
|
SourceBankAccountId | integer |
None. |
|
RecipientBankAccountId | integer |
None. |
|
DateTime | date |
None. |
|
ReceiptIds | Collection of integer |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
application/json, text/json
Sample:
{ "Amount": 1.0, "EntityId": 2, "EntityType": 0, "SourceBankAccountId": 3, "RecipientBankAccountId": 4, "DateTime": "2025-06-24T07:46:26.37178Z", "ReceiptIds": [ 1, 2 ] }
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.