POST api/powersuite/flight

Request Information

URI Parameters

None.

Body Parameters

请求

OrderPushRQContract
NameDescriptionTypeAdditional information
OrderNO

订单编号

string

None.

IfAutoInvoice

是否自动下单

string

None.

IfAutoSettlement

是否自动结算

string

None.

FOP

支付方式Form Of Payment

string

None.

CardType

CardType

string

None.

CardNO

CardNO.

string

None.

ExpDate

ExpDate

date

None.

AuthCode

AuthCode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "OrderNO": "sample string 1",
  "IfAutoInvoice": "sample string 2",
  "IfAutoSettlement": "sample string 3",
  "FOP": "sample string 4",
  "CardType": "sample string 5",
  "CardNO": "sample string 6",
  "ExpDate": "2024-12-23T19:51:55.6333205+08:00",
  "AuthCode": "sample string 8"
}

application/x-www-form-urlencoded

Sample:

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

Response Information

Resource Description

ReturnResultOfOrderPushRSContract
NameDescriptionTypeAdditional information
data

OrderPushRSContract

None.

code

状态码:100成功,其他自定义

integer

None.

message

提示消息

string

None.

Response Formats

application/json, text/json

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