POST api/AliTripTransfer/GetInvoiceInfo

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
value
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "orderId": "sample string 1",
  "outOrderId": "sample string 2",
  "outInvoiceId": "sample string 3"
}

application/xml, text/xml

Sample:
<AliTripTransferGetInvoiceRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/_5Bus.Model.Extensions.APIDTO.TransferOrder.AliTrip">
  <orderId>sample string 1</orderId>
  <outInvoiceId>sample string 3</outInvoiceId>
  <outOrderId>sample string 2</outOrderId>
</AliTripTransferGetInvoiceRequest>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'FormUrlEncodedMediaTypeFormatterTracer' to write type 'AliTripTransferGetInvoiceRequest'.

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/" />