POST Api/Invoke/UpdateTicketNumbersPostedStatus

将票号修改为已回贴状态

Request Information

URI Parameters

None.

Body Parameters

票号ID列表

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "07e768e7-8b36-4ce0-bde8-5a7e41bca7cc",
  "e08099bb-a7b5-480e-b32e-22aa16b0c50a"
]

Response Information

Resource Description

将票号修改为已回贴状态

SpeedPower.Utility.Models.Helper.ResultMessage
NameDescriptionTypeAdditional information
Succeed

操作是否成功

boolean

None.

Message

操作消息

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Succeed": true,
  "Message": "sample string 2"
}