GET Api/Invoke/GetOrderStatus/{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.GetOrderStatusModel
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.OrderStatusType

None.

Remarks

备注内容

string

String length: inclusive between 0 and 500

Response Formats

application/json, text/json

Sample:
{
  "ID": "d2bae5b8-0a5f-4e69-a2c6-ce421c5905ba",
  "RecordType": 0,
  "Creater": "sample string 2",
  "Time": "2024-10-22T16:29:01.6110645+08:00",
  "OrderId": "f83e2aae-d7fc-4c4d-8455-43182641f13c",
  "Status": 1,
  "Remarks": "sample string 5"
}