GET Api/Invoke/GetOLockedStatus/{OrderId}
获取当前订单最后锁定状态
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
OrderId |
订单ID |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
获取当前订单最后锁定状态
SpeedPower.Utility.Models.Project.Orders.Service.GetOLockedStatusModelName | 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. |
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": "ae5d6e03-c637-4fd3-8f56-9d83951ee948", "RecordType": 0, "Creater": "sample string 2", "Time": "2025-04-03T19:28:39.3699426+08:00", "OrderId": "1e617c04-71e0-480c-b745-881754ff3f3f", "Status": 0, "Remarks": "sample string 5" }