POST api/turnstile/event
Request Information
URI Parameters
None.
Body Parameters
TurnstileRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| 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:
{
"EventTime": "2026-09-17T20:38:52.4659669+03:00",
"FlagStarta": 1,
"Otpravitel": 2,
"Poluzatel": 3,
"Komanda": 4,
"Seriy": 5,
"NomerH": 6,
"NomerL": 7,
"CRC": 8
}
application/xml, text/xml
Sample:
<TurnstileRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplication1.Controllers"> <CRC>8</CRC> <EventTime>2026-09-17T20:38:52.4659669+03:00</EventTime> <FlagStarta>1</FlagStarta> <Komanda>4</Komanda> <NomerH>6</NomerH> <NomerL>7</NomerL> <Otpravitel>2</Otpravitel> <Poluzatel>3</Poluzatel> <Seriy>5</Seriy> </TurnstileRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.