POST api/Events/AddStudent

Request Information

URI Parameters

None.

Body Parameters

AddStudentViewModel
NameDescriptionTypeAdditional 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": "02c85afd-59ff-4ced-9d1d-afb6d109eea7",
  "EventSectorId": "6c1d2a7f-91f2-4891-8862-930741547283",
  "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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.