POST Api/Service/Order/BatchManualTickets

批量手动提取票号操作

Request Information

URI Parameters

None.

Body Parameters

订单号列表

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "d60a5fc1-c458-4ed9-accf-7d4c6ffc4123",
  "757be2a2-fbcc-4557-96c8-10b9be1d385f"
]

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