Authorization: Bearer ********************
{
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"remark": "string",
"params": {
"key": {}
},
"id": 0,
"taskName": "string",
"dispatchType": "string",
"relationType": "string",
"relationId": 0,
"taskStatus": "string",
"taskRecordList": [
{
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"remark": "string",
"params": {
"key": {}
},
"id": 0,
"taskId": 0,
"sendTime": "string",
"templateId": 0,
"templateName": "string",
"relationType": "string",
"relationId": 0,
"recordStatus": "string",
"sendStatus": "string",
"taskName": "string"
}
]
}
curl --location --request PUT 'http://localhost:8080/ess/dispatch-task' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"remark": "string",
"params": {
"key": {}
},
"id": 0,
"taskName": "string",
"dispatchType": "string",
"relationType": "string",
"relationId": 0,
"taskStatus": "string",
"taskRecordList": [
{
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"remark": "string",
"params": {
"key": {}
},
"id": 0,
"taskId": 0,
"sendTime": "string",
"templateId": 0,
"templateName": "string",
"relationType": "string",
"relationId": 0,
"recordStatus": "string",
"sendStatus": "string",
"taskName": "string"
}
]
}'
{
"": {}
}