POST api/flight/b2b/v2/submitAutoTicketing/{token}
提交出票
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| token | 
                         访问令牌  | 
                    string | 
                                 Required  | 
                
Body Parameters
SubmitAutoTicketingRQ| Name | Description | Type | Additional information | 
|---|---|---|---|
| flightPNR | string | 
                             None.  | 
                |
| requestId | string | 
                             None.  | 
                
Request Formats
application/json, text/json
            Sample:
        
{
  "flightPNR": "sample string 1",
  "requestId": "sample string 2"
}
        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"
}