POST api/transfer/interaccount
Transfer funds between bank accounts (also Deposit Cash/Cheques from Cash Held)
Request Information
URI Parameters
None.
Body Parameters
ProcessIatDataContract| Name | 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:
Sample not available.
application/json, text/json
Sample:
{
"Amount": 1.0,
"EntityId": 2,
"EntityType": 0,
"SourceBankAccountId": 3,
"RecipientBankAccountId": 4,
"DateTime": "2025-11-12T21:27:58.166717Z",
"ReceiptIds": [
1,
2
]
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.