PUT api/BookingTypes/{bookingTypeIdentity}/BookingRequests/{id}/Occurrences/{occurrenceIdentity}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| bookingTypeIdentity | string |
Required |
|
| id | string |
Required |
|
| occurrenceIdentity | string |
Required |
Body Parameters
BookingRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Identity | globally unique identifier |
None. |
|
| Description | string |
None. |
|
| Name | string |
None. |
|
| EventType | string |
None. |
|
| Owner | string |
None. |
|
| StartDateTime | date |
None. |
|
| EndDateTime | date |
None. |
|
| RecurrencePattern | RecurrencePatternObject |
None. |
|
| Occurrences | Collection of Occurrence |
None. |
|
| BookingTypeIdentity | globally unique identifier |
None. |
|
| FormIdentity | globally unique identifier |
None. |
|
| OccurrenceGroupIdentity | globally unique identifier |
None. |
|
| Resources | Collection of BookingResource |
None. |
|
| CanEdit | boolean |
None. |
|
| EventIdentity | globally unique identifier |
None. |
|
| BookerName | string |
None. |
|
| BookerEmailAddress | string |
None. |
|
| AdditionalEmailAddresses | Collection of string |
None. |
|
| Status | string |
None. |
|
| HasRecurrence | boolean |
None. |
|
| IsEdited | boolean |
None. |
|
| Reference | string |
None. |
|
| BookingRequestFormValue | BookingRequestFormValue |
None. |
|
| HistoryCount | integer |
None. |
|
| RevisedBy | string |
None. |
|
| RevisedByEmailAddress | string |
None. |
|
| SkipUpdateOccurrencePattern | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Identity": "a231f561-4b2f-42be-841f-6087f1fc5102",
"Description": "sample string 2",
"Name": "sample string 3",
"EventType": "sample string 4",
"Owner": "sample string 5",
"StartDateTime": "2025-12-22T10:47:03.328871+00:00",
"EndDateTime": "2025-12-22T10:47:03.328871+00:00",
"RecurrencePattern": {
"RecurrenceType": 0,
"EndDateTime": "2025-12-22T10:47:03.328871+00:00",
"StartDateTime": "2025-12-22T10:47:03.328871+00:00",
"Interval": 3,
"UntilType": 0,
"UntilDate": "2025-12-22T10:47:03.328871+00:00",
"NumberOfOccurrences": 5,
"RecurrenceDescription": "sample string 6",
"RecurrencePatternComplexDescription": "sample string 7"
},
"Occurrences": [
{
"Identity": "41367bb1-2b32-40ae-8bfe-b8a6bcc4fa62",
"IsEdited": true,
"StartDateTime": "2025-12-22T10:47:03.328871+00:00",
"EndDateTime": "2025-12-22T10:47:03.328871+00:00"
},
{
"Identity": "41367bb1-2b32-40ae-8bfe-b8a6bcc4fa62",
"IsEdited": true,
"StartDateTime": "2025-12-22T10:47:03.328871+00:00",
"EndDateTime": "2025-12-22T10:47:03.328871+00:00"
}
],
"BookingTypeIdentity": "f5eee803-ba25-474d-ac66-9b262ae4b781",
"FormIdentity": "d8d4cb83-ab84-44d5-aea5-1fcb49d4ac9a",
"OccurrenceGroupIdentity": "9c007376-0a9a-4af8-8882-ba8b2c2e209e",
"Resources": [
{
"ResourceTypeIdentity": "55fd9270-c5d5-43d5-b4a1-e29b4fa3c830",
"ResourceTypeName": "sample string 2",
"ExternalApplicationIdentity": "757d3cb3-26c0-434e-86f9-69a56bf74afe",
"ResourceRestrictionIdentity": "593f1030-475e-4475-b2eb-938a639aa51f",
"IsPrimary": true,
"Identity": "5c6e8889-2dda-4004-bf4b-4e2f2cc28361",
"Name": "sample string 7"
},
{
"ResourceTypeIdentity": "55fd9270-c5d5-43d5-b4a1-e29b4fa3c830",
"ResourceTypeName": "sample string 2",
"ExternalApplicationIdentity": "757d3cb3-26c0-434e-86f9-69a56bf74afe",
"ResourceRestrictionIdentity": "593f1030-475e-4475-b2eb-938a639aa51f",
"IsPrimary": true,
"Identity": "5c6e8889-2dda-4004-bf4b-4e2f2cc28361",
"Name": "sample string 7"
}
],
"CanEdit": true,
"EventIdentity": "27844ad2-1e17-49e3-a5ae-fd8464c18845",
"BookerName": "sample string 13",
"BookerEmailAddress": "sample string 14",
"AdditionalEmailAddresses": [
"sample string 1",
"sample string 2"
],
"Status": "sample string 15",
"HasRecurrence": true,
"IsEdited": true,
"Reference": "sample string 17",
"BookingRequestFormValue": {
"Identity": "d6e05050-a5d8-4412-92c1-249821750173",
"Name": "sample string 2",
"Sections": [
{
"Identity": "05f16a6d-2d28-4281-a5a8-e61efdab29e7",
"Name": "sample string 2",
"Rank": 3,
"Fields": [
{
"Identity": "d6412cd9-8798-48ee-a8b6-526af923c3a0",
"FieldType": 0,
"Rank": 2,
"Description": "sample string 3",
"ShortDescription": "sample string 4",
"Values": [
{},
{}
]
},
{
"Identity": "d6412cd9-8798-48ee-a8b6-526af923c3a0",
"FieldType": 0,
"Rank": 2,
"Description": "sample string 3",
"ShortDescription": "sample string 4",
"Values": [
{},
{}
]
}
]
},
{
"Identity": "05f16a6d-2d28-4281-a5a8-e61efdab29e7",
"Name": "sample string 2",
"Rank": 3,
"Fields": [
{
"Identity": "d6412cd9-8798-48ee-a8b6-526af923c3a0",
"FieldType": 0,
"Rank": 2,
"Description": "sample string 3",
"ShortDescription": "sample string 4",
"Values": [
{},
{}
]
},
{
"Identity": "d6412cd9-8798-48ee-a8b6-526af923c3a0",
"FieldType": 0,
"Rank": 2,
"Description": "sample string 3",
"ShortDescription": "sample string 4",
"Values": [
{},
{}
]
}
]
}
]
},
"HistoryCount": 18,
"RevisedBy": "sample string 19",
"RevisedByEmailAddress": "sample string 20",
"SkipUpdateOccurrencePattern": true
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BookingRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Identity | globally unique identifier |
None. |
|
| Description | string |
None. |
|
| Name | string |
None. |
|
| EventType | string |
None. |
|
| Owner | string |
None. |
|
| StartDateTime | date |
None. |
|
| EndDateTime | date |
None. |
|
| RecurrencePattern | RecurrencePatternObject |
None. |
|
| Occurrences | Collection of Occurrence |
None. |
|
| BookingTypeIdentity | globally unique identifier |
None. |
|
| FormIdentity | globally unique identifier |
None. |
|
| OccurrenceGroupIdentity | globally unique identifier |
None. |
|
| Resources | Collection of BookingResource |
None. |
|
| CanEdit | boolean |
None. |
|
| EventIdentity | globally unique identifier |
None. |
|
| BookerName | string |
None. |
|
| BookerEmailAddress | string |
None. |
|
| AdditionalEmailAddresses | Collection of string |
None. |
|
| Status | string |
None. |
|
| HasRecurrence | boolean |
None. |
|
| IsEdited | boolean |
None. |
|
| Reference | string |
None. |
|
| BookingRequestFormValue | BookingRequestFormValue |
None. |
|
| HistoryCount | integer |
None. |
|
| RevisedBy | string |
None. |
|
| RevisedByEmailAddress | string |
None. |
|
| SkipUpdateOccurrencePattern | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Identity": "2ddfbba7-319d-40f8-a542-5ad98703e153",
"Description": "sample string 2",
"Name": "sample string 3",
"EventType": "sample string 4",
"Owner": "sample string 5",
"StartDateTime": "2025-12-22T10:47:03.328871+00:00",
"EndDateTime": "2025-12-22T10:47:03.328871+00:00",
"RecurrencePattern": {
"RecurrenceType": 0,
"EndDateTime": "2025-12-22T10:47:03.328871+00:00",
"StartDateTime": "2025-12-22T10:47:03.328871+00:00",
"Interval": 3,
"UntilType": 0,
"UntilDate": "2025-12-22T10:47:03.328871+00:00",
"NumberOfOccurrences": 5,
"RecurrenceDescription": "sample string 6",
"RecurrencePatternComplexDescription": "sample string 7"
},
"Occurrences": [
{
"Identity": "63e00087-cdfa-4d35-9d44-fbf5039c3c48",
"IsEdited": true,
"StartDateTime": "2025-12-22T10:47:03.328871+00:00",
"EndDateTime": "2025-12-22T10:47:03.328871+00:00"
},
{
"Identity": "63e00087-cdfa-4d35-9d44-fbf5039c3c48",
"IsEdited": true,
"StartDateTime": "2025-12-22T10:47:03.328871+00:00",
"EndDateTime": "2025-12-22T10:47:03.328871+00:00"
}
],
"BookingTypeIdentity": "962396b1-e0e9-4ad5-b6b9-72de20681851",
"FormIdentity": "cdcf89c6-668b-4178-9083-f18002e2093d",
"OccurrenceGroupIdentity": "31c1ffe7-2cd8-48b1-a4e3-320c9c03e7f5",
"Resources": [
{
"ResourceTypeIdentity": "6e1fb48b-fab9-418c-80f0-b04c03abab4e",
"ResourceTypeName": "sample string 2",
"ExternalApplicationIdentity": "7f45168a-042d-44b7-95e3-26901c19b958",
"ResourceRestrictionIdentity": "a7b4b439-df9d-4840-b621-b505c9db8570",
"IsPrimary": true,
"Identity": "2b14bc8a-3f79-44df-a1c6-00acdec6b0b1",
"Name": "sample string 7"
},
{
"ResourceTypeIdentity": "6e1fb48b-fab9-418c-80f0-b04c03abab4e",
"ResourceTypeName": "sample string 2",
"ExternalApplicationIdentity": "7f45168a-042d-44b7-95e3-26901c19b958",
"ResourceRestrictionIdentity": "a7b4b439-df9d-4840-b621-b505c9db8570",
"IsPrimary": true,
"Identity": "2b14bc8a-3f79-44df-a1c6-00acdec6b0b1",
"Name": "sample string 7"
}
],
"CanEdit": true,
"EventIdentity": "62bdfb5d-6437-4a50-b7ef-65d1a12462c6",
"BookerName": "sample string 13",
"BookerEmailAddress": "sample string 14",
"AdditionalEmailAddresses": [
"sample string 1",
"sample string 2"
],
"Status": "sample string 15",
"HasRecurrence": true,
"IsEdited": true,
"Reference": "sample string 17",
"BookingRequestFormValue": {
"Identity": "59f7f378-db3c-49d9-a609-42e3e47d7c57",
"Name": "sample string 2",
"Sections": [
{
"Identity": "84f415d3-c4d4-45d4-834c-e2e45427c128",
"Name": "sample string 2",
"Rank": 3,
"Fields": [
{
"Identity": "d3d3ab93-fdf6-43c9-96ac-9e12d6c9d391",
"FieldType": 0,
"Rank": 2,
"Description": "sample string 3",
"ShortDescription": "sample string 4",
"Values": [
{},
{}
]
},
{
"Identity": "d3d3ab93-fdf6-43c9-96ac-9e12d6c9d391",
"FieldType": 0,
"Rank": 2,
"Description": "sample string 3",
"ShortDescription": "sample string 4",
"Values": [
{},
{}
]
}
]
},
{
"Identity": "84f415d3-c4d4-45d4-834c-e2e45427c128",
"Name": "sample string 2",
"Rank": 3,
"Fields": [
{
"Identity": "d3d3ab93-fdf6-43c9-96ac-9e12d6c9d391",
"FieldType": 0,
"Rank": 2,
"Description": "sample string 3",
"ShortDescription": "sample string 4",
"Values": [
{},
{}
]
},
{
"Identity": "d3d3ab93-fdf6-43c9-96ac-9e12d6c9d391",
"FieldType": 0,
"Rank": 2,
"Description": "sample string 3",
"ShortDescription": "sample string 4",
"Values": [
{},
{}
]
}
]
}
]
},
"HistoryCount": 18,
"RevisedBy": "sample string 19",
"RevisedByEmailAddress": "sample string 20",
"SkipUpdateOccurrencePattern": true
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.