POST Api/Service/Order/UpdateOrderExpand
更新订单扩展参数
Request Information
URI Parameters
None.
Body Parameters
设置参数
SpeedPower.Utility.Models.Project.Orders.Service.UpdateOrderExpandModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID |
设置 |
globally unique identifier |
None. |
| OrderId |
订单ID |
globally unique identifier |
None. |
| SettingKey |
设置Key |
string |
Required String length: inclusive between 0 and 500 |
| SettingValue |
设置值 |
string |
Required |
Request Formats
application/json, text/json
Sample:
{
"ID": "2913fd09-4521-40a5-b7ed-aad0aab31808",
"OrderId": "4473a8cf-ee8c-4466-bfea-7f20f5b98e03",
"SettingKey": "sample string 3",
"SettingValue": "sample string 4"
}
Response Information
Resource Description
更新订单扩展参数
SpeedPower.Utility.Models.Helper.ResultMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Succeed |
操作是否成功 |
boolean |
None. |
| Message |
操作消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Succeed": true,
"Message": "sample string 2"
}