GET Api/Invoke/GetMainOrderBySettingKey/{SettingKey}
获取订单主结点信息(基于订单扩展参数Key)
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
SettingKey |
扩展参数Key |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
获取订单主结点信息(基于订单扩展参数Key)
SpeedPower.Utility.Models.Project.Orders.Service.GetOrderModelName | Description | Type | Additional information |
---|---|---|---|
OrderInternalNumber |
内部订单号 |
string |
Required String length: inclusive between 0 and 128 |
OrderSource |
订单来源 |
SpeedPower.Utility.Models.Project.Orders.Enums.OrderSourceType |
None. |
InternalTime |
订单创建时间 |
date |
None. |
Creater |
创建人 |
string |
Required String length: inclusive between 0 and 128 |
ID |
订单ID |
globally unique identifier |
None. |
SiteId |
站点ID |
string |
Required String length: inclusive between 0 and 128 |
OrderExternalNumber |
外部订单号 |
string |
Required String length: inclusive between 0 and 128 |
LatestTime |
最后处理时间 |
date |
None. |
ExternalTime |
外部订单创建时间 |
date |
None. |
Response Formats
application/json, text/json
Sample:
{ "OrderInternalNumber": "sample string 1", "OrderSource": 0, "InternalTime": "2024-12-24T03:02:27.8626459+08:00", "Creater": "sample string 3", "ID": "25f99f66-c654-435c-bc4c-e427be387849", "SiteId": "sample string 5", "OrderExternalNumber": "sample string 6", "LatestTime": "2024-12-24T03:02:27.8626459+08:00", "ExternalTime": "2024-12-24T03:02:27.8626459+08:00" }