Update

POST /action-plan/performer-prompt
application/json

Body Required

  • taskNumber string
  • questionNumber integer(int32)
  • response string
  • period string

Responses

  • 200

    OK

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"
}