@@ -4,15 +4,23 @@ namespace TTMC.Kréta
44{
55 public class Guardian4T
66 {
7- [ JsonPropertyName ( "EmailCim" ) ]
8- public string ? email { get ; set ; }
9- [ JsonPropertyName ( "IsTorvenyesKepviselo" ) ]
10- public bool ? isLegalRepresentative { get ; set ; }
11- [ JsonPropertyName ( "Nev" ) ]
12- public string ? name { get ; set ; }
13- [ JsonPropertyName ( "Telefonszam" ) ]
14- public string ? phoneNumber { get ; set ; }
15- [ JsonPropertyName ( "Uid" ) ]
16- public string ? uid { get ; set ; }
7+ [ JsonPropertyName ( "SzuletesiDatum" ) ]
8+ public string ? dateOfBirthAsString { get ; set ; }
9+ [ JsonPropertyName ( "Utonev" ) ]
10+ public string ? firstname { get ; set ; }
11+ [ JsonPropertyName ( "SzuletesiUtonev" ) ]
12+ public string ? firstnameOfBirth { get ; set ; }
13+ [ JsonPropertyName ( "AnyjaUtonev" ) ]
14+ public string ? mothersFirstname { get ; set ; }
15+ [ JsonPropertyName ( "AnyjaVezeteknev" ) ]
16+ public string ? mothersSurname { get ; set ; }
17+ [ JsonPropertyName ( "Elotag" ) ]
18+ public string ? namePrefix { get ; set ; }
19+ [ JsonPropertyName ( "SzuletesiHely" ) ]
20+ public string ? placeOfBirth { get ; set ; }
21+ [ JsonPropertyName ( "Vezeteknev" ) ]
22+ public string ? surname { get ; set ; }
23+ [ JsonPropertyName ( "SzuletesiVezeteknev" ) ]
24+ public string ? surnameOfBirth { get ; set ; }
1725 }
1826}
0 commit comments