POST api/tenancy/{id}/settenantrequirements
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
TenantRequirementDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSmoker | boolean |
None. |
|
| IsStudent | boolean |
None. |
|
| HasChildren | boolean |
None. |
|
| HasPets | boolean |
None. |
|
| ReceivesHousingBenefits | boolean |
None. |
|
| Id | integer |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{
"IsSmoker": true,
"IsStudent": true,
"HasChildren": true,
"HasPets": true,
"ReceivesHousingBenefits": true,
"Id": 1
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.