POST api/BookingTypes/{bookingTypeIdentity}/BookingRequests
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| bookingTypeIdentity | 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": "e00572b9-983b-4219-85c5-77039ccc657c",
"Description": "sample string 2",
"Name": "sample string 3",
"EventType": "sample string 4",
"Owner": "sample string 5",
"StartDateTime": "2026-08-30T09:49:41.4099082+00:00",
"EndDateTime": "2026-08-30T09:49:41.4099082+00:00",
"RecurrencePattern": {
"RecurrenceType": 0,
"EndDateTime": "2026-08-30T09:49:41.4099082+00:00",
"StartDateTime": "2026-08-30T09:49:41.4099082+00:00",
"Interval": 3,
"UntilType": 0,
"UntilDate": "2026-08-30T09:49:41.4099082+00:00",
"NumberOfOccurrences": 5,
"RecurrenceDescription": "sample string 6",
"RecurrencePatternComplexDescription": "sample string 7"
},
"Occurrences": [
{
"Identity": "b76cd251-cf4d-444a-9e79-7eadc6c76403",
"IsEdited": true,
"StartDateTime": "2026-08-30T09:49:41.4099082+00:00",
"EndDateTime": "2026-08-30T09:49:41.4099082+00:00"
},
{
"Identity": "b76cd251-cf4d-444a-9e79-7eadc6c76403",
"IsEdited": true,
"StartDateTime": "2026-08-30T09:49:41.4099082+00:00",
"EndDateTime": "2026-08-30T09:49:41.4099082+00:00"
}
],
"BookingTypeIdentity": "77f94a44-7e98-4f84-acc4-7a65ecf29ff6",
"FormIdentity": "40fcca8a-d96d-44f1-824e-200c87564343",
"OccurrenceGroupIdentity": "85a97e44-201b-4d70-8b0f-01797f6fcfbf",
"Resources": [
{
"ResourceTypeIdentity": "2086a67c-7cf6-45a4-bb71-e7d7fef9371f",
"ResourceTypeName": "sample string 2",
"ExternalApplicationIdentity": "725bbe47-931e-4d06-b0fa-ea6f6a5f247b",
"ResourceRestrictionIdentity": "36b25c1f-1c59-473a-b424-a9ffd0db75ef",
"IsPrimary": true,
"Identity": "43a287c4-0a1f-45de-bbc6-b67361d14036",
"Name": "sample string 7"
},
{
"ResourceTypeIdentity": "2086a67c-7cf6-45a4-bb71-e7d7fef9371f",
"ResourceTypeName": "sample string 2",
"ExternalApplicationIdentity": "725bbe47-931e-4d06-b0fa-ea6f6a5f247b",
"ResourceRestrictionIdentity": "36b25c1f-1c59-473a-b424-a9ffd0db75ef",
"IsPrimary": true,
"Identity": "43a287c4-0a1f-45de-bbc6-b67361d14036",
"Name": "sample string 7"
}
],
"CanEdit": true,
"EventIdentity": "acbc5508-1141-4831-b874-6b71362564ce",
"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": "371dc428-7dcf-4510-9ba1-c445a91910cf",
"Name": "sample string 2",
"Sections": [
{
"Identity": "1230d275-def8-4520-95e1-c2b700f8ee3e",
"Name": "sample string 2",
"Rank": 3,
"Fields": [
{
"Identity": "83cf9355-14c2-4c44-879b-57a4b3f30fa8",
"FieldType": 0,
"Rank": 2,
"Description": "sample string 3",
"ShortDescription": "sample string 4",
"Values": [
{},
{}
]
},
{
"Identity": "83cf9355-14c2-4c44-879b-57a4b3f30fa8",
"FieldType": 0,
"Rank": 2,
"Description": "sample string 3",
"ShortDescription": "sample string 4",
"Values": [
{},
{}
]
}
]
},
{
"Identity": "1230d275-def8-4520-95e1-c2b700f8ee3e",
"Name": "sample string 2",
"Rank": 3,
"Fields": [
{
"Identity": "83cf9355-14c2-4c44-879b-57a4b3f30fa8",
"FieldType": 0,
"Rank": 2,
"Description": "sample string 3",
"ShortDescription": "sample string 4",
"Values": [
{},
{}
]
},
{
"Identity": "83cf9355-14c2-4c44-879b-57a4b3f30fa8",
"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": "a96b62ff-5d0c-4ab3-99e6-8dc097c7f00b",
"Description": "sample string 2",
"Name": "sample string 3",
"EventType": "sample string 4",
"Owner": "sample string 5",
"StartDateTime": "2026-08-30T09:49:41.4567841+00:00",
"EndDateTime": "2026-08-30T09:49:41.4567841+00:00",
"RecurrencePattern": {
"RecurrenceType": 0,
"EndDateTime": "2026-08-30T09:49:41.4567841+00:00",
"StartDateTime": "2026-08-30T09:49:41.4567841+00:00",
"Interval": 3,
"UntilType": 0,
"UntilDate": "2026-08-30T09:49:41.4567841+00:00",
"NumberOfOccurrences": 5,
"RecurrenceDescription": "sample string 6",
"RecurrencePatternComplexDescription": "sample string 7"
},
"Occurrences": [
{
"Identity": "45447d43-2af0-4d51-be20-36214cca979d",
"IsEdited": true,
"StartDateTime": "2026-08-30T09:49:41.4567841+00:00",
"EndDateTime": "2026-08-30T09:49:41.4567841+00:00"
},
{
"Identity": "45447d43-2af0-4d51-be20-36214cca979d",
"IsEdited": true,
"StartDateTime": "2026-08-30T09:49:41.4567841+00:00",
"EndDateTime": "2026-08-30T09:49:41.4567841+00:00"
}
],
"BookingTypeIdentity": "f52d091f-1a8a-43df-ab5f-10c01d2f9123",
"FormIdentity": "e21e802c-55bc-4a26-a5f3-51b94cd1ebc3",
"OccurrenceGroupIdentity": "c9706788-65b1-42a4-ad13-d482085f665e",
"Resources": [
{
"ResourceTypeIdentity": "74926581-8081-461f-86c8-e1be49c94c97",
"ResourceTypeName": "sample string 2",
"ExternalApplicationIdentity": "6b54f5ca-9718-4b7d-b682-4c19356c6280",
"ResourceRestrictionIdentity": "dfa5e789-bc60-443b-a203-da74e460212f",
"IsPrimary": true,
"Identity": "567e91b9-45d7-4eca-a27e-0b3403d4b0b9",
"Name": "sample string 7"
},
{
"ResourceTypeIdentity": "74926581-8081-461f-86c8-e1be49c94c97",
"ResourceTypeName": "sample string 2",
"ExternalApplicationIdentity": "6b54f5ca-9718-4b7d-b682-4c19356c6280",
"ResourceRestrictionIdentity": "dfa5e789-bc60-443b-a203-da74e460212f",
"IsPrimary": true,
"Identity": "567e91b9-45d7-4eca-a27e-0b3403d4b0b9",
"Name": "sample string 7"
}
],
"CanEdit": true,
"EventIdentity": "564a76c2-0dce-4146-8a7c-8b89824d5a72",
"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": "b79b0bb7-652a-4c61-a405-7c4bf9bb29e5",
"Name": "sample string 2",
"Sections": [
{
"Identity": "c2dfdccb-aa92-4cc3-85a4-e9d345fa455d",
"Name": "sample string 2",
"Rank": 3,
"Fields": [
{
"Identity": "5f280dff-359a-4eaf-ba8c-883f774e1609",
"FieldType": 0,
"Rank": 2,
"Description": "sample string 3",
"ShortDescription": "sample string 4",
"Values": [
{},
{}
]
},
{
"Identity": "5f280dff-359a-4eaf-ba8c-883f774e1609",
"FieldType": 0,
"Rank": 2,
"Description": "sample string 3",
"ShortDescription": "sample string 4",
"Values": [
{},
{}
]
}
]
},
{
"Identity": "c2dfdccb-aa92-4cc3-85a4-e9d345fa455d",
"Name": "sample string 2",
"Rank": 3,
"Fields": [
{
"Identity": "5f280dff-359a-4eaf-ba8c-883f774e1609",
"FieldType": 0,
"Rank": 2,
"Description": "sample string 3",
"ShortDescription": "sample string 4",
"Values": [
{},
{}
]
},
{
"Identity": "5f280dff-359a-4eaf-ba8c-883f774e1609",
"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.