PUT api/v1/Keys?updateVersionCode={updateVersionCode}
Updates existing key
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
updateVersionCode |
Is Key.VersionCode information updated. Default value is false to avoid breaking changes in API. |
boolean |
Default value is False |
Body Parameters
Parameter
UpdateKeyParamName | Description | Type | Additional information |
---|---|---|---|
Key |
Key update information |
Key |
None. |
Request Formats
application/json, text/json
Sample:
{ "Key": { "FNKey_ID": "74ada668-63b9-4527-b339-52f0d395a55b", "ROM_ID": "sample string 2", "Description": "sample string 3", "ExpireDate": "2025-05-20T12:02:25.7967449+03:00", "InfoText": "sample string 4", "Person_ID": "aea4a89f-2ad7-441d-94a1-ed37f0872402", "RealEstate_ID": "714adcbb-434e-408f-b136-e3df7ce5a3a7", "Stamp": "sample string 6", "State": 7, "TagKey": "sample string 8", "StampSource": 9, "TagKeySource": 10, "VersionCode": "sample string 11" } }
application/xml, text/xml
Sample:
<KeyParams.UpdateKeyParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/iloq.manager.server.ws.WebApi.Params"> <Key xmlns:d2p1="http://schemas.datacontract.org/2004/07/iloq.manager.server.bus"> <d2p1:Description>sample string 3</d2p1:Description> <d2p1:ExpireDate>2025-05-20T12:02:25.7967449+03:00</d2p1:ExpireDate> <d2p1:FNKey_ID>74ada668-63b9-4527-b339-52f0d395a55b</d2p1:FNKey_ID> <d2p1:InfoText>sample string 4</d2p1:InfoText> <d2p1:Person_ID>aea4a89f-2ad7-441d-94a1-ed37f0872402</d2p1:Person_ID> <d2p1:ROM_ID>sample string 2</d2p1:ROM_ID> <d2p1:RealEstate_ID>714adcbb-434e-408f-b136-e3df7ce5a3a7</d2p1:RealEstate_ID> <d2p1:Stamp>sample string 6</d2p1:Stamp> <d2p1:StampSource>9</d2p1:StampSource> <d2p1:State>7</d2p1:State> <d2p1:TagKey>sample string 8</d2p1:TagKey> <d2p1:TagKeySource>10</d2p1:TagKeySource> <d2p1:VersionCode>sample string 11</d2p1:VersionCode> </Key> </KeyParams.UpdateKeyParam>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.