POST api/flight/b2b/credit/refundCredit/{token}
退還信用額
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| token | 
                         访问令牌  | 
                    string | 
                                 Required  | 
                
Body Parameters
RefundCreditRQContract| Name | Description | Type | Additional information | 
|---|---|---|---|
| flightPNR | string | 
                             None.  | 
                |
| transId | string | 
                             None.  | 
                |
| descript | string | 
                             None.  | 
                |
| operUser | string | 
                             None.  | 
                
Request Formats
application/json, text/json
            Sample:
        
{
  "flightPNR": "sample string 1",
  "transId": "sample string 2",
  "descript": "sample string 3",
  "operUser": "sample string 4"
}
        application/x-www-form-urlencoded
            Sample:
    
        
Response Information
Resource Description
退還信用額
ReturnResult| Name | Description | Type | Additional information | 
|---|---|---|---|
| code | 
                         状态码:100成功,其他自定义  | 
                    integer | 
                             None.  | 
                
| message | 
                         提示消息  | 
                    string | 
                             None.  | 
                
Response Formats
application/json, text/json
            Sample:
{
  "code": 1,
  "message": "sample string 2"
}