POST api/ProfileHistory/GetSlotsDetails
Request Information
URI Parameters
None.
Body Parameters
GetSlotsDetailsModels| Name | Description | Type | Additional information |
|---|---|---|---|
| stationId | integer |
Required |
|
| vehicleTypeId | integer |
Required |
|
| categoryId | integer |
Required |
|
| date | date |
Required |
|
| duration | integer |
Required |
Request Formats
application/json, text/json
Sample:
{
"stationId": 1,
"vehicleTypeId": 2,
"categoryId": 3,
"date": "2025-12-11T09:44:14.7797378+05:30",
"duration": 5
}
application/xml, text/xml
Sample:
<GetSlotsDetailsModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/iParkWebAPI.Models"> <categoryId>3</categoryId> <date>2025-12-11T09:44:14.7797378+05:30</date> <duration>5</duration> <stationId>1</stationId> <vehicleTypeId>2</vehicleTypeId> </GetSlotsDetailsModels>
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.