POST api/CtripDay/CreateOrder

No documentation available.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "code": "sample string 1",
  "message": "sample string 2",
  "orderId": "sample string 3"
}

application/xml, text/xml

Sample:
<CreateOrderResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/_5Bus.WebProvider.APIDTO.CtripDay">
  <code>sample string 1</code>
  <message>sample string 2</message>
  <orderId>sample string 3</orderId>
</CreateOrderResponse>