POST api/flight/b2b/agent/returnCredit

還返信用額(根據PNR退還出票所用信用額)

Request Information

URI Parameters

None.

Body Parameters

RefundCreditRQContract
NameDescriptionTypeAdditional 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:

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

Response Information

Resource Description

還返信用額(根據PNR退還出票所用信用額)

ReturnResult
NameDescriptionTypeAdditional information
code

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

integer

None.

message

提示消息

string

None.

Response Formats

application/json, text/json

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