POST Api/Service/Changed/BatchChangeChangedStatus/{Status}
批量变更改签单状态
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Status |
变更后状态 |
SpeedPower.Utility.Models.Project.Orders.Enums.ChangedStatusType |
Required |
Body Parameters
改签单ID列表
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "ce1c3c64-6209-42bd-8c0c-ade02feb4a33", "cf15d36d-2a6b-45fd-84c8-3e6f198a1fde" ]
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" }