POST api/Events/AddStudent
Request Information
URI Parameters
None.
Body Parameters
AddStudentViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| TeacherId | globally unique identifier |
None. |
|
| EventSectorId | globally unique identifier |
None. |
|
| FullName | string |
None. |
|
| PhoneNumber | string |
None. |
|
| WhatsappNumber | string |
None. |
|
| StudentAddress | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"TeacherId": "5256c08a-8201-4afb-8777-080060b2a4b6",
"EventSectorId": "8812d279-35a5-4927-8455-6c570332f0a2",
"FullName": "sample string 1",
"PhoneNumber": "sample string 2",
"WhatsappNumber": "sample string 3",
"StudentAddress": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.