PUT api/role/lettings/{id}/setrentshare
Set the rent share for landlords on PropertyLettingRole
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
Collection of SetRentShareCommandDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| PersonId | integer |
None. |
|
| RentShare | decimal number |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
[
{
"PersonId": 1,
"RentShare": 2.1
},
{
"PersonId": 1,
"RentShare": 2.1
}
]
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |