{
"callTime": "2019-08-24T14:15:22Z",
"desc": "string",
"eventType": "string",
"header": "string",
"id": "string",
"invokeMode": 0,
"isSuccess": 0,
"params": "string",
"pkVal": "string",
"procDefId": "string",
"procDefKey": "string",
"procInstId": "string",
"response": "string",
"retryCount": 0,
"subject": "string",
"supInstId": "string",
"taskId": "string",
"taskKey": "string",
"taskName": "string",
"url": "string",
"userId": "string"
}
curl --location --request POST 'https://api-dev.sincetech.com.cn:9443/bpm-runtime/runtime/bpmCallLog/v1/save' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"callTime": "2019-08-24T14:15:22Z",
"desc": "string",
"eventType": "string",
"header": "string",
"id": "string",
"invokeMode": 0,
"isSuccess": 0,
"params": "string",
"pkVal": "string",
"procDefId": "string",
"procDefKey": "string",
"procInstId": "string",
"response": "string",
"retryCount": 0,
"subject": "string",
"supInstId": "string",
"taskId": "string",
"taskKey": "string",
"taskName": "string",
"url": "string",
"userId": "string"
}'
{
"code": 0,
"errorCode": "string",
"logId": "string",
"message": "string",
"state": true,
"value": "string"
}