0
点赞
收藏
分享

微信扫一扫

nVisual自定义工单内容

接口描述:创建工单。

URL地址:http://ip:port /wapi/v1/workOrderTasks

访问方法:POST

请求参数

form-data参数

参数名

类型

示例值

必填

说明

taskType

Integer

7


任务类型id

startDate

String

2024/07/10


任务开始时间

endDate

String

2024/07/10


任务预计结束时间

source

String

电话任务


任务来源

priprity

Integer

1


优先级id

resource

String

94000000000060


处理人id

theme

String

上架


主题

custom

Integer

客户1


客户id

serviceLevel

Integer

1


服务等级id

content

String

json字符串


内容json格式

响应示例

{
  "code": 200,
  "data": [
    51000000057976
  ]
}

备注

其中content字段为json字符串,字符串中可随意填写。可实现nVisual工单中,不确定字段的处理;也可将excel表格中的内容导入nVisual工单中。

举报

相关推荐

0 条评论