POST Api/Service/Order/AddTodoItem
添加/指派一个待办任务
Request Information
URI Parameters
None.
Body Parameters
设置参数
SpeedPower.Utility.Models.Project.Orders.Service.AddTodoItemModelName | Description | Type | Additional information |
---|---|---|---|
OrderId |
订单ID |
globally unique identifier |
None. |
Distributor |
指派给谁 |
string |
Required String length: inclusive between 0 and 128 |
Remarks |
备注 |
string |
String length: inclusive between 0 and 500 |
Request Formats
application/json, text/json
Sample:
{ "OrderId": "0488a3ab-7dcd-4427-ade8-14bce7bd6067", "Distributor": "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" }