POST api/log/airPricing/link

創建機票查價日志

Request Information

URI Parameters

None.

Body Parameters

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

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

Response Information

Resource Description

創建機票查價日志

ReturnResultOfString
NameDescriptionTypeAdditional 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"
}