POST api/log/airPricing/link
創建機票查價日志
Request Information
URI Parameters
None.
Body Parameters
AirPricingLinkLogContractName | Description | Type | Additional information |
---|---|---|---|
logid | string |
None. |
|
linkurl | string |
None. |
|
createtime | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "logid": "sample string 1", "linkurl": "sample string 2", "createtime": "2024-12-23T20:02:20.8000816+08:00" }
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" }