POST Api/Invoke/ChangeChangedStatus
变更改签单状态
Request Information
URI Parameters
None.
Body Parameters
设置参数
SpeedPower.Utility.Models.Project.Orders.Service.UpdateChangedStatusModelName | Description | Type | Additional information |
---|---|---|---|
ChangedId |
父级ID |
globally unique identifier |
None. |
Status |
改签状态类型 |
SpeedPower.Utility.Models.Project.Orders.Enums.ChangedStatusType |
None. |
Remarks |
备注内容 |
string |
String length: inclusive between 0 and 500 |
Request Formats
application/json, text/json
Sample:
{ "ChangedId": "8935b1df-f54c-4c09-81df-425f9c138057", "Status": 0, "Remarks": "sample string 2" }
Response Information
Resource Description
变更改签单状态
SpeedPower.Utility.Models.Helper.ResultMessageName | Description | Type | Additional information |
---|---|---|---|
Succeed |
操作是否成功 |
boolean |
None. |
Message |
操作消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Succeed": true, "Message": "sample string 2" }