GET Api/Invoke/GetChangedStatus/{ChangedId}

获取当前改签单最后状态(基于改签单ID)

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ChangedId

改签单ID

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

获取当前改签单最后状态(基于改签单ID)

SpeedPower.Utility.Models.Project.Orders.Service.GetChangedStatusModel
NameDescriptionTypeAdditional information
ID

设置ID

globally unique identifier

None.

RecordType

添加方式

SpeedPower.Utility.Models.Project.Orders.Enums.RecordType

None.

Creater

创建人

string

Required

String length: inclusive between 0 and 128

Time

添加时间

date

None.

ChangedId

父级ID

globally unique identifier

None.

Status

改签状态类型

SpeedPower.Utility.Models.Project.Orders.Enums.ChangedStatusType

None.

Remarks

备注内容

string

String length: inclusive between 0 and 500

Response Formats

application/json, text/json

Sample:
{
  "ID": "fb24f529-dcbe-4e25-bce2-294fc11ceb0d",
  "RecordType": 0,
  "Creater": "sample string 2",
  "Time": "2024-10-22T16:42:59.0177209+08:00",
  "ChangedId": "fd8e0618-d3ef-4730-95c5-0b9bfb8b4139",
  "Status": 0,
  "Remarks": "sample string 5"
}