Get all records, record parcels, and parcel addresses
get
/fscmRestApi/resources/11.13.18.05/publicSectorRecordLists
Request
Query Parameters
-
dependency: string
This parameter specifies dependencies which are attributes that are set before and rolled back after generating the response. Generally they are used to preview the effects of an attribute change. The attributes specified in this parameter are always set in the resource instance in question. When a child resource collection is requested and the parameter is set, the attributes will be set in the parent resource instance before generating the resource collection payload. The value of this query parameter is a set of dependency attributes. Example: dependency=ProductId=2
Format: <attr1>=<val1>,<attr2>=<value2> -
expand: string
When this parameter is provided, the specified children are included in the resource payload (instead of just a link). The value of this query parameter is "all" or "". More than one child can be specified using comma as a separator. Example: ?expand=Employees,Localizations. Nested children can also be provided following the format "Child.NestedChild" (Example: ?expand=Employees.Managers). If a nested child is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers" (which will expand Employees and Managers).
-
fields: string
This parameter filters the resource attributes. Only the specified attributes are returned, which means that if no attributes are specified, no attributes are returned (useful to get only the links). If an indirect child resource is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?fields=Employees.Managers:Empname" is the same as "?fields=;Employees:;Employees.Managers:Empname" (which will only return the "Empname" field for Managers). the value of this query parameter is a list of resource attributes. The attribute can be a direct (Example: Employees) or indirect (Example: Employees.Managers) child. It cannot be combined with expand query parameter. If both are provided, only fields will be considered.
Format: ?fields=Attribute1,Attribute2
Format for fields in child resource: ?fields=Accessor1:Attribute1,Attribute2 -
finder: string
Used as a predefined finder to search the collection.
Format: ?finder=<finderName>;<variableName>=<variableValue>,<variableName2>=<variableValue2>
The following are the available finder names and corresponding finder variables:- AssignedActivePZFinder: Finds an active planning and zoning application using the specified keyword. Finder Variables:
- bAssigneeUserId; string; Filters the transaction relation for the current logged in user.
- value; string; The keyword used to find an active license application by record ID, record type, system status, classification, lnprecord ID, record type, status, person name, created by, creation date criteria, expiration date criteria, total due criteria, total criteria, record parcel, address 1, address 2, or city.
- AgencyViewFinder: Finds records for the agency.
- AgencyActiveLICSearchFinder: Finds the active license applications for the agency. Finder Variables:
- value; string; The keyword used to find an active license application by record ID, record type, system status, current trans flag, record id, record type, status, preson name, created by, BUS_BUSINESS_NAME, BUS_DBA_BUSINESS_NAME, BUS_DESCRIPTION, BUS_START_DATE, BUS_BUSINESS_LEGAL_NAME, BUS_ADDRESS1, BUS_ADDRESS2, BUS_CITY, CREATION_DATE_CRITERIA, EXPIRATION_DATE_CRITERIA, TOTAL_DUE_CRITERIA, or TOTAL_CRITERIA.
- RecordListSearchFinder: Finds a record using the specified keyword. Finder Variables:
- value; string; The keyword used to find a record by record ID, record type, status, description, person name, user who created the record, or up to four parcel addresses.
- publicSearchFinder: Finds a record by the specified keyword, for use by public users. Finder Variables:
- value; string; The keyword used to find a record by record ID, record type, record status, creation date, expiration date, fees due, total fees, primary or secondary parcel address, or city.
- BLGlobalSearchFinder: Finds an active global list by the specified keyword. Finder Variables:
- value; string; The keyword used to find an active license application by record ID, record type, record id, record type, status, preson name, created by, BUS_BUSINESS_NAME, BUS_DBA_BUSINESS_NAME, BUS_DESCRIPTION, BUS_START_DATE, BUS_BUSINESS_LEGAL_NAME, BUS_ADDRESS1, BUS_ADDRESS2, BUS_CITY, CREATION_DATE_CRITERIA, EXPIRATION_DATE_CRITERIA, TOTAL_DUE_CRITERIA, and TOTAL_CRITERIA.
- ActiveMasterBLListFinder: Finds an active BL master list by the specified keyword. Finder Variables:
- value; string; The keyword used to find an active master list by record ID, record type, status, person name, the user who created the record, or creation date.
- PublicUserViewFinder: Finds records for the public user.
- AgencyActivePMTSearchFinder: Finds active permit applications for the agency. Finder Variables:
- value; string; The keyword used to find an active permit application by record ID, record type, status, person name, user who created the record, creation date, expiration date, fees due, total fees, the primary or secondary parcel address, or city.
- PublicUserActiveSearchFinder: Finds active records by the specified keyword, for use by public users. Finder Variables:
- value; string; The keyword used to find an active permit application by record ID, record type, status, person name, user who created the record, creation date, expiration date, fees due, total fees, the primary or secondary parcel address, or city.
- agencySearchFinder: Finds a record by the specified keyword, for use by agency staff. Finder Variables:
- value; string; The keyword used to find a record by record ID, record type, status, person name, user who created the record, creation date, expiration date, fees due, total fees, the primary or secondary parcel address, or city.
- AgencyActivePZSearchFinder: Finds active planning applications for the agency. Finder Variables:
- value; string; The keyword used to find an active planning application by record ID, record type, status, person name, user who created the record, creation date, expiration date, fees due, total fees, the primary or secondary parcel address, or city.
- ActiveMasterBLListForShowAllFinder: Finds an active BL master list by the specified keyword. Finder Variables:
- value; string; The keyword used to find an active license application by record ID, record type, system status, current trans flag, record id, record type, status, preson name, created by, BUS_BUSINESS_NAME, BUS_DBA_BUSINESS_NAME, BUS_DESCRIPTION, BUS_START_DATE,BUS_BUSINESS_LEGAL_NAME, BUS_ADDRESS1, BUS_ADDRESS2, BUS_CITY, CREATION_DATE_CRITERIA, EXPIRATION_DATE_CRITERIA, TOTAL_DUE_CRITERIA, or TOTAL_CRITERIA.
- UnAssignedActivePZFinder: Finds inactive planning and zoning applications by the specified keyword. Keywords can contain system status, classification, or assigned user ID. Finder Variables:
- value; string; Finds the record ID, record type, address, and description.
- PrimaryKey: Finds a record by the primary key criteria. Finder Variables:
- LnpRecordKey; integer; The unique identifier for a record. The record can be for a permit, business license, professional license, or planning and zoning, which is determined by the classification.
- AssignedActivePZFinder: Finds an active planning and zoning application using the specified keyword. Finder Variables:
-
limit: integer
This parameter restricts the number of resources returned inside the resource collection. If the limit exceeds the resource count then the framework will only return the available resources.
-
offset: integer
Used to define the starting position of the resource collection. If offset exceeds the resource count then no resources are returned. Default value is 0.
-
onlyData: boolean
The resource item payload will be filtered in order to contain only data (no links section, for example).
-
orderBy: string
This parameter orders a resource collection based on the specified attributes. The parameter value is a comma-separated string of attribute names, each optionally followed by a colon and "asc" or "desc". Specify "asc" for ascending and "desc" for descending. The default value is "asc". For example, ?orderBy=field1:asc,field2:desc
-
q: string
This query parameter defines the where clause. The resource collection will be queried using the provided expressions. The value of this query parameter is one or more expressions. Example: ?q=Deptno>=10 and <= 30;Loc!=NY
Format: ?q=expression1;expression2 -
totalResults: boolean
The resource collection representation will include the "estimated row count" when "?totalResults=true", otherwise the count is not included. The default value is "false".
Response
Supported Media Types
- application/vnd.oracle.adf.resourcecollection+json
Default Response
The following table describes the default response for this task.
Root Schema : publicSectorRecordLists
Type:
Show Source
object-
count(optional):
integer
Title:
CountThe number of resource instances returned in the current range. -
hasMore(optional):
boolean
Title:
HasMoreIndicates whether more resources are available on the server than the subset returned in the response. If the value is true, then there are more resources to retrieve from the server. The default value is false. -
items(optional):
array Items
Title:
ItemsThe items in the collection. -
limit(optional):
integer
Title:
LimitThe actual paging size used by the server. -
links(optional):
array Items
Title:
ItemsThe link relations associated with the resource instance. -
offset(optional):
integer
Title:
OffsetThe offset value used in the current page.
Nested Schema : Items
Type:
arrayTitle:
ItemsThe link relations associated with the resource instance.
Show Source
Nested Schema : publicSectorRecordLists-item
Type:
Show Source
object-
AboutToExpireDate(optional):
string(date-time)
Title:
About to ExpireThe date that is calculated based on the number of days remaining for the record be expire. -
Applicant(optional):
integer(int64)
Title:
ApplicantThe party ID of the person applying for a permit, business license, professional license, or planning and zoning conditional use permit. -
ApplicantBizProfileId(optional):
integer(int64)
Title:
Business ProfileThe unique identifier of the applicant business profile when the applicant is a business entity. -
ApplicantProfileId(optional):
integer(int64)
Title:
Applicant ProfileThe unique identifier of the applicant user profile. -
AssignedDate(optional):
string(date-time)
The date when the application was assigned to the planner.
-
AssigneeName(optional):
string
The name of the planner who is assigned to the application.
-
AssigneeUserId(optional):
string
Maximum Length:
64The user ID of the planner who is assigned to the application. -
BusAddress1(optional):
string
Maximum Length:
240The address portion of the business' address. -
BusAddress2(optional):
string
Maximum Length:
240The address portion of the business' address. -
BusAddress3(optional):
string
Maximum Length:
240The address portion of the business' address. -
BusAddress4(optional):
string
Maximum Length:
240The address portion of the business' address. -
BusAddressId(optional):
integer(int64)
The reference key to the TCA location table.
-
BusBusinessLegalName(optional):
string
Maximum Length:
240A Legal name of the business entity. -
BusBusinessName(optional):
string
Maximum Length:
100The name of the applicant's business. For example, a contractor enters his or her contracting business name. -
BusCity(optional):
string
Maximum Length:
60The city portion of the business' address. -
BusCountry(optional):
string
Maximum Length:
3The address portion of the business' address. -
BusCounty(optional):
string
Maximum Length:
60The county portion of the business' address. -
BusDbaBusinessName(optional):
string
Maximum Length:
100The doing business as name for the business. -
BusDescription(optional):
string
Maximum Length:
200The description of the business. -
BusEnabledFlag(optional):
string
Maximum Length:
1Indicates if the business entity is enabled. -
BusExemptFlag(optional):
string
Maximum Length:
1Indicates if the business is tax exempt. -
BusExemptType(optional):
string
Maximum Length:
30The tax exemption type for the business. -
BusinessEntityId(optional):
string
Maximum Length:
50Meaningful identifier for the business entity. -
BusinessEntityKey(optional):
integer(int64)
The unique identifier for the business entity.
-
BusinessLocation(optional):
array Business Locations
Title:
Business LocationsThe business locations resource is used to view the business locations. -
BusinessOwner(optional):
array Business Owners
Title:
Business OwnersThe business owners resource is used to view the business owners. -
BusNaicsCode(optional):
string
Maximum Length:
30The industry classification code for the business. -
BusOwnershipType(optional):
string
Maximum Length:
15The ownership type of the business. Examples are corporation, sole proprietorship, and partnership. -
BusPostalCode(optional):
string
Maximum Length:
60The postal code portion of the business' address. -
BusPostalPlus4Code(optional):
string
Maximum Length:
10The postal4 code portion of the business' address. -
BusProvince(optional):
string
Maximum Length:
60The province portion of the business' address. -
BusStartDate(optional):
string(date)
A field in the business information component of the form designer used to enter the date when the business was established.
-
BusState(optional):
string
Maximum Length:
60The state portion of the business' address. -
BusStatus(optional):
string
Maximum Length:
10The current status of the business entity. -
Classification(optional):
string
Title:
ClassificationMaximum Length:3The record classification. The classifications can be permit, business license, professional license, or planning and zoning. -
CreatedBy(optional):
string
Title:
Created ByMaximum Length:64The user who created the record. -
CreatedByName(optional):
string
The name of the person who created the application.
-
CreationDate(optional):
string(date-time)
Title:
Creation DateThe date when the record was created. -
CurrencyCode(optional):
string
Title:
Currency CodeMaximum Length:3The currency code used for applying payments. -
CurrentTransFlag(optional):
string
Maximum Length:
1Indicates that this row is considered the current transaction. -
Description(optional):
string
Title:
DescriptionMaximum Length:300The record description. -
EmailAddress1(optional):
string
Title:
EmailMaximum Length:320The applicant email address. -
ExpirationAmend(optional):
string
Title:
Allow AmendmentMaximum Length:1Indicates whether amendment is enabled for the license type. -
ExpirationDate(optional):
string(date-time)
Title:
Expiration DateThe date when the record expires. -
ExpirationRenew(optional):
string
Title:
Allow RenewalMaximum Length:1Indicates whether renewal is enabled for the license type. -
InsCommenceAteDate(optional):
string(date-time)
Indicates the date that the inspection commencement will be about to expire.
-
InsCommenceExpDate(optional):
string(date-time)
Indicates the date on which the inspection commencement will expire.
-
InsCommencementDateOption(optional):
string
Maximum Length:
30Indicates the inspection commencement date options. -
InsScheduledDate(optional):
string(date-time)
Indicates inspection scheduled date.
-
IssueDate(optional):
string(date-time)
Title:
Issue DateThe date when the application was issued. -
LastUpdateDate(optional):
string(date-time)
Title:
Last Updated DateThe date when the record was last updated. -
LastUpdatedBy(optional):
string
Title:
Last Updated ByMaximum Length:64The user who last updated the record. -
LicenseFinancialStatus(optional):
string
Maximum Length:
30The overall financial status for the business. -
LicensePeriod(optional):
string
Maximum Length:
100The period that applies to the transaction. -
LicenseStatus(optional):
string
Maximum Length:
30The overall status for the business. -
links(optional):
array Items
Title:
ItemsLink Relations -
LnpRecordId(optional):
string
Title:
PermitMaximum Length:50The unique identifier for an application record. This identifier is automatically generated based on the rules configured for the record type. -
LnpRecordKey(optional):
integer(int64)
Title:
RecordThe unique identifier for a record. The record is for a permit, business license, professional license, or planning and zoning, and is determined by the classification. -
OriginalIssueDate(optional):
string(date-time)
The date the business license was originally issued.
-
ParcelAddress(optional):
array Parcel Addresses
Title:
Parcel AddressesThe parcel addresses resource is used to view the parcel addresses. -
PaymentInProcess(optional):
number
Title:
Payment in ProcessThe total fee amount that is processing through the payment service. -
PersonName(optional):
string
Title:
NameMaximum Length:450The name of the person who completed the application process. -
PhoneNumber(optional):
string
Title:
PhoneMaximum Length:60The applicant telephone number. -
ProjectKey(optional):
integer(int64)
Title:
ProjectThe project to which this record belongs. -
ReceivedDate(optional):
string(date-time)
The date on which the transaction was received.
-
RecordParcel(optional):
array Parcels
Title:
ParcelsThe record parcels resource is used to view the parcels that are associated with the application. -
RecordType(optional):
string
Title:
Permit TypeMaximum Length:100The user-friendly name for the record type. -
RecordTypeCode(optional):
string
Title:
Record Type CodeMaximum Length:20The unique alphanumeric code or short name for the record type. -
RecordTypeId(optional):
string
Title:
Record Type IDMaximum Length:30The unique identifier for a record type. -
Status(optional):
string
Title:
StatusMaximum Length:15The record status. -
SubClassDesc(optional):
string
Maximum Length:
80The description for Subclassification. -
Subclassification(optional):
string
Maximum Length:
10The subclassification for the transaction type, which indicates that the pre-application process is included in addition to the hearing process. -
SubmitDate(optional):
string(date-time)
Title:
Submission DateThe date when the record was submitted. -
SubmittedBy(optional):
string
Title:
Submitted ByMaximum Length:64The user who submitted the application. -
SubmittedByName(optional):
string
The name of the person who submitted the application.
-
SystemStatus(optional):
string
Title:
System StatusMaximum Length:15The predefined system status to which the record status maps. -
Total(optional):
number
Title:
Total FeesThe total amount of fees for this record. -
TotalDue(optional):
number
Title:
Total DueThe amount of fees that are currently due for this record. -
TotalDueCount(optional):
number
The total number of fee items that are currently due for this record.
-
TotalPaid(optional):
number
Title:
Total PaidThe amount paid toward the total fees for this record. -
VersionType(optional):
string
Maximum Length:
1The version of the permit. Values are original, amendment, and renewal. -
VersionTypeDesc(optional):
string
Maximum Length:
80The description for the version type.
Nested Schema : Business Locations
Type:
arrayTitle:
Business LocationsThe business locations resource is used to view the business locations.
Show Source
Nested Schema : Business Owners
Type:
arrayTitle:
Business OwnersThe business owners resource is used to view the business owners.
Show Source
Nested Schema : Parcel Addresses
Type:
arrayTitle:
Parcel AddressesThe parcel addresses resource is used to view the parcel addresses.
Show Source
Nested Schema : Parcels
Type:
arrayTitle:
ParcelsThe record parcels resource is used to view the parcels that are associated with the application.
Show Source
Nested Schema : publicSectorRecordLists-BusinessLocation-item
Type:
Show Source
object-
Address1(optional):
string
Maximum Length:
240The address Line 1 that is part of the parcel address. -
Address2(optional):
string
Maximum Length:
240The address Line 2 that is part of the parcel address. -
Address3(optional):
string
Maximum Length:
240The address Line 3 that is part of the parcel address. -
Address4(optional):
string
Maximum Length:
240The address Line 4 that is part of the parcel address. -
AddressCode(optional):
string
Maximum Length:
32The unique identifier for the parcel address. -
AddressId(optional):
integer(int64)
The system generated sequence key for the parcel address.
-
AddressType(optional):
string
Maximum Length:
20The attribute used for address point validation. Possible values might be main address, virtual address, shipping gate address, or others. -
AgencyId(optional):
integer(int32)
The identifier of the agency.
-
AltPhoneAreaCode(optional):
string
Maximum Length:
10The phone area code within a country. -
AltPhoneCountryCode(optional):
string
Maximum Length:
10The international country code for a telephone number. -
AltPhoneExtension(optional):
string
Maximum Length:
20The additional extension number after initial connection to an internal telephone system. -
AltPhoneNumber(optional):
string
Maximum Length:
40The phone number of the location. -
AltPhoneType(optional):
string
Maximum Length:
30The type of phone for the location. -
AltRawPhoneNumber(optional):
string
Maximum Length:
60The location's full phone number. -
BuildingType(optional):
string
Maximum Length:
20The building type used for parcel address searches. -
BusCategory(optional):
string
Maximum Length:
50This indicates the type of business category. -
BusDbaBusinessName(optional):
string
Maximum Length:
100The doing business as name for the business. -
BusDescription(optional):
string
Title:
Business DescriptionMaximum Length:200The description of the business. -
BusinessEntityId(optional):
string
Maximum Length:
50Meaningful identifier for the business entity. -
BusinessEntityKey(optional):
integer(int64)
The unique identifier for the business entity.
-
BusinessLocationId(optional):
string
Maximum Length:
50Meaningful identifier for business location. -
BusinessLocationKey(optional):
integer(int64)
The unique identifier for business location.
-
BusinessLocationPartyId(optional):
integer(int64)
The unique identifier for business location's TCA party.
-
BusStateTaxId(optional):
string
Maximum Length:
20The business' state tax identifier. -
BusSubCategory(optional):
string
Maximum Length:
50This indicates the type of Business sub category. -
City(optional):
string
Maximum Length:
60The city that is part of the parcel address. -
CityTaxId(optional):
string
Maximum Length:
20The business' city tax identifier. -
CoordinateX(optional):
number
The geographic x coordinate of the parcel address location.
-
CoordinateY(optional):
number
The geographic y coordinate of the parcel address location.
-
Country(optional):
string
Maximum Length:
3The country that is part of the parcel address. -
County(optional):
string
Title:
CountyMaximum Length:60The county in which the parcel address is located. -
CrossroadOne(optional):
string
Maximum Length:
240The cross road 1 that is part of parcel address. -
CrossroadTwo(optional):
string
Maximum Length:
240The cross road 2 that is part of parcel address. -
EcontactAvailabilityOne(optional):
string
Maximum Length:
1000The availability of the emergency contact. -
EcontactAvailabilityTwo(optional):
string
Maximum Length:
1000The availability of the emergency contact. -
EcontactEmailOne(optional):
string
Maximum Length:
320The email of the emergency contact. -
EcontactEmailTwo(optional):
string
Maximum Length:
320The email of the emergency contact. -
EcontactFirstNameOne(optional):
string
Maximum Length:
150The first name of the emergency contact. -
EcontactFirstNameTwo(optional):
string
Maximum Length:
150The first name of the emergency contact. -
EcontactLastNameOne(optional):
string
Maximum Length:
150The last name of the emergency contact. -
EcontactLastNameTwo(optional):
string
Maximum Length:
150The last name of the emergency contact. -
EcontactPhoneAreaCodeOne(optional):
string
Maximum Length:
10The phone area code within a country. -
EcontactPhoneAreaCodeTwo(optional):
string
Maximum Length:
10The phone area code within a country. -
EcontactPhoneCountryOne(optional):
string
Maximum Length:
10The international country code for a telephone number. -
EcontactPhoneCountryTwo(optional):
string
Maximum Length:
10The international country code for a telephone number. -
EcontactPhoneExtensionOne(optional):
string
Maximum Length:
20The additional extension number after initial connection to an internal telephone system. -
EcontactPhoneExtensionTwo(optional):
string
Maximum Length:
20The additional extension number after initial connection to an internal telephone system. -
EcontactPhoneNumberOne(optional):
string
Maximum Length:
40The first phone number of the emergency contact. -
EcontactPhoneNumberTwo(optional):
string
Maximum Length:
40The second phone number of the emergency contact. -
EcontactPhoneTypeOne(optional):
string
Maximum Length:
30The phone type of the emergency contact. -
EcontactPhoneTypeTwo(optional):
string
Maximum Length:
30The phone type of the emergency contact. -
EcontactRawPhoneNumberOne(optional):
string
Maximum Length:
60The first phone number of the emergency contact. -
EcontactRawPhoneNumberTwo(optional):
string
Maximum Length:
60The second phone number of the emergency contact. -
EmailAddress(optional):
string
Maximum Length:
320The business location's email address. -
EmployeesTotal(optional):
integer(int64)
Indicates the total number of employees in that business location.
-
EnabledFlag(optional):
string
Maximum Length:
1Indicates if the business location is enabled. -
EndDate(optional):
string(date)
The end date of the business location.
-
Floor(optional):
string
Maximum Length:
20The floor number used for parcel address searches. -
InactiveReason(optional):
string
Maximum Length:
1000The reason why the business location was changed to inactive. -
Landmark(optional):
string
Maximum Length:
200The landmark for the parcel address. -
Latitude(optional):
number
The geographical latitude location of the parcel address.
-
links(optional):
array Items
Title:
ItemsLink Relations -
LnpBusinessLocationKey(optional):
integer(int64)
The unique identifier for the transaction business location.
-
LnpRecordId(optional):
string
Maximum Length:
50Meaningful identifier for the transaction. -
LnpRecordKey(optional):
integer(int64)
The unique identifier for the transaction.
-
Longitude(optional):
number
The geographical longitude location of the parcel address.
-
MailingAddress1(optional):
string
Maximum Length:
240The address portion of the location's address. -
MailingAddress2(optional):
string
Maximum Length:
240The address portion of the location's address. -
MailingAddress3(optional):
string
Maximum Length:
240The address portion of the location's address. -
MailingAddress4(optional):
string
Maximum Length:
240The address portion of the location's address. -
MailingCity(optional):
string
Maximum Length:
60The city portion of the location's address. -
MailingCountry(optional):
string
Maximum Length:
3The address portion of the location's address. -
MailingCounty(optional):
string
Maximum Length:
60The county portion of the location's address. -
MailingPostalCode(optional):
string
Maximum Length:
60The postal code portion of the location's address. -
MailingPostalPlusFourCode(optional):
string
Maximum Length:
10The postal4 code portion of the location's address. -
MailingProvince(optional):
string
Maximum Length:
60The province portion of the location's address. -
MailingState(optional):
string
Maximum Length:
60The state portion of the location's address. -
MobileBusFlag(optional):
string
Maximum Length:
1Indicates if the business provides a mobile product or service. -
MunicipalityId(optional):
string
Maximum Length:
20The municipality in which the parcel address is located. -
OtherTaxId(optional):
string
Maximum Length:
20Identifier for the business' other tax. -
ParcelId(optional):
integer(int64)
The system generated key from the parcel parent.
-
ParcelIdEntered(optional):
string
Maximum Length:
30The identifier given by the user for the parcel of real estate. In the USA, this is the Assessor Parcel Number. -
PostalCode(optional):
string
Maximum Length:
60The postal code that is part of the parcel address. -
PostalPlus4Code(optional):
string
Maximum Length:
10For US addresses, the full postal code is often quoted as a 5 digit number, followed by a 4 digit number. This column represents the second number having 4 digits. -
PrimaryPhoneAreaCode(optional):
string
Maximum Length:
10The phone area code within a country. -
PrimaryPhoneCountryCode(optional):
string
Maximum Length:
10The international country code for a telephone number. -
PrimaryPhoneExtension(optional):
string
Maximum Length:
20The additional extension number after initial connection to an internal telephone system. -
PrimaryPhoneNumber(optional):
string
Maximum Length:
40The phone number of the location. -
PrimaryPhoneType(optional):
string
Maximum Length:
30The type of phone for the location. -
PrimaryRawPhoneNumber(optional):
string
Maximum Length:
60The location's full phone number. -
Province(optional):
string
Maximum Length:
60The location information about the province in which the parcel address is located. -
SameMailAddressFlag(optional):
boolean
Indicates that the mailing address is the same as the primary address.
-
StartDate(optional):
string(date)
The start date of the business location.
-
State(optional):
string
Maximum Length:
60The state that is part of the parcel address. -
Status(optional):
string
Maximum Length:
10The current status of the business location. -
StQualPerNum(optional):
string
Maximum Length:
30The state equalization board number for business. -
StreetDirection(optional):
string
Maximum Length:
10The street Direction used for parcel address searches. -
StreetName(optional):
string
Maximum Length:
240The street Name used for parcel address searches. -
StreetNumber(optional):
string
Maximum Length:
20The street number used for parcel address searches. -
StreetSuffix(optional):
string
Maximum Length:
20The street name that describes the street. -
StreetType(optional):
string
Maximum Length:
20The street Type used for parcel address searches. -
SubjectId(optional):
string
Maximum Length:
30The attribute used to identify where the data should be displayed. -
TaxClass(optional):
string
Maximum Length:
30The municipal tax class for the business. -
UnitNumber(optional):
string
Maximum Length:
30The apartment unit number used for parcel address searches. -
Website(optional):
string
Maximum Length:
1000The business' primary website address. -
WithinJurisdictionFlag(optional):
string
Maximum Length:
1Indicates if the location is within the agency's jurisdiction.
Nested Schema : link
Type:
Show Source
object-
href(optional):
string
Title:
hyperlink referenceThe URI to the related resource. -
rel(optional):
string
Title:
relationThe name of the relation to the resource instance. Example: self.
Nested Schema : publicSectorRecordLists-BusinessOwner-item
Type:
Show Source
object-
Address1(optional):
string
Maximum Length:
240The address portion of the person's address. -
Address2(optional):
string
Maximum Length:
240The address portion of the person's address. -
Address3(optional):
string
Maximum Length:
240The address portion of the person's address. -
Address4(optional):
string
Maximum Length:
240The address portion of the person's address. -
BePersonId(optional):
string
Maximum Length:
200Meaningful identifier of a responsible person for the business. -
BePersonKey(optional):
integer(int64)
The unique identifier of a responsible person for the business.
-
BusinessEntityId(optional):
string
Maximum Length:
50Meaningful identifier for business location. -
BusinessEntityKey(optional):
integer(int64)
The unique identifier for the business entity.
-
BusinessLocationId(optional):
string
Maximum Length:
50Meaningful identifier for business location. -
BusinessLocationKey(optional):
integer(int64)
The unique identifier for business location.
-
City(optional):
string
Maximum Length:
60The city portion of the person's address. -
ContactDmvLicExp(optional):
string(date)
The responsible person's driver's license expiration date.
-
ContactDmvLicNum(optional):
string
Maximum Length:
30The responsible person's driver's license number. -
ContactDmvLicSt(optional):
string
Maximum Length:
60The responsible person's driver's license issued state. -
Country(optional):
string
Maximum Length:
3The address portion of the person's address. -
County(optional):
string
Title:
CountyMaximum Length:60The county portion of the person's address. -
DateOfBirth(optional):
string(date)
The responsible person's date of birth.
-
EmailAddress(optional):
string
Maximum Length:
320The responsible person's email address. -
EmergencyContactFlag(optional):
string
Maximum Length:
1Indicates if an emergency contact phone exists. -
links(optional):
array Items
Title:
ItemsLink Relations -
LnpBusinessOwnersKey(optional):
integer(int64)
The unique identifier for the transaction business owners.
-
LnpRecordId(optional):
string
Maximum Length:
50Meaningful identifier for the transaction. -
LnpRecordKey(optional):
integer(int64)
The unique identifier for the transaction.
-
MailingAddress1(optional):
string
Maximum Length:
240The address portion of the person's address. -
MailingAddress2(optional):
string
Maximum Length:
240The address portion of the person's address. -
MailingAddress3(optional):
string
Maximum Length:
240The address portion of the person's address. -
MailingAddress4(optional):
string
Maximum Length:
240The address portion of the person's address. -
MailingCity(optional):
string
Maximum Length:
60The city portion of the person's address. -
MailingCountry(optional):
string
Maximum Length:
3The country portion of the person's address. -
MailingCounty(optional):
string
Title:
CountyMaximum Length:60The county portion of the person's address. -
MailingPostalCode(optional):
string
Maximum Length:
60The postal code portion of the person's address. -
MailingPostalPlusFourCode(optional):
string
Title:
Postal Plus 4 CodeMaximum Length:10The postal4 code portion of the person's address. -
MailingProvince(optional):
string
Maximum Length:
60The province portion of the person's address. -
MailingState(optional):
string
Maximum Length:
60The state portion of the person's address. -
OwnershipPct(optional):
number
The person's ownership percentage.
-
PartyId(optional):
integer(int64)
The unique identifier of a responsible person for the business.
-
PersonFirstName(optional):
string
Maximum Length:
150The first name of the responsible person. -
PersonLastName(optional):
string
Maximum Length:
150The last name of the responsible person. -
PersonLengthAtAddress(optional):
integer(int64)
The length of time the person has been at the address.
-
PersonMiddleName(optional):
string
Maximum Length:
60The middle name of the responsible person. -
PersonName(optional):
string
Maximum Length:
450Full concatenated name including first, middle, last, and suffix names. -
PersonNameSuffix(optional):
string
Maximum Length:
30The name suffix of the responsible person. -
PersonPreNameAdjunct(optional):
string
Maximum Length:
30The salutation for the responsible person. -
PersonTitle(optional):
string
Maximum Length:
60The title for the responsible person. -
PhoneAreaCode(optional):
string
Maximum Length:
10The contact's phone area code within a country. -
PhoneCountryCode(optional):
string
Maximum Length:
10The international country code for a contact's telephone number. -
PhoneExtension(optional):
string
Maximum Length:
20The person's additional extension number after initial connection to an internal telephone system. -
PhoneNumber(optional):
string
Maximum Length:
40The phone number of the user's contact. -
PhoneType(optional):
string
Maximum Length:
30The type of phone for the responsible person. -
PostalCode(optional):
string
Maximum Length:
60The postal code portion of the person's address. -
PostalPlus4Code(optional):
string
Title:
Postal Plus 4 CodeMaximum Length:10The postal4 code portion of the person's address. -
Province(optional):
string
Maximum Length:
60The province portion of the person's address. -
RawPhoneNumber(optional):
string
Maximum Length:
60The responsible person's full phone number. -
SameAsApplicantFlag(optional):
boolean
Indicates that the owners address is the same as the applicant's address.
-
SameMailAddressFlag(optional):
boolean
Indicates that the mailing address is the same as the primary address.
-
State(optional):
string
Maximum Length:
60The state portion of the person's address. -
Status(optional):
string
Maximum Length:
30The status of responsible person for the business. -
VerificationDate(optional):
string(date)
The date the responsible person was verified.
-
VerificationStatus(optional):
string
Maximum Length:
30The verification status for the responsible person. -
VerifiedBy(optional):
string
Maximum Length:
200The agency staff that verified the responsible person.
Nested Schema : publicSectorRecordLists-ParcelAddress-item
Type:
Show Source
object-
Address1(optional):
string
Title:
Address Line 1Maximum Length:240The first or main address. -
Address2(optional):
string
Title:
Address Line 2Maximum Length:240The second address, if present. -
Address3(optional):
string
Title:
Address Line 3Maximum Length:240The third address, if present. -
Address4(optional):
string
Title:
Address Line 4Maximum Length:240The fourth address, if present. -
AddressId(optional):
integer(int64)
Title:
AddressThe identifier of the parcel address. -
AddressKey(optional):
integer(int64)
Title:
Address KeyThe unique identifier of the parcel address. -
AddressType(optional):
string
Title:
Address TypeMaximum Length:20The address type used for delivery point validation (DPV). For example, main address, side address, or virtual address. -
AgencyId(optional):
integer(int64)
Title:
Agency IDThe unique identifier for a public sector agency. -
BuildingType(optional):
string
Title:
BuildingMaximum Length:20The building type of building used in an address search. For example, Tower A or Block 3. -
CellPhoneCountry(optional):
string
Title:
Cell Phone CountryMaximum Length:10The country code for the cell phone number of parcel contact. -
CellPhoneNumber(optional):
string
Title:
Cell PhoneMaximum Length:40The cell phone number of the parcel address contact. -
City(optional):
string
Title:
CityMaximum Length:60The city in the parcel address. -
CoordinateX(optional):
number
Title:
Coordinate XThe x-axis coordinate of the record parcel address. -
CoordinateY(optional):
number
Title:
Coordinate YThe y-axis coordinate of the record parcel address. -
Country(optional):
string
Title:
CountryMaximum Length:60The country in the parcel address. -
County(optional):
string
Title:
CountyMaximum Length:60The country in the parcel address. -
CreationDate(optional):
string(date-time)
Title:
Creation DateThe date when the parcel address was created. -
CrossroadOne(optional):
string
Maximum Length:
240The first crossroad of the intersection. -
CrossroadTwo(optional):
string
Maximum Length:
240The second crossroad of the intersection. -
EmailId(optional):
string
Title:
EmailMaximum Length:50The email address of the parcel address contact. -
FaxCountry(optional):
string
Title:
Fax CountryMaximum Length:10The country code for the fax number of the parcel contact. -
FaxNumber(optional):
string
Title:
FaxMaximum Length:40The fax number of the parcel address contact. -
Floor(optional):
string
Title:
FloorMaximum Length:20The floor or level in an address search. For example, mezzanine level, penthouse, or garage level C. -
HomePhoneCountry(optional):
string
Title:
Home Phone CountryMaximum Length:10The country code for the home telephone number of the parcel address contact. -
HomePhoneNumber(optional):
string
Title:
Home PhoneMaximum Length:40The home telephone number of the parcel address contact. -
InputSource(optional):
string
Title:
SourceMaximum Length:1Indicates how the data were entered or loaded into the application. The values are S for system data and U for user-entered data. -
Landmark(optional):
string
Maximum Length:
200The landmark associated with the address. -
LastUpdateDate(optional):
string(date-time)
Title:
Last Updated DateThe date when the parcel address was last updated. -
Latitude(optional):
number
Title:
LatitudeThe latitude of the parcel address. A geographic location typically identifies a specific entrance area within a large parcel, for example, a security checkpoint gate, delivery entrance, or employee entrance. -
links(optional):
array Items
Title:
ItemsLink Relations -
LnpRecordId(optional):
string
Title:
Record IDMaximum Length:50A logical identifier for the application record. -
LnpRecordKey(optional):
integer(int64)
Title:
RecordThe unique identifier of the record associated with the parcel address. -
Longitude(optional):
number
Title:
LongitudeThe longitude of the parcel address. A geographic location typically identifies a specific entrance area within a large parcel, for example, a security checkpoint gate, delivery entrance, or employee entrance. -
MunicipalityId(optional):
string
Title:
MunicipalityMaximum Length:20The municipality identifier if the parcel is not managed at the county level. -
ParcelId(optional):
integer(int64)
Title:
ParcelThe identifier of the record parcel. -
ParcelKey(optional):
integer(int64)
Title:
Parcel KeyThe unique identifier of the parcel associated with a parcel address. -
PostalCode(optional):
string
Title:
Postal CodeMaximum Length:60The postal code in the parcel address. -
PostalPlus4Code(optional):
string
Title:
Postal Plus 4 CodeMaximum Length:20An extended postal code in the parcel address. -
PrimaryFlag(optional):
boolean
Title:
PrimaryIndicates the primary parcel address. If the value is Y, then the parcel address is the primary parcel address. The default value is N. -
PrimaryTransAddress(optional):
boolean
Title:
Primary Transaction AddressIndicates the primary address for the transaction. If the value is 'Y' then the address is the primary transaction address. The default value is N. -
Province(optional):
string
Title:
ProvinceMaximum Length:60The province in the parcel address. -
Srid(optional):
integer(int64)
Title:
SRIDThe SRID of the parcel address. This attribute indicates the Spatial Reference System Identifier (SRID), which is a unique value that identifies projected, unprojected, and local spatial coordinate system definitions. Used in all GIS systems. -
State(optional):
string
Title:
StateMaximum Length:60The state in the parcel address. -
StreetDirection(optional):
string
Title:
DirectionMaximum Length:10The street direction in an address search. Values are compass directions, such as N, S, E, W, NW, SE, and so on. For example, they can be used to find all parcels with an address that is north of the city center. -
StreetName(optional):
string
Title:
StreetMaximum Length:240The street name in the parcel address used during a search. -
StreetNumber(optional):
string
Title:
Street NumberMaximum Length:20The street number in the parcel address. -
StreetSuffix(optional):
string
Maximum Length:
20The street suffix that further describes that street like Drive, Avenue etc. -
StreetType(optional):
string
Title:
Street TypeMaximum Length:20The street type designation used during a search. For example, alley, boulevard, avenue, lane, street, loop, and so on. -
UnitNumber(optional):
string
Title:
UnitMaximum Length:30The exact unit in a building used in an address search. For example, Apartment 208A or Suite 300. -
WorkPhoneCountry(optional):
string
Title:
Work Phone CountryMaximum Length:10The country code for the work telephone number of the parcel contact. -
WorkPhoneNumber(optional):
string
Title:
Work PhoneMaximum Length:40The work telephone number of the parcel address contact.
Nested Schema : publicSectorRecordLists-RecordParcel-item
Type:
Show Source
object-
AdditionalStructure(optional):
string
Maximum Length:
200Information about additional structures located on the parcel. -
AgencyId(optional):
integer(int64)
Title:
Agency IDThe unique identifier for the public sector agency associated with the parcel. -
Bathrooms(optional):
string
Maximum Length:
20Number of bathrooms for the building on the parcel. -
Bedrooms(optional):
string
Maximum Length:
20Number of bedrooms for the building on the parcel. -
BlockNumber(optional):
string
Title:
BlockMaximum Length:30The block number of the parcel in the Detail Land Information, which is part of the Assessor Parcel Number (APN). -
BookNumber(optional):
string
Title:
BookMaximum Length:30The book number of the parcel in the Detail Land Information, which is part of the Assessor Parcel Number (APN). -
BoundaryDescription(optional):
string
Title:
Boundary DescriptionMaximum Length:480A textual description of the property boundaries. This is not a listing of coordinates. For example, SMITH LOT - COME E 155 FT FROM SW CORNER OF LOT 206 THEN 77.5 FT N TO A LINE WHICH EXTENDS FROM A PT N 309.91 FT AND E 55.25 FT FROM BEG TO A PT E 155 FT FROM LOT 206. -
CensusBlock(optional):
string
Maximum Length:
100Neighborhood information related to the location of the parcel. -
CensusTract(optional):
string
Maximum Length:
100Neighborhood information related to the location of the parcel. -
ClimateZone(optional):
string
Maximum Length:
200Climate zone information of the parcel. -
CoordinateX(optional):
number
Title:
Coordinate XThe x-axis coordinate for the record parcel. -
CoordinateY(optional):
number
Title:
Coordinate YThe y-axis coordinate for the record parcel. -
CreationDate(optional):
string(date-time)
Title:
Creation DateThe date when the record parcel was created. -
DistrictName(optional):
string
Title:
DistrictMaximum Length:50The district name of the parcel. -
DwellingUnitCount(optional):
integer(int64)
The count of dwelling units in the record parcel.
-
FireRisk(optional):
string
Maximum Length:
200Fire risk information related to the parcel. -
FloodInsRateMap(optional):
string
Maximum Length:
200Flood Insurance Rate Map related to the parcel. -
FloodZone(optional):
string
Maximum Length:
200Detailed land information of the parcel. -
GeneralPlanTwo(optional):
string
Maximum Length:
30Alternate plan information of the parcel. -
Jurisdiction(optional):
string
Title:
JurisdictionMaximum Length:50The name of the city, if incorporated, or the name of the county, if unincorporated. -
LandslideRisk(optional):
string
Maximum Length:
200Landslide risk information related to the parcel. -
LandUseCode(optional):
string
Title:
Land UseMaximum Length:30The land use code of the parcel in the Detail Land Information, which is part of the Assessor Parcel Number (APN). -
LastUpdateDate(optional):
string(date-time)
Title:
Last Updated DateThe date when the record parcel was last updated. -
Latitude(optional):
number
Title:
LatitudeThe geographic location of the parcel that is north or south of the equator. -
links(optional):
array Items
Title:
ItemsLink Relations -
LiquefactionRisk(optional):
string
Maximum Length:
200Liquefaction risk information of the parcel. -
LnpRecordId(optional):
string
Title:
Record IDMaximum Length:50The unique identifier for the application record. -
LnpRecordKey(optional):
integer(int64)
Title:
RecordThe unique identifier for the record associated with the parcel. -
Longitude(optional):
number
Title:
LongitudeThe geographic location of the parcel address that is east or west of the meridian. It typically points to a specific entrance area within a large parcel, for example, a security checkpoint gate, delivery entrance, or employee entrance. -
LotNumber(optional):
string
Title:
LotMaximum Length:30The lot number of the parcel in the Detail Land Information, which is part of the Assessor Parcel Number (APN). -
MapBookPage(optional):
string
Title:
Map Book PageMaximum Length:50The recorded map book and page. -
MapName(optional):
string
Title:
Map NameMaximum Length:50The recorded map name. For example, Public Works. -
PageNumber(optional):
string
Title:
PageMaximum Length:30The page number of the parcel in the Detail Land Information, which is part of the Assessor Parcel Number (APN). -
ParcelAddress(optional):
array Parcel Addresses
Title:
Parcel AddressesThe parcel addresses resource is used to view the parcel addresses. -
ParcelId(optional):
integer(int64)
Title:
ParcelThe unique identifier of the record parcel. -
ParcelIdEntered(optional):
string
Title:
ParcelMaximum Length:30The Assessor Parcel Number (APN) as entered by the user. -
ParcelKey(optional):
integer(int64)
Title:
Parcel KeyThe unique identifier for a parcel. -
ParcelSizeOne(optional):
number
The first parcel size.
-
ParcelSizeOneUnit(optional):
string
Maximum Length:
10The unit of measure for the first parcel size. -
ParcelSizeTwo(optional):
number
The second parcel size.
-
ParcelSizeTwoUnit(optional):
string
Maximum Length:
10The unit of measure for the second parcel size. -
ParcelStatus(optional):
string
Maximum Length:
20The status of the parcel, which is Final or Provisional. -
ParcelType(optional):
string
Title:
Parcel TypeMaximum Length:30The type of the parcel. For example, commercial, residential, or government. -
ParentParcelId(optional):
integer(int64)
Title:
Parent ParcelThe unique identifier of the parent record parcel. -
Patio(optional):
string
Maximum Length:
200Information about patios located on the parcel. -
Pool(optional):
string
Maximum Length:
200Information about pools located on the parcel. -
PrimaryFlag(optional):
boolean
Title:
PrimaryIndicates the primary parcel. If the value is Y, then the parcel is the primary parcel. The default value is N. -
PrimaryZoningId(optional):
string
Title:
Primary ZoneMaximum Length:30The primary zoning ID of the zoning for the parcel. -
PropertyDescription(optional):
string
Title:
Property DescriptionMaximum Length:240The property description. -
SectionNumber(optional):
string
Title:
SectionMaximum Length:30The section number of the parcel in the Detail Land Information, which is part of the Assessor Parcel Number (APN). -
ShapeJson(optional):
string
The transient string field of a record parcel, which is the shape's JSON data from the ESRI GIS server.
-
SoilType(optional):
string
Maximum Length:
200Soil type information of the parcel. -
Srid(optional):
integer(int64)
Title:
SRIDThe GIS coordinate system in use. -
StructureSizeOne(optional):
number
The first structure size.
-
StructureSizeOneUnit(optional):
string
Maximum Length:
10The unit of measure for the first structure size. -
StructureSizeTwo(optional):
number
The second structure size.
-
StructureSizeTwoUnit(optional):
string
Maximum Length:
10The unit of measure for the second structure size. -
Subdivision(optional):
string
Title:
SubdivisionMaximum Length:30The subdivision of the parcel in the Detail Land Information, which is part of the Assessor Parcel Number (APN). -
TaxRateArea(optional):
string
Maximum Length:
100Area Identifier of the parcel location for taxation purpose. -
UnitNumber(optional):
string
Title:
UnitMaximum Length:30The unit number of the parcel in the Detail Land Information, which is part of the Assessor Parcel Number (APN). -
YearBuilt(optional):
string
Maximum Length:
4Year in which the building on the parcel was built. -
ZoningCodeTwo(optional):
string
Maximum Length:
30Indicates secondary zoning code of the parcel. -
ZoningDescription(optional):
string
Title:
Zone DescriptionMaximum Length:240The zoning description.
Nested Schema : Parcel Addresses
Type:
arrayTitle:
Parcel AddressesThe parcel addresses resource is used to view the parcel addresses.
Show Source
Nested Schema : publicSectorRecordLists-RecordParcel-ParcelAddress-item
Type:
Show Source
object-
Address1(optional):
string
Title:
Address Line 1Maximum Length:240The first or main address. -
Address2(optional):
string
Title:
Address Line 2Maximum Length:240The second address, if present. -
Address3(optional):
string
Title:
Address Line 3Maximum Length:240The third address, if present. -
Address4(optional):
string
Title:
Address Line 4Maximum Length:240The fourth address, if present. -
AddressId(optional):
integer(int64)
Title:
AddressThe identifier of the parcel address. -
AddressKey(optional):
integer(int64)
Title:
Address KeyThe unique identifier of the parcel address. -
AddressType(optional):
string
Title:
Address TypeMaximum Length:20The address type used for delivery point validation (DPV). For example, main address, side address, or virtual address. -
AgencyId(optional):
integer(int64)
Title:
Agency IDThe unique identifier for a public sector agency. -
BuildingType(optional):
string
Title:
BuildingMaximum Length:20The building type of building used in an address search. For example, Tower A or Block 3. -
CellPhoneCountry(optional):
string
Title:
Cell Phone CountryMaximum Length:10The country code for the cell phone number of parcel contact. -
CellPhoneNumber(optional):
string
Title:
Cell PhoneMaximum Length:40The cell phone number of the parcel address contact. -
City(optional):
string
Title:
CityMaximum Length:60The city in the parcel address. -
CoordinateX(optional):
number
Title:
Coordinate XThe x-axis coordinate of the record parcel address. -
CoordinateY(optional):
number
Title:
Coordinate YThe y-axis coordinate of the record parcel address. -
Country(optional):
string
Title:
CountryMaximum Length:60The country in the parcel address. -
County(optional):
string
Title:
CountyMaximum Length:60The country in the parcel address. -
CreationDate(optional):
string(date-time)
Title:
Creation DateThe date when the parcel address was created. -
CrossroadOne(optional):
string
Maximum Length:
240The first crossroad of the intersection. -
CrossroadTwo(optional):
string
Maximum Length:
240The second crossroad of the intersection. -
EmailId(optional):
string
Title:
EmailMaximum Length:50The email address of the parcel address contact. -
FaxCountry(optional):
string
Title:
Fax CountryMaximum Length:10The country code for the fax number of the parcel contact. -
FaxNumber(optional):
string
Title:
FaxMaximum Length:40The fax number of the parcel address contact. -
Floor(optional):
string
Title:
FloorMaximum Length:20The floor or level in an address search. For example, mezzanine level, penthouse, or garage level C. -
HomePhoneCountry(optional):
string
Title:
Home Phone CountryMaximum Length:10The country code for the home telephone number of the parcel address contact. -
HomePhoneNumber(optional):
string
Title:
Home PhoneMaximum Length:40The home telephone number of the parcel address contact. -
InputSource(optional):
string
Title:
SourceMaximum Length:1Indicates how the data were entered or loaded into the application. The values are S for system data and U for user-entered data. -
Landmark(optional):
string
Maximum Length:
200The landmark associated with the address. -
LastUpdateDate(optional):
string(date-time)
Title:
Last Updated DateThe date when the parcel address was last updated. -
Latitude(optional):
number
Title:
LatitudeThe latitude of the parcel address. A geographic location typically identifies a specific entrance area within a large parcel, for example, a security checkpoint gate, delivery entrance, or employee entrance. -
links(optional):
array Items
Title:
ItemsLink Relations -
LnpRecordId(optional):
string
Title:
Record IDMaximum Length:50A logical identifier for the application record. -
LnpRecordKey(optional):
integer(int64)
Title:
RecordThe unique identifier of the record associated with the parcel address. -
Longitude(optional):
number
Title:
LongitudeThe longitude of the parcel address. A geographic location typically identifies a specific entrance area within a large parcel, for example, a security checkpoint gate, delivery entrance, or employee entrance. -
MunicipalityId(optional):
string
Title:
MunicipalityMaximum Length:20The municipality identifier if the parcel is not managed at the county level. -
ParcelId(optional):
integer(int64)
Title:
ParcelThe identifier of the record parcel. -
ParcelKey(optional):
integer(int64)
Title:
Parcel KeyThe unique identifier of the parcel associated with a parcel address. -
PostalCode(optional):
string
Title:
Postal CodeMaximum Length:60The postal code in the parcel address. -
PostalPlus4Code(optional):
string
Title:
Postal Plus 4 CodeMaximum Length:20An extended postal code in the parcel address. -
PrimaryFlag(optional):
boolean
Title:
PrimaryIndicates the primary parcel address. If the value is Y, then the parcel address is the primary parcel address. The default value is N. -
PrimaryTransAddress(optional):
boolean
Title:
Primary Transaction AddressIndicates the primary address for the transaction. If the value is 'Y' then the address is the primary transaction address. The default value is N. -
Province(optional):
string
Title:
ProvinceMaximum Length:60The province in the parcel address. -
Srid(optional):
integer(int64)
Title:
SRIDThe SRID of the parcel address. This attribute indicates the Spatial Reference System Identifier (SRID), which is a unique value that identifies projected, unprojected, and local spatial coordinate system definitions. Used in all GIS systems. -
State(optional):
string
Title:
StateMaximum Length:60The state in the parcel address. -
StreetDirection(optional):
string
Title:
DirectionMaximum Length:10The street direction in an address search. Values are compass directions, such as N, S, E, W, NW, SE, and so on. For example, they can be used to find all parcels with an address that is north of the city center. -
StreetName(optional):
string
Title:
StreetMaximum Length:240The street name in the parcel address used during a search. -
StreetNumber(optional):
string
Title:
Street NumberMaximum Length:20The street number in the parcel address. -
StreetSuffix(optional):
string
Maximum Length:
20The street suffix that further describes that street like Drive, Avenue etc. -
StreetType(optional):
string
Title:
Street TypeMaximum Length:20The street type designation used during a search. For example, alley, boulevard, avenue, lane, street, loop, and so on. -
UnitNumber(optional):
string
Title:
UnitMaximum Length:30The exact unit in a building used in an address search. For example, Apartment 208A or Suite 300. -
WorkPhoneCountry(optional):
string
Title:
Work Phone CountryMaximum Length:10The country code for the work telephone number of the parcel contact. -
WorkPhoneNumber(optional):
string
Title:
Work PhoneMaximum Length:40The work telephone number of the parcel address contact.