Create BNSP certificate
POST/admin-bnsp/set-certificate/:registration_id
Set up BNSP certificates for users and their graduation status.
Request
- application/json
Body
required
tanggal_tes string
status_kelulusan string
file string
Responses
- 200
OK.
- application/json
- Schema
- Example (from schema)
Schema
success boolean
message string
Example:
Successfully Saved the BNSP Certificate!{
"success": true,
"message": "Successfully Saved the BNSP Certificate!"
}