POST Api/Service/Order/BatchManualTickets

批量手动提取票号操作

Request Information

URI Parameters

None.

Body Parameters

订单号列表

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "a103acb2-02d4-41ca-a24f-c8fa1e005e07",
  "d7b456fc-3ab2-4972-9034-4f11c1bdbf9f"
]

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