diff --git a/TeachingRecordSystem/src/TeachingRecordSystem.Api/V3/Core/SharedModels/IttProgrammeType.cs b/TeachingRecordSystem/src/TeachingRecordSystem.Api/V3/Core/SharedModels/IttProgrammeType.cs index fb6613fb66..e313c56176 100644 --- a/TeachingRecordSystem/src/TeachingRecordSystem.Api/V3/Core/SharedModels/IttProgrammeType.cs +++ b/TeachingRecordSystem/src/TeachingRecordSystem.Api/V3/Core/SharedModels/IttProgrammeType.cs @@ -78,7 +78,13 @@ public enum IttProgrammeType InternationalQualifiedTeacherStatus = 389040023, [Description("High potential ITT")] - HighPotentialITT = 389040024 + HighPotentialITT = 389040024, + + [Description("Primary and secondary undergraduate fee funded")] + Primaryandsecondaryundergraduatefeefunded = 389040025, + + [Description("Primary and secondary postgraduate fee funded")] + Primaryandsecondarypostgraduatefeefunded = 389040026 } public static class IttProgrammeTypeExtensions