POST api/AliTripTransfer/OrderCancel
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", "isPressureTest": true, "userId": 4, "cancelType": "sample string 5", "orderId": 6, "isCorpOrder": true, "useType": 8, "cancelTime": "sample string 9", "cancelMessage": "sample string 10", "outOrderId": "sample string 11" }
application/xml, text/xml
Sample:
<AliTripTransferCancelOrderRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/_5Bus.Model.Extensions.APIDTO.TransferOrder.AliTrip"> <cancelMessage>sample string 10</cancelMessage> <cancelTime>sample string 9</cancelTime> <cancelType>sample string 5</cancelType> <channelId>sample string 2</channelId> <isCorpOrder>true</isCorpOrder> <isPressureTest>true</isPressureTest> <orderId>6</orderId> <outOrderId>sample string 11</outOrderId> <traceId>sample string 1</traceId> <useType>8</useType> <userId>4</userId> </AliTripTransferCancelOrderRequest>
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/" />