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 Dezrez.Core.DataContracts.External.Api.Property.Command.CheckinKeys.PropertyKeyCheckInDataContractName | 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
System.Net.Http.HttpResponseMessageName | Description | Type | Additional 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. |