Get all BL records
get
/fscmRestApi/resources/11.13.18.05/publicSectorBlRecords
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:- PrimaryKey: Finds a record based on the specified primary key criteria. Finder Variables:
- LnpRecordKey; integer; The unique identifier for a record.
- PrimaryKey: Finds a record based on the specified primary key criteria. 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 : publicSectorBlRecords
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 items in the collection.
Show Source
-
Array of:
object publicSectorBlRecords-item
Discriminator:
RowType
Nested Schema : Items
Type:
arrayTitle:
ItemsThe link relations associated with the resource instance.
Show Source
Nested Schema : publicSectorBlRecords-item
Type:
objectDiscriminator:
Show Source
RowType-
AboutToExpireDate(optional):
string(date-time)
Title:
About to Expire DateThe date when the notification about a license expiring should be sent out. -
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. -
AdjustmentFlag(optional):
boolean
Title:
Agency AdjustmentIndicates that this row was initiated by the agency as an adjustment. -
AgencyId(optional):
integer(int64)
Title:
Agency IDThe unique identifier for a public sector agency. -
AppAcceptDate(optional):
string(date-time)
Title:
Application Accepted DateThe date when the application was accepted. -
ApplAteDate(optional):
string(date-time)
The application about to expire date.
-
ApplExpirationDate(optional):
string(date-time)
Title:
Application Expiration DateThe date when the application expires. -
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. -
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:
240The legal name of the business entity. -
BusBusinessName(optional):
string
Title:
BusinessMaximum 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
Title:
CountyMaximum Length:60The county portion of the business' address. -
BusDbaBusinessName(optional):
string
Title:
Doing Business AsMaximum Length:100A field in the business information component of the form designer used to describe the business name, which is different than the legal business name. -
BusDescription(optional):
string
Title:
Business DescriptionMaximum Length:200A field in the business information component of the form designer used to enter a description of the business. -
BusDisadvOwnedFlag(optional):
string
Title:
Disadvantaged Enterprise OwnedMaximum Length:1Indicates whether a business is owned, operated, or controlled by women, minorities, persons with disabilities, or veterans. The default value is No. -
BusEmployerIdNumber(optional):
string
Maximum Length:
20The Employer Identifier Number for the business. -
BusEnabledFlag(optional):
string
Maximum Length:
1Indicates if the business entity is enabled. -
BusEstAnnualGross(optional):
number
Title:
Estimated Annual Gross ReceiptsA field in the business information component of the form designer used to describe the estimated annual gross receipts for the business. -
BusExemptFlag(optional):
boolean
Indicates if the business is tax exempt.
-
BusExemptType(optional):
string
Maximum Length:
30The tax exemption type for the business. -
BusExistAnnualGross(optional):
number
Title:
Actual Annual Gross ReceiptsA field in the existing annual gross component of the form designer used to describe the existing annual gross receipts. -
BusFedTaxId(optional):
string
Title:
Federal Tax IDMaximum Length:20A field in the business information component of the form designer used to describe the federal tax ID. -
BusFemaleOwnedFlag(optional):
string
Title:
Female OwnedMaximum Length:1Indicates whether a woman owns the business. The default value is No. -
BusFiscalYrEnd(optional):
string(date)
Title:
Fiscal Year-End DateThe date of the business fiscal year end. -
BusFloorArea(optional):
integer(int64)
Title:
Office Floor AreaA field in the business information component of the form designer used to describe the square footage of the office floor. -
BusInactiveReason(optional):
string
Maximum Length:
1000The reason why the business entity was changed to Inactive status. -
BusIndustryId(optional):
string
Title:
Primary IndustryMaximum Length:10A field in the business information component of the form designer used to describe the primary industry for the business. -
BusinessEntityId(optional):
string
Maximum Length:
50The unique 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 location resource is used to view, create, modify, or delete a contact list. A business location shows the location information associated with a record. Note: The standard actions are not available in the BL records resource. You must use the agency's dynamic REST API: /fscmRestApi/resources/11.13.18.05/LNP_c. -
BusinessOwner(optional):
array Business Owners
Title:
Business OwnersThe business owner resource is used to view, create, modify, or delete a business owner information. This is the owner information associated with a BL record. Note: The standard actions are not available in the BL records resource. You must use the agency's dynamic REST API: /fscmRestApi/resources/11.13.18.05/LNP_c. -
BusMinorityOwnedFlag(optional):
string
Title:
Minority OwnedMaximum Length:1Indicates whether the business is owned by a minority. The default value is No. -
BusNaicsCode(optional):
string
Maximum Length:
30The industry classification code for the business. -
BusNumEmployees(optional):
integer(int64)
Title:
Number of EmployeesA field in the business information component of the form designer used to describe the number of employees at the business. -
BusOwnershipType(optional):
string
Title:
Ownership TypeMaximum Length:15A field in the business information component of the form designer used to describe the type of business ownership. -
BusPartyId(optional):
integer(int64)
The unique identifier for business entity's TCA party.
-
BusPostalCode(optional):
string
Maximum Length:
60The postal code portion of the business' address. -
BusPostalPlusFourCode(optional):
string
Maximum Length:
10The postal4 code portion of the business' address. -
BusProvince(optional):
string
Maximum Length:
60The province portion of the business' address. -
BusSmallBusFlag(optional):
string
Title:
Small BusinessMaximum Length:1Indicates if the business is categorized as a small business. -
BusStartDate(optional):
string(date-time)
Title:
Business Start DateA 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. -
BusStateTaxId(optional):
string
Title:
State Tax IDMaximum Length:20A field in the business information component of the form designer used to describe the business state tax ID. -
BusStatus(optional):
string
Maximum Length:
10The current status of the business entity. -
BusVeteranOwnedFlag(optional):
string
Title:
Veteran OwnedMaximum Length:1Indicates if the business is owned by a military veteran. -
ChangeReason(optional):
string
Maximum Length:
1000The reason for the amendment for adjustment. -
ChangeType(optional):
string
Title:
Change TypeMaximum Length:30The type of change allowed by the agency. -
City(optional):
string
Title:
CityMaximum Length:60The city in the parcel address. -
Classification(optional):
string
Title:
ClassificationMaximum Length:3The record classification. The classifications can be permit, business license, professional license, or planning and zoning. -
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. -
Country(optional):
string
Title:
CountryMaximum Length:3The country in the address. -
County(optional):
string
Title:
CountyMaximum Length:60The county in the parcel address. -
CreatedBy(optional):
string
Title:
Created ByMaximum Length:64The user who created the record. -
CreationDate(optional):
string(date-time)
Title:
Creation DateThe date when the record was created. -
CurrentDate(optional):
string(date-time)
Title:
Current DateIndicates the current date as shown by the system. -
CurrentTransFlag(optional):
boolean
Indicates that this row is selected for the current transaction.
-
DateOfBirth(optional):
string(date)
Title:
Date of BirthThe applicant date of birth. -
DelinquentDate(optional):
string(date-time)
Title:
Delinquent DateThe date when the license becomes delinquent. -
Description(optional):
string
Title:
DescriptionMaximum Length:1000The record description. -
DocGroupId(optional):
string
Maximum Length:
30The unique identifier of the document group for the application. -
EmailAddress1(optional):
string
Title:
EmailMaximum Length:320The applicant main email address. -
EmailAddress2(optional):
string
Title:
Email 2Maximum Length:320The applicant secondary email address. -
ErrorCode(optional):
string
The field maintains error codes. The user will notify the error messages based on the error code.
-
Esignature(optional):
string(binary)
Title:
SignatureThe electronic signature. -
ExpirationDate(optional):
string(date-time)
Title:
Expiration DateThe date when the permit expires. -
ExpirationGraceDate(optional):
string(date-time)
Title:
Grace Period End DateThe expiration date including a grace period for the application. -
ExpirationStatus(optional):
string
Title:
Expiration StatusMaximum Length:15The expiration status for the transaction. -
FilerId(optional):
integer(int64)
Title:
FilerThe party ID of the filer or owner of this application. -
FinalInsCmpDate(optional):
string(date-time)
The date when the final inspection was completed.
-
FiscalYearendDay(optional):
integer(int32)
The day of the month that the fiscal year ends for organization. Range determined by the month.
-
FiscalYearendMon(optional):
string
Maximum Length:
10The month that the fiscal year ends for the organization. -
Gender(optional):
string
Title:
GenderMaximum Length:30The applicant sex. Values are male or female. -
InsCommenceAteDate(optional):
string(date-time)
The date on which the inspection commencement will be set as about to expire.
-
InsCommenceExpDate(optional):
string(date-time)
The date that the inspection commencement will expire.
-
InsCommenceGraceDate(optional):
string(date-time)
The expiration date, which includes a grace period.
-
IssueDate(optional):
string(date-time)
Title:
Issue DateThe date when the permit was issued. -
LastUpdateDate(optional):
string(date-time)
Title:
Last Updated DateThe user who last updated the record. -
LastUpdatedBy(optional):
string
Title:
Last Updated ByMaximum Length:64The date when the record was last updated. -
LevelOneTrans(optional):
integer(int64)
Title:
Primary Transaction LevelThe primary level number for the transaction. -
LevelTwoTrans(optional):
integer(int64)
Title:
Secondary Transaction LevelThe secondary level number for the transaction. -
LicenseFinancialStatus(optional):
string
Title:
License Financial StatusMaximum Length:30The overall financial status for the business license. -
LicensePeriod(optional):
string
Title:
License PeriodMaximum Length:100The reporting period that applies to the transaction. -
LicenseStatus(optional):
string
Title:
License StatusMaximum Length:30The overall status for the business license. -
links(optional):
array Items
Title:
ItemsLink Relations -
LnpRecordId(optional):
string
Title:
Record IDMaximum 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. -
MobileFlag(optional):
string
Title:
Mobile SettingMaximum Length:1Indicates whether the entry was created using a mobile device. The default value is No. -
ObjectVersionNumber(optional):
integer(int32)
System attribute that captures the incremental version number for an object.
-
OrganizationName(optional):
string
Title:
Business NameMaximum Length:360The name of the applicant's organization. -
OriginalIssueDate(optional):
string(date-time)
Title:
Date Originally IssuedThe date the business license was originally issued. -
Originator(optional):
string
Title:
OriginatorMaximum Length:3Indicates who submitted the record. -
ParentRecordKey(optional):
integer(int64)
The parent key of the application.
-
PersonFirstName(optional):
string
Title:
First NameMaximum Length:150The applicant first name. -
PersonLastName(optional):
string
Title:
Last NameMaximum Length:150The applicant last name. -
PersonMiddleName(optional):
string
Title:
Middle NameMaximum Length:60The applicant middle name. -
PersonName(optional):
string
Title:
Display NameMaximum Length:450The applicant full name. -
PersonNameSuffix(optional):
string
Title:
SuffixMaximum Length:30The applicant name suffix, such as Junior or Senior. -
PersonPreNameAdjunct(optional):
string
Title:
SalutationMaximum Length:30The salutation for the applicant, such as Mr. or Mrs. -
PersonTitle(optional):
string
Title:
TitleMaximum Length:60The applicant title. -
PhoneAreaCode(optional):
string
Title:
Area CodeMaximum Length:10The area code in the applicant phone number. -
PhoneCountryCode(optional):
string
Title:
Country CodeMaximum Length:10The country code in the applicant phone number. -
PhoneExtension(optional):
string
Title:
ExtensionMaximum Length:20The extension for the applicant phone number. -
PhoneNumber(optional):
string
Title:
PhoneMaximum Length:40The applicant telephone number. -
PlanReviewCmpDate(optional):
string(date-time)
The date when the plan review was completed.
-
PostalCode(optional):
string
Title:
Postal CodeMaximum Length:60The postal code in the parcel address. -
PostalPlus4Code(optional):
string
Title:
Postal Plus 4 CodeMaximum Length:10The extended postal code in the parcel address. -
ProjectKey(optional):
integer(int64)
Title:
ProjectThe project to which this permit belongs. -
Province(optional):
string
Title:
ProvinceMaximum Length:60The province in the parcel address. -
Reason(optional):
string
The reason of the status change for the application.
-
ReceivedDate(optional):
string(date-time)
The date when the application was received.
-
RecordName(optional):
string
Maximum Length:
80The name of the application. -
RecordNumber(optional):
string
Maximum Length:
64System generated identifier for the application. -
RenewalDate(optional):
string(date-time)
Title:
Renewal DateThe date when the permit was renewed. -
RowType:
string
Maximum Length:
30Structure definition of the user descriptive flex field. -
Srid(optional):
integer(int64)
The GIS coordinate system in use.
-
State(optional):
string
Title:
StateMaximum Length:60The state in the parcel address. -
Status(optional):
string
Title:
StatusMaximum Length:15This column is used to indicate status. -
SubmitDate(optional):
string(date-time)
Title:
Submission DateThe date when the application was submitted. -
SubmittedBy(optional):
string
Title:
Submitted ByMaximum Length:64The user who submitted the application. -
SystemStatus(optional):
string
Title:
System StatusMaximum Length:15The predefined system status to which the record status maps. -
TermsUseAcceptDate(optional):
string(date-time)
Title:
Terms and Conditions Accepted DateThe date when the terms and conditions were accepted by the user. -
TermsUseAcceptedBy(optional):
string
Title:
Accepted ByMaximum Length:64The party who accepted the terms and conditions. -
TermsUseId(optional):
string
Title:
Terms of Use IDMaximum Length:15The terms of use ID. -
TermsUsePersonType(optional):
string
Title:
Person TypeMaximum Length:10The type of the person who uses the terms and conditions. -
VersionType(optional):
string
Title:
Version TypeMaximum Length:1The version of the permit. Values are original, amendment, and renewal.
Nested Schema : Business Locations
Type:
arrayTitle:
Business LocationsThe business location resource is used to view, create, modify, or delete a contact list. A business location shows the location information associated with a record. Note: The standard actions are not available in the BL records resource. You must use the agency's dynamic REST API: /fscmRestApi/resources/11.13.18.05/LNP_c.
Show Source
Nested Schema : Business Owners
Type:
arrayTitle:
Business OwnersThe business owner resource is used to view, create, modify, or delete a business owner information. This is the owner information associated with a BL record. Note: The standard actions are not available in the BL records resource. You must use the agency's dynamic REST API: /fscmRestApi/resources/11.13.18.05/LNP_c.
Show Source
Nested Schema : publicSectorBlRecords-BusinessLocation-item
Type:
Show Source
object-
Address1(optional):
string
Maximum Length:
240Address Line 1 is part of the parcel address. -
Address2(optional):
string
Maximum Length:
240Address Line 2 is part of the parcel address. -
Address3(optional):
string
Maximum Length:
240Address Line 3 is part of the parcel address. -
Address4(optional):
string
Maximum Length:
240Address Line 4 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:
20Attribute used for address point validation. Possible values might be main address, virtual address, shipping gate address, or others. -
AgencyId(optional):
integer(int32)
The unique identifier for a public sector 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:
20Building Type used for parcel address searches. -
BusCategory(optional):
string
Maximum Length:
50The doing 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:
50The identifier for the business entity. -
BusinessEntityKey(optional):
integer(int64)
The unique identifier for the business entity.
-
BusinessLocationId(optional):
string
Maximum Length:
50The 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:
50The doing 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
This field Indicates Geographic x coordinate of the parcel address location.
-
CoordinateY(optional):
number
This field Indicates 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:
20This field Indicates Floor number used for parcel address searches. -
InactiveReason(optional):
string
Maximum Length:
1000The reason why the business location was changed to Inactive status. -
Landmark(optional):
string
Maximum Length:
200The landmark for the parcel address. -
Latitude(optional):
number
This field Indicates 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:
50The identifier for the transaction. -
LnpRecordKey(optional):
integer(int64)
The unique identifier for the transaction.
-
Longitude(optional):
number
This field Indicates 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:
1This field Indicates 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's 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 the 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 that is 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 : publicSectorBlRecords-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:
200The 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:
50The identifier for business location. -
BusinessEntityKey(optional):
integer(int64)
The unique identifier for the business entity.
-
BusinessLocationId(optional):
string
Maximum Length:
50The 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 country 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:
50The 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 address 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:
450The full concatenated name including the 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 mailing address is the same as the primary address. Default value is N.
-
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.