PUT api/Usp_MultiInsertIntoTrotInterviewTip

Request Information

URI Parameters

None.

Body Parameters

Usp_MultiInsertIntoTrotInterviewTip
NameDescriptionTypeAdditional information
HorseName

string

None.

Body

string

None.

Date

string

None.

TrainerName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "HorseName": "sample string 1",
  "Body": "sample string 2",
  "Date": "sample string 3",
  "TrainerName": "sample string 4"
}

application/xml, text/xml

Sample:
<Usp_MultiInsertIntoTrotInterviewTip xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TestApi.Models">
  <Body>sample string 2</Body>
  <Date>sample string 3</Date>
  <HorseName>sample string 1</HorseName>
  <TrainerName>sample string 4</TrainerName>
</Usp_MultiInsertIntoTrotInterviewTip>

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_MultiInsertIntoTrotInterviewTip'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.