PUT api/CalendarKeys
Request Information
URI Parameters
None.
Body Parameters
UpdateCalendarKeyRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| CalendarKeyId | integer |
Required |
|
| AuthorizationLevel | string |
Required |
|
| ChangedBy | string |
Required |
Remarks
None.
Example
None.
Request Formats
application/json, text/json
Sample:
{
"CalendarKeyId": 1,
"AuthorizationLevel": "sample string 2",
"ChangedBy": "sample string 4"
}
application/xml, text/xml
Sample:
<UpdateCalendarKeyRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Compilator.Calendar.Service.DTO"> <AuthorizationLevel>sample string 2</AuthorizationLevel> <CalendarKeyId>1</CalendarKeyId> <ChangedBy>sample string 4</ChangedBy> </UpdateCalendarKeyRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.