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
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": "3c670644-d7ad-4b4a-872c-4b0abcdaa7e6", "Description": "sample string 2", "Name": "sample string 3", "EventType": "sample string 4", "Owner": "sample string 5", "StartDateTime": "2025-06-22T01:13:21.0934902+00:00", "EndDateTime": "2025-06-22T01:13:21.0934902+00:00", "RecurrencePattern": { "RecurrenceType": 0, "EndDateTime": "2025-06-22T01:13:21.0934902+00:00", "StartDateTime": "2025-06-22T01:13:21.0934902+00:00", "Interval": 3, "UntilType": 0, "UntilDate": "2025-06-22T01:13:21.0934902+00:00", "NumberOfOccurrences": 5, "RecurrenceDescription": "sample string 6", "RecurrencePatternComplexDescription": "sample string 7" }, "Occurrences": [ { "Identity": "0416dae9-9153-4046-afb6-4a2e1dee786b", "IsEdited": true, "StartDateTime": "2025-06-22T01:13:21.0934902+00:00", "EndDateTime": "2025-06-22T01:13:21.0934902+00:00" }, { "Identity": "0416dae9-9153-4046-afb6-4a2e1dee786b", "IsEdited": true, "StartDateTime": "2025-06-22T01:13:21.0934902+00:00", "EndDateTime": "2025-06-22T01:13:21.0934902+00:00" } ], "BookingTypeIdentity": "afc0e6d6-c40c-4d3e-9f5f-206291781654", "FormIdentity": "c588e64d-ec46-49bc-9fb1-89e2b4f4eb51", "OccurrenceGroupIdentity": "5184a5ad-228c-482d-bbf9-f2701b380cfa", "Resources": [ { "ResourceTypeIdentity": "38ff09c6-daf4-4552-9561-67fed7b66d74", "ResourceTypeName": "sample string 2", "ExternalApplicationIdentity": "701cfa1f-249c-44d3-a107-d3a23bff0bcf", "ResourceRestrictionIdentity": "b2a444a4-366f-4843-8ea6-bec34c4b8698", "IsPrimary": true, "Identity": "2ce29a6a-5579-4934-84e8-087a9cab554f", "Name": "sample string 7" }, { "ResourceTypeIdentity": "38ff09c6-daf4-4552-9561-67fed7b66d74", "ResourceTypeName": "sample string 2", "ExternalApplicationIdentity": "701cfa1f-249c-44d3-a107-d3a23bff0bcf", "ResourceRestrictionIdentity": "b2a444a4-366f-4843-8ea6-bec34c4b8698", "IsPrimary": true, "Identity": "2ce29a6a-5579-4934-84e8-087a9cab554f", "Name": "sample string 7" } ], "CanEdit": true, "EventIdentity": "9cce529c-d734-4453-a5cc-f40b8a9c04f5", "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": "84c3a1bd-5b40-42ce-a850-6042dd8d015f", "Name": "sample string 2", "Sections": [ { "Identity": "23a07320-66e2-45ee-b762-54b3a6af8461", "Name": "sample string 2", "Rank": 3, "Fields": [ { "Identity": "dfcd9f46-b7d8-41a2-a585-2bcb17c8d18f", "FieldType": 0, "Rank": 2, "Description": "sample string 3", "ShortDescription": "sample string 4", "Values": [ {}, {} ] }, { "Identity": "dfcd9f46-b7d8-41a2-a585-2bcb17c8d18f", "FieldType": 0, "Rank": 2, "Description": "sample string 3", "ShortDescription": "sample string 4", "Values": [ {}, {} ] } ] }, { "Identity": "23a07320-66e2-45ee-b762-54b3a6af8461", "Name": "sample string 2", "Rank": 3, "Fields": [ { "Identity": "dfcd9f46-b7d8-41a2-a585-2bcb17c8d18f", "FieldType": 0, "Rank": 2, "Description": "sample string 3", "ShortDescription": "sample string 4", "Values": [ {}, {} ] }, { "Identity": "dfcd9f46-b7d8-41a2-a585-2bcb17c8d18f", "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": "7d9f1060-01ba-4df9-a899-4a7a6bc17ff4", "Description": "sample string 2", "Name": "sample string 3", "EventType": "sample string 4", "Owner": "sample string 5", "StartDateTime": "2025-06-22T01:13:21.0934902+00:00", "EndDateTime": "2025-06-22T01:13:21.0934902+00:00", "RecurrencePattern": { "RecurrenceType": 0, "EndDateTime": "2025-06-22T01:13:21.0934902+00:00", "StartDateTime": "2025-06-22T01:13:21.0934902+00:00", "Interval": 3, "UntilType": 0, "UntilDate": "2025-06-22T01:13:21.0934902+00:00", "NumberOfOccurrences": 5, "RecurrenceDescription": "sample string 6", "RecurrencePatternComplexDescription": "sample string 7" }, "Occurrences": [ { "Identity": "849e9634-9996-44d6-9c2f-a727e07bd657", "IsEdited": true, "StartDateTime": "2025-06-22T01:13:21.0934902+00:00", "EndDateTime": "2025-06-22T01:13:21.0934902+00:00" }, { "Identity": "849e9634-9996-44d6-9c2f-a727e07bd657", "IsEdited": true, "StartDateTime": "2025-06-22T01:13:21.0934902+00:00", "EndDateTime": "2025-06-22T01:13:21.0934902+00:00" } ], "BookingTypeIdentity": "a8d7a14e-6c8f-4cd5-ad2f-75c11e9ace6b", "FormIdentity": "c401736e-9c9a-425b-b687-af03caa34d3b", "OccurrenceGroupIdentity": "e554718d-2544-4c50-bf5c-b8441d64d32f", "Resources": [ { "ResourceTypeIdentity": "dbd84c75-1652-4f4a-aa88-c6fd40772995", "ResourceTypeName": "sample string 2", "ExternalApplicationIdentity": "b0ff3471-5f10-4b79-a8f0-915abd61f8c3", "ResourceRestrictionIdentity": "f3270af5-0ce3-411c-b483-65682e3fb428", "IsPrimary": true, "Identity": "14531247-0f82-42a7-8774-0e0ffdaa769b", "Name": "sample string 7" }, { "ResourceTypeIdentity": "dbd84c75-1652-4f4a-aa88-c6fd40772995", "ResourceTypeName": "sample string 2", "ExternalApplicationIdentity": "b0ff3471-5f10-4b79-a8f0-915abd61f8c3", "ResourceRestrictionIdentity": "f3270af5-0ce3-411c-b483-65682e3fb428", "IsPrimary": true, "Identity": "14531247-0f82-42a7-8774-0e0ffdaa769b", "Name": "sample string 7" } ], "CanEdit": true, "EventIdentity": "72f8bf90-bd84-4fe5-bbb2-5e534d387ed3", "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": "fab087ec-5891-4ba0-9ff9-58a8f8b8bbdb", "Name": "sample string 2", "Sections": [ { "Identity": "8785af35-c541-4a06-b63e-6c715e86b406", "Name": "sample string 2", "Rank": 3, "Fields": [ { "Identity": "45725c2c-b7b4-4851-9a6f-9a6fcf69c0a6", "FieldType": 0, "Rank": 2, "Description": "sample string 3", "ShortDescription": "sample string 4", "Values": [ {}, {} ] }, { "Identity": "45725c2c-b7b4-4851-9a6f-9a6fcf69c0a6", "FieldType": 0, "Rank": 2, "Description": "sample string 3", "ShortDescription": "sample string 4", "Values": [ {}, {} ] } ] }, { "Identity": "8785af35-c541-4a06-b63e-6c715e86b406", "Name": "sample string 2", "Rank": 3, "Fields": [ { "Identity": "45725c2c-b7b4-4851-9a6f-9a6fcf69c0a6", "FieldType": 0, "Rank": 2, "Description": "sample string 3", "ShortDescription": "sample string 4", "Values": [ {}, {} ] }, { "Identity": "45725c2c-b7b4-4851-9a6f-9a6fcf69c0a6", "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.