POST /api/v1/student-enrollment
application/json

Body Required

object object

Responses

  • 201
  • 400 application/json

    Default bad request error 400 response

    Hide response attributes Show response attributes object
    • message string Required

      Response message

    • error string Required
    • statusCode number Required
POST /api/v1/student-enrollment
curl \
 --request POST 'http://localhost:3500/api/v1/student-enrollment' \
 --header "Content-Type: application/json"
Request examples
{}
Response examples (400)
{
  "message": "string",
  "error": "string",
  "statusCode": 42.0
}