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:
[ "0879e8b0-fa1e-4982-b1f2-918e6d27c2a6", "22e55ef9-8bfa-45c2-918e-b4fb17b39e0e" ]
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"
}