POST Api/Service/Order/BatchManualTickets
批量手动提取票号操作
Request Information
URI Parameters
None.
Body Parameters
订单号列表
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "f4172742-7030-4a63-a336-f572e5e749cb", "094ac5c2-a5b4-4b43-98b1-acd3995a7fdd" ]
Response Information
Resource Description
批量手动提取票号操作
SpeedPower.Utility.Models.Helper.ResultMessageName | Description | Type | Additional information |
---|---|---|---|
Succeed |
操作是否成功 |
boolean |
None. |
Message |
操作消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Succeed": true, "Message": "sample string 2" }