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": "2ea7e370-80bc-47a3-ad48-eab51d8aad95",
"Description": "sample string 2",
"Name": "sample string 3",
"EventType": "sample string 4",
"Owner": "sample string 5",
"StartDateTime": "2026-04-14T05:30:49.4951027+00:00",
"EndDateTime": "2026-04-14T05:30:49.4951027+00:00",
"RecurrencePattern": {
"RecurrenceType": 0,
"EndDateTime": "2026-04-14T05:30:49.4951027+00:00",
"StartDateTime": "2026-04-14T05:30:49.4951027+00:00",
"Interval": 3,
"UntilType": 0,
"UntilDate": "2026-04-14T05:30:49.4951027+00:00",
"NumberOfOccurrences": 5,
"RecurrenceDescription": "sample string 6",
"RecurrencePatternComplexDescription": "sample string 7"
},
"Occurrences": [
{
"Identity": "dd7074e2-6cc3-4965-9d06-c32db9dc6a88",
"IsEdited": true,
"StartDateTime": "2026-04-14T05:30:49.4951027+00:00",
"EndDateTime": "2026-04-14T05:30:49.4951027+00:00"
},
{
"Identity": "dd7074e2-6cc3-4965-9d06-c32db9dc6a88",
"IsEdited": true,
"StartDateTime": "2026-04-14T05:30:49.4951027+00:00",
"EndDateTime": "2026-04-14T05:30:49.4951027+00:00"
}
],
"BookingTypeIdentity": "b713eef8-2a23-43ee-a258-cbe3463b4daa",
"FormIdentity": "cd7c1377-9208-42b1-8cca-94918bfd79e4",
"OccurrenceGroupIdentity": "2211ce49-3e01-4b71-a0df-24a9fa004cf4",
"Resources": [
{
"ResourceTypeIdentity": "e6f0ace5-ad97-4fcb-9a3b-2487e0a7d67a",
"ResourceTypeName": "sample string 2",
"ExternalApplicationIdentity": "5d74e4b5-1243-4f79-9dcf-d5416c53fb6e",
"ResourceRestrictionIdentity": "a48385d2-c49f-44ee-af70-3d542c99db58",
"IsPrimary": true,
"Identity": "a9b740d4-33f9-447d-9a5c-dd95f9941455",
"Name": "sample string 7"
},
{
"ResourceTypeIdentity": "e6f0ace5-ad97-4fcb-9a3b-2487e0a7d67a",
"ResourceTypeName": "sample string 2",
"ExternalApplicationIdentity": "5d74e4b5-1243-4f79-9dcf-d5416c53fb6e",
"ResourceRestrictionIdentity": "a48385d2-c49f-44ee-af70-3d542c99db58",
"IsPrimary": true,
"Identity": "a9b740d4-33f9-447d-9a5c-dd95f9941455",
"Name": "sample string 7"
}
],
"CanEdit": true,
"EventIdentity": "ae69dff2-25b7-46b6-92d1-81aba8a4139d",
"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": "b89d3952-75ac-42e2-8cf1-ad2d444d531a",
"Name": "sample string 2",
"Sections": [
{
"Identity": "7d5f2734-9a23-4518-8b58-eca28a0431b1",
"Name": "sample string 2",
"Rank": 3,
"Fields": [
{
"Identity": "e7e42f5d-cc13-491b-a642-3d0b93d36b22",
"FieldType": 0,
"Rank": 2,
"Description": "sample string 3",
"ShortDescription": "sample string 4",
"Values": [
{},
{}
]
},
{
"Identity": "e7e42f5d-cc13-491b-a642-3d0b93d36b22",
"FieldType": 0,
"Rank": 2,
"Description": "sample string 3",
"ShortDescription": "sample string 4",
"Values": [
{},
{}
]
}
]
},
{
"Identity": "7d5f2734-9a23-4518-8b58-eca28a0431b1",
"Name": "sample string 2",
"Rank": 3,
"Fields": [
{
"Identity": "e7e42f5d-cc13-491b-a642-3d0b93d36b22",
"FieldType": 0,
"Rank": 2,
"Description": "sample string 3",
"ShortDescription": "sample string 4",
"Values": [
{},
{}
]
},
{
"Identity": "e7e42f5d-cc13-491b-a642-3d0b93d36b22",
"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": "ddbf60dc-3e69-4078-88d9-8f652a4e17a0",
"Description": "sample string 2",
"Name": "sample string 3",
"EventType": "sample string 4",
"Owner": "sample string 5",
"StartDateTime": "2026-04-14T05:30:49.4951027+00:00",
"EndDateTime": "2026-04-14T05:30:49.4951027+00:00",
"RecurrencePattern": {
"RecurrenceType": 0,
"EndDateTime": "2026-04-14T05:30:49.4951027+00:00",
"StartDateTime": "2026-04-14T05:30:49.4951027+00:00",
"Interval": 3,
"UntilType": 0,
"UntilDate": "2026-04-14T05:30:49.4951027+00:00",
"NumberOfOccurrences": 5,
"RecurrenceDescription": "sample string 6",
"RecurrencePatternComplexDescription": "sample string 7"
},
"Occurrences": [
{
"Identity": "ea8f0588-c384-4d47-bc3c-cc2eeeec29ba",
"IsEdited": true,
"StartDateTime": "2026-04-14T05:30:49.4951027+00:00",
"EndDateTime": "2026-04-14T05:30:49.4951027+00:00"
},
{
"Identity": "ea8f0588-c384-4d47-bc3c-cc2eeeec29ba",
"IsEdited": true,
"StartDateTime": "2026-04-14T05:30:49.4951027+00:00",
"EndDateTime": "2026-04-14T05:30:49.4951027+00:00"
}
],
"BookingTypeIdentity": "b76a4744-3908-4379-bc44-874cfcfde093",
"FormIdentity": "be1d72d7-5a0e-439d-b00f-e8ce92184769",
"OccurrenceGroupIdentity": "71ae7ea3-fabf-41a8-8dd3-3f41967de36a",
"Resources": [
{
"ResourceTypeIdentity": "b697f115-a821-461a-b90b-8e4988a2f06b",
"ResourceTypeName": "sample string 2",
"ExternalApplicationIdentity": "4c33b797-fe66-4ed8-863d-d3361f6a2021",
"ResourceRestrictionIdentity": "c6d8199c-6827-4aaa-a8ac-4c675ee2b14d",
"IsPrimary": true,
"Identity": "602bff9e-8e29-4d62-b717-7debe7f33961",
"Name": "sample string 7"
},
{
"ResourceTypeIdentity": "b697f115-a821-461a-b90b-8e4988a2f06b",
"ResourceTypeName": "sample string 2",
"ExternalApplicationIdentity": "4c33b797-fe66-4ed8-863d-d3361f6a2021",
"ResourceRestrictionIdentity": "c6d8199c-6827-4aaa-a8ac-4c675ee2b14d",
"IsPrimary": true,
"Identity": "602bff9e-8e29-4d62-b717-7debe7f33961",
"Name": "sample string 7"
}
],
"CanEdit": true,
"EventIdentity": "e24aaaa1-a425-42b9-91c1-6e1e291ee72e",
"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": "d2b532d1-73a4-43df-be6c-8af5b144de04",
"Name": "sample string 2",
"Sections": [
{
"Identity": "ee5c0e5f-24bb-4cf3-b9cc-492ab1c61088",
"Name": "sample string 2",
"Rank": 3,
"Fields": [
{
"Identity": "c3f96081-28d9-4f55-8d8c-9e4dced9dca8",
"FieldType": 0,
"Rank": 2,
"Description": "sample string 3",
"ShortDescription": "sample string 4",
"Values": [
{},
{}
]
},
{
"Identity": "c3f96081-28d9-4f55-8d8c-9e4dced9dca8",
"FieldType": 0,
"Rank": 2,
"Description": "sample string 3",
"ShortDescription": "sample string 4",
"Values": [
{},
{}
]
}
]
},
{
"Identity": "ee5c0e5f-24bb-4cf3-b9cc-492ab1c61088",
"Name": "sample string 2",
"Rank": 3,
"Fields": [
{
"Identity": "c3f96081-28d9-4f55-8d8c-9e4dced9dca8",
"FieldType": 0,
"Rank": 2,
"Description": "sample string 3",
"ShortDescription": "sample string 4",
"Values": [
{},
{}
]
},
{
"Identity": "c3f96081-28d9-4f55-8d8c-9e4dced9dca8",
"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.