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:
[
  "e9b4d965-f4e7-4f36-96f8-55794b6b1b67",
  "65a4e440-b074-47f5-a6b5-79421e5427ba"
]

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"
}