Many changes and upgrades
- Two new shared collection classes:
- Changes to Department class:
- Reduced to one name (
Name). - Removed
WebPublish. - Removed
RentBroker. - Removed
Order. - Removed
ServiceAreaPostalCodes. - More.
- Reduced to one name (
- Changes to Estate class:
- ID without prefix.
Tagis enabled as field for old ID from WebMegler.- Removed
ExternalLinks. - Documents and Images as collection list.
- More.
- General changes:
OriginDatachanged toCustomData.- Added
LastModifiedLocalas supplement toLastModifiedOrigin. - All nullable types marked with
?. - More.
Info
All fields from Vitec API endpoints (Employee, Department, Estate, Images, and Documents) are represented in the C# models for convenience.
Fields that have not yet been decided upon, or are planned for exclusion, are commented out. This makes it easy to include them later when testing with real data, if needed.
The Vitec integration tables provide an overview of what is currently commented out. All entries marked as "TBD" in the "Maps To (Destinet)" column indicate that the field exists in the models but is commented out.