POST api/v1/OffstreetSessions/StartInternalSession

Request Information

URI Parameters

None.

Body Parameters

StartOffstreetInternalSessionRequest
NameDescriptionTypeAdditional information
OffstreetSessionId

integer

None.

ParkingId

integer

None.

ParentParkingId

integer

None.

StartDate

date

None.

DeviceId

integer

None.

Order

string

None.

CarId

integer

None.

PaymentChannelId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "OffstreetSessionId": 1,
  "ParkingId": 1,
  "ParentParkingId": 1,
  "StartDate": "2025-12-06T07:16:36.5889093+03:00",
  "DeviceId": 2,
  "Order": "sample string 3",
  "CarId": 1,
  "PaymentChannelId": 4
}

application/xml, text/xml

Sample:
<StartOffstreetInternalSessionRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Sessions.Contracts">
  <CarId>1</CarId>
  <DeviceId>2</DeviceId>
  <OffstreetSessionId>1</OffstreetSessionId>
  <Order>sample string 3</Order>
  <ParentParkingId>1</ParentParkingId>
  <ParkingId>1</ParkingId>
  <PaymentChannelId>4</PaymentChannelId>
  <StartDate>2025-12-06T07:16:36.5889093+03:00</StartDate>
</StartOffstreetInternalSessionRequest>

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.