POST api/v1/Ota/seats
Request Information
URI Parameters
None.
Body Parameters
GetSeatsRequestName | Description | Type | Additional information |
---|---|---|---|
SeatStoreId | integer |
None. |
|
Date | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "SeatStoreId": 1, "Date": "2025-07-17T14:12:50.6701455+07:00" }
application/xml, text/xml
Sample:
<GetSeatsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OTA.Models.Request"> <Date>2025-07-17T14:12:50.6701455+07:00</Date> <SeatStoreId>1</SeatStoreId> </GetSeatsRequest>
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.