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": "4e27fb27-775a-42be-a5e9-792eb4ccbc3b",
"EventSectorId": "8fcd9716-d2d7-4ea0-9e8d-cf4e97dfb6a6",
"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.