Give feedback
POST/admin-bnsp/set-feedback/:registration_id
To send feedback and its registration status from BNSP admin.
Request
- application/json
Body
required
tanggal_tes string
status_pendaftaran string
feedback string
Responses
- 200
OK.
- application/json
- Schema
- Example (from schema)
Schema
success boolean
message string
Example:
uccessfully Saved the BNSP Feedback!{
"success": true,
"message": "uccessfully Saved the BNSP Feedback!"
}