POST Api/Invoke/UpdateTicketNumbersPostedStatus
将票号修改为已回贴状态
Request Information
URI Parameters
None.
Body Parameters
票号ID列表
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "9d4ec0ad-5bec-4aa6-8df5-896beb456eaf", "1dea8988-e2d5-4b56-9569-5c316d30955d" ]
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"
}