POST api/transfer/interaccount

Transfer funds between bank accounts (also Deposit Cash/Cheques from Cash Held)

Request Information

URI Parameters

None.

Body Parameters

ProcessIatDataContract
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ProcessIatDataContract'.

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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.