PUT api/progression/lettings/{id}/settenanthousingbenefits

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

Dezrez.Core.DataContracts.External.Api.Role.Command.SetTenantHousingBenefit.SetTenantHousingBenefitDataContract
NameDescriptionTypeAdditional 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

Dezrez.Core.DataContracts.External.Api.Role.Query.Get.Group.TenantHousingBenefitDataContract
NameDescriptionTypeAdditional 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
}