POST Api/Service/Order/BatchManualTickets

批量手动提取票号操作

Request Information

URI Parameters

None.

Body Parameters

订单号列表

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "5a293d2a-f75b-40b2-8d4f-579024fe72bc",
  "b2a669d1-399d-43df-b025-64c3c6b81229"
]

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