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:
[ "017a01ae-ca08-4ead-96fc-1e74c5e3d81d", "1804bf7d-fe1c-4d6a-9bea-3a351f07eb8b" ]
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"
}