Authorization: ********************{
"Action": "DrillCreateToDoTicket",
"Method": "CreateToDoTicketTicket",
"Data": {
"PlanId": "string",
"ExecuteTime": "2019-08-24T14:15:22.123Z",
"Executor": "string",
"Remark": "string"
}
}curl --location 'https://dcops.test.tencent.com/relay/open/ifob/rapi/ifob-fre' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"Action": "DrillCreateToDoTicket",
"Method": "CreateToDoTicketTicket",
"Data": {
"PlanId": "string",
"ExecuteTime": "2019-08-24T14:15:22.123Z",
"Executor": "string",
"Remark": "string"
}
}'{
"code": 0,
"message": "string",
"data": {
"list": [
{}
],
"total": 0
}
}