RcsAction Entity


Element Deleted
Cost
RefrigerantEvacuationConfirmed
Element Added
IsScheduled
DtDue
ParentAction
TechName
CertClassId
<xs:complexType name="RcsAction" mixed="false">
	<xs:complexContent>
		<xs:extension base="CorrigoEntityWithOptimisticLock">
			<xs:sequence>
				<xs:element name="TypeId" type="RcsActionType"/>
				<xs:element name="DtWhen" type="xs:dateTime" nillable="true"/>
				<xs:element name="ActorId" type="xs:int"/>
				<xs:element name="ActorTypeId" type="ActorType"/>
				<xs:element name="CertNumber" type="xs:string" minOccurs="0"/>
				<xs:element name="Product" type="Product" minOccurs="0"/>
				<xs:element name="Qty" type="xs:decimal" nillable="true"/>
				<xs:element name="IsMetric" type="xs:boolean"/>
				<xs:element name="CostValue" type="xs:decimal" nillable="true"/>
				<xs:element name="Supplier" type="Employee" minOccurs="0"/>
				<xs:element name="PoNumber" type="xs:string" minOccurs="0"/>
				<xs:element name="WorkOrderId" type="xs:int"/>
				<xs:element name="Comments" type="xs:string" minOccurs="0"/>
				<xs:element name="Circuit" type="RcsCircuit" minOccurs="0"/>
				<xs:element name="CircuitNumber" type="xs:string" minOccurs="0"/>
				<xs:element name="Cylinder" type="RcsCylinder" minOccurs="0"/>
				<xs:element name="CylinderNumber" type="xs:string" minOccurs="0"/>
				<xs:element name="NoLeakRate" type="xs:boolean"/>
				<xs:element name="RcsTestMethodId" type="RcsTestMethod"/>
				<xs:element name="IsTestPassed" type="xs:boolean"/>
				<xs:element name="IsContactNotified" type="xs:boolean"/>
				<xs:element name="CylinderSource" type="RcsCylinder" minOccurs="0"/>
				<xs:element name="MoneyId" type="CurrencyType"/>
				<xs:element name="QtyCylinder" type="xs:decimal" nillable="true"/>
				<xs:element name="QtyCylinderSource" type="xs:decimal" nillable="true"/>
				<xs:element name="RefrigerantEvacuationConfirmed" type="xs:boolean"/>
				<xs:element name="RcsStockTypeId" type="RcsActionStockType"/>
				<xs:element name="ShippedTo" type="xs:string" minOccurs="0"/>
				<xs:element name="DtShipment" type="xs:dateTime" nillable="true"/>
				<xs:element name="ReclamationCompany" type="xs:string" minOccurs="0"/>
				<xs:element name="AmountReclaimed" type="xs:decimal"/>
				<xs:element name="AmountDestroyed" type="xs:decimal"/>
				<xs:element name="RcsLeakCauseId" type="RcsLeakCause"/>
        <xs:element name="IsScheduled" type="xs:boolean"/>
				<xs:element name="DtDue" type="xs:dateTime" nillable="true"/>
				<xs:element name="ParentAction" type="RcsAction" minOccurs="0"/>
				<xs:element name="TechName" type="xs:string" minOccurs="0"/>
				<xs:element name="CertClassId" type="EmpCertificationClass"/>
			</xs:sequence>
		</xs:extension>
	</xs:complexContent>
</xs:complexType>

BlackoutDay Entity

Element Added
DtEnd
<xs:complexType name="BlackoutDay" mixed="false">
	<xs:complexContent>
		<xs:extension base="PortfolioChildCorrigoEntity">
			<xs:sequence>
				<xs:element name="DisplayAs" type="xs:string" minOccurs="0"/>
				<xs:element name="DtStart" type="xs:dateTime"/>
				<xs:element name="DtEnd" type="xs:dateTime"/>
				<xs:element name="AppliesToCriticalWos" type="xs:boolean"/>
				<xs:element name="AppliesToStandardWos" type="xs:boolean"/>
			</xs:sequence>
		</xs:extension>
	</xs:complexContent>
</xs:complexType>

Contact Entity

Element Added
CountryId
<xs:complexType name="Contact" mixed="false">
	<xs:complexContent>
		<xs:extension base="RemovableCorrigoEntity">
			<xs:sequence>
				<xs:element name="DisplayAs" type="xs:string" minOccurs="0"/>
				<xs:element name="FirstName" type="xs:string" minOccurs="0"/>
				<xs:element name="LastName" type="xs:string" minOccurs="0"/>
				<xs:element name="TypeId" type="LeaseContactType"/>
				<xs:element name="CustomerId" type="xs:int"/>
				<xs:element name="CanViewAnyRequest" type="xs:boolean"/>
				<xs:element name="CanCreateRequest" type="xs:boolean"/>
				<xs:element name="PriorityThreshold" type="xs:int"/>
				<xs:element name="CustomFields" type="ArrayOfCustomField2" minOccurs="0"/>
				<xs:element name="ContactAddresses" type="ArrayOfContactInfo" minOccurs="0"/>
				<xs:element name="GroupsBridge" type="ArrayOfLinkContactAndGroup" minOccurs="0"/>
				<xs:element name="Username" type="xs:string" minOccurs="0"/>
				<xs:element name="Number" type="xs:string" minOccurs="0"/>
				<xs:element name="MustResetPassword" type="xs:boolean"/>
				<xs:element name="NoAlertEmails" type="xs:boolean"/>
				<xs:element name="Comment" type="xs:string" minOccurs="0"/>
				<xs:element name="UnlimitedRequest" type="xs:boolean"/>
				<xs:element name="UnlimitedAuthorization" type="xs:boolean"/>
				<xs:element name="SupervisorId" type="xs:int"/>
				<xs:element name="LanguageId" type="xs:int"/>
				<xs:element name="CustomerNoteAccessId" type="LsNoteAccess"/>
				<xs:element name="NoPwdExpirationAlert" type="xs:boolean"/>
				<xs:element name="Currencies" type="ArrayOfContactMoneyValues" minOccurs="0"/>
				<xs:element name="CountryId" type="xs:string" minOccurs="0"/>
			</xs:sequence>
		</xs:extension>
	</xs:complexContent>
</xs:complexType>


Employee Entity

Element Added
Certifications
<xs:complexType name="Employee" mixed="false">
	<xs:complexContent>
		<xs:extension base="RemovableCorrigoEntity">
			<xs:sequence>
				<xs:element name="FirstName" type="xs:string" minOccurs="0"/>
				<xs:element name="LastName" type="xs:string" minOccurs="0"/>
				<xs:element name="DisplayAs" type="xs:string" minOccurs="0"/>
				<xs:element name="Role" type="Role" minOccurs="0"/>
				<xs:element name="AccessToAllWorkZones" type="xs:boolean"/>
				<xs:element name="LanguageId" type="xs:int"/>
				<xs:element name="ActorTypeId" type="ActorType"/>
				<xs:element name="Username" type="xs:string" minOccurs="0"/>
				<xs:element name="DtPwdChange" type="xs:dateTime"/>
				<xs:element name="ProviderInvitedOn" type="xs:dateTime" nillable="true"/>
				<xs:element name="Instructions" type="xs:string" minOccurs="0"/>
				<xs:element name="WonMemberId" type="xs:int"/>
				<xs:element name="WonLocationId" type="xs:int"/>
				<xs:element name="WonServiceRadius" type="xs:int"/>
				<xs:element name="IsElectronicPayment" type="xs:boolean"/>
				<xs:element name="ProviderStatusId" type="EmployeeWonStatus"/>
				<xs:element name="LabelId" type="xs:int"/>
				<xs:element name="FreeTextAllowed" type="xs:boolean"/>
				<xs:element name="RadiusUnit" type="DistanceUnit"/>
				<xs:element name="Password" type="xs:string" minOccurs="0"/>
				<xs:element name="Number" type="xs:string" minOccurs="0"/>
				<xs:element name="JobTitle" type="xs:string" minOccurs="0"/>
				<xs:element name="FederalId" type="xs:string" minOccurs="0"/>
				<xs:element name="ExternalId" type="xs:string" minOccurs="0"/>
				<xs:element name="ForcePasswordReset" type="xs:boolean"/>
				<xs:element name="TaxWarnOnly" type="xs:boolean"/>
				<xs:element name="DefaultPriceList" type="PriceList" minOccurs="0"/>
				<xs:element name="PriceLists" type="ArrayOfLinkProviderPriceList" minOccurs="0"/>
				<xs:element name="CustomFields" type="ArrayOfCustomField2" minOccurs="0"/>
				<xs:element name="Organization" type="Organization" minOccurs="0"/>
				<xs:element name="BillAtZero" type="xs:boolean"/>
				<xs:element name="IsSupplier" type="xs:boolean"/>
				<xs:element name="ProviderTypeId" type="ProviderlType"/>
				<xs:element name="ContactAddresses" type="ArrayOfContactInfo" minOccurs="0"/>
				<xs:element name="Certifications" type="ArrayOfUserCertification" minOccurs="0"/>
				<xs:element name="Address" type="Address2" minOccurs="0"/>
				<xs:element name="Teams" type="ArrayOfLinkUserAndTeam" minOccurs="0"/>
				<xs:element name="WorkZones" type="ArrayOfLinkUserAndWorkZone" minOccurs="0"/>
				<xs:element name="Portfolios" type="ArrayOfLinkUserAndPortfolio" minOccurs="0"/>
				<xs:element name="CustomerGroups" type="ArrayOfLinkUserAndCustomerGroup" minOccurs="0"/>
				<xs:element name="Specialties" type="ArrayOfLinkUserAndSpecialty" minOccurs="0"/>
				<xs:element name="PayRates" type="ArrayOfUserPayRate" minOccurs="0"/>
				<xs:element name="StockLocations" type="ArrayOfLinkUserAndStockLocation" minOccurs="0"/>
				<xs:element name="Services" type="ArrayOfLinkProviderAndService" minOccurs="0"/>
				<xs:element name="AlertSubscriptions" type="ArrayOfAlertSubscription" minOccurs="0"/>
				<xs:element name="TaxExempt" type="xs:boolean"/>
				<xs:element name="LimitAssignmentByPortfolioId" type="xs:int"/>
				<xs:element name="PriceListIntegrationStatus" type="PriceListIntegrationStatus"/>
				<xs:element name="PriceListIntegrationEnabled" type="xs:boolean" nillable="true"/>
				<xs:element name="PriceListIntegrationDate" type="xs:dateTime" nillable="true"/>
			</xs:sequence>
		</xs:extension>
	</xs:complexContent>
</xs:complexType>

RcsCircuit Entity

Element Added
IsLeakDetectionEquipment
LeakDetectionDeviceTypeID
HasEquipmentCalibration
EquipmentCalibrationDate
<xs:complexType name="RcsCircuit" mixed="false">
	<xs:complexContent>
		<xs:extension base="CorrigoEntityWithOptimisticLock">
			<xs:sequence>
				<xs:element name="ObjectId" type="xs:int"/>
				<xs:element name="ObjectTypeId" type="ActorType"/>
				<xs:element name="Asset" type="Location" minOccurs="0"/>
				<xs:element name="AssetSystem" type="AssetSystem" minOccurs="0"/>
				<xs:element name="Number" type="xs:string" minOccurs="0"/>
				<xs:element name="Manufacturer" type="xs:string" minOccurs="0"/>
				<xs:element name="Model" type="xs:string" minOccurs="0"/>
				<xs:element name="IsMetric" type="xs:boolean"/>
				<xs:element name="MhProduct" type="Product" minOccurs="0"/>
				<xs:element name="Capacity" type="xs:decimal"/>
				<xs:element name="LeakRate" type="xs:decimal"/>
				<xs:element name="LeakThreshold" type="xs:decimal"/>
				<xs:element name="Comments" type="xs:string" minOccurs="0"/>
				<xs:element name="StatusId" type="RcsCircuitStatus"/>
				<xs:element name="EquipmentTypeID" type="xs:unsignedByte" nillable="true"/>
				<xs:element name="InstallDate" type="xs:dateTime" nillable="true"/>
				<xs:element name="LocationDescription" type="xs:string" minOccurs="0"/>
				<xs:element name="LeakDetectionCoverID" type="xs:unsignedByte" nillable="true"/>
				<xs:element name="FullChargeCalcMethodID" type="xs:unsignedByte" nillable="true"/>
				<xs:element name="HasLeakInspection" type="xs:boolean"/>
				<xs:element name="LeakInspectionDate" type="xs:dateTime" nillable="true"/>
				<xs:element name="IsLeakDetectionEquipment" type="xs:boolean"/>
				<xs:element name="LeakDetectionDeviceTypeID" type="xs:unsignedByte" nillable="true"/>
				<xs:element name="HasEquipmentCalibration" type="xs:boolean"/>
				<xs:element name="EquipmentCalibrationDate" type="xs:dateTime" nillable="true"/>
				<xs:element name="Actions" type="ArrayOfRcsAction" minOccurs="0"/>
				<xs:element name="LeakRateLogs" type="ArrayOfRcsLeakRateLog" minOccurs="0"/>
			</xs:sequence>
		</xs:extension>
	</xs:complexContent>
</xs:complexType>