PUT api/Usp_InsertTrotCheckHorses

Request Information

URI Parameters

None.

Body Parameters

Usp_InsertTrotCheckHorsesViewModel
NameDescriptionTypeAdditional information
HorseName

string

None.

RaceNr

string

None.

RaceDate

string

None.

RaceTrack

string

None.

TrackLink

string

None.

RaceAvd

string

None.

HorseKeyNr

string

None.

Request Formats

application/json, text/json

Sample:
{
  "HorseName": "sample string 1",
  "RaceNr": "sample string 2",
  "RaceDate": "sample string 3",
  "RaceTrack": "sample string 4",
  "TrackLink": "sample string 5",
  "RaceAvd": "sample string 6",
  "HorseKeyNr": "sample string 7"
}

application/xml, text/xml

Sample:
<Usp_InsertTrotCheckHorsesViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TestApi.Models">
  <HorseKeyNr>sample string 7</HorseKeyNr>
  <HorseName>sample string 1</HorseName>
  <RaceAvd>sample string 6</RaceAvd>
  <RaceDate>sample string 3</RaceDate>
  <RaceNr>sample string 2</RaceNr>
  <RaceTrack>sample string 4</RaceTrack>
  <TrackLink>sample string 5</TrackLink>
</Usp_InsertTrotCheckHorsesViewModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Usp_InsertTrotCheckHorsesViewModel'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.