PUT api/flight/order/{orderCode}/time-limit
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| orderCode | string |
Required |
Body Parameters
OrderTimeLimitRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| TimeLimit | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"TimeLimit": "2026-09-07T11:53:14.8563576+07:00"
}
application/xml, text/xml
Sample:
<OrderTimeLimitRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SmiletripB2B.API.Models"> <TimeLimit>2026-09-07T11:53:14.8563576+07:00</TimeLimit> </OrderTimeLimitRequest>
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.