POST api/flight/b2b/airrule/{configId}
查看航空條例
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| configId | integer | 
                                 Required  | 
                
Body Parameters
B2B_AirFareRuleRQContract| Name | Description | Type | Additional information | 
|---|---|---|---|
| fareKey | string | 
                             None.  | 
                |
| logTrackGuid | string | 
                             None.  | 
                
Request Formats
application/json, text/json
            Sample:
        
{
  "fareKey": "sample string 1",
  "logTrackGuid": "sample string 2"
}
        application/x-www-form-urlencoded
            Sample:
    
        
Response Information
Resource Description
查看航空條例
ReturnResultOfB2B_AirFareRuleRSContract| Name | Description | Type | Additional information | 
|---|---|---|---|
| data | B2B_AirFareRuleRSContract | 
                             None.  | 
                |
| code | 
                         状态码:100成功,其他自定义  | 
                    integer | 
                             None.  | 
                
| message | 
                         提示消息  | 
                    string | 
                             None.  | 
                
Response Formats
application/json, text/json
            Sample:
{
  "data": {
    "fareRuleList": [
      "sample string 1",
      "sample string 2"
    ]
  },
  "code": 1,
  "message": "sample string 2"
}