POST api/ParkingCamera/Gates/Entry
Request Information
URI Parameters
None.
Body Parameters
GatesEntryRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Gate | string |
None. |
|
| Plate | string |
None. |
|
| EntryDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Gate": "sample string 1",
"Plate": "sample string 2",
"EntryDate": "2026-05-24T02:39:50.6348736+02:00"
}
application/xml, text/xml
Sample:
<GatesEntryRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pass.WebApi.Areas.ParkingCamera.Models"> <EntryDate>2026-05-24T02:39:50.6348736+02:00</EntryDate> <Gate>sample string 1</Gate> <Plate>sample string 2</Plate> </GatesEntryRequestModel>
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.