POST
/action-plan/performer-prompt
curl \
--request POST 'https://customer.trintech.com/action-plan/performer-prompt' \
--header "Content-Type: application/json" \
--data '{"taskNumber":"string","questionNumber":42,"response":"string","period":"string"}'
Request examples
{
"taskNumber": "string",
"questionNumber": 42,
"response": "string",
"period": "string"
}