POST api/deposit/landlord/transfer
Request Information
URI Parameters
None.
Body Parameters
MoveDepositToLandlordDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| TenantRoleId | integer |
None. |
|
| ClientAccountId | integer |
None. |
|
| AllocationIds | Collection of integer |
None. |
|
| PropertyAccountId | integer |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{
"TenantRoleId": 1,
"ClientAccountId": 2,
"AllocationIds": [
1,
2
],
"PropertyAccountId": 1
}
Response Information
Resource Description
LedgerLineTransactionDataContract| Name | Description | Type | Additional 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
}