POST Api/Service/Order/UpdatePurchaseRoute
更新自动采购路由标识
Request Information
URI Parameters
None.
Body Parameters
设置参数
SpeedPower.Utility.Models.Project.Orders.Service.UpdatePurchaseRouteModelName | Description | Type | Additional information |
---|---|---|---|
ID |
设置ID |
globally unique identifier |
None. |
OrderId |
父级ID |
globally unique identifier |
None. |
PurchaseTag |
采购路由代码 |
string |
Required String length: inclusive between 0 and 20 |
Remarks |
备注内容 |
string |
String length: inclusive between 0 and 500 |
Request Formats
application/json, text/json
Sample:
{ "ID": "5d9f18a3-9518-4a3e-8d91-db76a0c0d193", "OrderId": "515a6369-e1c0-4f66-beec-cef986b0ba3c", "PurchaseTag": "sample string 3", "Remarks": "sample string 4" }
Response Information
Resource Description
更新自动采购路由标识
SpeedPower.Utility.Models.Helper.ResultMessageName | Description | Type | Additional information |
---|---|---|---|
Succeed |
操作是否成功 |
boolean |
None. |
Message |
操作消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Succeed": true, "Message": "sample string 2" }