PUT api/TrotStart/{Id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
Body Parameters
TrotStartViewModel| Name | Description | Type | Additional 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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.