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": "a9916656-f897-46bf-8443-aadcbe630596",
"EventSectorId": "7a4c4435-873e-40ae-ac20-4118189ab99f",
"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.