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

Set the NRL details for a landlord on a PropertyLettingRole

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

Dezrez.Core.DataContracts.External.Api.Role.Command.UpdateLandlordInfo.SetNRLDetailsCommandDataContract
NameDescriptionTypeAdditional information
NRLStatus

boolean

None.

NRLNumber

string

None.

IBAN

string

None.

SWIFT

string

None.

Id

integer

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'SetNRLDetailsCommandDataContract'.

application/json, text/json

Sample:
{
  "NRLStatus": true,
  "NRLNumber": "sample string 2",
  "IBAN": "sample string 3",
  "SWIFT": "sample string 4",
  "Id": 5
}

Response Information

Resource Description

System.Net.Http.HttpResponseMessage
NameDescriptionTypeAdditional information
Version

System.Version

None.

Content

System.Net.Http.HttpContent

None.

StatusCode

System.Net.HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

System.Net.Http.HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.