POST Api/Invoke/UpdateTicketNumbersPostedStatus
将票号修改为已回贴状态
Request Information
URI Parameters
None.
Body Parameters
票号ID列表
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "07c58cc1-8865-4274-ae76-6e1d5980cb19", "89c3f79a-e1b5-46fa-9db5-4bf79e7f7266" ]
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" }