POST Api/Service/Refund/BatchChangeRefundStatus/{Status}

批量变更退票单状态

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Status

变更后状态

SpeedPower.Utility.Models.Project.Orders.Enums.RefundStatusType

Required

Body Parameters

退票单ID列表

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "f42ec3f2-9b62-418c-85fc-42443ba9fe71",
  "f6577ba1-1a38-4da9-b81b-1b42b0635f39"
]

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"
}