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:
[
  "25879ca0-f57f-45da-a39e-b75cc935a225",
  "b775f8c7-0c03-4c93-a4a6-ccb93b859431"
]

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