POST Api/Service/Order/BatchManualTickets
批量手动提取票号操作
Request Information
URI Parameters
None.
Body Parameters
订单号列表
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "1d4ed8c6-f029-4048-8bb7-b2239b90dc43", "bdda1e52-c13c-49a5-86b3-9723c2307247" ]
Response Information
Resource Description
批量手动提取票号操作
SpeedPower.Utility.Models.Helper.ResultMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Succeed |
操作是否成功 |
boolean |
None. |
| Message |
操作消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Succeed": true,
"Message": "sample string 2"
}