California Environmental Reporting System

CERS EDT Services (Production)

Regulator Facility Transfer Query (RFTQ)

Allows UPAs to query for completed Facility Transfers that occurred within a given date range, would normally would represent a change of ownership for a facility.

Endpoint URL

https://cersservices.calepa.ca.gov/EDT/Regulator/Facility/Transfer

XML Schemas

Output XML Schema (Version 1/06): RegulatorFacilityTransferQuery.xsd
EDT Implementers may want to periodically query this endpoint to determine if facilities under a CUPA’s jurisdiction have experienced an ownership change (facility transfer) in CERS during a specified time period. Please note the following:
  • CERS Businesses/Organizations are primarily established to support a collection of users representing a reporting entity (business) to jointly manage a collection of one or more regulated facilities. Some larger multi-jurisdictional businesses opt to establish multiple CERS Businesses entities to segment administration of their facilities across the state. In these cases a facility transfer between such entities would not truly represent an ownership change.
  • The vast majority of the ~30,000 facility records migrated from UNIDOCS/CERS1 to CERS2 were initially established as a single facility business. During 2012 and 2013, Cal/EPA and/or a facility’s owner/operator worked to consolidate the facilities in these single-facility businesses under one consolidated CERS Business entity with many facilities. These facility transfers would also not generally constitute an ownership change.
Unfortunately there is no clear way to determine these exceptions in an automated fashion. Cal/EPA anticipates usage of this endpoint will be more valuable starting in 2014 when facility consolidation efforts are mostly complete.

Parameters

* is a required parameter.
Parameter Name Parameter Description
CERSID

Results are filtered to Action Required items for a specific CERS facility based upon its 8-digit CERS ID (CDR System Field #1a)

?regulatorCode=2700&CERSID=10001001

organizationCode

Results are filtered to Action Required items related to the selected CERS Business/Organization based upon its 8-digit Organization Code.

?regulatorCode=2700&organizationCode=90003453

* regulatorCode

The UPA must provide the RegulatorCode as part of the request URL's querystring. Results will be filtered to Action Required items that must be acted upon by the UPA.

.../Regulator/ActionRequired/Query?regulatorCode=2700

requestedOnEnd

Results are filtered to Action Required items that were requested/initiated on or after this date (or datetime). The date format is "MM-DD-YYYY". A time is optional--if not provided, it will default to 23:59:59 PM PST. Report time values using 24-hour notation ("military time").

?regulatorCode=2700&requestedOnStart=3%2f4%2f2013&requestedOnEnd=3%2f14%2f2013
?regulatorCode=2700&requestedOnStart=3%2f4%2f2013%2014:00:00&requestedOnEnd=3%2f14%2f2013%2023:59:50

requestedOnStart

Results are filtered to Action Required items that were requested/initiated on or before this date (or datetime). A time is optional--if not provided, it will default to 00:00:00 PM PST. Report time values using 24-hour notation ("military time")

?regulatorCode=2700&requestedOnStart=3%2f4%2f2013
?regulatorCode=2700&requestedOnStart=3%2f4%2f2013%2000:00:00

typeId

Results are filtered to the specified Action Required types as shown below. Multiple types can be requested by separating ID with commas.

?regulatorCode=2700&typeId=24
?regulatorCode=2700&typeId=24,25,26

6 = Regulator User Access Request
21 = Business User Access Request (Regulator)
24 = Facility Delete Request
25 = Facility Merge Request
26 = Facility Transfer Request



Return to Endpoint Listing