POST api/flight/b2b/order/addInvoiceLogs

添加訂單日誌

Request Information

URI Parameters

None.

Body Parameters

Collection of AddInvoiceLogRQContract
NameDescriptionTypeAdditional information
transactionID

string

None.

orderType

string

None.

status

string

None.

message

string

None.

startTime

date

None.

endTime

date

None.

priority

integer

None.

opUserId

string

None.

opUserName

string

None.

createTime

date

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "transactionID": "sample string 1",
    "orderType": "sample string 2",
    "status": "sample string 3",
    "message": "sample string 4",
    "startTime": "2025-04-24T16:52:12.3620631+08:00",
    "endTime": "2025-04-24T16:52:12.3620631+08:00",
    "priority": 7,
    "opUserId": "sample string 8",
    "opUserName": "sample string 9",
    "createTime": "2025-04-24T16:52:12.3630658+08:00"
  },
  {
    "transactionID": "sample string 1",
    "orderType": "sample string 2",
    "status": "sample string 3",
    "message": "sample string 4",
    "startTime": "2025-04-24T16:52:12.3620631+08:00",
    "endTime": "2025-04-24T16:52:12.3620631+08:00",
    "priority": 7,
    "opUserId": "sample string 8",
    "opUserName": "sample string 9",
    "createTime": "2025-04-24T16:52:12.3630658+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 'List`1'.

Response Information

Resource Description

添加訂單日誌

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