GET Api/Invoke/GetCLockedStatus/{ChangedId}
获取当前改签单最后锁定状态(基于改签单ID)
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ChangedId |
改签单ID |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
获取当前改签单最后锁定状态(基于改签单ID)
SpeedPower.Utility.Models.Project.Orders.Service.GetCLockedStatusModel| Name | Description | Type | Additional 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.LockedStatusType |
None. |
| Remarks |
备注内容 |
string |
String length: inclusive between 0 and 500 |
Response Formats
application/json, text/json
Sample:
{
"ID": "bdf64e26-955c-4de4-933f-cf00f9515a49",
"RecordType": 0,
"Creater": "sample string 2",
"Time": "2025-12-18T09:54:11.2726791+08:00",
"ChangedId": "44e3b9d9-7274-4c97-ab4c-6ba8816b66c0",
"Status": 0,
"Remarks": "sample string 5"
}