POST api/StudentAPI/CourseRegistration
Documentation for 'CourseRegistration'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| obj | Documentation for 'obj'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"UserCode": "sample string 1",
"CoachingType": "sample string 2",
"Medium": "sample string 3",
"Course": "sample string 4",
"BatchId": "sample string 5",
"Name": "sample string 6",
"FatherName": "sample string 7",
"Mobile": "sample string 8",
"Email": "sample string 9",
"WhatsAppNo": "sample string 10"
}
Response Information
Response body formats
application/json, text/json
Sample:
{
"Message": "sample string 1",
"Status": true,
"data": {},
"Counter": 4
}