PUT api/role/lettings/{id}/settobsigned

Set the terms of business for a landlord on a PropertyLettingRole

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

SetTOBSignedCommandDataContract
NameDescriptionTypeAdditional information
PersonId

integer

None.

TOBSigned

boolean

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Sample not available.

application/json, text/json

Sample:
{
  "PersonId": 1,
  "TOBSigned": true
}

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.