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:
[ "f2ce0cf1-5d72-4425-8277-1ffd8c1a1f3d", "84ab6bbc-cbb9-4928-89e6-f4962de407e9" ]
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"
}