POST Api/Service/Order/BatchManualTickets

批量手动提取票号操作

Request Information

URI Parameters

None.

Body Parameters

订单号列表

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "b494183d-ab05-4fbf-bce6-3d0db7e1089e",
  "b7215fc5-ff82-4997-b922-9e3f10413bca"
]

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