PUT api/turnstile/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

TurnstileLog
NameDescriptionTypeAdditional information
Id

integer

None.

EventTime

date

None.

FlagStarta

integer

None.

Otpravitel

integer

None.

Poluzatel

integer

None.

Komanda

integer

None.

Seriy

integer

None.

NomerH

integer

None.

NomerL

integer

None.

CRC

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "EventTime": "2026-09-17T20:30:03.5162683+03:00",
  "FlagStarta": 3,
  "Otpravitel": 4,
  "Poluzatel": 5,
  "Komanda": 6,
  "Seriy": 7,
  "NomerH": 8,
  "NomerL": 9,
  "CRC": 10
}

application/xml, text/xml

Sample:
<TurnstileLog xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplication1.Models">
  <CRC>10</CRC>
  <EventTime>2026-09-17T20:30:03.5162683+03:00</EventTime>
  <FlagStarta>3</FlagStarta>
  <Id>1</Id>
  <Komanda>6</Komanda>
  <NomerH>8</NomerH>
  <NomerL>9</NomerL>
  <Otpravitel>4</Otpravitel>
  <Poluzatel>5</Poluzatel>
  <Seriy>7</Seriy>
</TurnstileLog>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.