| Requires any of the roles: | Agent, Administrator |
| GET,OPTIONS | /v1/Rfp/{RfpDocumentUID}/Estimate/Revisions/{RevisionNo} |
|---|
"use strict";
export class EstimateRevision {
/** @param {{EstimateRevisionID?:number,RfpDocumentID?:number,RevisionNo?:number,Label?:string,Reason?:string,Trigger?:string,TotalAmount?:number,LineCount?:number,CreatedBy?:string,CreatedAt?:string,SnapshotJson?:string}} [init] */
constructor(init) { Object.assign(this, init) }
/** @type {number} */
EstimateRevisionID;
/** @type {number} */
RfpDocumentID;
/** @type {number} */
RevisionNo;
/** @type {string} */
Label;
/** @type {string} */
Reason;
/** @type {string} */
Trigger;
/** @type {number} */
TotalAmount;
/** @type {number} */
LineCount;
/** @type {string} */
CreatedBy;
/** @type {?string} */
CreatedAt;
/** @type {string} */
SnapshotJson;
}
export class ResourcedPosition {
/** @param {{PositionTag?:string,Hours?:number,CrewSize?:number,Utilization?:number,FixedDays?:number,Headcount?:number,SourceReference?:string,Notes?:string,IsInCatalog?:boolean,ContactID?:number}} [init] */
constructor(init) { Object.assign(this, init) }
/** @type {string} */
PositionTag;
/** @type {?number} */
Hours;
/** @type {?number} */
CrewSize;
/** @type {?number} */
Utilization;
/** @type {?number} */
FixedDays;
/** @type {?number} */
Headcount;
/** @type {string} */
SourceReference;
/** @type {string} */
Notes;
/** @type {boolean} */
IsInCatalog;
/** @type {?number} */
ContactID;
}
export class ResourcedEquipment {
/** @param {{EquipmentID?:number,EquipmentName?:string,MakeModel?:string,Quantity?:number,DurationDays?:number,Utilization?:number,FixedDays?:number,SourceReference?:string,Notes?:string,IsInCatalog?:boolean,SuggestedEquipmentID?:number,SuggestedEquipmentName?:string}} [init] */
constructor(init) { Object.assign(this, init) }
/** @type {number} */
EquipmentID;
/** @type {string} */
EquipmentName;
/** @type {string} */
MakeModel;
/** @type {?number} */
Quantity;
/** @type {?number} */
DurationDays;
/** @type {?number} */
Utilization;
/** @type {?number} */
FixedDays;
/** @type {string} */
SourceReference;
/** @type {string} */
Notes;
/** @type {boolean} */
IsInCatalog;
/** @type {number} */
SuggestedEquipmentID;
/** @type {string} */
SuggestedEquipmentName;
}
export class ResourcedMaterial {
/** @param {{MaterialID?:number,MaterialName?:string,MakeModel?:string,Quantity?:number,QuantityPerUnit?:number,Unit?:string,SourceReference?:string,Notes?:string,IsInCatalog?:boolean,SuggestedMaterialID?:number,SuggestedMaterialName?:string}} [init] */
constructor(init) { Object.assign(this, init) }
/** @type {number} */
MaterialID;
/** @type {string} */
MaterialName;
/** @type {string} */
MakeModel;
/** @type {?number} */
Quantity;
/** @type {?number} */
QuantityPerUnit;
/** @type {string} */
Unit;
/** @type {string} */
SourceReference;
/** @type {string} */
Notes;
/** @type {boolean} */
IsInCatalog;
/** @type {number} */
SuggestedMaterialID;
/** @type {string} */
SuggestedMaterialName;
}
export class TaskResourcing {
/** @param {{Positions?:ResourcedPosition[],Equipment?:ResourcedEquipment[],Materials?:ResourcedMaterial[],ResourcedForQuantity?:number,ProductionRatePerDay?:number,FixedDays?:number}} [init] */
constructor(init) { Object.assign(this, init) }
/** @type {ResourcedPosition[]} */
Positions = [];
/** @type {ResourcedEquipment[]} */
Equipment = [];
/** @type {ResourcedMaterial[]} */
Materials = [];
/** @type {?number} */
ResourcedForQuantity;
/** @type {?number} */
ProductionRatePerDay;
/** @type {?number} */
FixedDays;
}
export class WorkPackageSpecRef {
/** @param {{Section?:string,Title?:string}} [init] */
constructor(init) { Object.assign(this, init) }
/** @type {string} */
Section;
/** @type {string} */
Title;
}
export class TaskWorkPackage {
/** @param {{Scope?:string,LimitsOfWork?:string,SpecRefs?:WorkPackageSpecRef[],Constraints?:string[],HoldPoints?:string[],DefinitionOfDone?:string[],SafetyNote?:string,RfpRef?:string,Confidence?:number,SpecBook?:string,UserScope?:string,DodRemoved?:number[],DodExtra?:string[],UserEdited?:boolean,DodChecked?:string[],RedraftNote?:string}} [init] */
constructor(init) { Object.assign(this, init) }
/** @type {string} */
Scope;
/** @type {string} */
LimitsOfWork;
/** @type {WorkPackageSpecRef[]} */
SpecRefs = [];
/** @type {string[]} */
Constraints = [];
/** @type {string[]} */
HoldPoints = [];
/** @type {string[]} */
DefinitionOfDone = [];
/** @type {string} */
SafetyNote;
/** @type {string} */
RfpRef;
/** @type {?number} */
Confidence;
/** @type {string} */
SpecBook;
/** @type {string} */
UserScope;
/** @type {number[]} */
DodRemoved = [];
/** @type {string[]} */
DodExtra = [];
/** @type {boolean} */
UserEdited;
/** @type {string[]} */
DodChecked = [];
/** @type {string} */
RedraftNote;
}
export class ProposedTask {
/** @param {{Seq?:number,Name?:string,Category?:string,Quantity?:number,Unit?:string,SourceItemNumber?:string,SourceReference?:string,Notes?:string,Resourcing?:TaskResourcing,DurationDays?:number,DependsOn?:number[],EstimatedStartDate?:string,EstimatedEndDate?:string,WorkPackage?:TaskWorkPackage,CreatedJobID?:number}} [init] */
constructor(init) { Object.assign(this, init) }
/** @type {number} */
Seq;
/** @type {string} */
Name;
/** @type {string} */
Category;
/** @type {?number} */
Quantity;
/** @type {string} */
Unit;
/** @type {string} */
SourceItemNumber;
/** @type {string} */
SourceReference;
/** @type {string} */
Notes;
/** @type {TaskResourcing} */
Resourcing;
/** @type {?number} */
DurationDays;
/** @type {number[]} */
DependsOn = [];
/** @type {?string} */
EstimatedStartDate;
/** @type {?string} */
EstimatedEndDate;
/** @type {TaskWorkPackage} */
WorkPackage;
/** @type {?number} */
CreatedJobID;
}
export class AddendaChange {
/** @param {{ChangeId?:string,ChangeType?:string,TargetSeq?:number,ItemNumber?:string,ItemName?:string,Field?:string,OldValue?:string,NewValue?:string,Description?:string,Status?:string}} [init] */
constructor(init) { Object.assign(this, init) }
/** @type {string} */
ChangeId;
/** @type {string} */
ChangeType;
/** @type {?number} */
TargetSeq;
/** @type {string} */
ItemNumber;
/** @type {string} */
ItemName;
/** @type {string} */
Field;
/** @type {string} */
OldValue;
/** @type {string} */
NewValue;
/** @type {string} */
Description;
/** @type {string} */
Status;
}
export class AddendaChangeSet {
/** @param {{ChangeSetId?:string,SourceRfpDocumentID?:number,SourceFileName?:string,DocumentType?:string,ExtractedAtUtc?:string,Summary?:string,Changes?:AddendaChange[]}} [init] */
constructor(init) { Object.assign(this, init) }
/** @type {string} */
ChangeSetId;
/** @type {number} */
SourceRfpDocumentID;
/** @type {string} */
SourceFileName;
/** @type {string} */
DocumentType;
/** @type {?string} */
ExtractedAtUtc;
/** @type {string} */
Summary;
/** @type {AddendaChange[]} */
Changes = [];
}
export class WageClassification {
/** @param {{Title?:string,BaseRate?:number,FringeRate?:number,ParishNote?:string,SourceLine?:string,BenchmarkFringeRate?:number,FringeCompareNote?:string}} [init] */
constructor(init) { Object.assign(this, init) }
/** @type {string} */
Title;
/** @type {?number} */
BaseRate;
/** @type {?number} */
FringeRate;
/** @type {string} */
ParishNote;
/** @type {string} */
SourceLine;
/** @type {?number} */
BenchmarkFringeRate;
/** @type {string} */
FringeCompareNote;
}
export class WageDeterminationResult {
/** @param {{SourceRfpDocumentID?:number,SourceFileName?:string,WdNumber?:string,ExtractedAtUtc?:string,Classifications?:WageClassification[],Source?:string,IsTrustworthy?:boolean,ExecutiveOrderFloor?:number,PublishedDate?:string,ProjectParish?:string,Warnings?:string[]}} [init] */
constructor(init) { Object.assign(this, init) }
/** @type {number} */
SourceRfpDocumentID;
/** @type {string} */
SourceFileName;
/** @type {string} */
WdNumber;
/** @type {?string} */
ExtractedAtUtc;
/** @type {WageClassification[]} */
Classifications = [];
/** @type {string} */
Source;
/** @type {boolean} */
IsTrustworthy;
/** @type {?number} */
ExecutiveOrderFloor;
/** @type {string} */
PublishedDate;
/** @type {string} */
ProjectParish;
/** @type {string[]} */
Warnings = [];
}
export class ProjectProposal {
/** @param {{RfpDocumentID?:number,Mode?:string,ProjectID?:number,ChangeOrderID?:number,ProjectName?:string,ClientName?:string,ProjectType?:string,ProjectLocation?:string,Scope?:string,ProjectDescription?:string,ContractDurationDays?:number,BidDueDate?:string,EstimatedStartDate?:string,EstimatedEndDate?:string,Tasks?:ProposedTask[],PendingAddendaDiffs?:AddendaChangeSet[],WageDeterminations?:WageDeterminationResult[]}} [init] */
constructor(init) { Object.assign(this, init) }
/** @type {number} */
RfpDocumentID;
/** @type {string} */
Mode;
/** @type {?number} */
ProjectID;
/** @type {?number} */
ChangeOrderID;
/** @type {string} */
ProjectName;
/** @type {string} */
ClientName;
/** @type {string} */
ProjectType;
/** @type {string} */
ProjectLocation;
/** @type {string} */
Scope;
/** @type {string} */
ProjectDescription;
/** @type {?number} */
ContractDurationDays;
/** @type {string} */
BidDueDate;
/** @type {?string} */
EstimatedStartDate;
/** @type {?string} */
EstimatedEndDate;
/** @type {ProposedTask[]} */
Tasks = [];
/** @type {AddendaChangeSet[]} */
PendingAddendaDiffs = [];
/** @type {WageDeterminationResult[]} */
WageDeterminations = [];
}
export class EstimateSettingsView {
/** @param {{RfpEstimateID?:number,StartDate?:string,DeadlineDate?:string,WorkdaysPerWeek?:number,HoursPerDay?:number,WeatherPct?:number,OhpPct?:number,ContingencyPct?:number,BondPct?:number,Holidays?:string[],AppliedStartDate?:string}} [init] */
constructor(init) { Object.assign(this, init) }
/** @type {number} */
RfpEstimateID;
/** @type {?string} */
StartDate;
/** @type {?string} */
DeadlineDate;
/** @type {number} */
WorkdaysPerWeek;
/** @type {number} */
HoursPerDay;
/** @type {number} */
WeatherPct;
/** @type {number} */
OhpPct;
/** @type {number} */
ContingencyPct;
/** @type {number} */
BondPct;
/** @type {string[]} */
Holidays = [];
/** @type {?string} */
AppliedStartDate;
}
export class SpecRefView {
/** @param {{Section?:string,Title?:string,Url?:string}} [init] */
constructor(init) { Object.assign(this, init) }
/** @type {string} */
Section;
/** @type {string} */
Title;
/** @type {string} */
Url;
}
export class DodItemView {
/** @param {{Key?:string,Text?:string,Checked?:boolean,Source?:string}} [init] */
constructor(init) { Object.assign(this, init) }
/** @type {string} */
Key;
/** @type {string} */
Text;
/** @type {boolean} */
Checked;
/** @type {string} */
Source;
}
export class WorkPackageView {
/** @param {{HasPackage?:boolean,Scope?:string,LimitsOfWork?:string,SpecRefs?:SpecRefView[],Constraints?:string[],HoldPoints?:string[],Dod?:DodItemView[],SafetyNote?:string,Provenance?:string,SpecBook?:string,UserEdited?:boolean,RedraftNote?:string}} [init] */
constructor(init) { Object.assign(this, init) }
/** @type {boolean} */
HasPackage;
/** @type {string} */
Scope;
/** @type {string} */
LimitsOfWork;
/** @type {SpecRefView[]} */
SpecRefs = [];
/** @type {string[]} */
Constraints = [];
/** @type {string[]} */
HoldPoints = [];
/** @type {DodItemView[]} */
Dod = [];
/** @type {string} */
SafetyNote;
/** @type {string} */
Provenance;
/** @type {string} */
SpecBook;
/** @type {boolean} */
UserEdited;
/** @type {string} */
RedraftNote;
}
export class EstimateCrewLineView {
/** @param {{Role?:string,Hours?:number,StHours?:number,OtHours?:number,HasOt?:boolean,PremiumApplied?:boolean,NeedsRate?:boolean,RateKey?:string,Chip?:string,Rrop?:number,StCost?:number,OtCost?:number,Cost?:number,FringeCost?:number}} [init] */
constructor(init) { Object.assign(this, init) }
/** @type {string} */
Role;
/** @type {number} */
Hours;
/** @type {number} */
StHours;
/** @type {number} */
OtHours;
/** @type {boolean} */
HasOt;
/** @type {boolean} */
PremiumApplied;
/** @type {boolean} */
NeedsRate;
/** @type {string} */
RateKey;
/** @type {string} */
Chip;
/** @type {?number} */
Rrop;
/** @type {?number} */
StCost;
/** @type {?number} */
OtCost;
/** @type {?number} */
Cost;
/** @type {?number} */
FringeCost;
}
export class EstimateEquipmentLineView {
/** @param {{Name?:string,Quantity?:number,Rate?:number,NeedsRate?:boolean,MobCost?:number,Cost?:number,IsAvailabilityTracked?:boolean,IsOwned?:boolean,AvailabilityLabel?:string,FreedFromProject?:string,AvailableFrom?:string,RateKey?:string,Chip?:string,RentalExplain?:string,UsageDays?:number,BilledDays?:number}} [init] */
constructor(init) { Object.assign(this, init) }
/** @type {string} */
Name;
/** @type {number} */
Quantity;
/** @type {?number} */
Rate;
/** @type {boolean} */
NeedsRate;
/** @type {number} */
MobCost;
/** @type {number} */
Cost;
/** @type {boolean} */
IsAvailabilityTracked;
/** @type {boolean} */
IsOwned;
/** @type {string} */
AvailabilityLabel;
/** @type {string} */
FreedFromProject;
/** @type {?string} */
AvailableFrom;
/** @type {string} */
RateKey;
/** @type {string} */
Chip;
/** @type {string} */
RentalExplain;
/** @type {number} */
UsageDays;
/** @type {number} */
BilledDays;
}
export class EstimateMaterialLineView {
/** @param {{Name?:string,Quantity?:number,Unit?:string,Rate?:number,NeedsRate?:boolean,Cost?:number,RateKey?:string,Chip?:string}} [init] */
constructor(init) { Object.assign(this, init) }
/** @type {string} */
Name;
/** @type {number} */
Quantity;
/** @type {string} */
Unit;
/** @type {?number} */
Rate;
/** @type {boolean} */
NeedsRate;
/** @type {number} */
Cost;
/** @type {string} */
RateKey;
/** @type {string} */
Chip;
}
export class EstimateSubcontractView {
/** @param {{EstimateSubcontractID?:number,TaskSeq?:number,Vendor?:string,Amount?:number,Scope?:string}} [init] */
constructor(init) { Object.assign(this, init) }
/** @type {number} */
EstimateSubcontractID;
/** @type {number} */
TaskSeq;
/** @type {string} */
Vendor;
/** @type {number} */
Amount;
/** @type {string} */
Scope;
}
export class EstimateJobView {
/** @param {{Seq?:number,WorkPackage?:WorkPackageView,ItemNo?:string,Name?:string,Category?:string,SourceRef?:string,Unit?:string,Quantity?:number,PatternCode?:string,Workdays?:number,HoursPerDay?:number,IsNight?:boolean,WeeklyHours?:number,OtFraction?:number,Days?:number,EffectiveProdPerDay?:number,CrewPremiumApplied?:boolean,CrewCost?:number,FringeCost?:number,EquipmentCost?:number,MaterialCost?:number,SubcontractCost?:number,Direct?:number,PricingBasis?:string,PricingRuleId?:string,PricingBandP25?:number,PricingBandP75?:number,PricingBandN?:number,PricingBandLabel?:string,BenchmarkUnitPrice?:number,ReferencePrice?:number,ReferenceRangeMin?:number,ReferenceRangeMax?:number,ReferenceN?:number,ReferenceDate?:string,ReferenceBasis?:string,ReferenceUrl?:string,Crew?:EstimateCrewLineView[],Equipment?:EstimateEquipmentLineView[],Materials?:EstimateMaterialLineView[],Subcontracts?:EstimateSubcontractView[]}} [init] */
constructor(init) { Object.assign(this, init) }
/** @type {number} */
Seq;
/** @type {WorkPackageView} */
WorkPackage;
/** @type {string} */
ItemNo;
/** @type {string} */
Name;
/** @type {string} */
Category;
/** @type {string} */
SourceRef;
/** @type {string} */
Unit;
/** @type {number} */
Quantity;
/** @type {string} */
PatternCode;
/** @type {number} */
Workdays;
/** @type {number} */
HoursPerDay;
/** @type {boolean} */
IsNight;
/** @type {number} */
WeeklyHours;
/** @type {number} */
OtFraction;
/** @type {number} */
Days;
/** @type {?number} */
EffectiveProdPerDay;
/** @type {boolean} */
CrewPremiumApplied;
/** @type {number} */
CrewCost;
/** @type {number} */
FringeCost;
/** @type {number} */
EquipmentCost;
/** @type {number} */
MaterialCost;
/** @type {number} */
SubcontractCost;
/** @type {number} */
Direct;
/** @type {string} */
PricingBasis;
/** @type {string} */
PricingRuleId;
/** @type {?number} */
PricingBandP25;
/** @type {?number} */
PricingBandP75;
/** @type {?number} */
PricingBandN;
/** @type {string} */
PricingBandLabel;
/** @type {?number} */
BenchmarkUnitPrice;
/** @type {?number} */
ReferencePrice;
/** @type {?number} */
ReferenceRangeMin;
/** @type {?number} */
ReferenceRangeMax;
/** @type {?number} */
ReferenceN;
/** @type {?string} */
ReferenceDate;
/** @type {string} */
ReferenceBasis;
/** @type {string} */
ReferenceUrl;
/** @type {EstimateCrewLineView[]} */
Crew = [];
/** @type {EstimateEquipmentLineView[]} */
Equipment = [];
/** @type {EstimateMaterialLineView[]} */
Materials = [];
/** @type {EstimateSubcontractView[]} */
Subcontracts = [];
}
export class BidScheduleLine {
/** @param {{ItemNo?:string,Description?:string,Unit?:string,Quantity?:number,UnitPrice?:number,Extension?:number,PricingBasis?:string,PricingRuleId?:string,PricingBandP25?:number,PricingBandP75?:number,PricingBandN?:number,PricingBandLabel?:string,BenchmarkDeltaPct?:number,BenchmarkFlagged?:boolean,BenchmarkBasis?:string,Provenance?:string,ProvenanceNote?:string,UnpricedResources?:number,TotalResources?:number}} [init] */
constructor(init) { Object.assign(this, init) }
/** @type {string} */
ItemNo;
/** @type {string} */
Description;
/** @type {string} */
Unit;
/** @type {number} */
Quantity;
/** @type {number} */
UnitPrice;
/** @type {number} */
Extension;
/** @type {string} */
PricingBasis;
/** @type {string} */
PricingRuleId;
/** @type {?number} */
PricingBandP25;
/** @type {?number} */
PricingBandP75;
/** @type {?number} */
PricingBandN;
/** @type {string} */
PricingBandLabel;
/** @type {?number} */
BenchmarkDeltaPct;
/** @type {boolean} */
BenchmarkFlagged;
/** @type {string} */
BenchmarkBasis;
/** @type {string} */
Provenance;
/** @type {string} */
ProvenanceNote;
/** @type {number} */
UnpricedResources;
/** @type {number} */
TotalResources;
}
export class EstimateVarianceLine {
/** @param {{Seq?:number,ItemNo?:string,Name?:string,Unit?:string,Quantity?:number,OurUnitPrice?:number,OurTotal?:number,BenchmarkUnitPrice?:number,MarketTotal?:number,DeltaPct?:number,RateMin?:number,RateMax?:number,SampleSize?:number,OutsideRange?:boolean,IsFloor?:boolean,IsLump?:boolean,Severity?:string,Adopted?:boolean,Note?:string}} [init] */
constructor(init) { Object.assign(this, init) }
/** @type {number} */
Seq;
/** @type {string} */
ItemNo;
/** @type {string} */
Name;
/** @type {string} */
Unit;
/** @type {number} */
Quantity;
/** @type {number} */
OurUnitPrice;
/** @type {number} */
OurTotal;
/** @type {number} */
BenchmarkUnitPrice;
/** @type {number} */
MarketTotal;
/** @type {number} */
DeltaPct;
/** @type {?number} */
RateMin;
/** @type {?number} */
RateMax;
/** @type {?number} */
SampleSize;
/** @type {?boolean} */
OutsideRange;
/** @type {boolean} */
IsFloor;
/** @type {boolean} */
IsLump;
/** @type {string} */
Severity;
/** @type {boolean} */
Adopted;
/** @type {string} */
Note;
}
export class EstimateVarianceView {
/** @param {{Lines?:EstimateVarianceLine[],ItemsTotal?:number,ItemsBenchmarked?:number,CoverageValuePct?:number,OursTotal?:number,MarketTotal?:number,AggregateDeltaPct?:number,FlooredCount?:number,LumpCount?:number,WatchCount?:number,OutlierCount?:number,CriticalCount?:number,Note?:string}} [init] */
constructor(init) { Object.assign(this, init) }
/** @type {EstimateVarianceLine[]} */
Lines = [];
/** @type {number} */
ItemsTotal;
/** @type {number} */
ItemsBenchmarked;
/** @type {number} */
CoverageValuePct;
/** @type {number} */
OursTotal;
/** @type {number} */
MarketTotal;
/** @type {?number} */
AggregateDeltaPct;
/** @type {number} */
FlooredCount;
/** @type {number} */
LumpCount;
/** @type {number} */
WatchCount;
/** @type {number} */
OutlierCount;
/** @type {number} */
CriticalCount;
/** @type {string} */
Note;
}
export class IndicativeLine {
/** @param {{Seq?:number,ItemNo?:string,Name?:string,Unit?:string,Quantity?:number,Source?:string,UnitPrice?:number,LineTotal?:number,PricePoint?:string}} [init] */
constructor(init) { Object.assign(this, init) }
/** @type {number} */
Seq;
/** @type {string} */
ItemNo;
/** @type {string} */
Name;
/** @type {string} */
Unit;
/** @type {number} */
Quantity;
/** @type {string} */
Source;
/** @type {number} */
UnitPrice;
/** @type {number} */
LineTotal;
/** @type {string} */
PricePoint;
}
export class IndicativeBidView {
/** @param {{Lines?:IndicativeLine[],BottomUpCount?:number,BottomUpTotal?:number,BenchmarkCount?:number,BenchmarkTotal?:number,UncoveredCount?:number,UncoveredFloorTotal?:number,IndicativeTotal?:number,FloorTotal?:number,Note?:string,Posture?:string,AggressiveTotal?:number,MarketTotal?:number,PremiumTotal?:number,NoDistributionCount?:number}} [init] */
constructor(init) { Object.assign(this, init) }
/** @type {IndicativeLine[]} */
Lines = [];
/** @type {number} */
BottomUpCount;
/** @type {number} */
BottomUpTotal;
/** @type {number} */
BenchmarkCount;
/** @type {number} */
BenchmarkTotal;
/** @type {number} */
UncoveredCount;
/** @type {number} */
UncoveredFloorTotal;
/** @type {number} */
IndicativeTotal;
/** @type {number} */
FloorTotal;
/** @type {string} */
Note;
/** @type {string} */
Posture;
/** @type {number} */
AggressiveTotal;
/** @type {number} */
MarketTotal;
/** @type {number} */
PremiumTotal;
/** @type {number} */
NoDistributionCount;
}
export class BidExposureLine {
/** @param {{ItemNo?:string,Description?:string,Provenance?:string,Extension?:number,CumulativePct?:number,Note?:string}} [init] */
constructor(init) { Object.assign(this, init) }
/** @type {string} */
ItemNo;
/** @type {string} */
Description;
/** @type {string} */
Provenance;
/** @type {number} */
Extension;
/** @type {number} */
CumulativePct;
/** @type {string} */
Note;
}
export class BidOwnershipView {
/** @param {{OwnTotal?:number,BorrowedTotal?:number,UnknownFloorTotal?:number,ScheduleTotal?:number,OwnCount?:number,BorrowedCount?:number,UnknownCount?:number,OwnPct?:number,TopExposure?:BidExposureLine[]}} [init] */
constructor(init) { Object.assign(this, init) }
/** @type {number} */
OwnTotal;
/** @type {number} */
BorrowedTotal;
/** @type {number} */
UnknownFloorTotal;
/** @type {number} */
ScheduleTotal;
/** @type {number} */
OwnCount;
/** @type {number} */
BorrowedCount;
/** @type {number} */
UnknownCount;
/** @type {number} */
OwnPct;
/** @type {BidExposureLine[]} */
TopExposure = [];
}
export class EstimateSummaryView {
/** @param {{Direct?:number,OhpPct?:number,OhpAmount?:number,BondPct?:number,BondAmount?:number,ContingencyPct?:number,ContingencyAmount?:number,BidTotal?:number,LoadFactor?:number,MarginPct?:number}} [init] */
constructor(init) { Object.assign(this, init) }
/** @type {number} */
Direct;
/** @type {number} */
OhpPct;
/** @type {number} */
OhpAmount;
/** @type {number} */
BondPct;
/** @type {number} */
BondAmount;
/** @type {number} */
ContingencyPct;
/** @type {number} */
ContingencyAmount;
/** @type {number} */
BidTotal;
/** @type {number} */
LoadFactor;
/** @type {number} */
MarginPct;
}
export class EstimateTimingView {
/** @param {{TotalWorkdays?:number,CalendarDays?:number,Finish?:string,Feasible?:boolean,Deadline?:string}} [init] */
constructor(init) { Object.assign(this, init) }
/** @type {number} */
TotalWorkdays;
/** @type {number} */
CalendarDays;
/** @type {string} */
Finish;
/** @type {boolean} */
Feasible;
/** @type {?string} */
Deadline;
}
export class EstimateReviewItemView {
/** @param {{TaskSeq?:number,TaskName?:string,Reason?:string,Status?:string}} [init] */
constructor(init) { Object.assign(this, init) }
/** @type {number} */
TaskSeq;
/** @type {string} */
TaskName;
/** @type {string} */
Reason;
/** @type {string} */
Status;
}
export class EstimatingView {
/** @param {{RfpDocumentID?:number,ProjectName?:string,ClientName?:string,BidDueDate?:string,ProjectType?:string,Settings?:EstimateSettingsView,Jobs?:EstimateJobView[],Schedule?:BidScheduleLine[],ScheduleTotal?:number,Variance?:EstimateVarianceView,Indicative?:IndicativeBidView,Ownership?:BidOwnershipView,Summary?:EstimateSummaryView,Timing?:EstimateTimingView,NeedsRateCount?:number,NeedsRateKeys?:string[],ReviewItems?:EstimateReviewItemView[],NeedsReviewCount?:number,CanApprove?:boolean,CanSeePay?:boolean}} [init] */
constructor(init) { Object.assign(this, init) }
/** @type {number} */
RfpDocumentID;
/** @type {string} */
ProjectName;
/** @type {string} */
ClientName;
/** @type {string} */
BidDueDate;
/** @type {string} */
ProjectType;
/** @type {EstimateSettingsView} */
Settings;
/** @type {EstimateJobView[]} */
Jobs = [];
/** @type {BidScheduleLine[]} */
Schedule = [];
/** @type {number} */
ScheduleTotal;
/** @type {EstimateVarianceView} */
Variance;
/** @type {IndicativeBidView} */
Indicative;
/** @type {BidOwnershipView} */
Ownership;
/** @type {EstimateSummaryView} */
Summary;
/** @type {EstimateTimingView} */
Timing;
/** @type {number} */
NeedsRateCount;
/** @type {string[]} */
NeedsRateKeys = [];
/** @type {EstimateReviewItemView[]} */
ReviewItems = [];
/** @type {number} */
NeedsReviewCount;
/** @type {boolean} */
CanApprove;
/** @type {boolean} */
CanSeePay;
}
export class EstimateSnapshot {
/** @param {{TakenAtUtc?:string,Proposal?:ProjectProposal,View?:EstimatingView}} [init] */
constructor(init) { Object.assign(this, init) }
/** @type {string} */
TakenAtUtc;
/** @type {ProjectProposal} */
Proposal;
/** @type {EstimatingView} */
View;
}
export class EstimateRevisionGetResponse {
/** @param {{ResponseStatus?:ResponseStatus,Revision?:EstimateRevision,Snapshot?:EstimateSnapshot}} [init] */
constructor(init) { Object.assign(this, init) }
/** @type {ResponseStatus} */
ResponseStatus;
/** @type {EstimateRevision} */
Revision;
/** @type {EstimateSnapshot} */
Snapshot;
}
export class EstimateRevisionGetRequest {
/** @param {{RfpDocumentUID?:string,RevisionNo?:number}} [init] */
constructor(init) { Object.assign(this, init) }
/** @type {string} */
RfpDocumentUID;
/** @type {number} */
RevisionNo;
}
JavaScript EstimateRevisionGetRequest DTOs
To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /v1/Rfp/{RfpDocumentUID}/Estimate/Revisions/{RevisionNo} HTTP/1.1
Host: api.dev.dynamics.trendsic.com
Accept: application/xml
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length
<EstimateRevisionGetResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CRM.AgencyPlatform.API.Internal">
<ResponseStatus xmlns:d2p1="http://schemas.servicestack.net/types">
<d2p1:ErrorCode>String</d2p1:ErrorCode>
<d2p1:Message>String</d2p1:Message>
<d2p1:StackTrace>String</d2p1:StackTrace>
<d2p1:Errors>
<d2p1:ResponseError>
<d2p1:ErrorCode>String</d2p1:ErrorCode>
<d2p1:FieldName>String</d2p1:FieldName>
<d2p1:Message>String</d2p1:Message>
<d2p1:Meta xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d5p1:KeyValueOfstringstring>
<d5p1:Key>String</d5p1:Key>
<d5p1:Value>String</d5p1:Value>
</d5p1:KeyValueOfstringstring>
</d2p1:Meta>
</d2p1:ResponseError>
</d2p1:Errors>
<d2p1:Meta xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:KeyValueOfstringstring>
<d3p1:Key>String</d3p1:Key>
<d3p1:Value>String</d3p1:Value>
</d3p1:KeyValueOfstringstring>
</d2p1:Meta>
</ResponseStatus>
<Revision>
<CreatedAt>0001-01-01T00:00:00</CreatedAt>
<CreatedBy>String</CreatedBy>
<EstimateRevisionID>0</EstimateRevisionID>
<Label>String</Label>
<LineCount>0</LineCount>
<Reason>String</Reason>
<RevisionNo>0</RevisionNo>
<RfpDocumentID>0</RfpDocumentID>
<SnapshotJson>String</SnapshotJson>
<TotalAmount>0</TotalAmount>
<Trigger>String</Trigger>
</Revision>
<Snapshot>
<Proposal>
<BidDueDate>String</BidDueDate>
<ChangeOrderID>0</ChangeOrderID>
<ClientName>String</ClientName>
<ContractDurationDays>0</ContractDurationDays>
<EstimatedEndDate>0001-01-01T00:00:00</EstimatedEndDate>
<EstimatedStartDate>0001-01-01T00:00:00</EstimatedStartDate>
<Mode>String</Mode>
<PendingAddendaDiffs>
<AddendaChangeSet>
<ChangeSetId>String</ChangeSetId>
<Changes>
<AddendaChange>
<ChangeId>String</ChangeId>
<ChangeType>String</ChangeType>
<Description>String</Description>
<Field>String</Field>
<ItemName>String</ItemName>
<ItemNumber>String</ItemNumber>
<NewValue>String</NewValue>
<OldValue>String</OldValue>
<Status>String</Status>
<TargetSeq>0</TargetSeq>
</AddendaChange>
</Changes>
<DocumentType>String</DocumentType>
<ExtractedAtUtc>0001-01-01T00:00:00</ExtractedAtUtc>
<SourceFileName>String</SourceFileName>
<SourceRfpDocumentID>0</SourceRfpDocumentID>
<Summary>String</Summary>
</AddendaChangeSet>
</PendingAddendaDiffs>
<ProjectDescription>String</ProjectDescription>
<ProjectID>0</ProjectID>
<ProjectLocation>String</ProjectLocation>
<ProjectName>String</ProjectName>
<ProjectType>String</ProjectType>
<RfpDocumentID>0</RfpDocumentID>
<Scope>String</Scope>
<Tasks>
<ProposedTask>
<Category>String</Category>
<CreatedJobID>0</CreatedJobID>
<DependsOn xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d6p1:int>0</d6p1:int>
</DependsOn>
<DurationDays>0</DurationDays>
<EstimatedEndDate>0001-01-01T00:00:00</EstimatedEndDate>
<EstimatedStartDate>0001-01-01T00:00:00</EstimatedStartDate>
<Name>String</Name>
<Notes>String</Notes>
<Quantity>0</Quantity>
<Resourcing>
<Equipment>
<ResourcedEquipment>
<DurationDays>0</DurationDays>
<EquipmentID>0</EquipmentID>
<EquipmentName>String</EquipmentName>
<FixedDays>0</FixedDays>
<IsInCatalog>false</IsInCatalog>
<MakeModel>String</MakeModel>
<Notes>String</Notes>
<Quantity>0</Quantity>
<SourceReference>String</SourceReference>
<SuggestedEquipmentID>0</SuggestedEquipmentID>
<SuggestedEquipmentName>String</SuggestedEquipmentName>
<Utilization>0</Utilization>
</ResourcedEquipment>
</Equipment>
<FixedDays>0</FixedDays>
<Materials>
<ResourcedMaterial>
<IsInCatalog>false</IsInCatalog>
<MakeModel>String</MakeModel>
<MaterialID>0</MaterialID>
<MaterialName>String</MaterialName>
<Notes>String</Notes>
<Quantity>0</Quantity>
<QuantityPerUnit>0</QuantityPerUnit>
<SourceReference>String</SourceReference>
<SuggestedMaterialID>0</SuggestedMaterialID>
<SuggestedMaterialName>String</SuggestedMaterialName>
<Unit>String</Unit>
</ResourcedMaterial>
</Materials>
<Positions>
<ResourcedPosition>
<ContactID>0</ContactID>
<CrewSize>0</CrewSize>
<FixedDays>0</FixedDays>
<Headcount>0</Headcount>
<Hours>0</Hours>
<IsInCatalog>false</IsInCatalog>
<Notes>String</Notes>
<PositionTag>String</PositionTag>
<SourceReference>String</SourceReference>
<Utilization>0</Utilization>
</ResourcedPosition>
</Positions>
<ProductionRatePerDay>0</ProductionRatePerDay>
<ResourcedForQuantity>0</ResourcedForQuantity>
</Resourcing>
<Seq>0</Seq>
<SourceItemNumber>String</SourceItemNumber>
<SourceReference>String</SourceReference>
<Unit>String</Unit>
<WorkPackage>
<Confidence>0</Confidence>
<Constraints xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d7p1:string>String</d7p1:string>
</Constraints>
<DefinitionOfDone xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d7p1:string>String</d7p1:string>
</DefinitionOfDone>
<DodChecked xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d7p1:string>String</d7p1:string>
</DodChecked>
<DodExtra xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d7p1:string>String</d7p1:string>
</DodExtra>
<DodRemoved xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d7p1:int>0</d7p1:int>
</DodRemoved>
<HoldPoints xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d7p1:string>String</d7p1:string>
</HoldPoints>
<LimitsOfWork>String</LimitsOfWork>
<RedraftNote>String</RedraftNote>
<RfpRef>String</RfpRef>
<SafetyNote>String</SafetyNote>
<Scope>String</Scope>
<SpecBook>String</SpecBook>
<SpecRefs>
<WorkPackageSpecRef>
<Section>String</Section>
<Title>String</Title>
</WorkPackageSpecRef>
</SpecRefs>
<UserEdited>false</UserEdited>
<UserScope>String</UserScope>
</WorkPackage>
</ProposedTask>
</Tasks>
<WageDeterminations>
<WageDeterminationResult>
<Classifications>
<WageClassification>
<BaseRate>0</BaseRate>
<BenchmarkFringeRate>0</BenchmarkFringeRate>
<FringeCompareNote>String</FringeCompareNote>
<FringeRate>0</FringeRate>
<ParishNote>String</ParishNote>
<SourceLine>String</SourceLine>
<Title>String</Title>
</WageClassification>
</Classifications>
<ExecutiveOrderFloor>0</ExecutiveOrderFloor>
<ExtractedAtUtc>0001-01-01T00:00:00</ExtractedAtUtc>
<IsTrustworthy>false</IsTrustworthy>
<ProjectParish>String</ProjectParish>
<PublishedDate>String</PublishedDate>
<Source>String</Source>
<SourceFileName>String</SourceFileName>
<SourceRfpDocumentID>0</SourceRfpDocumentID>
<Warnings xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d6p1:string>String</d6p1:string>
</Warnings>
<WdNumber>String</WdNumber>
</WageDeterminationResult>
</WageDeterminations>
</Proposal>
<TakenAtUtc>0001-01-01T00:00:00</TakenAtUtc>
<View>
<BidDueDate>String</BidDueDate>
<CanApprove>false</CanApprove>
<CanSeePay>false</CanSeePay>
<ClientName>String</ClientName>
<Indicative>
<AggressiveTotal>0</AggressiveTotal>
<BenchmarkCount>0</BenchmarkCount>
<BenchmarkTotal>0</BenchmarkTotal>
<BottomUpCount>0</BottomUpCount>
<BottomUpTotal>0</BottomUpTotal>
<FloorTotal>0</FloorTotal>
<IndicativeTotal>0</IndicativeTotal>
<Lines>
<IndicativeLine>
<ItemNo>String</ItemNo>
<LineTotal>0</LineTotal>
<Name>String</Name>
<PricePoint>String</PricePoint>
<Quantity>0</Quantity>
<Seq>0</Seq>
<Source>String</Source>
<Unit>String</Unit>
<UnitPrice>0</UnitPrice>
</IndicativeLine>
</Lines>
<MarketTotal>0</MarketTotal>
<NoDistributionCount>0</NoDistributionCount>
<Note>String</Note>
<Posture>String</Posture>
<PremiumTotal>0</PremiumTotal>
<UncoveredCount>0</UncoveredCount>
<UncoveredFloorTotal>0</UncoveredFloorTotal>
</Indicative>
<Jobs>
<EstimateJobView>
<BenchmarkUnitPrice>0</BenchmarkUnitPrice>
<Category>String</Category>
<Crew>
<EstimateCrewLineView>
<Chip>String</Chip>
<Cost>0</Cost>
<FringeCost>0</FringeCost>
<HasOt>false</HasOt>
<Hours>0</Hours>
<NeedsRate>false</NeedsRate>
<OtCost>0</OtCost>
<OtHours>0</OtHours>
<PremiumApplied>false</PremiumApplied>
<RateKey>String</RateKey>
<Role>String</Role>
<Rrop>0</Rrop>
<StCost>0</StCost>
<StHours>0</StHours>
</EstimateCrewLineView>
</Crew>
<CrewCost>0</CrewCost>
<CrewPremiumApplied>false</CrewPremiumApplied>
<Days>0</Days>
<Direct>0</Direct>
<EffectiveProdPerDay>0</EffectiveProdPerDay>
<Equipment>
<EstimateEquipmentLineView>
<AvailabilityLabel>String</AvailabilityLabel>
<AvailableFrom>0001-01-01T00:00:00</AvailableFrom>
<BilledDays>0</BilledDays>
<Chip>String</Chip>
<Cost>0</Cost>
<FreedFromProject>String</FreedFromProject>
<IsAvailabilityTracked>false</IsAvailabilityTracked>
<IsOwned>false</IsOwned>
<MobCost>0</MobCost>
<Name>String</Name>
<NeedsRate>false</NeedsRate>
<Quantity>0</Quantity>
<Rate>0</Rate>
<RateKey>String</RateKey>
<RentalExplain>String</RentalExplain>
<UsageDays>0</UsageDays>
</EstimateEquipmentLineView>
</Equipment>
<EquipmentCost>0</EquipmentCost>
<FringeCost>0</FringeCost>
<HoursPerDay>0</HoursPerDay>
<IsNight>false</IsNight>
<ItemNo>String</ItemNo>
<MaterialCost>0</MaterialCost>
<Materials>
<EstimateMaterialLineView>
<Chip>String</Chip>
<Cost>0</Cost>
<Name>String</Name>
<NeedsRate>false</NeedsRate>
<Quantity>0</Quantity>
<Rate>0</Rate>
<RateKey>String</RateKey>
<Unit>String</Unit>
</EstimateMaterialLineView>
</Materials>
<Name>String</Name>
<OtFraction>0</OtFraction>
<PatternCode>String</PatternCode>
<PricingBandLabel>String</PricingBandLabel>
<PricingBandN>0</PricingBandN>
<PricingBandP25>0</PricingBandP25>
<PricingBandP75>0</PricingBandP75>
<PricingBasis>String</PricingBasis>
<PricingRuleId>String</PricingRuleId>
<Quantity>0</Quantity>
<ReferenceBasis>String</ReferenceBasis>
<ReferenceDate>0001-01-01T00:00:00</ReferenceDate>
<ReferenceN>0</ReferenceN>
<ReferencePrice>0</ReferencePrice>
<ReferenceRangeMax>0</ReferenceRangeMax>
<ReferenceRangeMin>0</ReferenceRangeMin>
<ReferenceUrl>String</ReferenceUrl>
<Seq>0</Seq>
<SourceRef>String</SourceRef>
<SubcontractCost>0</SubcontractCost>
<Subcontracts>
<EstimateSubcontractView>
<Amount>0</Amount>
<EstimateSubcontractID>0</EstimateSubcontractID>
<Scope>String</Scope>
<TaskSeq>0</TaskSeq>
<Vendor>String</Vendor>
</EstimateSubcontractView>
</Subcontracts>
<Unit>String</Unit>
<WeeklyHours>0</WeeklyHours>
<WorkPackage>
<Constraints xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d7p1:string>String</d7p1:string>
</Constraints>
<Dod>
<RfpWorkPackageService.DodItemView>
<Checked>false</Checked>
<Key>String</Key>
<Source>String</Source>
<Text>String</Text>
</RfpWorkPackageService.DodItemView>
</Dod>
<HasPackage>false</HasPackage>
<HoldPoints xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d7p1:string>String</d7p1:string>
</HoldPoints>
<LimitsOfWork>String</LimitsOfWork>
<Provenance>String</Provenance>
<RedraftNote>String</RedraftNote>
<SafetyNote>String</SafetyNote>
<Scope>String</Scope>
<SpecBook>String</SpecBook>
<SpecRefs>
<RfpWorkPackageService.SpecRefView>
<Section>String</Section>
<Title>String</Title>
<Url>String</Url>
</RfpWorkPackageService.SpecRefView>
</SpecRefs>
<UserEdited>false</UserEdited>
</WorkPackage>
<Workdays>0</Workdays>
</EstimateJobView>
</Jobs>
<NeedsRateCount>0</NeedsRateCount>
<NeedsRateKeys xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:string>String</d4p1:string>
</NeedsRateKeys>
<NeedsReviewCount>0</NeedsReviewCount>
<Ownership>
<BorrowedCount>0</BorrowedCount>
<BorrowedTotal>0</BorrowedTotal>
<OwnCount>0</OwnCount>
<OwnPct>0</OwnPct>
<OwnTotal>0</OwnTotal>
<ScheduleTotal>0</ScheduleTotal>
<TopExposure>
<BidExposureLine>
<CumulativePct>0</CumulativePct>
<Description>String</Description>
<Extension>0</Extension>
<ItemNo>String</ItemNo>
<Note>String</Note>
<Provenance>String</Provenance>
</BidExposureLine>
</TopExposure>
<UnknownCount>0</UnknownCount>
<UnknownFloorTotal>0</UnknownFloorTotal>
</Ownership>
<ProjectName>String</ProjectName>
<ProjectType>String</ProjectType>
<ReviewItems>
<EstimateReviewItemView>
<Reason>String</Reason>
<Status>String</Status>
<TaskName>String</TaskName>
<TaskSeq>0</TaskSeq>
</EstimateReviewItemView>
</ReviewItems>
<RfpDocumentID>0</RfpDocumentID>
<Schedule>
<BidScheduleLine>
<BenchmarkBasis>String</BenchmarkBasis>
<BenchmarkDeltaPct>0</BenchmarkDeltaPct>
<BenchmarkFlagged>false</BenchmarkFlagged>
<Description>String</Description>
<Extension>0</Extension>
<ItemNo>String</ItemNo>
<PricingBandLabel>String</PricingBandLabel>
<PricingBandN>0</PricingBandN>
<PricingBandP25>0</PricingBandP25>
<PricingBandP75>0</PricingBandP75>
<PricingBasis>String</PricingBasis>
<PricingRuleId>String</PricingRuleId>
<Provenance>String</Provenance>
<ProvenanceNote>String</ProvenanceNote>
<Quantity>0</Quantity>
<TotalResources>0</TotalResources>
<Unit>String</Unit>
<UnitPrice>0</UnitPrice>
<UnpricedResources>0</UnpricedResources>
</BidScheduleLine>
</Schedule>
<ScheduleTotal>0</ScheduleTotal>
<Settings>
<AppliedStartDate>0001-01-01T00:00:00</AppliedStartDate>
<BondPct>0</BondPct>
<ContingencyPct>0</ContingencyPct>
<DeadlineDate>0001-01-01T00:00:00</DeadlineDate>
<Holidays xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d5p1:dateTime>0001-01-01T00:00:00</d5p1:dateTime>
</Holidays>
<HoursPerDay>0</HoursPerDay>
<OhpPct>0</OhpPct>
<RfpEstimateID>0</RfpEstimateID>
<StartDate>0001-01-01T00:00:00</StartDate>
<WeatherPct>0</WeatherPct>
<WorkdaysPerWeek>0</WorkdaysPerWeek>
</Settings>
<Summary>
<BidTotal>0</BidTotal>
<BondAmount>0</BondAmount>
<BondPct>0</BondPct>
<ContingencyAmount>0</ContingencyAmount>
<ContingencyPct>0</ContingencyPct>
<Direct>0</Direct>
<LoadFactor>0</LoadFactor>
<MarginPct>0</MarginPct>
<OhpAmount>0</OhpAmount>
<OhpPct>0</OhpPct>
</Summary>
<Timing>
<CalendarDays>0</CalendarDays>
<Deadline>0001-01-01T00:00:00</Deadline>
<Feasible>false</Feasible>
<Finish>0001-01-01T00:00:00</Finish>
<TotalWorkdays>0</TotalWorkdays>
</Timing>
<Variance>
<AggregateDeltaPct>0</AggregateDeltaPct>
<CoverageValuePct>0</CoverageValuePct>
<CriticalCount>0</CriticalCount>
<FlooredCount>0</FlooredCount>
<ItemsBenchmarked>0</ItemsBenchmarked>
<ItemsTotal>0</ItemsTotal>
<Lines>
<EstimateVarianceLine>
<Adopted>false</Adopted>
<BenchmarkUnitPrice>0</BenchmarkUnitPrice>
<DeltaPct>0</DeltaPct>
<IsFloor>false</IsFloor>
<IsLump>false</IsLump>
<ItemNo>String</ItemNo>
<MarketTotal>0</MarketTotal>
<Name>String</Name>
<Note>String</Note>
<OurTotal>0</OurTotal>
<OurUnitPrice>0</OurUnitPrice>
<OutsideRange>false</OutsideRange>
<Quantity>0</Quantity>
<RateMax>0</RateMax>
<RateMin>0</RateMin>
<SampleSize>0</SampleSize>
<Seq>0</Seq>
<Severity>String</Severity>
<Unit>String</Unit>
</EstimateVarianceLine>
</Lines>
<LumpCount>0</LumpCount>
<MarketTotal>0</MarketTotal>
<Note>String</Note>
<OursTotal>0</OursTotal>
<OutlierCount>0</OutlierCount>
<WatchCount>0</WatchCount>
</Variance>
</View>
</Snapshot>
</EstimateRevisionGetResponse>