From e341003ab4d1bd330cbdc52c2d3409226fcb1600 Mon Sep 17 00:00:00 2001 From: Martyn Whitwell Date: Wed, 11 Sep 2024 12:54:58 +0100 Subject: [PATCH] Update ApplicationChoice.cs --- GetIntoTeachingApi/Models/Crm/ApplicationChoice.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/GetIntoTeachingApi/Models/Crm/ApplicationChoice.cs b/GetIntoTeachingApi/Models/Crm/ApplicationChoice.cs index 1ace0ab46..0a2953dcf 100644 --- a/GetIntoTeachingApi/Models/Crm/ApplicationChoice.cs +++ b/GetIntoTeachingApi/Models/Crm/ApplicationChoice.cs @@ -29,6 +29,7 @@ public enum Status Withdrawn = 222750011, ConditionsNotMet = 222750012, OfferDeferred = 222750013, + Inactive = 222750014, } [EntityField("dfe_applyapplicationform", typeof(EntityReference), "dfe_applyapplicationform")]