POST api/powersuite/flight
Request Information
URI Parameters
None.
Body Parameters
请求
OrderPushRQContract| Name | Description | Type | Additional 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": "2025-11-04T23:13:07.3201355+08:00",
  "AuthCode": "sample string 8"
}
        application/x-www-form-urlencoded
            Sample:
    
        
Response Information
Resource Description
ReturnResultOfOrderPushRSContract| Name | Description | Type | Additional 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"
}