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": "e84620ca-d5f6-4dfd-ae77-2a383d0743a7",
"EventSectorId": "9db2399b-b774-4229-bdd6-2273874f983b",
"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.