GET api/flight/test/sabre/delPrice/{flightPNR}

Sabre 刪除價格(測試)

Request Information

URI Parameters

NameDescriptionTypeAdditional information
flightPNR

string

Required

Body Parameters

None.

Response Information

Resource Description

Sabre 刪除價格(測試)

ReturnResultOfBoolean
NameDescriptionTypeAdditional information
data

boolean

None.

code

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

integer

None.

message

提示消息

string

None.

Response Formats

application/json, text/json

Sample:
{
  "data": true,
  "code": 2,
  "message": "sample string 3"
}