POST Api/Invoke/UpdateTicketNumbersPostedStatus
将票号修改为已回贴状态
Request Information
URI Parameters
None.
Body Parameters
票号ID列表
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "467f98e9-2476-4c30-adbd-88d5c9ecc1fa", "62e79f7c-9132-4e5a-a200-5781155a11fa" ]
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" }