POST api/liveondeck/UpdateLiveClassStartTime?HorseShowID={HorseShowID}&ArenaID={ArenaID}&ClassID={ClassID}&NewStartTime={NewStartTime}&AuditPersonID={AuditPersonID}&PersonID={PersonID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
HorseShowID

integer

None.

ArenaID

integer

None.

ClassID

integer

None.

NewStartTime

date

None.

AuditPersonID

integer

None.

PersonID

integer

None.

Body Parameters

UpdateLiveClassStartTimeRequest
NameDescriptionTypeAdditional information
HorseShowID

integer

None.

ArenaID

integer

None.

ClassID

integer

None.

NewStartTime

date

None.

AuditPersonID

integer

None.

PersonID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "HorseShowID": 1,
  "ArenaID": 1,
  "ClassID": 2,
  "NewStartTime": "2026-08-04T13:52:56.7570907-07:00",
  "AuditPersonID": 3,
  "PersonID": 4
}

application/xml, text/xml

Sample:
<UpdateLiveClassStartTimeRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Equestrian.Entities">
  <ArenaID>1</ArenaID>
  <AuditPersonID>3</AuditPersonID>
  <ClassID>2</ClassID>
  <HorseShowID>1</HorseShowID>
  <NewStartTime>2026-08-04T13:52:56.7570907-07:00</NewStartTime>
  <PersonID>4</PersonID>
</UpdateLiveClassStartTimeRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.