POST Api/Service/Order/BatchManualTickets

批量手动提取票号操作

Request Information

URI Parameters

None.

Body Parameters

订单号列表

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "10755479-91e7-4528-93df-e45fe2da1e9d",
  "d5691ac5-177c-421d-a41c-f895ec9ebed5"
]

Response Information

Resource Description

批量手动提取票号操作

SpeedPower.Utility.Models.Helper.ResultMessage
NameDescriptionTypeAdditional information
Succeed

操作是否成功

boolean

None.

Message

操作消息

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Succeed": true,
  "Message": "sample string 2"
}