POST Api/Invoke/UpdateTicketNumbersPostedStatus
将票号修改为已回贴状态
Request Information
URI Parameters
None.
Body Parameters
票号ID列表
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "af6e4db3-6fa3-4505-b62f-a11b9e1b7c7c", "8191ddc6-4f33-48c0-8163-b1cf2a9934a5" ]
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" }