PUT api/progression/lettings/{id}/settenanthousingbenefits
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
SetTenantHousingBenefitDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| GroupId | integer |
None. |
|
| Reference | string |
None. |
|
| ReceivesBenefits | boolean |
None. |
|
| TenantInfoId | integer |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{
"GroupId": 1,
"Reference": "sample string 2",
"ReceivesBenefits": true,
"TenantInfoId": 4
}
Response Information
Resource Description
TenantHousingBenefitDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| LocalAuthorityId | integer |
None. |
|
| ReceivesBenefits | boolean |
None. |
|
| Reference | string |
None. |
|
| Id | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"LocalAuthorityId": 1,
"ReceivesBenefits": true,
"Reference": "sample string 3",
"Id": 4
}