PUT api/BookingTypes/{bookingTypeIdentity}/BookingRequests/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| bookingTypeIdentity | string |
Required |
|
| id | 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": "37ae5028-2fbc-4d28-9585-b21ccba80bd6",
"Description": "sample string 2",
"Name": "sample string 3",
"EventType": "sample string 4",
"Owner": "sample string 5",
"StartDateTime": "2026-06-15T09:02:37.9566535+00:00",
"EndDateTime": "2026-06-15T09:02:37.9566535+00:00",
"RecurrencePattern": {
"RecurrenceType": 0,
"EndDateTime": "2026-06-15T09:02:37.9566535+00:00",
"StartDateTime": "2026-06-15T09:02:37.9566535+00:00",
"Interval": 3,
"UntilType": 0,
"UntilDate": "2026-06-15T09:02:37.9566535+00:00",
"NumberOfOccurrences": 5,
"RecurrenceDescription": "sample string 6",
"RecurrencePatternComplexDescription": "sample string 7"
},
"Occurrences": [
{
"Identity": "3957a727-f6ef-4d4b-a3d8-b58792147187",
"IsEdited": true,
"StartDateTime": "2026-06-15T09:02:37.9566535+00:00",
"EndDateTime": "2026-06-15T09:02:37.9566535+00:00"
},
{
"Identity": "3957a727-f6ef-4d4b-a3d8-b58792147187",
"IsEdited": true,
"StartDateTime": "2026-06-15T09:02:37.9566535+00:00",
"EndDateTime": "2026-06-15T09:02:37.9566535+00:00"
}
],
"BookingTypeIdentity": "1b7c47ea-332f-46b8-9daf-55c5e2914aca",
"FormIdentity": "fd6153a1-bc3e-4cd9-ace4-c9442a7f7046",
"OccurrenceGroupIdentity": "dfd2d05c-9693-4f03-ba23-9db7c2ce4661",
"Resources": [
{
"ResourceTypeIdentity": "0e6edef4-82ad-4bcc-89ef-862558d5249b",
"ResourceTypeName": "sample string 2",
"ExternalApplicationIdentity": "bc2b0a77-34d9-46a8-8715-c636e9d540f1",
"ResourceRestrictionIdentity": "7c4ccaa3-4527-4b7c-8856-c2eb9e09a14e",
"IsPrimary": true,
"Identity": "e60f9af6-76b1-4e54-9c2b-24809103c3c1",
"Name": "sample string 7"
},
{
"ResourceTypeIdentity": "0e6edef4-82ad-4bcc-89ef-862558d5249b",
"ResourceTypeName": "sample string 2",
"ExternalApplicationIdentity": "bc2b0a77-34d9-46a8-8715-c636e9d540f1",
"ResourceRestrictionIdentity": "7c4ccaa3-4527-4b7c-8856-c2eb9e09a14e",
"IsPrimary": true,
"Identity": "e60f9af6-76b1-4e54-9c2b-24809103c3c1",
"Name": "sample string 7"
}
],
"CanEdit": true,
"EventIdentity": "48e49bf1-f985-43e5-811f-ca93f3dc15ac",
"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": "6793ea16-f5f0-44db-9d15-55d7b34d4384",
"Name": "sample string 2",
"Sections": [
{
"Identity": "136cf9a2-4431-48dd-8208-0d6569194c1a",
"Name": "sample string 2",
"Rank": 3,
"Fields": [
{
"Identity": "28437da2-368b-44b5-be96-f87c5292c145",
"FieldType": 0,
"Rank": 2,
"Description": "sample string 3",
"ShortDescription": "sample string 4",
"Values": [
{},
{}
]
},
{
"Identity": "28437da2-368b-44b5-be96-f87c5292c145",
"FieldType": 0,
"Rank": 2,
"Description": "sample string 3",
"ShortDescription": "sample string 4",
"Values": [
{},
{}
]
}
]
},
{
"Identity": "136cf9a2-4431-48dd-8208-0d6569194c1a",
"Name": "sample string 2",
"Rank": 3,
"Fields": [
{
"Identity": "28437da2-368b-44b5-be96-f87c5292c145",
"FieldType": 0,
"Rank": 2,
"Description": "sample string 3",
"ShortDescription": "sample string 4",
"Values": [
{},
{}
]
},
{
"Identity": "28437da2-368b-44b5-be96-f87c5292c145",
"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": "c8b3b8d6-2a38-45c7-9e14-760d482883cc",
"Description": "sample string 2",
"Name": "sample string 3",
"EventType": "sample string 4",
"Owner": "sample string 5",
"StartDateTime": "2026-06-15T09:02:37.9566535+00:00",
"EndDateTime": "2026-06-15T09:02:37.9566535+00:00",
"RecurrencePattern": {
"RecurrenceType": 0,
"EndDateTime": "2026-06-15T09:02:37.9566535+00:00",
"StartDateTime": "2026-06-15T09:02:37.9566535+00:00",
"Interval": 3,
"UntilType": 0,
"UntilDate": "2026-06-15T09:02:37.9566535+00:00",
"NumberOfOccurrences": 5,
"RecurrenceDescription": "sample string 6",
"RecurrencePatternComplexDescription": "sample string 7"
},
"Occurrences": [
{
"Identity": "a0691365-fbfe-499d-8017-f07684cf3123",
"IsEdited": true,
"StartDateTime": "2026-06-15T09:02:37.9566535+00:00",
"EndDateTime": "2026-06-15T09:02:37.9566535+00:00"
},
{
"Identity": "a0691365-fbfe-499d-8017-f07684cf3123",
"IsEdited": true,
"StartDateTime": "2026-06-15T09:02:37.9566535+00:00",
"EndDateTime": "2026-06-15T09:02:37.9566535+00:00"
}
],
"BookingTypeIdentity": "59ff7a49-1fa6-4082-b0b0-62f57f7390bb",
"FormIdentity": "84a01359-e542-4df9-8441-917550a4c713",
"OccurrenceGroupIdentity": "d5f2bae7-6935-4ee3-8b9d-baca1e7db3cd",
"Resources": [
{
"ResourceTypeIdentity": "ef7378ef-5f58-44e2-8b5b-959db22be5a0",
"ResourceTypeName": "sample string 2",
"ExternalApplicationIdentity": "d0e57ae1-cf5f-404c-9d24-8250b647bbb7",
"ResourceRestrictionIdentity": "11b1e8f4-19a1-4b1a-a606-eec8177abb6d",
"IsPrimary": true,
"Identity": "152292f5-6985-437a-bafd-9d4aa3908130",
"Name": "sample string 7"
},
{
"ResourceTypeIdentity": "ef7378ef-5f58-44e2-8b5b-959db22be5a0",
"ResourceTypeName": "sample string 2",
"ExternalApplicationIdentity": "d0e57ae1-cf5f-404c-9d24-8250b647bbb7",
"ResourceRestrictionIdentity": "11b1e8f4-19a1-4b1a-a606-eec8177abb6d",
"IsPrimary": true,
"Identity": "152292f5-6985-437a-bafd-9d4aa3908130",
"Name": "sample string 7"
}
],
"CanEdit": true,
"EventIdentity": "4fb54651-a29e-46a2-995d-3aa66be38a85",
"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": "b42f4a7c-8680-482b-ace8-b074948cdced",
"Name": "sample string 2",
"Sections": [
{
"Identity": "e0477dad-a9dd-4bfc-beba-6edd467ee3fd",
"Name": "sample string 2",
"Rank": 3,
"Fields": [
{
"Identity": "9ae2dbd5-5d82-4c98-bd56-80b293a7c59a",
"FieldType": 0,
"Rank": 2,
"Description": "sample string 3",
"ShortDescription": "sample string 4",
"Values": [
{},
{}
]
},
{
"Identity": "9ae2dbd5-5d82-4c98-bd56-80b293a7c59a",
"FieldType": 0,
"Rank": 2,
"Description": "sample string 3",
"ShortDescription": "sample string 4",
"Values": [
{},
{}
]
}
]
},
{
"Identity": "e0477dad-a9dd-4bfc-beba-6edd467ee3fd",
"Name": "sample string 2",
"Rank": 3,
"Fields": [
{
"Identity": "9ae2dbd5-5d82-4c98-bd56-80b293a7c59a",
"FieldType": 0,
"Rank": 2,
"Description": "sample string 3",
"ShortDescription": "sample string 4",
"Values": [
{},
{}
]
},
{
"Identity": "9ae2dbd5-5d82-4c98-bd56-80b293a7c59a",
"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.