PUT api/BookingTypes/{bookingTypeIdentity}/BookingRequests/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
bookingTypeIdentity | string |
Required |
|
id | string |
Required |
Body Parameters
BookingRequestName | 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": "e51e5988-aae2-4d8a-8159-289f5238ca70", "Description": "sample string 2", "Name": "sample string 3", "EventType": "sample string 4", "Owner": "sample string 5", "StartDateTime": "2025-08-17T11:08:38.0791949+00:00", "EndDateTime": "2025-08-17T11:08:38.0791949+00:00", "RecurrencePattern": { "RecurrenceType": 0, "EndDateTime": "2025-08-17T11:08:38.0791949+00:00", "StartDateTime": "2025-08-17T11:08:38.0791949+00:00", "Interval": 3, "UntilType": 0, "UntilDate": "2025-08-17T11:08:38.0791949+00:00", "NumberOfOccurrences": 5, "RecurrenceDescription": "sample string 6", "RecurrencePatternComplexDescription": "sample string 7" }, "Occurrences": [ { "Identity": "e3d5daae-5fda-4ba4-9854-99086b876f91", "IsEdited": true, "StartDateTime": "2025-08-17T11:08:38.0791949+00:00", "EndDateTime": "2025-08-17T11:08:38.0791949+00:00" }, { "Identity": "e3d5daae-5fda-4ba4-9854-99086b876f91", "IsEdited": true, "StartDateTime": "2025-08-17T11:08:38.0791949+00:00", "EndDateTime": "2025-08-17T11:08:38.0791949+00:00" } ], "BookingTypeIdentity": "b1ce12a4-7e76-4522-a159-1190acee6af7", "FormIdentity": "d76d0fbb-208f-42b1-ba50-7dce990d291c", "OccurrenceGroupIdentity": "40a27218-490a-4ac7-a0bb-5751dc35a97e", "Resources": [ { "ResourceTypeIdentity": "9f4251e3-7900-48d6-a245-68c8fbddc8af", "ResourceTypeName": "sample string 2", "ExternalApplicationIdentity": "1d100103-4072-4365-b67a-731da6e87a1f", "ResourceRestrictionIdentity": "aef457ff-da87-41a3-a1d4-3946b38e9b21", "IsPrimary": true, "Identity": "92449bf1-fa32-4246-b615-b829c7971eea", "Name": "sample string 7" }, { "ResourceTypeIdentity": "9f4251e3-7900-48d6-a245-68c8fbddc8af", "ResourceTypeName": "sample string 2", "ExternalApplicationIdentity": "1d100103-4072-4365-b67a-731da6e87a1f", "ResourceRestrictionIdentity": "aef457ff-da87-41a3-a1d4-3946b38e9b21", "IsPrimary": true, "Identity": "92449bf1-fa32-4246-b615-b829c7971eea", "Name": "sample string 7" } ], "CanEdit": true, "EventIdentity": "c17d0c3c-8a62-417c-b3f0-f3300764360a", "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": "da3ff1b1-16e8-4530-9d6f-3432c587d7a2", "Name": "sample string 2", "Sections": [ { "Identity": "93a48089-9ef5-41e0-aa26-da833aecc3ae", "Name": "sample string 2", "Rank": 3, "Fields": [ { "Identity": "165fcba0-4cf9-4631-bdd3-6ae8000275ec", "FieldType": 0, "Rank": 2, "Description": "sample string 3", "ShortDescription": "sample string 4", "Values": [ {}, {} ] }, { "Identity": "165fcba0-4cf9-4631-bdd3-6ae8000275ec", "FieldType": 0, "Rank": 2, "Description": "sample string 3", "ShortDescription": "sample string 4", "Values": [ {}, {} ] } ] }, { "Identity": "93a48089-9ef5-41e0-aa26-da833aecc3ae", "Name": "sample string 2", "Rank": 3, "Fields": [ { "Identity": "165fcba0-4cf9-4631-bdd3-6ae8000275ec", "FieldType": 0, "Rank": 2, "Description": "sample string 3", "ShortDescription": "sample string 4", "Values": [ {}, {} ] }, { "Identity": "165fcba0-4cf9-4631-bdd3-6ae8000275ec", "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
BookingRequestName | 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": "253382ca-1224-4559-bbbd-aa85fb0b1525", "Description": "sample string 2", "Name": "sample string 3", "EventType": "sample string 4", "Owner": "sample string 5", "StartDateTime": "2025-08-17T11:08:38.0791949+00:00", "EndDateTime": "2025-08-17T11:08:38.0791949+00:00", "RecurrencePattern": { "RecurrenceType": 0, "EndDateTime": "2025-08-17T11:08:38.0791949+00:00", "StartDateTime": "2025-08-17T11:08:38.0791949+00:00", "Interval": 3, "UntilType": 0, "UntilDate": "2025-08-17T11:08:38.0791949+00:00", "NumberOfOccurrences": 5, "RecurrenceDescription": "sample string 6", "RecurrencePatternComplexDescription": "sample string 7" }, "Occurrences": [ { "Identity": "d8b1df24-e4b0-4e64-849b-24f6e5aaa07a", "IsEdited": true, "StartDateTime": "2025-08-17T11:08:38.0791949+00:00", "EndDateTime": "2025-08-17T11:08:38.0791949+00:00" }, { "Identity": "d8b1df24-e4b0-4e64-849b-24f6e5aaa07a", "IsEdited": true, "StartDateTime": "2025-08-17T11:08:38.0791949+00:00", "EndDateTime": "2025-08-17T11:08:38.0791949+00:00" } ], "BookingTypeIdentity": "224cd024-e0ff-4de4-9d42-a1ad185c9b62", "FormIdentity": "361be5a3-275e-4a51-8435-79cfdd5f6174", "OccurrenceGroupIdentity": "06c3d8df-a751-49f6-9058-fde5409333fd", "Resources": [ { "ResourceTypeIdentity": "f3bc5370-2929-4e6d-a862-a29f86ca3941", "ResourceTypeName": "sample string 2", "ExternalApplicationIdentity": "150bccab-77c3-46d8-967e-4275da9d7f9b", "ResourceRestrictionIdentity": "4ed4047a-f7bc-46ae-9968-67badbfeace7", "IsPrimary": true, "Identity": "83c0b8e5-1e82-4299-b570-858803aac1e6", "Name": "sample string 7" }, { "ResourceTypeIdentity": "f3bc5370-2929-4e6d-a862-a29f86ca3941", "ResourceTypeName": "sample string 2", "ExternalApplicationIdentity": "150bccab-77c3-46d8-967e-4275da9d7f9b", "ResourceRestrictionIdentity": "4ed4047a-f7bc-46ae-9968-67badbfeace7", "IsPrimary": true, "Identity": "83c0b8e5-1e82-4299-b570-858803aac1e6", "Name": "sample string 7" } ], "CanEdit": true, "EventIdentity": "2e1e2214-1967-4f01-b89e-36ccfc60243e", "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": "20a22187-3ec9-48af-ae57-194e26ff123c", "Name": "sample string 2", "Sections": [ { "Identity": "e97d85f4-e6f7-40ab-8629-ee61d5bffc70", "Name": "sample string 2", "Rank": 3, "Fields": [ { "Identity": "e1a9b110-db17-42aa-8013-870d39b6af55", "FieldType": 0, "Rank": 2, "Description": "sample string 3", "ShortDescription": "sample string 4", "Values": [ {}, {} ] }, { "Identity": "e1a9b110-db17-42aa-8013-870d39b6af55", "FieldType": 0, "Rank": 2, "Description": "sample string 3", "ShortDescription": "sample string 4", "Values": [ {}, {} ] } ] }, { "Identity": "e97d85f4-e6f7-40ab-8629-ee61d5bffc70", "Name": "sample string 2", "Rank": 3, "Fields": [ { "Identity": "e1a9b110-db17-42aa-8013-870d39b6af55", "FieldType": 0, "Rank": 2, "Description": "sample string 3", "ShortDescription": "sample string 4", "Values": [ {}, {} ] }, { "Identity": "e1a9b110-db17-42aa-8013-870d39b6af55", "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.