PUT api/TrotStart/{Id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Id

integer

Required

Body Parameters

TrotStartViewModel
NameDescriptionTypeAdditional information
Id

integer

None.

Type

string

None.

UpLoaddate

date

None.

DateShow

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Type": "sample string 2",
  "UpLoaddate": "2025-12-06T19:16:02.9424082+01:00",
  "DateShow": 1.1
}

application/xml, text/xml

Sample:
<TrotStartViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TestApi.Models">
  <DateShow>1.1</DateShow>
  <Id>1</Id>
  <Type>sample string 2</Type>
  <UpLoaddate>2025-12-06T19:16:02.9424082+01:00</UpLoaddate>
</TrotStartViewModel>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.