POST api/AliTripTransfer/OrderModify
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
value | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "traceId": "sample string 1", "channelId": "sample string 2", "orderId": "sample string 3", "outOrderId": "sample string 4", "passengerInfo": { "name": "sample string 1", "phone": "sample string 2", "verifyCode": "sample string 3", "wechat": "sample string 4", "aboardPhone": "sample string 5" }, "bookingAgentInfo": { "phone": "sample string 1" }, "flightInfo": { "delayTime": 1, "arrTime": "sample string 2", "depTime": "sample string 3", "flightDate": "sample string 4", "flightNo": "sample string 5" }, "carUseTime": "sample string 5", "modifyType": "sample string 6" }
application/xml, text/xml
Sample:
<AliTripTransferOrderModifyRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/_5Bus.Model.Extensions.APIDTO.TransferOrder.AliTrip"> <bookingAgentInfo> <phone>sample string 1</phone> </bookingAgentInfo> <carUseTime>sample string 5</carUseTime> <channelId>sample string 2</channelId> <flightInfo> <arrTime>sample string 2</arrTime> <delayTime>1</delayTime> <depTime>sample string 3</depTime> <flightDate>sample string 4</flightDate> <flightNo>sample string 5</flightNo> </flightInfo> <modifyType>sample string 6</modifyType> <orderId>sample string 3</orderId> <outOrderId>sample string 4</outOrderId> <passengerInfo> <aboardPhone>sample string 5</aboardPhone> <name>sample string 1</name> <phone>sample string 2</phone> <verifyCode>sample string 3</verifyCode> <wechat>sample string 4</wechat> </passengerInfo> <traceId>sample string 1</traceId> </AliTripTransferOrderModifyRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Response body formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />