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