' Options: 'Date: 2026-09-23 01:36:27 'Version: 8.80 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://api.dev.dynamics.trendsic.com ' '''GlobalNamespace: '''MakePartial: True '''MakeVirtual: True '''MakeDataContractsExtensible: False '''AddReturnMarker: True '''AddDescriptionAsComments: True '''AddDataContractAttributes: False '''AddIndexesToDataMembers: False '''AddGeneratedCodeAttributes: False '''AddResponseStatus: False '''AddImplicitVersion: '''InitializeCollections: True '''ExportValueTypes: False 'IncludeTypes: EstimateRevisionGetRequest.* '''ExcludeTypes: '''AddNamespaces: '''AddDefaultXmlNamespace: http://schemas.servicestack.net/types Imports System Imports System.IO Imports System.Collections Imports System.Collections.Generic Imports System.Runtime.Serialization Imports ServiceStack Imports ServiceStack.DataAnnotations Imports System.Net Imports CRM.AgencyPlatform.API.Internal Namespace Global Namespace CRM.AgencyPlatform.API.Internal Public Partial Class AddendaChange Public Overridable Property ChangeId As String Public Overridable Property ChangeType As String Public Overridable Property TargetSeq As Integer? Public Overridable Property ItemNumber As String Public Overridable Property ItemName As String Public Overridable Property Field As String Public Overridable Property OldValue As String Public Overridable Property NewValue As String Public Overridable Property Description As String Public Overridable Property Status As String End Class Public Partial Class AddendaChangeSet Public Overridable Property ChangeSetId As String Public Overridable Property SourceRfpDocumentID As Integer Public Overridable Property SourceFileName As String Public Overridable Property DocumentType As String Public Overridable Property ExtractedAtUtc As Date? Public Overridable Property Summary As String Public Overridable Property Changes As List(Of AddendaChange) = New List(Of AddendaChange) End Class Public Partial Class BidExposureLine Public Overridable Property ItemNo As String Public Overridable Property Description As String Public Overridable Property Provenance As String Public Overridable Property Extension As Decimal Public Overridable Property CumulativePct As Decimal Public Overridable Property Note As String End Class Public Partial Class BidOwnershipView Public Overridable Property OwnTotal As Decimal Public Overridable Property BorrowedTotal As Decimal Public Overridable Property UnknownFloorTotal As Decimal Public Overridable Property ScheduleTotal As Decimal Public Overridable Property OwnCount As Integer Public Overridable Property BorrowedCount As Integer Public Overridable Property UnknownCount As Integer Public Overridable Property OwnPct As Decimal Public Overridable Property TopExposure As List(Of BidExposureLine) = New List(Of BidExposureLine) End Class Public Partial Class BidScheduleLine Public Overridable Property ItemNo As String Public Overridable Property Description As String Public Overridable Property Unit As String Public Overridable Property Quantity As Decimal Public Overridable Property UnitPrice As Decimal Public Overridable Property Extension As Decimal Public Overridable Property PricingBasis As String Public Overridable Property PricingRuleId As String Public Overridable Property PricingBandP25 As Decimal? Public Overridable Property PricingBandP75 As Decimal? Public Overridable Property PricingBandN As Integer? Public Overridable Property PricingBandLabel As String Public Overridable Property BenchmarkDeltaPct As Decimal? Public Overridable Property BenchmarkFlagged As Boolean Public Overridable Property BenchmarkBasis As String Public Overridable Property Provenance As String Public Overridable Property ProvenanceNote As String Public Overridable Property UnpricedResources As Integer Public Overridable Property TotalResources As Integer End Class Public Partial Class EstimateCrewLineView Public Overridable Property Role As String Public Overridable Property Hours As Decimal Public Overridable Property StHours As Decimal Public Overridable Property OtHours As Decimal Public Overridable Property HasOt As Boolean Public Overridable Property PremiumApplied As Boolean Public Overridable Property NeedsRate As Boolean Public Overridable Property RateKey As String Public Overridable Property Chip As String Public Overridable Property Rrop As Decimal? Public Overridable Property StCost As Decimal? Public Overridable Property OtCost As Decimal? Public Overridable Property Cost As Decimal? Public Overridable Property FringeCost As Decimal? End Class Public Partial Class EstimateEquipmentLineView Public Overridable Property Name As String Public Overridable Property Quantity As Decimal Public Overridable Property Rate As Decimal? Public Overridable Property NeedsRate As Boolean Public Overridable Property MobCost As Decimal Public Overridable Property Cost As Decimal Public Overridable Property IsAvailabilityTracked As Boolean Public Overridable Property IsOwned As Boolean Public Overridable Property AvailabilityLabel As String Public Overridable Property FreedFromProject As String Public Overridable Property AvailableFrom As Date? Public Overridable Property RateKey As String Public Overridable Property Chip As String Public Overridable Property RentalExplain As String Public Overridable Property UsageDays As Decimal Public Overridable Property BilledDays As Decimal End Class Public Partial Class EstimateJobView Public Overridable Property Seq As Integer Public Overridable Property WorkPackage As WorkPackageView Public Overridable Property ItemNo As String Public Overridable Property Name As String Public Overridable Property Category As String Public Overridable Property SourceRef As String Public Overridable Property Unit As String Public Overridable Property Quantity As Decimal Public Overridable Property PatternCode As String Public Overridable Property Workdays As Integer Public Overridable Property HoursPerDay As Decimal Public Overridable Property IsNight As Boolean Public Overridable Property WeeklyHours As Decimal Public Overridable Property OtFraction As Decimal Public Overridable Property Days As Decimal Public Overridable Property EffectiveProdPerDay As Decimal? Public Overridable Property CrewPremiumApplied As Boolean Public Overridable Property CrewCost As Decimal Public Overridable Property FringeCost As Decimal Public Overridable Property EquipmentCost As Decimal Public Overridable Property MaterialCost As Decimal Public Overridable Property SubcontractCost As Decimal Public Overridable Property Direct As Decimal Public Overridable Property PricingBasis As String Public Overridable Property PricingRuleId As String Public Overridable Property PricingBandP25 As Decimal? Public Overridable Property PricingBandP75 As Decimal? Public Overridable Property PricingBandN As Integer? Public Overridable Property PricingBandLabel As String Public Overridable Property BenchmarkUnitPrice As Decimal? Public Overridable Property ReferencePrice As Decimal? Public Overridable Property ReferenceRangeMin As Decimal? Public Overridable Property ReferenceRangeMax As Decimal? Public Overridable Property ReferenceN As Integer? Public Overridable Property ReferenceDate As Date? Public Overridable Property ReferenceBasis As String Public Overridable Property ReferenceUrl As String Public Overridable Property Crew As List(Of EstimateCrewLineView) = New List(Of EstimateCrewLineView) Public Overridable Property Equipment As List(Of EstimateEquipmentLineView) = New List(Of EstimateEquipmentLineView) Public Overridable Property Materials As List(Of EstimateMaterialLineView) = New List(Of EstimateMaterialLineView) Public Overridable Property Subcontracts As List(Of EstimateSubcontractView) = New List(Of EstimateSubcontractView) End Class Public Partial Class EstimateMaterialLineView Public Overridable Property Name As String Public Overridable Property Quantity As Decimal Public Overridable Property Unit As String Public Overridable Property Rate As Decimal? Public Overridable Property NeedsRate As Boolean Public Overridable Property Cost As Decimal Public Overridable Property RateKey As String Public Overridable Property Chip As String End Class Public Partial Class EstimateReviewItemView Public Overridable Property TaskSeq As Integer Public Overridable Property TaskName As String Public Overridable Property Reason As String Public Overridable Property Status As String End Class Public Partial Class EstimateRevision Public Overridable Property EstimateRevisionID As Integer Public Overridable Property RfpDocumentID As Integer Public Overridable Property RevisionNo As Integer Public Overridable Property Label As String Public Overridable Property Reason As String Public Overridable Property Trigger As String Public Overridable Property TotalAmount As Decimal Public Overridable Property LineCount As Integer Public Overridable Property CreatedBy As String Public Overridable Property CreatedAt As Date? Public Overridable Property SnapshotJson As String End Class Public Partial Class EstimateRevisionGetRequest Implements IReturn(Of EstimateRevisionGetResponse) Public Overridable Property RfpDocumentUID As Guid Public Overridable Property RevisionNo As Integer End Class Public Partial Class EstimateRevisionGetResponse Public Overridable Property ResponseStatus As ResponseStatus Public Overridable Property Revision As EstimateRevision Public Overridable Property Snapshot As EstimateSnapshot End Class Public Partial Class EstimateSettingsView Public Overridable Property RfpEstimateID As Integer Public Overridable Property StartDate As Date? Public Overridable Property DeadlineDate As Date? Public Overridable Property WorkdaysPerWeek As Integer Public Overridable Property HoursPerDay As Decimal Public Overridable Property WeatherPct As Decimal Public Overridable Property OhpPct As Decimal Public Overridable Property ContingencyPct As Decimal Public Overridable Property BondPct As Decimal Public Overridable Property Holidays As List(Of Date) = New List(Of Date) Public Overridable Property AppliedStartDate As Date? End Class Public Partial Class EstimateSnapshot Public Overridable Property TakenAtUtc As Date Public Overridable Property Proposal As ProjectProposal Public Overridable Property View As EstimatingView End Class Public Partial Class EstimateSubcontractView Public Overridable Property EstimateSubcontractID As Integer Public Overridable Property TaskSeq As Integer Public Overridable Property Vendor As String Public Overridable Property Amount As Decimal Public Overridable Property Scope As String End Class Public Partial Class EstimateSummaryView Public Overridable Property Direct As Decimal Public Overridable Property OhpPct As Decimal Public Overridable Property OhpAmount As Decimal Public Overridable Property BondPct As Decimal Public Overridable Property BondAmount As Decimal Public Overridable Property ContingencyPct As Decimal Public Overridable Property ContingencyAmount As Decimal Public Overridable Property BidTotal As Decimal Public Overridable Property LoadFactor As Decimal Public Overridable Property MarginPct As Decimal End Class Public Partial Class EstimateTimingView Public Overridable Property TotalWorkdays As Decimal Public Overridable Property CalendarDays As Integer Public Overridable Property Finish As Date Public Overridable Property Feasible As Boolean Public Overridable Property Deadline As Date? End Class Public Partial Class EstimateVarianceLine Public Overridable Property Seq As Integer Public Overridable Property ItemNo As String Public Overridable Property Name As String Public Overridable Property Unit As String Public Overridable Property Quantity As Decimal Public Overridable Property OurUnitPrice As Decimal Public Overridable Property OurTotal As Decimal Public Overridable Property BenchmarkUnitPrice As Decimal Public Overridable Property MarketTotal As Decimal Public Overridable Property DeltaPct As Decimal Public Overridable Property RateMin As Decimal? Public Overridable Property RateMax As Decimal? Public Overridable Property SampleSize As Integer? Public Overridable Property OutsideRange As Boolean? Public Overridable Property IsFloor As Boolean Public Overridable Property IsLump As Boolean Public Overridable Property Severity As String Public Overridable Property Adopted As Boolean Public Overridable Property Note As String End Class Public Partial Class EstimateVarianceView Public Overridable Property Lines As List(Of EstimateVarianceLine) = New List(Of EstimateVarianceLine) Public Overridable Property ItemsTotal As Integer Public Overridable Property ItemsBenchmarked As Integer Public Overridable Property CoverageValuePct As Decimal Public Overridable Property OursTotal As Decimal Public Overridable Property MarketTotal As Decimal Public Overridable Property AggregateDeltaPct As Decimal? Public Overridable Property FlooredCount As Integer Public Overridable Property LumpCount As Integer Public Overridable Property WatchCount As Integer Public Overridable Property OutlierCount As Integer Public Overridable Property CriticalCount As Integer Public Overridable Property Note As String End Class Public Partial Class EstimatingView Public Overridable Property RfpDocumentID As Integer Public Overridable Property ProjectName As String Public Overridable Property ClientName As String Public Overridable Property BidDueDate As String Public Overridable Property ProjectType As String Public Overridable Property Settings As EstimateSettingsView Public Overridable Property Jobs As List(Of EstimateJobView) = New List(Of EstimateJobView) Public Overridable Property Schedule As List(Of BidScheduleLine) = New List(Of BidScheduleLine) Public Overridable Property ScheduleTotal As Decimal Public Overridable Property Variance As EstimateVarianceView Public Overridable Property Indicative As IndicativeBidView Public Overridable Property Ownership As BidOwnershipView Public Overridable Property Summary As EstimateSummaryView Public Overridable Property Timing As EstimateTimingView Public Overridable Property NeedsRateCount As Integer Public Overridable Property NeedsRateKeys As List(Of String) = New List(Of String) Public Overridable Property ReviewItems As List(Of EstimateReviewItemView) = New List(Of EstimateReviewItemView) Public Overridable Property NeedsReviewCount As Integer Public Overridable Property CanApprove As Boolean Public Overridable Property CanSeePay As Boolean End Class Public Partial Class IndicativeBidView Public Overridable Property Lines As List(Of IndicativeLine) = New List(Of IndicativeLine) Public Overridable Property BottomUpCount As Integer Public Overridable Property BottomUpTotal As Decimal Public Overridable Property BenchmarkCount As Integer Public Overridable Property BenchmarkTotal As Decimal Public Overridable Property UncoveredCount As Integer Public Overridable Property UncoveredFloorTotal As Decimal Public Overridable Property IndicativeTotal As Decimal Public Overridable Property FloorTotal As Decimal Public Overridable Property Note As String Public Overridable Property Posture As String Public Overridable Property AggressiveTotal As Decimal Public Overridable Property MarketTotal As Decimal Public Overridable Property PremiumTotal As Decimal Public Overridable Property NoDistributionCount As Integer End Class Public Partial Class IndicativeLine Public Overridable Property Seq As Integer Public Overridable Property ItemNo As String Public Overridable Property Name As String Public Overridable Property Unit As String Public Overridable Property Quantity As Decimal Public Overridable Property Source As String Public Overridable Property UnitPrice As Decimal Public Overridable Property LineTotal As Decimal Public Overridable Property PricePoint As String End Class Public Partial Class ProjectProposal Public Overridable Property RfpDocumentID As Integer Public Overridable Property Mode As String Public Overridable Property ProjectID As Integer? Public Overridable Property ChangeOrderID As Integer? Public Overridable Property ProjectName As String Public Overridable Property ClientName As String Public Overridable Property ProjectType As String Public Overridable Property ProjectLocation As String Public Overridable Property Scope As String Public Overridable Property ProjectDescription As String Public Overridable Property ContractDurationDays As Integer? Public Overridable Property BidDueDate As String Public Overridable Property EstimatedStartDate As Date? Public Overridable Property EstimatedEndDate As Date? Public Overridable Property Tasks As List(Of ProposedTask) = New List(Of ProposedTask) Public Overridable Property PendingAddendaDiffs As List(Of AddendaChangeSet) = New List(Of AddendaChangeSet) Public Overridable Property WageDeterminations As List(Of WageDeterminationResult) = New List(Of WageDeterminationResult) End Class Public Partial Class ProposedTask Public Overridable Property Seq As Integer Public Overridable Property Name As String Public Overridable Property Category As String Public Overridable Property Quantity As Double? Public Overridable Property Unit As String Public Overridable Property SourceItemNumber As String Public Overridable Property SourceReference As String Public Overridable Property Notes As String Public Overridable Property Resourcing As TaskResourcing Public Overridable Property DurationDays As Double? Public Overridable Property DependsOn As List(Of Integer) = New List(Of Integer) Public Overridable Property EstimatedStartDate As Date? Public Overridable Property EstimatedEndDate As Date? Public Overridable Property WorkPackage As TaskWorkPackage Public Overridable Property CreatedJobID As Integer? End Class Public Partial Class ResourcedEquipment Public Overridable Property EquipmentID As Integer Public Overridable Property EquipmentName As String Public Overridable Property MakeModel As String Public Overridable Property Quantity As Double? Public Overridable Property DurationDays As Double? Public Overridable Property Utilization As Double? Public Overridable Property FixedDays As Double? Public Overridable Property SourceReference As String Public Overridable Property Notes As String Public Overridable Property IsInCatalog As Boolean Public Overridable Property SuggestedEquipmentID As Integer Public Overridable Property SuggestedEquipmentName As String End Class Public Partial Class ResourcedMaterial Public Overridable Property MaterialID As Integer Public Overridable Property MaterialName As String Public Overridable Property MakeModel As String Public Overridable Property Quantity As Double? Public Overridable Property QuantityPerUnit As Double? Public Overridable Property Unit As String Public Overridable Property SourceReference As String Public Overridable Property Notes As String Public Overridable Property IsInCatalog As Boolean Public Overridable Property SuggestedMaterialID As Integer Public Overridable Property SuggestedMaterialName As String End Class Public Partial Class ResourcedPosition Public Overridable Property PositionTag As String Public Overridable Property Hours As Double? Public Overridable Property CrewSize As Double? Public Overridable Property Utilization As Double? Public Overridable Property FixedDays As Double? Public Overridable Property Headcount As Integer? Public Overridable Property SourceReference As String Public Overridable Property Notes As String Public Overridable Property IsInCatalog As Boolean Public Overridable Property ContactID As Integer? End Class Public Partial Class TaskResourcing Public Overridable Property Positions As List(Of ResourcedPosition) = New List(Of ResourcedPosition) Public Overridable Property Equipment As List(Of ResourcedEquipment) = New List(Of ResourcedEquipment) Public Overridable Property Materials As List(Of ResourcedMaterial) = New List(Of ResourcedMaterial) Public Overridable Property ResourcedForQuantity As Double? Public Overridable Property ProductionRatePerDay As Double? Public Overridable Property FixedDays As Double? End Class Public Partial Class TaskWorkPackage Public Overridable Property Scope As String Public Overridable Property LimitsOfWork As String Public Overridable Property SpecRefs As List(Of WorkPackageSpecRef) = New List(Of WorkPackageSpecRef) Public Overridable Property Constraints As List(Of String) = New List(Of String) Public Overridable Property HoldPoints As List(Of String) = New List(Of String) Public Overridable Property DefinitionOfDone As List(Of String) = New List(Of String) Public Overridable Property SafetyNote As String Public Overridable Property RfpRef As String Public Overridable Property Confidence As Integer? Public Overridable Property SpecBook As String Public Overridable Property UserScope As String Public Overridable Property DodRemoved As List(Of Integer) = New List(Of Integer) Public Overridable Property DodExtra As List(Of String) = New List(Of String) Public Overridable Property UserEdited As Boolean Public Overridable Property DodChecked As List(Of String) = New List(Of String) Public Overridable Property RedraftNote As String End Class Public Partial Class WageClassification Public Overridable Property Title As String Public Overridable Property BaseRate As Decimal? Public Overridable Property FringeRate As Decimal? Public Overridable Property ParishNote As String Public Overridable Property SourceLine As String Public Overridable Property BenchmarkFringeRate As Decimal? Public Overridable Property FringeCompareNote As String End Class Public Partial Class WageDeterminationResult Public Overridable Property SourceRfpDocumentID As Integer Public Overridable Property SourceFileName As String Public Overridable Property WdNumber As String Public Overridable Property ExtractedAtUtc As Date? Public Overridable Property Classifications As List(Of WageClassification) = New List(Of WageClassification) Public Overridable Property Source As String Public Overridable Property IsTrustworthy As Boolean Public Overridable Property ExecutiveOrderFloor As Decimal? Public Overridable Property PublishedDate As String Public Overridable Property ProjectParish As String Public Overridable Property Warnings As List(Of String) = New List(Of String) End Class Public Partial Class WorkPackageSpecRef Public Overridable Property Section As String Public Overridable Property Title As String End Class End Namespace Namespace ServiceStack Public Partial Class ResponseStatus Implements IMeta Public Overridable Property ErrorCode As String Public Overridable Property Message As String Public Overridable Property StackTrace As String Public Overridable Property Errors As List(Of ResponseError) = New List(Of ResponseError) Public Overridable Property Meta As Dictionary(Of String, String) Implements IMeta.Meta = New Dictionary(Of String, String) End Class End Namespace End Namespace