POST api/CHSCalanders

Request Information

URI Parameters

None.

Body Parameters

CHSCalander
NameDescriptionTypeAdditional information
CHSCalander1

integer

None.

LastUpdateDate

date

None.

LastUpdateUser

integer

None.

calStartDateTime

date

None.

calEndDateTime

date

None.

calSubject

string

None.

calDescription

string

None.

calHighSchoolBand

boolean

None.

calJazzBand

boolean

None.

calRiversideBand

boolean

None.

cal8thGrade

boolean

None.

cal7thGrade

boolean

None.

calBandBoosters

boolean

None.

calLocationDescription

string

None.

calStreet

string

None.

calStreet2

string

None.

calCityStateZip

string

None.

calColorGuard

boolean

None.

calWinds

boolean

None.

calPercussion

boolean

None.

calBrass

boolean

None.

calFacebookLink

string

None.

calWinterGuard

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "CHSCalander1": 1,
  "LastUpdateDate": "2024-04-16T04:06:12.9286741-07:00",
  "LastUpdateUser": 1,
  "calStartDateTime": "2024-04-16T04:06:12.9286741-07:00",
  "calEndDateTime": "2024-04-16T04:06:12.9286741-07:00",
  "calSubject": "sample string 2",
  "calDescription": "sample string 3",
  "calHighSchoolBand": true,
  "calJazzBand": true,
  "calRiversideBand": true,
  "cal8thGrade": true,
  "cal7thGrade": true,
  "calBandBoosters": true,
  "calLocationDescription": "sample string 4",
  "calStreet": "sample string 5",
  "calStreet2": "sample string 6",
  "calCityStateZip": "sample string 7",
  "calColorGuard": true,
  "calWinds": true,
  "calPercussion": true,
  "calBrass": true,
  "calFacebookLink": "sample string 8",
  "calWinterGuard": true
}

application/xml, text/xml

Sample:
<CHSCalander xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CHSBandDBAPIService">
  <CHSCalander1>1</CHSCalander1>
  <LastUpdateDate>2024-04-16T04:06:12.9286741-07:00</LastUpdateDate>
  <LastUpdateUser>1</LastUpdateUser>
  <cal7thGrade>true</cal7thGrade>
  <cal8thGrade>true</cal8thGrade>
  <calBandBoosters>true</calBandBoosters>
  <calBrass>true</calBrass>
  <calCityStateZip>sample string 7</calCityStateZip>
  <calColorGuard>true</calColorGuard>
  <calDescription>sample string 3</calDescription>
  <calEndDateTime>2024-04-16T04:06:12.9286741-07:00</calEndDateTime>
  <calFacebookLink>sample string 8</calFacebookLink>
  <calHighSchoolBand>true</calHighSchoolBand>
  <calJazzBand>true</calJazzBand>
  <calLocationDescription>sample string 4</calLocationDescription>
  <calPercussion>true</calPercussion>
  <calRiversideBand>true</calRiversideBand>
  <calStartDateTime>2024-04-16T04:06:12.9286741-07:00</calStartDateTime>
  <calStreet>sample string 5</calStreet>
  <calStreet2>sample string 6</calStreet2>
  <calSubject>sample string 2</calSubject>
  <calWinds>true</calWinds>
  <calWinterGuard>true</calWinterGuard>
</CHSCalander>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

CHSCalander
NameDescriptionTypeAdditional information
CHSCalander1

integer

None.

LastUpdateDate

date

None.

LastUpdateUser

integer

None.

calStartDateTime

date

None.

calEndDateTime

date

None.

calSubject

string

None.

calDescription

string

None.

calHighSchoolBand

boolean

None.

calJazzBand

boolean

None.

calRiversideBand

boolean

None.

cal8thGrade

boolean

None.

cal7thGrade

boolean

None.

calBandBoosters

boolean

None.

calLocationDescription

string

None.

calStreet

string

None.

calStreet2

string

None.

calCityStateZip

string

None.

calColorGuard

boolean

None.

calWinds

boolean

None.

calPercussion

boolean

None.

calBrass

boolean

None.

calFacebookLink

string

None.

calWinterGuard

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "CHSCalander1": 1,
  "LastUpdateDate": "2024-04-16T04:06:12.9443027-07:00",
  "LastUpdateUser": 1,
  "calStartDateTime": "2024-04-16T04:06:12.9443027-07:00",
  "calEndDateTime": "2024-04-16T04:06:12.9443027-07:00",
  "calSubject": "sample string 2",
  "calDescription": "sample string 3",
  "calHighSchoolBand": true,
  "calJazzBand": true,
  "calRiversideBand": true,
  "cal8thGrade": true,
  "cal7thGrade": true,
  "calBandBoosters": true,
  "calLocationDescription": "sample string 4",
  "calStreet": "sample string 5",
  "calStreet2": "sample string 6",
  "calCityStateZip": "sample string 7",
  "calColorGuard": true,
  "calWinds": true,
  "calPercussion": true,
  "calBrass": true,
  "calFacebookLink": "sample string 8",
  "calWinterGuard": true
}

application/xml, text/xml

Sample:
<CHSCalander xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CHSBandDBAPIService">
  <CHSCalander1>1</CHSCalander1>
  <LastUpdateDate>2024-04-16T04:06:12.9443027-07:00</LastUpdateDate>
  <LastUpdateUser>1</LastUpdateUser>
  <cal7thGrade>true</cal7thGrade>
  <cal8thGrade>true</cal8thGrade>
  <calBandBoosters>true</calBandBoosters>
  <calBrass>true</calBrass>
  <calCityStateZip>sample string 7</calCityStateZip>
  <calColorGuard>true</calColorGuard>
  <calDescription>sample string 3</calDescription>
  <calEndDateTime>2024-04-16T04:06:12.9443027-07:00</calEndDateTime>
  <calFacebookLink>sample string 8</calFacebookLink>
  <calHighSchoolBand>true</calHighSchoolBand>
  <calJazzBand>true</calJazzBand>
  <calLocationDescription>sample string 4</calLocationDescription>
  <calPercussion>true</calPercussion>
  <calRiversideBand>true</calRiversideBand>
  <calStartDateTime>2024-04-16T04:06:12.9443027-07:00</calStartDateTime>
  <calStreet>sample string 5</calStreet>
  <calStreet2>sample string 6</calStreet2>
  <calSubject>sample string 2</calSubject>
  <calWinds>true</calWinds>
  <calWinterGuard>true</calWinterGuard>
</CHSCalander>