POST api/liveondeck/SelectInitial
Request Information
URI Parameters
None.
Body Parameters
SelectInitialLiveOnDeckRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| HorseShowID | integer |
None. |
|
| LiveClassID | integer |
None. |
|
| OnDeckClassID | integer |
None. |
|
| LiveEntryID | integer |
None. |
|
| OnDeckEntryID | integer |
None. |
|
| ClientSequenceID | integer |
None. |
|
| AuditPersonID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"HorseShowID": 1,
"LiveClassID": 2,
"OnDeckClassID": 3,
"LiveEntryID": 1,
"OnDeckEntryID": 1,
"ClientSequenceID": 1,
"AuditPersonID": 4
}
application/xml, text/xml
Sample:
<SelectInitialLiveOnDeckRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Equestrian.Entities"> <AuditPersonID>4</AuditPersonID> <ClientSequenceID>1</ClientSequenceID> <HorseShowID>1</HorseShowID> <LiveClassID>2</LiveClassID> <LiveEntryID>1</LiveEntryID> <OnDeckClassID>3</OnDeckClassID> <OnDeckEntryID>1</OnDeckEntryID> </SelectInitialLiveOnDeckRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.