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:
[
  "a24b33c3-3d19-4e82-b514-aec873b12e7c",
  "64c950b3-234c-41bc-90d4-0bcd7273f64b"
]

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