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:
[ "e94416aa-65c7-4ca0-a94f-e8d8af04efef", "ec1d9517-9c21-455c-8d42-328a142e2c6d" ]
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"
}