| PUT | /Core/Object/Locks |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Name | body | string | No | |
| Meta | body | Dictionary<string, string> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ResponseStatus | form | ResponseStatus | No | |
| Result | form | bool? | No | |
| ObjectLock | form | ObjectLock | No | |
| Meta | form | Dictionary<string, string> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Name | form | string | No | |
| Username | form | string | No | |
| Hostname | form | string | No | |
| LockTime | form | DateTime | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .wire suffix or ?format=wire
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
PUT /Core/Object/Locks HTTP/1.1
Host: 10.10.0.107
Accept: application/x-wire
Content-Type: application/x-wire
Content-Length: length
{"Name":"String","Meta":{"String":"String"}}
HTTP/1.1 200 OK
Content-Type: application/x-wire
Content-Length: length
{"ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String","Meta":{"String":"String"}}],"Meta":{"String":"String"}},"Result":false,"ObjectLock":{"Name":"String","Username":"String","Hostname":"String","LockTime":"\/Date(-62135596800000-0000)\/"},"Meta":{"String":"String"}}