POST api/citizenEngagement/tour
Request Information
URI Parameters
None.
Body Parameters
TourDto| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| SubmitDate | date |
None. |
|
| SchoolTour | boolean |
None. |
|
| ContactName | string |
None. |
|
| Phone | string |
None. |
|
| string |
None. |
||
| Organization | string |
None. |
|
| Address | string |
None. |
|
| City | string |
None. |
|
| State | string |
None. |
|
| NumberAdults | integer |
None. |
|
| NumberChildren | integer |
None. |
|
| SpecialNeeds | string |
None. |
|
| Teacher | boolean |
None. |
|
| ParentOrganizer | boolean |
None. |
|
| GradeLevel | string |
None. |
|
| LunchSpace | boolean |
None. |
|
| TeacherLed | boolean |
None. |
|
| Comments | string |
None. |
|
| OtherTeachersClasses | string |
None. |
|
| FirstPreference | date |
None. |
|
| SecondPreference | date |
None. |
|
| ThirdPreference | date |
None. |
|
| TourDate | date |
None. |
|
| IncludeCapitolSquareTour | boolean |
None. |
|
| Token | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"submitDate": "2025-12-08T10:30:26.5567351+00:00",
"schoolTour": true,
"contactName": "sample string 4",
"phone": "sample string 5",
"email": "sample string 6",
"organization": "sample string 7",
"address": "sample string 8",
"city": "sample string 9",
"state": "sample string 10",
"numberAdults": 11,
"numberChildren": 12,
"specialNeeds": "sample string 13",
"teacher": true,
"parentOrganizer": true,
"gradeLevel": "sample string 16",
"lunchSpace": true,
"teacherLed": true,
"comments": "sample string 19",
"otherTeachersClasses": "sample string 20",
"firstPreference": "2025-12-08T10:30:26.5567351+00:00",
"secondPreference": "2025-12-08T10:30:26.5722939+00:00",
"thirdPreference": "2025-12-08T10:30:26.5722939+00:00",
"tourDate": "2025-12-08T10:30:26.5722939+00:00",
"includeCapitolSquareTour": true,
"token": "sample string 22"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Tour| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| SubmitDate | date |
None. |
|
| SchoolTour | boolean |
None. |
|
| ContactName | string |
String length: inclusive between 0 and 100 |
|
| Phone | string |
String length: inclusive between 0 and 15 |
|
| string |
String length: inclusive between 0 and 100 |
||
| OrganizationName | string |
String length: inclusive between 0 and 100 |
|
| StreetAddress | string |
String length: inclusive between 0 and 50 |
|
| City | string |
String length: inclusive between 0 and 50 |
|
| State | string |
String length: inclusive between 0 and 2 |
|
| NumberAdults | integer |
None. |
|
| NumberChildren | integer |
None. |
|
| SpecialNeeds | string |
None. |
|
| Teacher | boolean |
None. |
|
| ParentOrganizer | boolean |
None. |
|
| GradeLevel | string |
String length: inclusive between 0 and 50 |
|
| LunchSpace | boolean |
None. |
|
| TeacherLed | boolean |
None. |
|
| Comments | string |
String length: inclusive between 0 and 2000 |
|
| OtherTeachersClasses | string |
String length: inclusive between 0 and 2000 |
|
| FirstPreference | date |
None. |
|
| SecondPreference | date |
None. |
|
| ThirdPreference | date |
None. |
|
| Country | string |
None. |
|
| Walkin | boolean |
None. |
|
| TourDate | date |
None. |
|
| IncludeCapitolSquareTour | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"submitDate": "2025-12-08T10:30:26.5722939+00:00",
"schoolTour": true,
"contactName": "sample string 4",
"phone": "sample string 5",
"email": "sample string 6",
"organizationName": "sample string 7",
"streetAddress": "sample string 8",
"city": "sample string 9",
"state": "sample string 10",
"numberAdults": 11,
"numberChildren": 12,
"specialNeeds": "sample string 13",
"teacher": true,
"parentOrganizer": true,
"gradeLevel": "sample string 16",
"lunchSpace": true,
"teacherLed": true,
"comments": "sample string 19",
"otherTeachersClasses": "sample string 20",
"firstPreference": "2025-12-08T10:30:26.5722939+00:00",
"secondPreference": "2025-12-08T10:30:26.5722939+00:00",
"thirdPreference": "2025-12-08T10:30:26.5722939+00:00",
"country": "sample string 21",
"walkin": true,
"tourDate": "2025-12-08T10:30:26.5722939+00:00",
"includeCapitolSquareTour": true
}