GET Api/Invoke/GetOLockedStatus/{OrderId}

获取当前订单最后锁定状态

Request Information

URI Parameters

NameDescriptionTypeAdditional information
OrderId

订单ID

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

获取当前订单最后锁定状态

SpeedPower.Utility.Models.Project.Orders.Service.GetOLockedStatusModel
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.

OrderId

订单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": "b6a7ea90-969c-42dd-9ad3-3d9d64613e69",
  "RecordType": 0,
  "Creater": "sample string 2",
  "Time": "2026-02-04T08:52:10.2554805+08:00",
  "OrderId": "c1014561-1df7-44f2-b2c2-51f307b0de93",
  "Status": 0,
  "Remarks": "sample string 5"
}