PUT api/role/lettings/{id}/setnrldetails
Set the NRL details for a landlord on a PropertyLettingRole
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
SetNRLDetailsCommandDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| NRLStatus | boolean |
None. |
|
| NRLNumber | string |
None. |
|
| IBAN | string |
None. |
|
| SWIFT | string |
None. |
|
| Id | integer |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
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
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |