PUT api/BookingRequests/{id}/Occurrences/{occurrenceIdentity}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| 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": "558311cd-828a-4ce0-8fe4-d941935b20e6",
"Description": "sample string 2",
"Name": "sample string 3",
"EventType": "sample string 4",
"Owner": "sample string 5",
"StartDateTime": "2026-05-29T16:34:06.273671+00:00",
"EndDateTime": "2026-05-29T16:34:06.273671+00:00",
"RecurrencePattern": {
"RecurrenceType": 0,
"EndDateTime": "2026-05-29T16:34:06.273671+00:00",
"StartDateTime": "2026-05-29T16:34:06.273671+00:00",
"Interval": 3,
"UntilType": 0,
"UntilDate": "2026-05-29T16:34:06.273671+00:00",
"NumberOfOccurrences": 5,
"RecurrenceDescription": "sample string 6",
"RecurrencePatternComplexDescription": "sample string 7"
},
"Occurrences": [
{
"Identity": "9a0bc05d-ced2-47e8-9cef-4ec5dd1da278",
"IsEdited": true,
"StartDateTime": "2026-05-29T16:34:06.273671+00:00",
"EndDateTime": "2026-05-29T16:34:06.273671+00:00"
},
{
"Identity": "9a0bc05d-ced2-47e8-9cef-4ec5dd1da278",
"IsEdited": true,
"StartDateTime": "2026-05-29T16:34:06.273671+00:00",
"EndDateTime": "2026-05-29T16:34:06.273671+00:00"
}
],
"BookingTypeIdentity": "a55b869c-f5e2-4902-a330-c3b486d18f7d",
"FormIdentity": "ccbf7497-d6b9-4b88-ba2e-ed6cd30a92f1",
"OccurrenceGroupIdentity": "ab2273ac-926c-403c-aae6-bb440a70c68e",
"Resources": [
{
"ResourceTypeIdentity": "abc2022c-68e5-465b-a187-aa6ce99fd436",
"ResourceTypeName": "sample string 2",
"ExternalApplicationIdentity": "6c42e13f-9135-4af2-8aed-e9235879ddab",
"ResourceRestrictionIdentity": "fac3087f-1234-459c-b709-87280308cf23",
"IsPrimary": true,
"Identity": "02766d93-b65d-471b-b373-0f39c0e2e85c",
"Name": "sample string 7"
},
{
"ResourceTypeIdentity": "abc2022c-68e5-465b-a187-aa6ce99fd436",
"ResourceTypeName": "sample string 2",
"ExternalApplicationIdentity": "6c42e13f-9135-4af2-8aed-e9235879ddab",
"ResourceRestrictionIdentity": "fac3087f-1234-459c-b709-87280308cf23",
"IsPrimary": true,
"Identity": "02766d93-b65d-471b-b373-0f39c0e2e85c",
"Name": "sample string 7"
}
],
"CanEdit": true,
"EventIdentity": "71b50014-38ec-4b1e-bcc0-4ec19fc4df88",
"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": "6200d0c1-1273-45d3-af62-1fd447d8246e",
"Name": "sample string 2",
"Sections": [
{
"Identity": "9a9175da-3429-4e47-b587-f73ef9072332",
"Name": "sample string 2",
"Rank": 3,
"Fields": [
{
"Identity": "4a7e3e47-ae36-46f4-b485-e0574c5f9d08",
"FieldType": 0,
"Rank": 2,
"Description": "sample string 3",
"ShortDescription": "sample string 4",
"Values": [
{},
{}
]
},
{
"Identity": "4a7e3e47-ae36-46f4-b485-e0574c5f9d08",
"FieldType": 0,
"Rank": 2,
"Description": "sample string 3",
"ShortDescription": "sample string 4",
"Values": [
{},
{}
]
}
]
},
{
"Identity": "9a9175da-3429-4e47-b587-f73ef9072332",
"Name": "sample string 2",
"Rank": 3,
"Fields": [
{
"Identity": "4a7e3e47-ae36-46f4-b485-e0574c5f9d08",
"FieldType": 0,
"Rank": 2,
"Description": "sample string 3",
"ShortDescription": "sample string 4",
"Values": [
{},
{}
]
},
{
"Identity": "4a7e3e47-ae36-46f4-b485-e0574c5f9d08",
"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": "fbaa3e3e-be2b-4121-aeed-f218e0ff21f2",
"Description": "sample string 2",
"Name": "sample string 3",
"EventType": "sample string 4",
"Owner": "sample string 5",
"StartDateTime": "2026-05-29T16:34:06.273671+00:00",
"EndDateTime": "2026-05-29T16:34:06.273671+00:00",
"RecurrencePattern": {
"RecurrenceType": 0,
"EndDateTime": "2026-05-29T16:34:06.273671+00:00",
"StartDateTime": "2026-05-29T16:34:06.273671+00:00",
"Interval": 3,
"UntilType": 0,
"UntilDate": "2026-05-29T16:34:06.273671+00:00",
"NumberOfOccurrences": 5,
"RecurrenceDescription": "sample string 6",
"RecurrencePatternComplexDescription": "sample string 7"
},
"Occurrences": [
{
"Identity": "6a213876-42b3-42b6-89ae-a4e7a50ac2f0",
"IsEdited": true,
"StartDateTime": "2026-05-29T16:34:06.273671+00:00",
"EndDateTime": "2026-05-29T16:34:06.273671+00:00"
},
{
"Identity": "6a213876-42b3-42b6-89ae-a4e7a50ac2f0",
"IsEdited": true,
"StartDateTime": "2026-05-29T16:34:06.273671+00:00",
"EndDateTime": "2026-05-29T16:34:06.273671+00:00"
}
],
"BookingTypeIdentity": "f305e95d-0262-46a1-9579-9a0dbbfeba0a",
"FormIdentity": "546dfe9f-364b-4f8e-8c2a-b2b584efee08",
"OccurrenceGroupIdentity": "0d9d5cbb-482e-4c8b-aada-39add44e4759",
"Resources": [
{
"ResourceTypeIdentity": "a63d294b-41b1-4e86-bac8-c76c944865df",
"ResourceTypeName": "sample string 2",
"ExternalApplicationIdentity": "fb97ea95-b252-4531-8e9b-667b44240bfb",
"ResourceRestrictionIdentity": "07f4f475-8948-4b8d-a392-fdc624d3a591",
"IsPrimary": true,
"Identity": "fa135f26-2357-4752-95cb-00900fc4d3c0",
"Name": "sample string 7"
},
{
"ResourceTypeIdentity": "a63d294b-41b1-4e86-bac8-c76c944865df",
"ResourceTypeName": "sample string 2",
"ExternalApplicationIdentity": "fb97ea95-b252-4531-8e9b-667b44240bfb",
"ResourceRestrictionIdentity": "07f4f475-8948-4b8d-a392-fdc624d3a591",
"IsPrimary": true,
"Identity": "fa135f26-2357-4752-95cb-00900fc4d3c0",
"Name": "sample string 7"
}
],
"CanEdit": true,
"EventIdentity": "0132b763-7a4c-4367-81f2-651caea2b241",
"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": "a25260f6-5746-4b5e-ad9c-f0d0eb47f76a",
"Name": "sample string 2",
"Sections": [
{
"Identity": "f7ac6860-a1ac-4959-ab44-24adcd4e326f",
"Name": "sample string 2",
"Rank": 3,
"Fields": [
{
"Identity": "3d9efc52-2340-4871-8219-b306353f4af9",
"FieldType": 0,
"Rank": 2,
"Description": "sample string 3",
"ShortDescription": "sample string 4",
"Values": [
{},
{}
]
},
{
"Identity": "3d9efc52-2340-4871-8219-b306353f4af9",
"FieldType": 0,
"Rank": 2,
"Description": "sample string 3",
"ShortDescription": "sample string 4",
"Values": [
{},
{}
]
}
]
},
{
"Identity": "f7ac6860-a1ac-4959-ab44-24adcd4e326f",
"Name": "sample string 2",
"Rank": 3,
"Fields": [
{
"Identity": "3d9efc52-2340-4871-8219-b306353f4af9",
"FieldType": 0,
"Rank": 2,
"Description": "sample string 3",
"ShortDescription": "sample string 4",
"Values": [
{},
{}
]
},
{
"Identity": "3d9efc52-2340-4871-8219-b306353f4af9",
"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.