POST Api/Service/Changed/BatchChangeChangedStatus/{Status}

批量变更改签单状态

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Status

变更后状态

SpeedPower.Utility.Models.Project.Orders.Enums.ChangedStatusType

Required

Body Parameters

改签单ID列表

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "6320a33b-915f-46cf-8108-d75066b5d081",
  "9e84efdd-97e0-426e-bc0f-db4dbb089397"
]

Response Information

Resource Description

批量变更改签单状态

SpeedPower.Utility.Models.Helper.ResultMessage
NameDescriptionTypeAdditional information
Succeed

操作是否成功

boolean

None.

Message

操作消息

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Succeed": true,
  "Message": "sample string 2"
}