POST iclock/Registration

Request Information

URI Parameters

None.

Body Parameters

RegistrationViewModel
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

ApplicantName

string

None.

ChineseName

string

None.

DateOfBirth

date

None.

Gender

string

None.

ChineseCurriculumInSchoolId

globally unique identifier

None.

ChineseCurriculumInSchool

string

None.

StudentTypeId

globally unique identifier

None.

NationalityId

globally unique identifier

None.

Nationality

string

None.

LevelId

globally unique identifier

None.

Level

string

None.

SchoolId

globally unique identifier

None.

School

string

None.

LearningCenterId

globally unique identifier

None.

LearningCenter

string

None.

ClassId

globally unique identifier

None.

Class

string

None.

StudentId

globally unique identifier

None.

ExpectedStartDate

date

None.

IsAgreedToConditions

boolean

None.

ClassName

string

None.

LessonScheduleId

globally unique identifier

None.

FatherId

globally unique identifier

None.

FatherSalutationId

globally unique identifier

None.

FatherSalutaion

PickList

None.

FatherName

string

None.

FatherOccupation

string

None.

FatherEmail

string

None.

FatherMobileNumber

string

None.

FatherSpeakMandrin

boolean

None.

MotherId

globally unique identifier

None.

MotherSalutationId

globally unique identifier

None.

MotherSalutaion

PickList

None.

MotherName

string

None.

MotherOccupation

string

None.

MotherEmail

string

None.

MotherMobileNumber

string

None.

MotherSpeakMandrin

boolean

None.

PostalCode

string

None.

Block

string

None.

Unit

string

None.

Building

string

None.

City

string

None.

CountryId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "41754d76-0748-4ee9-a313-5473f7b54f87",
  "ApplicantName": "sample string 2",
  "ChineseName": "sample string 3",
  "DateOfBirth": "2026-02-10T20:41:29.5688635+08:00",
  "Gender": "sample string 4",
  "ChineseCurriculumInSchoolId": "530d2f72-0dcd-4559-a2ee-d6aa723b05c9",
  "ChineseCurriculumInSchool": "sample string 5",
  "StudentTypeId": "934b5d28-34d7-456f-8dac-1e2cd24df452",
  "NationalityId": "f138b9e7-0783-4c07-97b6-97ddcca9e705",
  "Nationality": "sample string 7",
  "LevelId": "9d826ee2-6ec5-4264-9d9a-011d522175ba",
  "Level": "sample string 8",
  "SchoolId": "7f73f9d4-2fc3-44e6-9d79-392f34ccb383",
  "School": "sample string 9",
  "LearningCenterId": "0351b2be-4406-4c30-ae0c-3db70a846709",
  "LearningCenter": "sample string 11",
  "ClassId": "4ceb5900-9cae-42b9-a7bd-545a8c04d438",
  "Class": "sample string 13",
  "StudentId": "28c08ea4-5174-44bf-8d60-295264893b91",
  "ExpectedStartDate": "2026-02-10T20:41:29.5688635+08:00",
  "IsAgreedToConditions": true,
  "ClassName": "sample string 16",
  "LessonScheduleId": "0fa674c0-fff3-43c6-a55c-e70d54cbfa9b",
  "FatherId": "f694702e-a4d3-4166-a9c5-58a38875f094",
  "FatherSalutationId": "8ae250b2-f296-41e9-ad97-c53cf4d52383",
  "FatherSalutaion": {
    "Id": "48574901-0d43-4bfa-bf83-7e1b3a0cdb87",
    "BusinessUnitId": "ca192baa-4bf1-45a5-b969-b8913591a0d7",
    "Model": "sample string 3",
    "Attribute": "sample string 4",
    "PickListValue": "sample string 5",
    "DisplayOrder": 6,
    "isDefault": true,
    "isUserTable": true,
    "CreatedUserId": "a25cf547-6296-4a20-b16a-97097d1767d3",
    "CreatedDate": "2026-02-10T20:41:29.5688635+08:00",
    "ModifiedUserId": "2ce957e2-2fec-4c91-8810-6aa9f8cc51c6",
    "ModifiedDate": "2026-02-10T20:41:29.5688635+08:00"
  },
  "FatherName": "sample string 17",
  "FatherOccupation": "sample string 18",
  "FatherEmail": "sample string 19",
  "FatherMobileNumber": "sample string 20",
  "FatherSpeakMandrin": true,
  "MotherId": "0227421d-e7ea-4626-9b83-c7ce2a6e9add",
  "MotherSalutationId": "7a4d0dac-95bd-412a-8168-d573f0686113",
  "MotherSalutaion": {
    "Id": "48574901-0d43-4bfa-bf83-7e1b3a0cdb87",
    "BusinessUnitId": "ca192baa-4bf1-45a5-b969-b8913591a0d7",
    "Model": "sample string 3",
    "Attribute": "sample string 4",
    "PickListValue": "sample string 5",
    "DisplayOrder": 6,
    "isDefault": true,
    "isUserTable": true,
    "CreatedUserId": "a25cf547-6296-4a20-b16a-97097d1767d3",
    "CreatedDate": "2026-02-10T20:41:29.5688635+08:00",
    "ModifiedUserId": "2ce957e2-2fec-4c91-8810-6aa9f8cc51c6",
    "ModifiedDate": "2026-02-10T20:41:29.5688635+08:00"
  },
  "MotherName": "sample string 22",
  "MotherOccupation": "sample string 23",
  "MotherEmail": "sample string 24",
  "MotherMobileNumber": "sample string 25",
  "MotherSpeakMandrin": true,
  "PostalCode": "sample string 27",
  "Block": "sample string 28",
  "Unit": "sample string 29",
  "Building": "sample string 30",
  "City": "sample string 31",
  "CountryId": "ff8550cc-b4c0-45d2-a497-62d6d5a38f57"
}

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.