POST api/tenancy/{id}/setagreement
Set Agreement type for the tenancy.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
Tenant Role Id |
integer |
Required |
Body Parameters
Dezrez.Core.DataContracts.External.Api.Lettings.Command.SetAgreementDataContractName | Description | Type | Additional information |
---|---|---|---|
AgreementType | Dezrez.Core.DataContracts.External.Api.System.EnumDataContract |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{ "AgreementType": { "Id": 1, "Name": "sample string 2", "SystemName": "sample string 3" } }
Response Information
Resource Description
Dezrez.Core.DataContracts.External.Api.Role.Query.Get.Group.TenantRoleDataContractResponse Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.