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:
[ "0bda04e7-6282-4558-b156-31cc38d9d007", "65ef54e4-15f7-4944-b2c0-5f885778edab" ]
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" }