POST Api/Service/Refund/BatchChangeRefundStatus/{Status}
批量变更退票单状态
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Status |
变更后状态 |
SpeedPower.Utility.Models.Project.Orders.Enums.RefundStatusType |
Required |
Body Parameters
退票单ID列表
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "1e57a82c-3d65-468f-8caf-fd076b545717", "78eb7254-1915-4ed5-bf16-26f70a2ce41f" ]
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" }