POST api/BookingRequests
Request Information
URI Parameters
None.
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": "d69cff8d-a82d-4e8f-bccc-7279f13b6397",
"Description": "sample string 2",
"Name": "sample string 3",
"EventType": "sample string 4",
"Owner": "sample string 5",
"StartDateTime": "2026-02-27T23:28:22.1023464+00:00",
"EndDateTime": "2026-02-27T23:28:22.1023464+00:00",
"RecurrencePattern": {
"RecurrenceType": 0,
"EndDateTime": "2026-02-27T23:28:22.1023464+00:00",
"StartDateTime": "2026-02-27T23:28:22.1023464+00:00",
"Interval": 3,
"UntilType": 0,
"UntilDate": "2026-02-27T23:28:22.1023464+00:00",
"NumberOfOccurrences": 5,
"RecurrenceDescription": "sample string 6",
"RecurrencePatternComplexDescription": "sample string 7"
},
"Occurrences": [
{
"Identity": "e6a305fe-3d0f-45c1-a31c-de65c9da7c2f",
"IsEdited": true,
"StartDateTime": "2026-02-27T23:28:22.1023464+00:00",
"EndDateTime": "2026-02-27T23:28:22.1023464+00:00"
},
{
"Identity": "e6a305fe-3d0f-45c1-a31c-de65c9da7c2f",
"IsEdited": true,
"StartDateTime": "2026-02-27T23:28:22.1023464+00:00",
"EndDateTime": "2026-02-27T23:28:22.1023464+00:00"
}
],
"BookingTypeIdentity": "867cb96d-5bf0-4a82-9238-e63e827a54ee",
"FormIdentity": "d0c0c2ec-083e-4258-be3d-8dfefe0fbe0c",
"OccurrenceGroupIdentity": "ed86355e-7c03-4559-b050-760fb8754c13",
"Resources": [
{
"ResourceTypeIdentity": "d873b41d-f450-42d6-aeaa-eb0048864fd5",
"ResourceTypeName": "sample string 2",
"ExternalApplicationIdentity": "aab57f37-6150-463b-8454-399a3cf0671b",
"ResourceRestrictionIdentity": "bfe2e39c-3c63-4947-b8ad-55abef251b12",
"IsPrimary": true,
"Identity": "a8821dc7-85e7-474f-a339-8fdb75b56744",
"Name": "sample string 7"
},
{
"ResourceTypeIdentity": "d873b41d-f450-42d6-aeaa-eb0048864fd5",
"ResourceTypeName": "sample string 2",
"ExternalApplicationIdentity": "aab57f37-6150-463b-8454-399a3cf0671b",
"ResourceRestrictionIdentity": "bfe2e39c-3c63-4947-b8ad-55abef251b12",
"IsPrimary": true,
"Identity": "a8821dc7-85e7-474f-a339-8fdb75b56744",
"Name": "sample string 7"
}
],
"CanEdit": true,
"EventIdentity": "2f79bacb-8360-42b9-bf38-feaab30676a8",
"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": "95121f2b-14c5-457a-8ec1-78824bcb3a33",
"Name": "sample string 2",
"Sections": [
{
"Identity": "0945d706-36f5-465e-81f5-d91a72b7e274",
"Name": "sample string 2",
"Rank": 3,
"Fields": [
{
"Identity": "7771ff22-6d5b-4421-a2da-9c897242ffb0",
"FieldType": 0,
"Rank": 2,
"Description": "sample string 3",
"ShortDescription": "sample string 4",
"Values": [
{},
{}
]
},
{
"Identity": "7771ff22-6d5b-4421-a2da-9c897242ffb0",
"FieldType": 0,
"Rank": 2,
"Description": "sample string 3",
"ShortDescription": "sample string 4",
"Values": [
{},
{}
]
}
]
},
{
"Identity": "0945d706-36f5-465e-81f5-d91a72b7e274",
"Name": "sample string 2",
"Rank": 3,
"Fields": [
{
"Identity": "7771ff22-6d5b-4421-a2da-9c897242ffb0",
"FieldType": 0,
"Rank": 2,
"Description": "sample string 3",
"ShortDescription": "sample string 4",
"Values": [
{},
{}
]
},
{
"Identity": "7771ff22-6d5b-4421-a2da-9c897242ffb0",
"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": "7cc5048c-365a-4111-b477-57e0ea065ea5",
"Description": "sample string 2",
"Name": "sample string 3",
"EventType": "sample string 4",
"Owner": "sample string 5",
"StartDateTime": "2026-02-27T23:28:22.1023464+00:00",
"EndDateTime": "2026-02-27T23:28:22.1023464+00:00",
"RecurrencePattern": {
"RecurrenceType": 0,
"EndDateTime": "2026-02-27T23:28:22.1023464+00:00",
"StartDateTime": "2026-02-27T23:28:22.1023464+00:00",
"Interval": 3,
"UntilType": 0,
"UntilDate": "2026-02-27T23:28:22.1023464+00:00",
"NumberOfOccurrences": 5,
"RecurrenceDescription": "sample string 6",
"RecurrencePatternComplexDescription": "sample string 7"
},
"Occurrences": [
{
"Identity": "a22eb26f-4d86-4431-8536-3b71d02bef58",
"IsEdited": true,
"StartDateTime": "2026-02-27T23:28:22.1023464+00:00",
"EndDateTime": "2026-02-27T23:28:22.1023464+00:00"
},
{
"Identity": "a22eb26f-4d86-4431-8536-3b71d02bef58",
"IsEdited": true,
"StartDateTime": "2026-02-27T23:28:22.1023464+00:00",
"EndDateTime": "2026-02-27T23:28:22.1023464+00:00"
}
],
"BookingTypeIdentity": "a05ceb87-9c5d-48b6-b616-ede5685df437",
"FormIdentity": "27bedbc2-422f-4f0d-be9f-b10b232fe523",
"OccurrenceGroupIdentity": "f9aa830d-1934-41d0-8190-b2d461796f4b",
"Resources": [
{
"ResourceTypeIdentity": "b874f5f4-f2f0-42ae-9029-1727037421fc",
"ResourceTypeName": "sample string 2",
"ExternalApplicationIdentity": "31a54078-6b85-440c-9d60-8ac84d1e5700",
"ResourceRestrictionIdentity": "8da32977-9687-4e38-a851-d81bcfb597a9",
"IsPrimary": true,
"Identity": "83487338-6bf0-480f-b2be-68b8a855dc05",
"Name": "sample string 7"
},
{
"ResourceTypeIdentity": "b874f5f4-f2f0-42ae-9029-1727037421fc",
"ResourceTypeName": "sample string 2",
"ExternalApplicationIdentity": "31a54078-6b85-440c-9d60-8ac84d1e5700",
"ResourceRestrictionIdentity": "8da32977-9687-4e38-a851-d81bcfb597a9",
"IsPrimary": true,
"Identity": "83487338-6bf0-480f-b2be-68b8a855dc05",
"Name": "sample string 7"
}
],
"CanEdit": true,
"EventIdentity": "7fd833d5-9e4e-4c80-8077-be1697dc4167",
"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": "66450461-faf0-4adb-953c-cf5d64f5d5de",
"Name": "sample string 2",
"Sections": [
{
"Identity": "0273ba88-080d-4cc5-9296-12bb13b41334",
"Name": "sample string 2",
"Rank": 3,
"Fields": [
{
"Identity": "6e3f2b99-c756-46bc-9885-e55e26db3576",
"FieldType": 0,
"Rank": 2,
"Description": "sample string 3",
"ShortDescription": "sample string 4",
"Values": [
{},
{}
]
},
{
"Identity": "6e3f2b99-c756-46bc-9885-e55e26db3576",
"FieldType": 0,
"Rank": 2,
"Description": "sample string 3",
"ShortDescription": "sample string 4",
"Values": [
{},
{}
]
}
]
},
{
"Identity": "0273ba88-080d-4cc5-9296-12bb13b41334",
"Name": "sample string 2",
"Rank": 3,
"Fields": [
{
"Identity": "6e3f2b99-c756-46bc-9885-e55e26db3576",
"FieldType": 0,
"Rank": 2,
"Description": "sample string 3",
"ShortDescription": "sample string 4",
"Values": [
{},
{}
]
},
{
"Identity": "6e3f2b99-c756-46bc-9885-e55e26db3576",
"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.