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": "312fc7fe-2ad6-4632-a598-6c085924665c",
"EventSectorId": "05a910b6-4785-4fcc-94cb-e3eda2cfa534",
"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.