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": "aa2f6001-d858-4aa9-8933-b81368fd8773",
"Description": "sample string 2",
"Name": "sample string 3",
"EventType": "sample string 4",
"Owner": "sample string 5",
"StartDateTime": "2025-10-30T02:41:14.1043571+00:00",
"EndDateTime": "2025-10-30T02:41:14.1043571+00:00",
"RecurrencePattern": {
"RecurrenceType": 0,
"EndDateTime": "2025-10-30T02:41:14.1043571+00:00",
"StartDateTime": "2025-10-30T02:41:14.1043571+00:00",
"Interval": 3,
"UntilType": 0,
"UntilDate": "2025-10-30T02:41:14.1043571+00:00",
"NumberOfOccurrences": 5,
"RecurrenceDescription": "sample string 6",
"RecurrencePatternComplexDescription": "sample string 7"
},
"Occurrences": [
{
"Identity": "d2ced252-7177-4b2f-85b2-43c40d05595e",
"IsEdited": true,
"StartDateTime": "2025-10-30T02:41:14.1043571+00:00",
"EndDateTime": "2025-10-30T02:41:14.1043571+00:00"
},
{
"Identity": "d2ced252-7177-4b2f-85b2-43c40d05595e",
"IsEdited": true,
"StartDateTime": "2025-10-30T02:41:14.1043571+00:00",
"EndDateTime": "2025-10-30T02:41:14.1043571+00:00"
}
],
"BookingTypeIdentity": "d1021d3a-784e-4716-9a37-a29de0d9c6cf",
"FormIdentity": "56c858db-2d4f-454c-a3e0-72e7dce4545d",
"OccurrenceGroupIdentity": "70a02d37-4cf5-4d33-938d-b5a1db2f3cd8",
"Resources": [
{
"ResourceTypeIdentity": "1eaa0fdb-521a-4fb5-8580-ccf42cf1eb84",
"ResourceTypeName": "sample string 2",
"ExternalApplicationIdentity": "ece58e05-2751-41aa-a3d2-06f40ad7b8e4",
"ResourceRestrictionIdentity": "25bdc97e-2061-49be-b595-c60ca1389316",
"IsPrimary": true,
"Identity": "7eb3c4a5-e0dd-4350-b021-9cee09a486b2",
"Name": "sample string 7"
},
{
"ResourceTypeIdentity": "1eaa0fdb-521a-4fb5-8580-ccf42cf1eb84",
"ResourceTypeName": "sample string 2",
"ExternalApplicationIdentity": "ece58e05-2751-41aa-a3d2-06f40ad7b8e4",
"ResourceRestrictionIdentity": "25bdc97e-2061-49be-b595-c60ca1389316",
"IsPrimary": true,
"Identity": "7eb3c4a5-e0dd-4350-b021-9cee09a486b2",
"Name": "sample string 7"
}
],
"CanEdit": true,
"EventIdentity": "351b71f7-9bcd-48d0-bb81-f5f890ecdfd6",
"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": "a173898f-df66-494f-a096-c678ca1d1e9c",
"Name": "sample string 2",
"Sections": [
{
"Identity": "2b3eea87-0c83-4782-ae05-74379619fcc8",
"Name": "sample string 2",
"Rank": 3,
"Fields": [
{
"Identity": "26c568ad-4e76-475f-bab2-5e4131e89f8a",
"FieldType": 0,
"Rank": 2,
"Description": "sample string 3",
"ShortDescription": "sample string 4",
"Values": [
{},
{}
]
},
{
"Identity": "26c568ad-4e76-475f-bab2-5e4131e89f8a",
"FieldType": 0,
"Rank": 2,
"Description": "sample string 3",
"ShortDescription": "sample string 4",
"Values": [
{},
{}
]
}
]
},
{
"Identity": "2b3eea87-0c83-4782-ae05-74379619fcc8",
"Name": "sample string 2",
"Rank": 3,
"Fields": [
{
"Identity": "26c568ad-4e76-475f-bab2-5e4131e89f8a",
"FieldType": 0,
"Rank": 2,
"Description": "sample string 3",
"ShortDescription": "sample string 4",
"Values": [
{},
{}
]
},
{
"Identity": "26c568ad-4e76-475f-bab2-5e4131e89f8a",
"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": "3d0fbf7d-7b10-4a09-b0fa-4d55e3ebf1cd",
"Description": "sample string 2",
"Name": "sample string 3",
"EventType": "sample string 4",
"Owner": "sample string 5",
"StartDateTime": "2025-10-30T02:41:14.1043571+00:00",
"EndDateTime": "2025-10-30T02:41:14.1043571+00:00",
"RecurrencePattern": {
"RecurrenceType": 0,
"EndDateTime": "2025-10-30T02:41:14.1043571+00:00",
"StartDateTime": "2025-10-30T02:41:14.1043571+00:00",
"Interval": 3,
"UntilType": 0,
"UntilDate": "2025-10-30T02:41:14.1043571+00:00",
"NumberOfOccurrences": 5,
"RecurrenceDescription": "sample string 6",
"RecurrencePatternComplexDescription": "sample string 7"
},
"Occurrences": [
{
"Identity": "6dc0fb2f-966e-40d4-8651-c0c289f9ed93",
"IsEdited": true,
"StartDateTime": "2025-10-30T02:41:14.1043571+00:00",
"EndDateTime": "2025-10-30T02:41:14.1043571+00:00"
},
{
"Identity": "6dc0fb2f-966e-40d4-8651-c0c289f9ed93",
"IsEdited": true,
"StartDateTime": "2025-10-30T02:41:14.1043571+00:00",
"EndDateTime": "2025-10-30T02:41:14.1043571+00:00"
}
],
"BookingTypeIdentity": "e998de3a-7074-41fa-ac97-62d11bd4b65e",
"FormIdentity": "6e139256-9ec6-49c9-b8a8-7aa6ebe719b0",
"OccurrenceGroupIdentity": "a6a694c9-d82e-40cf-9064-35735fdf2b5b",
"Resources": [
{
"ResourceTypeIdentity": "c017a64c-ac45-4439-a310-b5df934b6197",
"ResourceTypeName": "sample string 2",
"ExternalApplicationIdentity": "0ed38bf0-84e2-4fbc-9611-aeee93e9bf09",
"ResourceRestrictionIdentity": "fc69a813-61dd-4b81-83ea-07e6cb47c477",
"IsPrimary": true,
"Identity": "f29ffca5-d9c2-4c7d-83c8-1eaab3f8f46f",
"Name": "sample string 7"
},
{
"ResourceTypeIdentity": "c017a64c-ac45-4439-a310-b5df934b6197",
"ResourceTypeName": "sample string 2",
"ExternalApplicationIdentity": "0ed38bf0-84e2-4fbc-9611-aeee93e9bf09",
"ResourceRestrictionIdentity": "fc69a813-61dd-4b81-83ea-07e6cb47c477",
"IsPrimary": true,
"Identity": "f29ffca5-d9c2-4c7d-83c8-1eaab3f8f46f",
"Name": "sample string 7"
}
],
"CanEdit": true,
"EventIdentity": "23f56098-c6d9-4185-9be8-f65cb5b05044",
"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": "b5f86d80-89cd-49ef-bb04-2e1bce615950",
"Name": "sample string 2",
"Sections": [
{
"Identity": "193b06fa-3fc3-45e4-95ab-80313f2ce947",
"Name": "sample string 2",
"Rank": 3,
"Fields": [
{
"Identity": "08451445-e8ea-4249-a555-0d8f515c0274",
"FieldType": 0,
"Rank": 2,
"Description": "sample string 3",
"ShortDescription": "sample string 4",
"Values": [
{},
{}
]
},
{
"Identity": "08451445-e8ea-4249-a555-0d8f515c0274",
"FieldType": 0,
"Rank": 2,
"Description": "sample string 3",
"ShortDescription": "sample string 4",
"Values": [
{},
{}
]
}
]
},
{
"Identity": "193b06fa-3fc3-45e4-95ab-80313f2ce947",
"Name": "sample string 2",
"Rank": 3,
"Fields": [
{
"Identity": "08451445-e8ea-4249-a555-0d8f515c0274",
"FieldType": 0,
"Rank": 2,
"Description": "sample string 3",
"ShortDescription": "sample string 4",
"Values": [
{},
{}
]
},
{
"Identity": "08451445-e8ea-4249-a555-0d8f515c0274",
"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.