-
Notifications
You must be signed in to change notification settings - Fork 0
/
EnrolmentPayLoad.json
46 lines (46 loc) · 1.3 KB
/
EnrolmentPayLoad.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"enrolment": {
"trainingPartner": {
"code": "199900650G-01",
"uen": "199900650G"
},
"course": {
"referenceNumber": "TGS-2020000703",
"run": {
"id": "224596"
}
},
"trainee": {
"idType": {
"type": "NRIC"
},
"id": "S8194046J",
"dateOfBirth": "1981-07-12",
"fullName": "Aileen Chong",
"contactNumber": {
"countryCode": "+65",
"areaCode": "",
"phoneNumber": "88881234"
},
"emailAddress": "[email protected]",
"sponsorshipType": "EMPLOYER",
"employer": {
"uen": "199900650G",
"contact": {
"fullName": "Stephen Chua",
"contactNumber": {
"countryCode": "+65",
"areaCode": "",
"phoneNumber": "88881234"
},
"emailAddress": "[email protected]"
}
},
"fees": {
"discountAmount": 0,
"collectionStatus": "Full Payment"
},
"enrolmentDate": "2020-06-20"
}
}
}