POST Api/Service/Order/AddPurchaseRoute
添加自动采购路由标识
Request Information
URI Parameters
None.
Body Parameters
设置参数
SpeedPower.Utility.Models.Project.Orders.Service.AddPurchaseRouteModelName | Description | Type | Additional information |
---|---|---|---|
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:
{ "OrderId": "8126d4cf-b118-4ac6-87f0-9bf18987078f", "PurchaseTag": "sample string 2", "Remarks": "sample string 3" }
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" }