PUT api/property/{id}/keys/checkin
Checkin a collection of keys for a property
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The property id |
integer |
Required |
Body Parameters
The details of the keys to checkin
Collection of PropertyKeyCheckInDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| KeyId | integer |
None. |
|
| Note | string |
None. |
|
| PermanentOverride | boolean |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
[
{
"KeyId": 1,
"Note": "sample string 2",
"PermanentOverride": true
},
{
"KeyId": 1,
"Note": "sample string 2",
"PermanentOverride": true
}
]
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. |