Request
Body Params application/json
{
"type": "SYMPTOM_RECORDER",
"patientId": "string",
"input": {},
"output": {},
"status": "UNREAD",
"previousTaskId": "string"
}
Request Code Samples
curl --location --request POST 'http://localhost:8081/api/internal/v1/processes' \
--header 'username: content-synchronizer' \
--header 'password: 5BW9ow4COZOaz5eIj81Ot27LhwFH4EMO' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "SYMPTOM_RECORDER",
"patientId": "string",
"input": {},
"output": {},
"status": "UNREAD",
"previousTaskId": "string"
}'
Responses
application/json {
"status": "string",
"data": {
"taskId": "string"
}
}
Modified at 2024-03-17 12:47:06