POST api/tenancy/{id}/setrenewaloptions
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
SetRenewalOptionsDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| LandlordPreference | EnumDataContract |
None. |
|
| LandlordEndTenancyReason | EnumDataContract |
None. |
|
| LandlordNotes | string |
None. |
|
| TenantPreference | EnumDataContract |
None. |
|
| TenantEndTenancyReason | EnumDataContract |
None. |
|
| TenantNotes | string |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{
"LandlordPreference": {
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
},
"LandlordEndTenancyReason": {
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
},
"LandlordNotes": "sample string 1",
"TenantPreference": {
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
},
"TenantEndTenancyReason": {
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
},
"TenantNotes": "sample string 2"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.