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.ProcessIatDataContract
NameDescriptionTypeAdditional 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-03-28T20:31:31.080756Z",
  "ReceiptIds": [
    1,
    2
  ]
}

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.