PUT api/v1/CalendarDataTitles

Updates existing calendar

Request Information

URI Parameters

None.

Body Parameters

Calendar to update

CalendarDataTitle
NameDescriptionTypeAdditional information
CalendarDataTitle_ID

Calendar ID

globally unique identifier

None.

Description

Description

string

None.

Name

Name

string

None.

RealEstate_ID

Real estate id

globally unique identifier

None.

Type

Type

CalendarDataTitleType

None.

Zone_ID

Zone id

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "CalendarDataTitle_ID": "aed6a112-57c3-439d-832a-9dce74af25d0",
  "Description": "sample string 2",
  "Name": "sample string 3",
  "RealEstate_ID": "7f7c3d57-3a6c-4f25-938a-2313438a62f2",
  "Type": 0,
  "Zone_ID": "4399d8d6-14f0-424d-a66d-01630f43f3e7"
}

application/xml, text/xml

Sample:
<CalendarDataTitle xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/iloq.manager.server.bus">
  <CalendarDataTitle_ID>aed6a112-57c3-439d-832a-9dce74af25d0</CalendarDataTitle_ID>
  <Description>sample string 2</Description>
  <Name>sample string 3</Name>
  <RealEstate_ID>7f7c3d57-3a6c-4f25-938a-2313438a62f2</RealEstate_ID>
  <Type>TimeControlCalendar</Type>
  <Zone_ID>4399d8d6-14f0-424d-a66d-01630f43f3e7</Zone_ID>
</CalendarDataTitle>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.