POST api/deposit/schemes/transfer

Request Information

URI Parameters

None.

Body Parameters

Dezrez.Core.DataContracts.External.Api.Lettings.Command.MoveDepositToSchemeDataContract
NameDescriptionTypeAdditional information
Amount

decimal number

None.

TenantRoleId

integer

None.

ClientAccountId

integer

None.

DateTime

date

None.

DepositRelatedId

string

None.

DepositSchemeId

integer

None.

DepositCollectionId

integer

None.

DepositGroupingReference

string

None.

AllocationIds

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 'MoveDepositToSchemeDataContract'.

application/json, text/json

Sample:
{
  "Amount": 1.0,
  "TenantRoleId": 2,
  "ClientAccountId": 1,
  "DateTime": "2024-03-29T10:53:25.127361Z",
  "DepositRelatedId": "sample string 3",
  "DepositSchemeId": 4,
  "DepositCollectionId": 5,
  "DepositGroupingReference": "sample string 6",
  "AllocationIds": [
    1,
    2
  ]
}

Response Information

Resource Description

Dezrez.Core.DataContracts.Accounts.Ledger.Query.LedgerLineTransactionDataContract
NameDescriptionTypeAdditional information
DrCr

string

None.

Amount

decimal number

None.

AccountId

integer

None.

AccountType

string

None.

Id

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "DrCr": "sample string 1",
  "Amount": 2.0,
  "AccountId": 3,
  "AccountType": "sample string 4",
  "Id": 5
}