POST api/v1/Ota/insert-inventory
Request Information
URI Parameters
None.
Body Parameters
InsertInventoryRequestName | Description | Type | Additional information |
---|---|---|---|
SessionKey | string |
None. |
|
FromDate | date |
None. |
|
ToDate | date |
None. |
|
SeatCount | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "SessionKey": "sample string 1", "FromDate": "2025-05-31T03:19:55.4018427+07:00", "ToDate": "2025-05-31T03:19:55.4018427+07:00", "SeatCount": 4 }
application/xml, text/xml
Sample:
<InsertInventoryRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OTA.Models.Request"> <FromDate>2025-05-31T03:19:55.4018427+07:00</FromDate> <SeatCount>4</SeatCount> <SessionKey>sample string 1</SessionKey> <ToDate>2025-05-31T03:19:55.4018427+07:00</ToDate> </InsertInventoryRequest>
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.