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:
[
  "8c9762b3-f03a-4e62-adb0-de7010b01436",
  "07d92b35-7c34-437c-9d37-cd20327c2fab"
]

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