POST Api/Invoke/UpdateTicketNumbersPostedStatus
将票号修改为已回贴状态
Request Information
URI Parameters
None.
Body Parameters
票号ID列表
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "6fc7018d-8f79-4b82-9cbf-0784d7b4d321", "68091c94-c146-4e6a-88be-b6f3ee567ab3" ]
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"
}