Get all records
get
/fscmRestApi/resources/11.13.18.05/publicSectorRecords
Request
Query Parameters
-
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 fields. Only the specified fields are returned, which means that if no fields are specified, no fields 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 fields. 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 using the primary key criteria.
Finder Variables:- LnpRecordKey; integer; The unique identifier of the record.
- PrimaryKey: Finds a record using the primary key criteria.
-
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.
-
links: string
This parameter can be used to show only certain links while accessing a singular resource or a resource collection. The parameter value format is a comma-separated list of : <link_relation>
Example:
self,canonical -
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 fields. 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
You can use these queryable attributes to filter this collection resource using the q query parameter:- AboutToExpireDate; string; The date when the notification about a license expiring should be sent out.
- Address1; string; The first or main address.
- Address2; string; The second address, if present.
- Address3; string; The third address, if present.
- Address4; string; The fourth address, if present.
- AdjustmentFlag; string; Indicates that this row was initiated by the agency as an adjustment.
- AgencyId; integer; The unique identifier for a public sector agency.
- AppAcceptDate; string; The date when the application was accepted.
- ApplExpirationDate; string; The date when the application expires.
- Applicant; integer; The party ID of the person applying for a permit, business license, professional license, or planning and zoning conditional use permit.
- ApplicantBizProfileId; integer; The unique identifier of the applicant business profile when the applicant is a business entity.
- ApplicantProfileId; integer; The unique identifier of the applicant user profile.
- BusBusinessName; string; The name of the applicant's business. For example, a contractor enters his or her contracting business name.
- BusDbaBusinessName; string; A 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; string; A field in the business information component of the form designer used to enter a description of the business.
- BusDisadvOwnedFlag; boolean; Indicates whether a business is owned, operated, or controlled by women, minorities, persons with disabilities, or veterans. The default value is no.
- BusEstAnnualGross; number; A field in the business information component of the form designer used to describe the estimated annual gross receipts for the business.
- BusExistAnnualGross; number; A field in the existing annual gross component of the form designer used to describe the existing annual gross receipts.
- BusFedTaxId; string; A field in the business information component of the form designer used to describe the federal tax ID.
- BusFemaleOwnedFlag; boolean; Indicates whether a woman owns the business. The default value is no.
- BusFloorArea; integer; A field in the business information component of the form designer used to describe the square footage of the office floor.
- BusIndustryId; string; A field in the business information component of the form designer used to describe the primary industry for the business.
- BusMinorityOwnedFlag; boolean; Indicates whether the business is owned by a minority. The default value is no.
- BusNaicsCode; string; The industry classification code of the business.
- BusNumberEmployees; integer; A field in the business information component of the form designer used to describe the number of employees at the business.
- BusOwnershipType; string; A field in the business information component of the form designer used to describe the type of business ownership.
- BusStartDate; string; A field in the business information component of the form designer used to enter the date when the business was established.
- BusStateTaxId; string; A field in the business information component of the form designer used to describe the business state tax ID.
- ChangeType; string; The type of change allowed by the agency.
- City; string; The city in the parcel address.
- Classification; string; The record classification. The classifications can be permit, business license, professional license, or planning and zoning.
- CoordinateX; number; The x-axis coordinate for the record parcel.
- CoordinateY; number; The y-axis coordinate for the record parcel.
- Country; string; The country in the address.
- County; string; The county in the parcel address.
- CreatedBy; string; The user who created the record.
- CreationDate; string; The date when the record was created.
- CurrentDate; string; This field indicates the current system date.
- DateOfBirth; string; The applicant date of birth.
- DelinquentDate; string; The date when the license becomes delinquent.
- Description; string; The record description.
- DocGroupId; string; The unique identifier of the document group for the application.
- EmailAddress1; string; The applicant main email address.
- EmailAddress2; string; The applicant secondary email address.
- ExpirationDate; string; The date when the permit expires.
- ExpirationGraceDate; string; The expiration date including a grace period for the application.
- ExpirationStatus; string; The expiration status for the transaction.
- FilerId; integer; The party ID of the filer or owner of this application.
- FinalInsCmpDate; string; The date when the final inspection was completed.
- Gender; string; The applicant sex. Values are male or female.
- InsCommenceAteDate; string; The date on which the inspection commencement will be set as about to expire.
- InsCommenceExpDate; string; The date that the inspection commencement will expire.
- InsCommenceGraceDate; string; The expiration date, which includes a grace period.
- IsContractor; string; Indicates whether the applicant is a contractor.
- IssueDate; string; The date when the permit was issued.
- LastUpdateDate; string; The date when the record was last updated.
- LastUpdatedBy; string; The user who last updated the record.
- LayoutVersion; string; The version ID assigned to a specific intake form layout.
- LevelOneTrans; integer; The primary level number for the transaction.
- LevelTwoTrans; integer; The secondary level number for the transaction.
- LicenseFinancialStatus; string; The overall financial status of the business license.
- LicensePeriod; string; The reporting period that applies to the transaction.
- LicenseStatus; string; The overall status for the business license.
- LnpRecordId; string; The unique identifier for an application record. This identifier is automatically generated based on the rules configured for the record type.
- LnpRecordKey; integer; The 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; boolean; Indicates whether the entry was created via a mobile device. The default value is no.
- OrganizationName; string; The name of the applicant's organization.
- OriginalIssueDate; string; The date the business license was originally issued.
- Originator; string; Indicates who submitted the record.
- ParentRecordKey; integer; The parent key of the application.
- PersonFirstName; string; The applicant first name.
- PersonLastName; string; The applicant last name.
- PersonMiddleName; string; The applicant middle name.
- PersonName; string; The applicant full name.
- PersonNameSuffix; string; The applicant name suffix, such as Junior or Senior.
- PersonPreNameAdjunct; string; The salutation for the applicant, such as Mr. or Mrs.
- PersonTitle; string; The applicant title.
- PhoneAreaCode; string; The area code in the applicant phone number.
- PhoneCountryCode; string; The country code in the applicant phone number.
- PhoneExtension; string; The extension for the applicant phone number.
- PhoneNumber; string; The applicant telephone number.
- PlanReviewCmpDate; string; The date when the plan review was completed.
- PostalCode; string; The postal code in the parcel address.
- PostalPlus4Code; string; The extended postal code in the parcel address.
- ProjectKey; integer; The project to which this permit belongs.
- Province; string; The province in the parcel address.
- ReceivedDate; string; The date when the application was received.
- RecordName; string; The name of the application.
- RecordNumber; string; The automatically generated identifier for the application.
- RenewalDate; string; The date when the permit was renewed.
- Srid; integer; The GIS coordinate system in use.
- State; string; The state in the parcel address.
- Status; string; The record status.
- SubmitDate; string; The date when the application was submitted.
- SubmittedBy; string; The user who submitted the application.
- SystemStatus; string; The predefined system status to which the record status maps.
- TermsUseAcceptDate; string; The date when the terms and conditions were accepted by the user.
- TermsUseAcceptedBy; string; The party who accepted the terms and conditions.
- TermsUseId; string; The terms of use ID.
- TermsUsePersonType; string; The field for entering the person type.
- VersionType; string; The version of the permit. Values are original, amendment, and renewal.
-
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".
Header Parameters
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
Default Response
The following table describes the default response for this task.
Headers
-
Metadata-Context(required):
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version(required):
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Root Schema : publicSectorRecords
Type:
Show Source
object-
count(required): integer
The number of resource instances returned in the current range.
-
hasMore(required): boolean
Indicates 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: array
Items
Title:
ItemsThe items in the collection. -
limit(required): integer
The actual paging size used by the server.
-
links(required): array
Links
Title:
LinksThe link relations associated with the resource instance. -
offset(required): integer
The offset value used in the current page.
-
totalResults: integer
The estimated row count when "?totalResults=true", otherwise the count is not included.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : publicSectorRecords-item-response
Type:
Show Source
object-
AboutToExpireDate: string
(date-time)
Title:
About to Expire DateThe date when the notification about a license expiring should be sent out. -
Address1: string
Title:
Address Line 1Maximum Length:240The first or main address. -
Address2: string
Title:
Address Line 2Maximum Length:240The second address, if present. -
Address3: string
Title:
Address Line 3Maximum Length:240The third address, if present. -
Address4: string
Title:
Address Line 4Maximum Length:240The fourth address, if present. -
AdjustmentFlag: string
Title:
Agency AdjustmentMaximum Length:1Indicates that this row was initiated by the agency as an adjustment. -
AgencyId: integer
Title:
Agency IDDefault Value:1The unique identifier for a public sector agency. -
AppAcceptDate: string
(date-time)
Title:
Application Accepted DateThe date when the application was accepted. -
ApplExpirationDate: string
(date-time)
Title:
Application Expiration DateThe date when the application expires. -
Applicant: 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: integer
(int64)
Title:
Business ProfileThe unique identifier of the applicant business profile when the applicant is a business entity. -
ApplicantProfileId: integer
(int64)
Title:
Applicant ProfileThe unique identifier of the applicant user profile. -
BusBusinessName: string
Title:
BusinessMaximum Length:100The name of the applicant's business. For example, a contractor enters his or her contracting business name. -
BusDbaBusinessName: 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: 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: boolean
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. -
BusEstAnnualGross: 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. -
BusExistAnnualGross: 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: 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: boolean
Title:
Female OwnedMaximum Length:1Indicates whether a woman owns the business. The default value is no. -
BusFloorArea: 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. -
BusIndustryId: 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. -
BusMinorityOwnedFlag: boolean
Title:
Minority OwnedMaximum Length:1Indicates whether the business is owned by a minority. The default value is no. -
BusNaicsCode: string
Title:
NAICS CodeMaximum Length:30The industry classification code of the business. -
BusNumberEmployees: 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: string
Title:
Ownership TypeMaximum Length:15A field in the business information component of the form designer used to describe the type of business ownership. -
BusStartDate: string
(date)
Title:
Business Start DateA field in the business information component of the form designer used to enter the date when the business was established. -
BusStateTaxId: 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. -
ChangeType: string
Title:
Change TypeMaximum Length:30The type of change allowed by the agency. -
City: string
Title:
CityMaximum Length:60The city in the parcel address. -
Classification: string
Title:
ClassificationMaximum Length:3The record classification. The classifications can be permit, business license, professional license, or planning and zoning. -
ContactList: array
Contact Lists
Title:
Contact ListsThe contact list resource is used to view, create, modify or delete a contact list. A contact list indicates the contact information associated with a record. Note: The standard actions are not available in the records resource. You must use the agency???s dynamic REST API: /fscmRestApi/resources/11.13.18.05/LNP_c. -
CoordinateX: number
Title:
Coordinate XThe x-axis coordinate for the record parcel. -
CoordinateY: number
Title:
Coordinate YThe y-axis coordinate for the record parcel. -
Country: string
Title:
CountryMaximum Length:3The country in the address. -
County: string
Title:
CountyMaximum Length:60The county in the parcel address. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the record. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the record was created. -
CurrentDate: string
(date-time)
Title:
Current DateThis field indicates the current system date. -
DateOfBirth: string
(date)
Title:
Date of BirthThe applicant date of birth. -
DelinquentDate: string
(date-time)
Title:
Delinquent DateThe date when the license becomes delinquent. -
Description: string
Title:
DescriptionMaximum Length:1000The record description. -
DocGroupId: string
Title:
Document GroupMaximum Length:30The unique identifier of the document group for the application. -
EmailAddress1: string
Title:
Email 1Maximum Length:320The applicant main email address. -
EmailAddress2: string
Title:
Email 2Maximum Length:320The applicant secondary email address. -
ErrorCode: string
The field maintains error codes. The user will notify the error messages based on the error code.
-
Esignature: string
(byte)
Title:
SignatureThe electronic signature. -
ExpirationDate: string
(date-time)
Title:
Expiration DateThe date when the permit expires. -
ExpirationGraceDate: string
(date-time)
Title:
Grace Period End DateThe expiration date including a grace period for the application. -
ExpirationStatus: string
Title:
Expiration StatusMaximum Length:15The expiration status for the transaction. -
FieldGroups: array
Field Groups
Title:
Field GroupsThe field groups resource is used to view, create, modify, or delete a child field of record. Note: The standard actions are not available in the records resource. You must use the agency???s dynamic REST API: /fscmRestApi/resources/11.13.18.05/LNP_c. -
FilerId: integer
(int64)
Title:
FilerThe party ID of the filer or owner of this application. -
FinalInsCmpDate: string
(date-time)
Title:
Final Inspection Completion DateThe date when the final inspection was completed. -
Gender: string
Title:
GenderMaximum Length:30The applicant sex. Values are male or female. -
InsCommenceAteDate: string
(date-time)
The date on which the inspection commencement will be set as about to expire.
-
InsCommenceExpDate: string
(date-time)
The date that the inspection commencement will expire.
-
InsCommenceGraceDate: string
(date-time)
The expiration date, which includes a grace period.
-
IsContractor: string
Maximum Length:
1Indicates whether the applicant is a contractor. -
IssueDate: string
(date-time)
Title:
Issue DateThe date when the permit was issued. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date when the record was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the record. -
LayoutVersion: string
Maximum Length:
30The version ID assigned to a specific intake form layout. -
LevelOneTrans: integer
Title:
Primary Transaction LevelThe primary level number for the transaction. -
LevelTwoTrans: integer
Title:
Secondary Transaction LevelThe secondary level number for the transaction. -
LicenseFinancialStatus: string
Title:
License Financial StatusMaximum Length:30The overall financial status of the business license. -
LicensePeriod: string
Title:
License PeriodMaximum Length:100The reporting period that applies to the transaction. -
LicenseStatus: string
Title:
License StatusMaximum Length:30The overall status for the business license. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LnpGlobalCustom: array
Global Customs
Title:
Global CustomsThe global custom resource is used to view, create, modify, or delete a child field of record. Note: The standard actions are not available in the records resource. You must use the agency???s dynamic REST API: /fscmRestApi/resources/11.13.18.05/LNP_c. -
LnpRecordId: 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: 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: boolean
Title:
Mobile SettingMaximum Length:1Indicates whether the entry was created via a mobile device. The default value is no. -
OrganizationName: string
Title:
Business NameMaximum Length:360The name of the applicant's organization. -
OriginalIssueDate: string
(date-time)
Title:
Date Originally IssuedThe date the business license was originally issued. -
Originator: string
Title:
OriginatorMaximum Length:3Indicates who submitted the record. -
ParentRecordKey: integer
(int64)
Title:
Parent Record KeyThe parent key of the application. -
PersonFirstName: string
Title:
First NameMaximum Length:150The applicant first name. -
PersonLastName: string
Title:
Last NameMaximum Length:150The applicant last name. -
PersonMiddleName: string
Title:
Middle NameMaximum Length:60The applicant middle name. -
PersonName: string
Title:
Display NameMaximum Length:450The applicant full name. -
PersonNameSuffix: string
Title:
SuffixMaximum Length:30The applicant name suffix, such as Junior or Senior. -
PersonPreNameAdjunct: string
Title:
SalutationMaximum Length:30The salutation for the applicant, such as Mr. or Mrs. -
PersonTitle: string
Title:
TitleMaximum Length:60The applicant title. -
PhoneAreaCode: string
Title:
Area CodeMaximum Length:10The area code in the applicant phone number. -
PhoneCountryCode: string
Title:
Country CodeMaximum Length:10The country code in the applicant phone number. -
PhoneExtension: string
Title:
ExtensionMaximum Length:20The extension for the applicant phone number. -
PhoneNumber: string
Title:
PhoneMaximum Length:40The applicant telephone number. -
PlanReviewCmpDate: string
(date-time)
Title:
Plan Review Completion DateThe date when the plan review was completed. -
PostalCode: string
Title:
Postal CodeMaximum Length:60The postal code in the parcel address. -
PostalPlus4Code: string
Title:
Postal Plus 4 CodeMaximum Length:10The extended postal code in the parcel address. -
ProjectKey: integer
(int64)
Title:
ProjectThe project to which this permit belongs. -
Province: string
Title:
ProvinceMaximum Length:60The province in the parcel address. -
Reason: string
The reason of the status change for the application.
-
ReceivedDate: string
(date-time)
Title:
Received DateThe date when the application was received. -
RecordAuthorizedAgent: array
RecordAuthorizedAgents
Title:
RecordAuthorizedAgentsThe record record authorized agent resource is used to view, create, modify, or delete a record authorized agent. Note: You must use the agency???s dynamic REST API: /fscmRestApi/resources/11.13.18.05/LNP_c. -
RecordComment: array
Record Comments
Title:
Record CommentsThe record comments resource is used to add comments to a permit. Note: The standard actions are not available in the records resource. You must use the agency???s dynamic REST API: /fscmRestApi/resources/11.13.18.05/LNP_c. -
RecordContractorLicense: array
RecordContractorLicenses
Title:
RecordContractorLicensesThe record contractor license resource is used to view, create, modify, or delete a record contractor license. Note: You must use the agency???s dynamic REST API: /fscmRestApi/resources/11.13.18.05/LNP_c. -
RecordGISObject: array
Record GIS Objects
Title:
Record GIS ObjectsThe record GIS objects resource is used to view, create, modify, or delete a record GIS object. Record GIS Objects are any object defined in a map service that is not associated with a parcel, address, or owner. Note: You must use the agency???s dynamic REST API: /fscmRestApi/resources/11.13.18.05/LNP_c. -
RecordName: string
Title:
RecordMaximum Length:80The name of the application. -
RecordNumber: string
Title:
Record NumberMaximum Length:64The automatically generated identifier for the application. -
RecordParcel: array
Record Parcels
Title:
Record ParcelsThe record parcels resource is used to view, create, modify, or delete a record parcel. Record parcels are parcels or plots of real estate associated with a record. Note: The standard actions are not available in the records resource. You must use the agency???s dynamic REST API: /fscmRestApi/resources/11.13.18.05/LNP_c. -
RecordParcelAddressOwner: array
Record Parcel Address Owners
Title:
Record Parcel Address OwnersThe record parcel owners resource is used to view, create, modify, or delete a record parcel address owner. Record parcel address owners are the owners of parcel address or plots of real estate associated with a record. Note: You must use the agency???s dynamic REST API: /fscmRestApi/resources/11.13.18.05/LNP_c. -
RenewalDate: string
(date-time)
Title:
Renewal DateThe date when the permit was renewed. -
Srid: integer
(int64)
Title:
SRIDThe GIS coordinate system in use. -
State: string
Title:
StateMaximum Length:60The state in the parcel address. -
Status: string
Title:
StatusMaximum Length:15The record status. -
SubmitDate: string
(date-time)
Title:
Submission DateThe date when the application was submitted. -
SubmittedBy: string
Title:
Submitted ByMaximum Length:64The user who submitted the application. -
SystemStatus: string
Title:
System StatusMaximum Length:15The predefined system status to which the record status maps. -
TermsUseAcceptDate: string
(date-time)
Title:
Terms and Conditions Accepted DateThe date when the terms and conditions were accepted by the user. -
TermsUseAcceptedBy: string
Title:
Accepted ByMaximum Length:64The party who accepted the terms and conditions. -
TermsUseId: string
Title:
Terms of Use IDMaximum Length:15The terms of use ID. -
TermsUsePersonType: string
Title:
Person TypeMaximum Length:10The field for entering the person type. -
VersionType: string
Title:
Version TypeMaximum Length:1The version of the permit. Values are original, amendment, and renewal. -
WorkflowReference: array
Workflow References
Title:
Workflow ReferencesThe workflow references resource is used to view, create, modify, or delete a workflow reference. Workflow references are the references between process instances from Oracle Autonomous Integration Cloud and the Public Sector Community Development service. Note: The standard actions are not available in the records resource. You must use the agency???s dynamic REST API: /fscmRestApi/resources/11.13.18.05/LNP_c.
Nested Schema : Contact Lists
Type:
arrayTitle:
Contact ListsThe contact list resource is used to view, create, modify or delete a contact list. A contact list indicates the contact information associated with a record. Note: The standard actions are not available in the records resource. You must use the agency???s dynamic REST API: /fscmRestApi/resources/11.13.18.05/LNP_c.
Show Source
Nested Schema : Field Groups
Type:
arrayTitle:
Field GroupsThe field groups resource is used to view, create, modify, or delete a child field of record. Note: The standard actions are not available in the records resource. You must use the agency???s dynamic REST API: /fscmRestApi/resources/11.13.18.05/LNP_c.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Global Customs
Type:
arrayTitle:
Global CustomsThe global custom resource is used to view, create, modify, or delete a child field of record. Note: The standard actions are not available in the records resource. You must use the agency???s dynamic REST API: /fscmRestApi/resources/11.13.18.05/LNP_c.
Show Source
Nested Schema : RecordAuthorizedAgents
Type:
arrayTitle:
RecordAuthorizedAgentsThe record record authorized agent resource is used to view, create, modify, or delete a record authorized agent. Note: You must use the agency???s dynamic REST API: /fscmRestApi/resources/11.13.18.05/LNP_c.
Show Source
Nested Schema : Record Comments
Type:
arrayTitle:
Record CommentsThe record comments resource is used to add comments to a permit. Note: The standard actions are not available in the records resource. You must use the agency???s dynamic REST API: /fscmRestApi/resources/11.13.18.05/LNP_c.
Show Source
Nested Schema : RecordContractorLicenses
Type:
arrayTitle:
RecordContractorLicensesThe record contractor license resource is used to view, create, modify, or delete a record contractor license. Note: You must use the agency???s dynamic REST API: /fscmRestApi/resources/11.13.18.05/LNP_c.
Show Source
Nested Schema : Record GIS Objects
Type:
arrayTitle:
Record GIS ObjectsThe record GIS objects resource is used to view, create, modify, or delete a record GIS object. Record GIS Objects are any object defined in a map service that is not associated with a parcel, address, or owner. Note: You must use the agency???s dynamic REST API: /fscmRestApi/resources/11.13.18.05/LNP_c.
Show Source
Nested Schema : Record Parcels
Type:
arrayTitle:
Record ParcelsThe record parcels resource is used to view, create, modify, or delete a record parcel. Record parcels are parcels or plots of real estate associated with a record. Note: The standard actions are not available in the records resource. You must use the agency???s dynamic REST API: /fscmRestApi/resources/11.13.18.05/LNP_c.
Show Source
Nested Schema : Record Parcel Address Owners
Type:
arrayTitle:
Record Parcel Address OwnersThe record parcel owners resource is used to view, create, modify, or delete a record parcel address owner. Record parcel address owners are the owners of parcel address or plots of real estate associated with a record. Note: You must use the agency???s dynamic REST API: /fscmRestApi/resources/11.13.18.05/LNP_c.
Show Source
Nested Schema : Workflow References
Type:
arrayTitle:
Workflow ReferencesThe workflow references resource is used to view, create, modify, or delete a workflow reference. Workflow references are the references between process instances from Oracle Autonomous Integration Cloud and the Public Sector Community Development service. Note: The standard actions are not available in the records resource. You must use the agency???s dynamic REST API: /fscmRestApi/resources/11.13.18.05/LNP_c.
Show Source
Nested Schema : publicSectorRecords-ContactList-item-response
Type:
Show Source
object-
ActiveLastUpdateBy: string
Maximum Length:
64Indicates the user who last updated the contact???s active status. -
ActiveLastUpdateDate: string
(date)
Indicates the date when the contact???s active status was last updated.
-
Address1: string
Title:
Address Line 1Maximum Length:240A component of the geographic location for an application that indicates the first line of an address. -
Address2: string
Title:
Address Line 2Maximum Length:240A component of the geographic location for an application that indicates the second line of an address. -
Address3: string
Title:
Address Line 3Maximum Length:240A component of the geographic location for an application that indicates the third line of an address. -
Address4: string
Title:
Address Line 4Maximum Length:240A component of a geographic location for an application that indicates the fourth line of an address. -
AgencyId: integer
Title:
Agency IDDefault Value:1The unique identifier for a public sector agency. -
ApplicantFlag: string
Title:
ApplicantMaximum Length:1Default Value:NIndicates if the contact person is the applicant for the application. The default value is no. -
City: string
Title:
CityMaximum Length:60The name of a large, densely populated municipality for a record parcel on the Parcel Address Detail modal page. -
ContactActive: string
Maximum Length:
1Default Value:YIndicates if the person is an active contact for the application. -
ContactBizPartyId: integer
(int64)
Title:
Contact Business PartyThe contact list business party ID. -
ContactBizProfileId: integer
(int64)
The identifier for the contact list business profile.
-
ContactId: integer
(int64)
The unique identifier of the contact.
-
ContactKey: integer
(int64)
Title:
Contact KeyThe key value for the contact list. -
ContactPartyId: integer
(int64)
Title:
Contact PartyThe contact list party ID. -
ContactProfileId: integer
(int64)
The unique identifier of the user profile.
-
ContactPuid: string
Maximum Length:
480The public unique identifier for the contact of the data migration transaction. -
ContactType: string
Title:
Contact TypeMaximum Length:30The type of contact in the contact details. -
Country: string
Title:
CountryMaximum Length:3The territory of the nation or state in which the record parcel is located, in the parcel address details. -
County: string
Title:
CountyMaximum Length:60The chief administrative division of a country or state for a record contact, in the contact details. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the record. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the record was created. -
DateOfBirth: string
(date)
Title:
Date of BirthThe applicant date of birth. -
EmailAddress1: string
Title:
EmailMaximum Length:320Contact email address for a person or business. -
Gender: string
Title:
GenderMaximum Length:30The applicant sex. Values are male or female. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date when the record was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the record. -
LicenseNumber: string
Maximum Length:
30The license number for the contractor license when contact is a contractor. -
LicenseSetupCode: string
Maximum Length:
30The setup code for the contractor license when contact is a contractor. -
LicenseType: string
Maximum Length:
30The license type for the contractor license when contact is a contractor. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LnpRecordId: 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: 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. -
OrganizationName: string
Title:
OrganizationMaximum Length:360The name of the applicant organization. -
PersonFirstName: string
Title:
First NameMaximum Length:150The applicant first name. -
PersonLastName: string
Title:
Last NameMaximum Length:150The applicant last name. -
PersonMiddleName: string
Title:
Middle NameMaximum Length:60The applicant middle name. -
PersonName: string
Title:
Display NameMaximum Length:450The applicant name. -
PersonNameSuffix: string
Title:
SuffixMaximum Length:30The applicant name suffix, such as Junior or Senior. -
PersonPreNameAdjunct: string
Title:
SalutationMaximum Length:30The salutation for the applicant, such as Mr. or Mrs. -
PersonTitle: string
Title:
TitleMaximum Length:60The applicant title. -
PhoneAreaCode: string
Title:
Area CodeMaximum Length:10The area code in the applicant telephone number. -
PhoneAreaCodeAlt: string
Maximum Length:
10The area code in the contact's alternate telephone number. -
PhoneCountryCode: string
Title:
Country CodeMaximum Length:10The country code in the applicant telephone number. -
PhoneCountryCodeAlt: string
Maximum Length:
10The country code in the contact's alternate telephone number. -
PhoneExtension: string
Title:
ExtensionMaximum Length:20The extension for the applicant telephone number. -
PhoneNumber: string
Title:
PhoneMaximum Length:40The applicant telephone number. -
PhoneNumberAlt: string
Maximum Length:
40The alternate phone number for the contact. -
PostalCode: string
Title:
Postal CodeMaximum Length:60The postal code in the parcel address. -
PostalPlus4Code: string
Title:
Postal Plus 4 CodeMaximum Length:10The extended postal code in the parcel address. -
PrimaryFlag: boolean
Title:
PrimaryMaximum Length:1Indicates the primary contact in the contact details. The default value is no. -
Province: string
Title:
ProvinceMaximum Length:60The province in the parcel address. -
RecordNumber: string
Maximum Length:
64The parent record number for the data migration transaction. -
State: string
Title:
StateMaximum Length:60The state in the parcel address.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : link
Type:
Show Source
object-
href: string
Title:
hyperlink referenceThe URI to the related resource. -
kind: string
Title:
kindAllowed Values:[ "collection", "item", "describe", "other" ]The kind of the related resource. -
name: string
Title:
nameThe name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relationAllowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]The name of the relation to the resource instance. Example: self.
Nested Schema : properties
Type:
Show Source
object-
changeIndicator: string
Change indicator or the ETag value of the resource instance.
Nested Schema : publicSectorRecords-FieldGroups-item-response
Type:
Show Source
object-
AgencyId: integer
Title:
Agency IDDefault Value:1The unique identifier for a public sector agency. -
AreaUom: string
Title:
Area UOMMaximum Length:5A field used to indicate the unit of measure for all area related fields on the application. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the record. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the record was created. -
CurrencyCode: string
Title:
Currency CodeMaximum Length:3The currency code for the record. -
DemDemolitionReason: string
Title:
Demolition ReasonMaximum Length:500A field in the demolition component of the form designer used to describe the demolition reason. -
DemDisposalSite: string
Title:
Disposal SiteMaximum Length:200A field in the demolition component of the form designer used to describe the disposal site. -
DemElectricReleaseDate: string
(date)
Title:
Electric Utility Release DateA field in the demolition component of the form designer used to enter the electric utility release date. -
DemEntireStructureFlag: boolean
Title:
Demolish Entire StructureMaximum Length:1Indicates whether the entire structure will be demolished. The default value is no. -
DemGasFlag: boolean
Title:
GasMaximum Length:1Indicates whether the demolition involves a gas line. The default value is no. -
DemGasUtilReleaseDate: string
(date)
Title:
Gas Utility Release DateA field in the demolition component of the form designer used to describe the gas utility release date. -
DemHazMatCertNumber: string
Title:
Hazardous Material Certificate NumberMaximum Length:50A field in the demolition component of the form designer used to describe the hazardous material certificate number. -
DemHazMatCertRequiredFlag: boolean
Title:
Hazardous Material Certificate RequiredMaximum Length:1Indicates whether a hazardous material certificate is required for the demolition. The default value is no. -
DemHistoricDistrictFlag: boolean
Title:
Historic DistrictMaximum Length:1Indicates whether the demolition is occurring in a historic district. The default value is no. -
DemLandmarkFlag: boolean
Title:
Designated LandmarkMaximum Length:1Indicates that the demolition involves a designated landmark. The default value is no. -
DemMatlTransportMthd: string
Title:
Transport MethodMaximum Length:100A field in the demolition component of the form designer used to describe the demolition material transport method. -
DemMethod: string
Title:
Demolition MethodMaximum Length:100A field in the demolition component of the form designer used to describe the demolition method. -
DemNumberStories: number
Title:
Number of StoriesA field in the demolition component of the form designer used to describe the number of stories in the structure. -
DemOverallHeight: number
Title:
Overall HeightA field in the demolition component of the form designer used to describe the overall height of the structure. -
DemPowerFlag: boolean
Title:
PowerMaximum Length:1Indicates whether the demolition involves power. The default value is no. -
DemSewerFlag: boolean
Title:
SewerMaximum Length:1Indicates whether the demolition involves a sewer line. The default value is no. -
DemSewerUtilReleaseDate: string
(date)
Title:
Sewer Utility Release DateA field in the demolition component of the form designer used to describe the sewer utility release date. -
DemStructureDescr: string
Title:
Structure DescriptionMaximum Length:200A field in the demolition component of the form designer used to describe the structure. -
DemStructureFloorArea: number
Title:
Floor Area to Be DemolishedA field in the demolition component of the form designer used to describe the floor area to be demolished. -
DemStructureMeritFlag: boolean
Title:
Structure of MeritMaximum Length:1Indicates that the demolition involves a structure of merit. The default value is no. -
DemUgFlameLiqStorFlag: boolean
Title:
Underground TanksMaximum Length:1A field in the demolition component of the form designer used to indicate that there are underground tanks. -
DemWaterFlag: boolean
Title:
Water ExistsMaximum Length:1Indicates whether the demolition involves a water line. The default value is no. -
DemWaterUtilReleaseDate: string
(date)
Title:
Water Utility Release DateA field in the demolition component of the form designer used to describe the water utility release date. -
DimensionUom: string
Title:
Dimension UOMMaximum Length:5A field used to indicate the unit of measure for all dimension related fields on the application. -
DistanceUom: string
Title:
Distance UOMMaximum Length:5A field used to indicate the unit of measure for all distance related fields on the application. -
DurationUom: string
Title:
Duration UOMMaximum Length:5A field used to indicate the unit of measure for all time duration related fields on the application. -
DwlChangeDwellingArea: number
Title:
Changes to Dwelling Unit Floor AreaA field in the housing component of the form designer used to indicate the changes to the dwelling unit floor area. -
DwlChangeDwellingUnits: integer
(int32)
Title:
Changes to Dwelling UnitsA field in the housing component of the form designer used to calculate the changes of the dwelling unit. -
DwlConcessionIncentiveFlag: boolean
Title:
Request for Concessions or Incentives in Addition to a Density BonusMaximum Length:1A field in the housing component of the form designer used to indicate whether there is a request for concessions or incentives in addition to a density bonus. The default value is no. -
DwlDensityBonusFlag: boolean
Title:
Request for Density BonusMaximum Length:1A field in the housing component of the form designer used to indicate whether there is a request for a density bonus. The default value is no. -
DwlDwellingControlRentFlag: boolean
Title:
Dwelling Units on the Property Controlled Rental UnitMaximum Length:1A field in the housing component of the form designer used to indicate whether there are the dwelling units in the controlled rental property. The default value is no. -
DwlDwellingUnitAreaUom: string
Title:
Floor Area UOMMaximum Length:5A field in the housing component of the form designer used to indicate the unit of measure for floor area. -
DwlEliminateDwellingFlag: boolean
Title:
Project Involves the Elimination or Rehabilitation of Any Dwelling UnitsMaximum Length:1A field in the housing component of the form designer used to indicate whether the project involves the elimination or rehabilitation of any dwelling units. The default value is no. -
DwlExistingDwellingArea: number
Title:
Existing Dwelling Unit Floor AreaA field in the housing component of the form designer used to indicate the existing dwelling unit floor area. -
DwlExistingDwellingUnits: integer
(int32)
Title:
Existing Dwelling UnitsA field in the housing component of the form designer used to indicate the existing number of dwelling units. -
DwlProposedDwellingArea: number
Title:
Proposed Dwelling Unit Floor AreaA field in the housing component of the form designer used to indicate the proposed dwelling unit floor area. -
DwlProposedDwellingUnits: integer
(int32)
Title:
Proposed Dwelling UnitsA field in the housing component of the form designer used to indicate the proposed number of dwelling units. -
ElcDishwashers: integer
(int32)
Title:
Number of DishwashersA field in the electrical equipment component of the form designer used to indicate whether there is a dishwasher. -
ElcExistingServiceAmps: number
Title:
Existing AmpsA field in the electrical equipment component of the form designer used to describe the existing amps. -
ElcExistingServiceFlag: boolean
Title:
Existing ServiceMaximum Length:1Indicates whether there is existing electrical service. The default value is no. -
ElcFIREAlarms: integer
(int32)
Title:
Number of Fire AlarmsA field in the electrical equipment component of the form designer used to describe the fire alarm. -
ElcHeatingAppliances: integer
(int32)
Title:
Number of Heating AppliancesA field in the electrical equipment component of the form designer used to indicate whether there are heating appliances. -
ElcMotors: integer
(int32)
Title:
Number of Electric MotorsLabel for the first field in the electrical equipment component of the form designer used to indicate that there is a motor range. -
ElcNumberFixturesOutletsSws: number
Title:
Number of FixturesA field in the electrical equipment component of the form designer used to describe the number of electrical fixtures. -
ElcNumberPowerOutlets: integer
(int32)
Title:
Number of 110 Volt Power OutletsA field in the electrical equipment component of the form designer used to describe the number of electrical outlets. -
ElcNumberPowerOutletsOther: integer
(int32)
Title:
Number of 220 Volt Power OutletsA field in the electrical equipment component of the form designer used to describe the number of electrical outlets. -
ElcNumberTelecomm: integer
(int32)
Title:
Number of Telecommunication OutletsA field in the electrical equipment component of the form designer used to describe the number of telephone communication. -
ElcServEquipment: integer
(int32)
Title:
Number of Service EquipmentLabel for the first field in the electrical equipment component of the form designer used to describe the service equipment range. -
ElcSignFlag: boolean
Title:
SignMaximum Length:1Indicates that there is an electrical sign. The default value is no. -
ElcSmokeDetectors: integer
(int32)
Title:
Number of Smoke DetectorsA field in the electrical equipment component of the form designer used to indicate that there are smoke detectors. -
ElcSwimmingPools: integer
(int32)
Title:
Number of Swimming PoolsA field in the electrical equipment component of the form designer used to indicate that there is a swimming pool. -
ElcTemporaryPoles: integer
(int32)
Title:
Number of Temporary PolesA field in the electrical equipment component of the form designer used to indicate that there is a temporary pole. -
ElcWaterHeaterKvaHp: number
Title:
Water Heater AmperageA field in the electrical equipment component of the form designer used to describe the water heater kVA or HP. -
FenAutocloseGateFlag: boolean
Title:
Automatic Closing GateMaximum Length:1A field in the fence information component of the form designer used to indicate whether there is an automatic closing gate. The default value is no. -
FenCornerLotFlag: boolean
Title:
Corner LotMaximum Length:1A field in the fence information component of the form designer used to indicate that there is a corner lot. The default value is no. -
FenFoundationType: string
Title:
Foundation TypeMaximum Length:100A field in the fence information component of the form designer used to describe the foundation type. -
FenHeightFront: number
Title:
Front Fence HeightA field in the fence information component of the form designer used to describe the front fence height. -
FenHeightLeft: number
Title:
Left Fence HeightA field in the fence information component of the form designer used to describe the left fence height. -
FenHeightRear: number
Title:
Rear Fence HeightA field in the fence information component of the form designer used to describe the rear fence height. -
FenHeightRight: number
Title:
Right Fence HeightA field in the fence information component of the form designer used to describe the right fence height. -
FenLocation: string
Title:
LocationMaximum Length:200A field in the fence information component of the form designer used to describe the fence location. -
FenLockFlag: boolean
Title:
Fence LockMaximum Length:1A field in the fence information component of the form designer used to indicate whether the fence has a lock. The default value is no. -
FenMaterial: string
Title:
Fence MaterialMaximum Length:100A field in the fence information component of the form designer used to describe the fence material. -
FenMaterialOther: string
Title:
Other Fence MaterialMaximum Length:200A field in the fence information component of the form designer used to describe the other fence material. -
FenPoolEnclosureFlag: boolean
Title:
Pool EnclosureMaximum Length:1A field in the fence information component of the form designer used to indicate whether the fence is a pool enclosure. The default value is no. -
FenType: string
Title:
Fence TypeMaximum Length:100A field in the fence information component of the form designer used to describe the other fence type. -
FenTypeOfUse: string
Title:
Type of UseMaximum Length:100A field in the fence information component of the form designer used to describe the type of use. -
FenTypeOfWork: string
Title:
Type of WorkMaximum Length:100A field in the fence information component of the form designer used to describe the type of work. -
FenTypeOther: string
Title:
Other Fence TypeMaximum Length:200A field in the fence information component of the form designer used to describe the type of other. -
GenAddlNumberStories: number
Title:
Additional Number of StoriesA field in the construction information component of the form designer used to describe the additional number of stories in the building. -
GenBackflowDeviceFlag: boolean
Title:
Back-flow DeviceMaximum Length:1Indicates whether there is a backflow device. The default value is no. -
GenExistBldgHeight: number
Title:
Existing Building HeightA field in the construction information component of the form designer used to describe the existing building height. -
GenExistFIRESprinkFlag: boolean
Title:
Existing Fire SprinklersMaximum Length:1Indicates whether there are existing fire sprinklers. The default value is no. -
GenExistingNumberStories: number
Title:
Existing Number of StoriesA field in the construction information component of the form designer used to describe the existing number of stories in the building. -
GenFIREAlarmComments: string
Title:
Fire Alarm CommentsMaximum Length:500A field in the construction information component of the form designer used to describe the fire alarm comments. -
GenFIRESprinkComments: string
Title:
Fire Sprinkler CommentsMaximum Length:500A field in the construction information component of the form designer used for comments about the fire sprinklers. -
GenFIRESprinkProject: number
Title:
Number of Fire SprinklersA field in the construction information component of the form designer used to describe the number of fire sprinklers. -
GenFIRESprinkType: string
Title:
Fire Sprinkler TypeMaximum Length:100A field in the construction information component of the form designer used to describe the fire sprinkler type. -
GenFloorAreaAddl: number
Title:
Additional Floor AreaThe floor area that will be added in a construction project. -
GenFloorAreaExist: number
Title:
Existing Floor AreaThe existing floor area in a construction project. -
GenFloorAreaTotal: number
Title:
Total Floor AreaA field in the construction information component of the form designer used to describe the total floor area of the site being constructed. -
GenIrrigationMeterSize: number
Title:
Irrigation Meter SizeA field in the construction information component of the form designer used to describe the irrigation meter size. -
GenJobCost: number
Title:
Job CostA field in the construction information component of the form designer used to describe the job cost. -
GenNewFloorAreaClass: string
Title:
New Floor Area ClassificationMaximum Length:50A field in the construction information component of the form designer used to describe the new floor area classification. -
GenOccupantLoad: number
Title:
Occupant LoadThe number of occupants or occupant load. -
GenProposedBldgHeight: number
Title:
Proposed Building HeightA field in the construction information component of the form designer used to describe the proposed building height. -
GenTotalNumberStories: number
Title:
Total Number of StoriesA field in the construction information component of the form designer used to describe the total number of stories of the structure being constructed. -
GenTypeConstruction: string
Title:
Type of ConstructionMaximum Length:100The type of construction. -
GenTypeOfUse: string
Title:
Type of UseMaximum Length:100A field in the construction information component of the form designer used to describe the type of use. -
GenTypeOfWork: string
Title:
Type of WorkMaximum Length:100A field in the construction information component of the form designer used to describe the type of work. -
GenWaterMeterSize: number
Title:
Water Meter SizeA field in the construction information component of the form designer used to describe the water meter size. -
GrdCutAmount: number
Title:
Cut AmountA field in the grading information component of the form designer used to describe the cut amount. -
GrdCutDisposeSite: string
Title:
Cut Disposal SiteMaximum Length:100A field in the grading information component of the form designer used to describe the cut disposal site. -
GrdCutMaterial: string
Title:
Cut MaterialMaximum Length:100A field in the grading information component of the form designer used to describe the cut material. -
GrdDisturbedAcreage: number
Title:
Disturbed AcreageA field in the grading information component of the form designer used to enter the disturbed acreage. -
GrdExportAmount: number
Title:
Export AmountA field in the grading information component of the form designer used to describe the export amount. -
GrdFillAmount: number
Title:
Fill AmountA field in the grading information component of the form designer used to describe the fill amount. -
GrdFillMaterial: string
Title:
Fill MaterialMaximum Length:100A field in the grading information component of the form designer used to describe the fill material. -
GrdImportAmount: number
Title:
Import AmountA field in the grading information component of the form designer used to describe the import amount. -
GrdNumberLots: number
Title:
Number of LotsA field in the grading information component of the form designer used to describe the number of lots. -
GrdSourceImport: string
Title:
Source of ImportMaximum Length:100A field in the grading information component of the form designer used to describe the source of input. -
GrdTotalAcreage: number
Title:
Project AcreageA field in the grading information component of the form designer used to describe the project acreage. -
GrdTypeProject: string
Title:
Project TypeMaximum Length:200A field in the grading information component of the form designer used to describe the project type. -
HeightUom: string
Maximum Length:
5A field used to indicate the unit of measure for height measurement related fields on the application. -
ImpExemptHydromodFlag: boolean
Title:
Exempt from Hydromodification RequirementsMaximum Length:1A field in the impervious surface component of the form designer used to indicate whether there is a request for exemption from hydromodification requirements. The default value is no. -
ImpExemptInfiltrationFlag: boolean
Title:
Exempt from Infiltration Feasibility RequirementsMaximum Length:1A field in the impervious surface component of the form designer used to indicate whether there is a request for exemption from infiltration feasibility requirements. The default value is no. -
ImpExemptRainHarvUseFlag: boolean
Title:
Exempt from Rainwater Harvesting and Use FeasibilityMaximum Length:1A field in the impervious surface component of the form designer used to indicate whether there is a request for exemption from rainwater harvesting and use feasibility requirements. The default value is no. -
ImpExistingImperviousArea: number
Title:
Existing Impervious Surface AreaA field in the impervious surface component of the form designer used to indicate the existing impervious surface area. -
ImpImperviousAreaUom: string
Title:
Impervious Area UOMMaximum Length:5A field in the impervious surface component of the form designer used to indicate the unit of measure for impervious area. -
ImpLotArea: number
Title:
Property Lot AreaA field in the impervious surface component of the form designer used to indicate the property lot area. -
ImpProposedImperviousArea: number
Title:
Proposed Impervious Surface AreaA field in the impervious surface component of the form designer used to indicate the proposed impervious surface area. -
ImpSurficeRatioPercentage: number
Title:
Impervious Surface PercentageA field in the impervious surface component of the form designer used to indicate the calculated percentage of impervious surface ratio. -
InsuranceBondedFlag: boolean
Title:
BondedMaximum Length:1A field in the insurance component of the form designer used to indicate whether something is bonded. The default value is no. -
InsuranceCompany: string
Title:
Insurance CompanyMaximum Length:50A field in the insurance component of the form designer used to describe the insurance company. -
InsuranceInsuredFlag: boolean
Title:
InsuredMaximum Length:1A field in the insurance component of the form designer used to indicate that a person or organization is insured. The default value is no. -
InsurancePolicyExpiration: string
(date)
Title:
Policy ExpirationA field in the insurance component of the form designer used to describe the policy expiration date. -
InsurancePolicyNumber: string
Title:
PolicyMaximum Length:50A field in the insurance component of the form designer used to describe the insurance policy number. -
InsuranceType: string
Title:
Insurance TypeMaximum Length:50A field in the insurance component of the form designer used to describe the insurance type. -
LandUom: string
Title:
Land UOMMaximum Length:5A field used to indicate the unit of measure for all land measurement related fields on the application. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date when the record was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LnpFieldGroupPuid: string
Maximum Length:
480The unique key identifier for the related data migration transaction. -
LnpRecordId: string
Title:
Record IDMaximum Length:50The permit transaction identification number. -
LnpRecordKey: integer
(int64)
Title:
RecordThe unique identifier for the related permit transaction. -
MecAirhdlrMaximum: number
Title:
Maximum Air HandlerA field in the mechanical equipment component of the form designer used to indicate whether there is an air handler maximum. -
MecAirhdlrMinimum: number
Title:
Minimum Air HandlerA field in the mechanical equipment component of the form designer used to indicate whether there is an air handler minimum. -
MecBathKitchenExhaust: integer
(int32)
Title:
Number of Exhaust FansA field in the mechanical equipment component of the form designer used to indicate whether there is a bath or kitchen exhaust. -
MecChillers: integer
(int32)
Title:
Number of ChillersA field in the mechanical equipment component of the form designer used to indicate whether there is a chiller. -
MecChimneys: integer
(int32)
Title:
Number of ChimneysA field in the mechanical equipment component of the form designer used to indicate whether there is a chimney. -
MecCommercialHoods: integer
(int32)
Title:
Number of Commercial HoodsA field in the mechanical equipment component of the form designer used to indicate whether there is a commercial hood. -
MecCompressors: integer
(int32)
Title:
Number of CompressorsA field in the mechanical equipment component of the form designer used to indicate whether there is a compressor. -
MecCoolingTowers: integer
(int32)
Title:
Number of Cooling TowersA field in the mechanical equipment component of the form designer used to indicate that there is a cooling tower. -
MecDuctSystemFlag: boolean
Title:
Duct SystemMaximum Length:1A field in the mechanical equipment component of the form designer used to indicate that there is a duct system. The default value is no. -
MecElectricHeatEquip: integer
(int32)
Title:
Number of Heating EquipmentA field in the mechanical equipment component of the form designer used to indicate whether there is heating equipment. -
MecEvaporatorCoils: integer
(int32)
Title:
Number of Evaporator CoilsA field in the mechanical equipment component of the form designer used to indicate whether there are evaporator coils. -
MecFIRESuprsPipingFlag: boolean
Title:
Fire Suppression PipingMaximum Length:1A field in the mechanical equipment component of the form designer used to indicate whether there is fire suppression piping. The default value is no. -
MecFIRESuprsSprinkler: integer
(int32)
Title:
Number of Fire SprinklersA field in the mechanical equipment component of the form designer used to indicate whether there is a fire suppression sprinkler head. -
MecFlueLinerFlag: boolean
Title:
Flue LinerMaximum Length:1A field in the mechanical equipment component of the form designer used to indicate whether there is a flue liner. The default value is no. -
MecFlueVentDamperFlag: boolean
Title:
Flue DamperMaximum Length:1A field in the mechanical equipment component of the form designer used to indicate whether there is a flue damper. The default value is no. -
MecHeatBtuMaximum: number
Title:
Maximum Heating PowerA field in the mechanical equipment component of the form designer used to indicate whether there is a heating maximum. -
MecHeatBtuMinimum: number
Title:
Minimum Heating PowerA field in the mechanical equipment component of the form designer used to indicate whether there is a heating minimum. -
MecHeatPumps: integer
(int32)
Title:
Number of Heating PumpsA field in the mechanical equipment component of the form designer used to indicate whether there is a heat pump. -
MecHeatRecovryFlag: boolean
Title:
Heat Recovery UnitMaximum Length:1A field in the mechanical equipment component of the form designer used to indicate whether there is a heat recovery unit. The default value is no. -
MecHotWaterHeaterTanks: integer
(int32)
Title:
Number of Hot Water TanksA field in the mechanical equipment component of the form designer used to indicate whether there is a hot water tank. -
MecHumidifiers: integer
(int32)
Title:
Number of HumidifiersA field in the mechanical equipment component of the form designer used to indicate whether there is a humidifier. -
MecNewGasPipingFlag: boolean
Title:
New Gas PipingMaximum Length:1A field in the mechanical equipment component of the form designer used to indicate whether there is new gas piping. The default value is no. -
MecPoolHeaters: integer
(int32)
Title:
Number of Pool HeatersA field in the mechanical equipment component of the form designer used to indicate whether there is a pool heater. -
MecRefrigHpMaximum: number
Title:
Maximum Refrigeration PowerLabel for the first field in the mechanical equipment component of the form designer used to describe the refrigeration maximum. -
MecRefrigHpMinimum: number
Title:
Minimum Refrigeration PowerLabel for the first field in the mechanical equipment component of the form designer used to describe the refrigeration minimum. -
MecResidentialBoilerFlag: boolean
Title:
Residential BoilerMaximum Length:1A field in the mechanical equipment component of the form designer used to indicate whether there is a residential boiler. The default value is no. -
MecResidentialHeatFlag: boolean
Title:
Residential HeatingMaximum Length:1A field in the mechanical equipment component of the form designer used to indicate whether there is residential heating. The default value is no. -
MecTankAboveGroundFlag: boolean
Title:
Above Ground TankMaximum Length:1A field in the above ground tank component of the form designer used to describe the above ground tank. The default value is no. -
MecTankBelowGroundFlag: boolean
Title:
Below Ground TankMaximum Length:1A field in the mechanical equipment component of the form designer used to indicate whether there is a below ground tank. The default value is no. -
MecUnitHeaters: integer
(int32)
Title:
Number of HeatersA field in the mechanical equipment component of the form designer used to indicate that there is a unit heater. -
MecUnitVentilators: integer
(int32)
Title:
Number of VentilatorsA field in the mechanical equipment component of the form designer used to indicate that there is a unit ventilator. -
MecVavBoxFlag: boolean
Title:
Variable Air Volume BoxMaximum Length:1A field in the mechanical equipment component of the form designer used to indicate that there is a variable air volume box. The default value is no. -
MecWaterHeaterFlag: boolean
Title:
Water HeaterMaximum Length:1A field in the mechanical equipment component of the form designer used to indicate that there is a water heater. The default value is no. -
ObjectVersionNumber: integer
Read Only:
trueSystem attribute that captures the incremental version number for an object. -
PlbBackflowPreventerFlag: boolean
Title:
Back-flow DeviceMaximum Length:1A field in the plumbing equipment component of the form designer used to indicate whether there is a backflow preventer. The default value is no. -
PlbBldgSewerFlag: boolean
Title:
Sewage ConnectionMaximum Length:1A field in the plumbing equipment component of the form designer used to indicate that there is a sewer. The default value is no. -
PlbBldgSewerSize: number
Title:
Sewage Connection DiameterA field in the plumbing equipment component of the form designer used to indicate the sewer size. -
PlbDrainageRepairFlag: boolean
Title:
Drainage RepairMaximum Length:1A field in the plumbing equipment component of the form designer used to indicate whether there is drainage repair. The default value is no. -
PlbFIRESprinkerNumberHeads: number
Title:
Number of Fire Sprinkler HeadsA field in the plumbing equipment component of the form designer used to describe the number of fire sprinkler heads. -
PlbFixtureTrapFlag: boolean
Title:
Drain TrapMaximum Length:1A field in the plumbing equipment component of the form designer used to indicate whether there is a drain trap. The default value is no. -
PlbGasOutlets: integer
(int32)
Title:
Number of Gas OutletsA field in the plumbing equipment component of the form designer used to indicate whether there are gas outlets. -
PlbGasReconnections: integer
(int32)
Title:
Number of Gas Lines ReconnectedA field in the plumbing equipment component of the form designer used to indicate whether there is a gas reconnection. -
PlbGasTanksPumps: integer
(int32)
Title:
Number of Gas Tanks and PumpsA field in the plumbing equipment component of the form designer used to indicate whether there are gas tanks and pumps. -
PlbLawnSprinklers: integer
(int32)
Title:
Number of Lawn SprinklersA field in the plumbing equipment component of the form designer used to indicate whether there are lawn sprinklers. -
PlbRainwaterDrainFlag: boolean
Title:
Rainwater DrainMaximum Length:1A field in the plumbing equipment component of the form designer used to indicate that there is a rainwater drain. The default value is no. -
PlbSewerTapCommercialFlag: boolean
Title:
Sewer Tap CommercialMaximum Length:1A field in the plumbing equipment component of the form designer used to indicate that there is a commercial sewer tap. The default value is no. -
PlbWaterHeaters: integer
(int32)
Title:
Number of Water HeatersA field in the plumbing equipment component of the form designer used to indicate that there is a water heater. -
PlbWaterSofteners: integer
(int32)
Title:
Number of Water SoftenersA field in the plumbing equipment component of the form designer used to indicate that there is a water softener. -
PlnBuildingAssessedValue: number
Title:
Current Building Assessed ValueA field in the development plan information component of the form designer used to describe the current building assessed value. -
PlnChangeNumUnits: integer
(int32)
Title:
Changes to Number of UnitsA field in the development plan information component of the form designer used to describe the calculated changes of number of building units. -
PlnDevelopmentType: string
Title:
Development TypeMaximum Length:100A field in the development plan information component of the form designer used to describe the development type. -
PlnExistingCommercialArea: number
Title:
Existing Commercial AreaA field in the development plan information component of the form designer used to describe the existing commercial building area. -
PlnExistingNumUnits: integer
(int32)
Title:
Existing Number of UnitsA field in the development plan information component of the form designer used to describe the existing number of building units. -
PlnExistingTypeOfUse: string
Title:
Existing UseMaximum Length:100A field in the development plan information component of the form designer used to describe the existing use of the land. -
PlnGrossLotArea: number
Title:
Gross Lot AreaA field in the development plan information component of the form designer used to describe the gross lot area. -
PlnLandAssessedValue: number
Title:
Current Land Assessed ValueA field in the development plan information component of the form designer used to describe the current assessed value of the land. -
PlnNetLotArea: number
Title:
Net Lot AreaA field in the development plan information component of the form designer used to describe the net lot area. -
PlnProjectArea: number
Title:
Total Project AreaA field in the development plan information component of the form designer used to describe the total project area. -
PlnProjectLotAreaUom: string
Title:
Project Lot Area UOMMaximum Length:5A field in the development plan information component of the form designer used to describe the unit of measure for project and lot area. -
PlnProposedCommercialArea: number
Title:
Proposed Commercial AreaA field in the development plan information component of the form designer used to describe the proposed commercial building area. -
PlnProposedNumUnits: integer
(int32)
Title:
Proposed Number of UnitsA field in the development plan information component of the form designer used to describe the proposed number of building units. -
PlnProposedSetbackFront: number
Title:
Proposed Front SetbackA field in the development plan information component of the form designer used to describe the proposed front setback distance to the property line. -
PlnProposedSetbackRear: number
Title:
Proposed Rear SetbackA field in the development plan information component of the form designer used to describe the proposed rear setback distance to the property line. -
PlnProposedSetbackSides: number
Title:
Proposed Sides SetbackLabel for a field in the development plan information component of the form designer used to describe the proposed side setback distance to the property line. -
PlnProposedTypeOfUse: string
Title:
Proposed UseMaximum Length:100A field in the development plan information component of the form designer used to describe the proposed use of the land. -
PlnRequiredSetbackFront: number
Title:
Required Front SetbackLabel for a field in the development plan information component of the form designer used to describe the required front setback distance to the property line. -
PlnRequiredSetbackRear: number
Title:
Required Rear SetbackA field in the development plan information component of the form designer used to describe the required rear setback distance to the property line. -
PlnRequiredSetbackSides: number
Title:
Required Sides SetbackA field in the development plan information component of the form designer used to describe the required side setback distance to the property line. -
PlnSetbackUom: string
Title:
Setback UOMMaximum Length:5A field in the development plan information component of the form designer used to describe the unit of measure for distance of the setback to the property line. -
PolAutocloseGateFlag: boolean
Title:
Automatic Closing GateMaximum Length:1A field in the pool information component of the form designer used to indicate that there is an automatic closing gate. The default value is no. -
PolFencedFlag: boolean
Title:
FencedMaximum Length:1A field in the pool information component of the form designer used to indicate whether a pool is fenced. The default value is no. -
PolFenceHeight: number
Title:
Fence HeightA field in the pool information component of the form designer used to describe the fence height. -
PolFrontSetback: number
Title:
Front SetbackA field in the pool information component of the form designer used to describe the front setback. -
PolHeaterFlag: boolean
Title:
HeaterMaximum Length:1A field in the pool information component of the form designer used to indicate whether there is a pool heater. The default value is no. -
PolHeaterType: string
Title:
Heater TypeMaximum Length:200A field in the pool information component of the form designer used to describe the pool heater type. -
PolLeftSideSetback: number
Title:
Left Side Pool SetbackA field in the pool information component of the form designer used to describe the setback of the left side. -
PolLocation: string
Title:
LocationMaximum Length:200A field in the pool information component of the form designer used to describe the pool location. -
PolMaximumDepth: number
Title:
Maximum DepthA field in the pool information component of the form designer used to describe the maximum depth. -
PolNumberPoolLights: number
Title:
Number of LightsA field in the pool information component of the form designer used to describe the number of lights. -
PolRearSetback: number
Title:
Rear SetbackA field in the pool information component of the form designer used to describe the rear setback. -
PolRightSideSetback: number
Title:
Right Side Pool SetbackA field in the pool information component of the form designer used to describe the setback of the right side. -
PolSurfaceArea: number
Title:
Surface AreaA field in the pool information component of the form designer used to describe the surface area. -
PolTypeFence: string
Title:
Type of FenceMaximum Length:200A field in the pool information component of the form designer used to describe the type of fence. -
PolTypeOfPool: string
Title:
Pool TypeMaximum Length:200A field in the pool information component of the form designer used to describe the pool type. -
QalLicenseClassCode: string
Title:
License Class CodeMaximum Length:50A field in the license qualification component of the form designer used to describe the license class code. -
QalLicenseType: string
Title:
State License TypeMaximum Length:50A field in the license qualification component of the form designer used to describe the state license type. -
QalStateLicExpire: string
(date)
Title:
State License ExpirationA field in the license qualification component of the form designer used to describe the state license expiration date. -
QalStateLicNumber: string
Title:
State LicenseMaximum Length:50A field in the license qualification component of the form designer used to describe the state license number. -
RbaAdultOrientedFlag: boolean
Title:
Adult Oriented BusinessMaximum Length:1A flag in the regulated business activity component of the form designer used to indicate that a business is adult oriented. The default value is no. -
RbaAlcoholLicenseNumber: string
Title:
Alcohol LicenseMaximum Length:50A field in the regulated business activity component of the form designer used to describe the alcohol license. -
RbaAlcoholLicenseType: string
Title:
Alcohol License TypeMaximum Length:50A field in the regulated business activity component of the form designer used to describe the alcohol license type. -
RbaAlcoholServedFlag: boolean
Title:
Alcohol ServedMaximum Length:1A field in the regulated business activity component of the form designer used to indicate whether alcohol is served. The default value is no. -
RbaAquaticFeatures: integer
(int32)
Title:
Number of Aquatic FeaturesA field in the regulated business activity component of the form designer used to describe the aquatic features. -
RbaCannabisFlag: boolean
Title:
Cannabis ProductsMaximum Length:1A field in the regulated business activity component of the form designer used to indicate that cannabis products are sold. The default value is no. -
RbaCarnivalGames: integer
(int32)
Title:
Number of Carnival GamesA field in the regulated business activity component of the form designer used to indicate whether there are carnival games. -
RbaCarnivalRides: integer
(int32)
Title:
Number of Carnival RidesA field in the regulated business activity component of the form designer used to indicate whether there are carnival rides. -
RbaCasinoGames: integer
(int32)
Title:
Number of Casino GamesA field in the regulated business activity component of the form designer used to indicate whether there are casino games. -
RbaFirearmFlag: boolean
Title:
Firearms BusinessMaximum Length:1A field in the regulated business activity component of the form designer used to indicate whether this is a firearms business. The default value is no. -
RbaLiveAnimalsFlag: boolean
Title:
Live AnimalsMaximum Length:1A field in the regulated business activity component of the form designer used to indicate whether the business involves live animals. The default value is no. -
RbaLiveEntertainmentFlag: boolean
Title:
Live EntertainmentMaximum Length:1A field in the regulated business activity component of the form designer used to indicate whether the business involves live entertainment. -
RbaOtherFlag: boolean
Title:
OtherMaximum Length:1A field in the regulated business activity component of the form designer used to whether this is another type of business. The default value is no. -
RbaOtherSpecify: string
Title:
Other Business ActivityMaximum Length:200A field in the regulated business activity component of the form designer used to describe the other specification. -
RbaPlayEquipmentFlag: boolean
Title:
Play EquipmentMaximum Length:1A field in the regulated business activity component of the form designer used to indicate whether the business involves play equipment. The default value is no. -
RbaPyrotechnicsFlag: boolean
Title:
PyrotechnicsMaximum Length:1A field in the regulated business activity component of the form designer used to indicate whether the business involves pyrotechnics. The default value is no. -
RbaTobaccoFlag: boolean
Title:
Tobacco ProductsMaximum Length:1A field in the regulated business activity component of the form designer used to indicate whether the business involves tobacco products. The default value is no. -
RecordNumber: string
Maximum Length:
64The parent record key for the data migration transaction. -
RofExistRoofType: string
Title:
Existing Roof TypeMaximum Length:100A field in the roof information component of the form designer used to describe the existing number of stories. -
RofFIRELayers: integer
(int32)
Title:
Number of Fire Layers on RoofA field in the roof information component of the form designer used to indicate whether there are fire layers. -
RofNewRoofType: string
Title:
New Roof TypeMaximum Length:100A field in the roof information component of the form designer used to describe the new roof type. -
RofNumberExistRoofLayers: number
Title:
Number of Existing LayersA field in the roof information component of the form designer used to describe the number of existing layers. -
RofRemoveAllExistRoofFlag: boolean
Title:
Remove RoofMaximum Length:1A field in the roof information component of the form designer used to indicate that the roof is to be removed. The default value is no. -
RofRoofNumberSquares: number
Title:
Number of SquaresA field in the roof information component of the form designer used to describe the number of squares. -
RofSheathingRepairFlag: boolean
Title:
Sheathing RepairMaximum Length:1A field in the roof information component of the form designer used to indicate that there is a sheathing repair. The default value is no. -
RowAlleyImpactFlag: boolean
Title:
Alley ImpactMaximum Length:1A field in the right of way use component of the form designer used to indicate whether there is an alley impact. The default value is no. -
RowClosureType: string
Title:
Closure TypeMaximum Length:10A field in the right of way use component of the form designer used to indicate the closure type. -
RowLocation: string
Title:
Right-of-Way LocationMaximum Length:200A field in the right of way use component of the form designer used to describe the right of way location. -
RowNumberBusStopsBlocked: number
Title:
Bus Stops BlockedA field in the right of way use component of the form designer used to describe the number of bus stops blocked by construction. -
RowNumberCalendarDays: number
Title:
Number of DaysA field in the right of way use component of the form designer used to describe the number of days in the project. -
RowNumberMetersReserved: number
Title:
Meters ReservedA field in the right of way use component of the form designer used to describe the number of meters reserved. -
RowNumberNonpaveExcavations: number
Title:
Non-Pavement ExcavationsA field in the right of way use component of the form designer used to describe the number of non-pavement excavations. -
RowNumberPaveExcavations: number
Title:
Pavement ExcavationsA field in the right of way use component of the form designer used to describe the number of pavement excavations. -
RowParkingLaneImpactFlag: boolean
Title:
Parking Lane ImpactMaximum Length:1A field in the right of way use component of the form designer used to indicate that there is a parking lane impact. The default value is no. -
RowParkwayImpactFlag: boolean
Title:
Parkway ImpactMaximum Length:1A field in the right of way use component of the form designer used to indicate whether there is a parkway impact. The default value is no. -
RowRightOfWayTypeUse: string
Title:
Right-of-Way UseMaximum Length:500A field in the right of way use component of the form designer used to describe the right of way use. -
RowSidewalkImpactFlag: boolean
Title:
Sidewalk ImpactMaximum Length:1A field in the right of way use component of the form designer used to indicate that there is a sidewalk impact. The default value is no. -
RowTotalProjectAreaLength: number
Title:
Project Area LengthA field in the right of way use component of the form designer used to describe the project area length. -
RowTrafficLaneImpactFlag: boolean
Title:
Traffic Lane ImpactMaximum Length:1A field in the right of way use component of the form designer used to indicate that there is a traffic lane impact. The default value is no. -
RowTrafficPlanProvidedFlag: boolean
Title:
Traffic Plan ProvidedMaximum Length:1A field in the right of way use component of the form designer used to indicate whether a traffic plan is provided. The default value is no. -
SgnFaceHeight: number
Title:
Sign Face HeightLabel for the field in the sign component of the form designer used to indicate the height of the face of the sign. -
SgnFaceWidth: number
Title:
Sign Face WidthLabel for the field in the sign component of the form designer used to indicate the width of the face of the sign. -
SgnIlluminationType: string
Title:
Illumination TypeMaximum Length:100Label for the field in the sign component of the form designer used to indicate how the sign will be illuminated. -
SgnPermanentType: string
Title:
Permanent Sign TypeMaximum Length:100Label for the field in the sign component of the form designer used to indicate the type of permanent signage displayed. -
SgnTemporaryType: string
Title:
Temporary Sign TypeMaximum Length:100Label for the field in the sign component of the form designer used to indicate the type of temporary signage displayed. -
SgnTotalFaceArea: number
Title:
Sign Total Face AreaLabel for the field in the sign component of the form designer used to indicate the total area of the face of the sign. -
SgnTotalHeight: number
Title:
Total Height Above GroundLabel for the field in the sign component of the form designer used to indicate the overall height above ground level of the top of the finished sign. -
SgnUsageType: string
Title:
Sign UsageMaximum Length:100Label for the field in the sign component of the form designer used to indicate how the sign will be utilized. -
SolInverterPower: number
Title:
Inverter PowerA field in the photovoltaic component of the form designer used to describe the solar inverter power. -
SolInverterType: string
Title:
Inverter TypeMaximum Length:100A field in the photovoltaic component of the form designer used to describe the inverter type. -
SolMeterId: string
Title:
MeterMaximum Length:100A field in the photovoltaic component of the form designer used to describe the solar meter ID. -
SolNumberOfInverters: number
Title:
Number of InvertersA field in the photovoltaic component of the form designer used to describe the number of solar inverters. -
SolNumberPhotovoltaicModules: number
Title:
Photovoltaic ModulesA field in the photovoltaic component of the form designer used to describe the solar photovoltaic modules. -
SolNumberRoofConnects: number
Title:
Number of Roof ConnectionsA field in the photovoltaic component of the form designer used to describe the number of roof connections. -
SolRoofConnectType: string
Title:
Roof Connection TypeMaximum Length:100A field in the photovoltaic component of the form designer used to describe the roof connection type. -
SolRoofCoverage: number
Title:
Roof CoverageA field in the photovoltaic component of the form designer used to describe the solar roof coverage. -
SolRoofLayers: number
Title:
Roof LayersA field in the photovoltaic component of the form designer used to describe the roof layers. -
SolRoofMaterial: string
Title:
Roof MaterialMaximum Length:200A field in the photovoltaic component of the form designer used to describe the solar roof material. -
SolServiceId: string
Title:
Service IDMaximum Length:100A field in the photovoltaic component of the form designer used to describe the solar service ID. -
SolTotalRoofArea: number
Title:
Roof AreaA field in the photovoltaic component of the form designer used to describe the solar roof area. -
SolTypeOfRoof: string
Title:
Type of RoofMaximum Length:100A field in the photovoltaic component of the form designer used to describe the solar type of roof. -
SolTypeOfUse: string
Title:
Type of UseMaximum Length:100A field in the photovoltaic component of the form designer used to describe the solar type of use. -
SpeAlcoholCOMPFlag: boolean
Title:
Complimentary Alcohol ServedMaximum Length:1A field in the special event component of the form designer used to indicate whether complimentary alcohol is served at the special event. The default value is no. -
SpeAlcoholEndTime: string
(date-time)
Title:
Alcohol Service End TimeA field in the special event component of the form designer used to indicate the time in which alcohol service will end at the special event. -
SpeAlcoholStartTime: string
(date-time)
Title:
Alcohol Service Start TimeA field in the special event component of the form designer used to indicate the time in which alcohol service will begin at the special event. -
SpeBannersDescr: string
Title:
Banners DescriptionMaximum Length:100A field in the special event component of the form designer used to describe the banners. -
SpeBeerFlag: boolean
Title:
Beer ServedMaximum Length:1A field in the special event component of the form designer used to indicate whether beer is served. The default value is no. -
SpeCookingMethod: string
Title:
Cooking MethodMaximum Length:10A field in the special event component of the form designer used to describe the method used for cooking food at the special event. -
SpeCookingRequiredFlag: boolean
Title:
Cooking RequiredMaximum Length:1A field in the special event component of the form designer used to indicate whether cooking will be done at the special event. -
SpeCopyNotificationFlag: boolean
Title:
Event Notification AttachedMaximum Length:1A field in the special event component of the form designer used to indicate whether an event notification for the public is attached as part of the intake form. The default value is no. The intake form is the form that is being designed. -
SpeDiscountFee: number
Title:
Discounted Admission FeeA field in the special event component of the form designer used to enter the discounted admission fee for the special event. -
SpeDismantleDatetime: string
(date-time)
Title:
Dismantle Date and TimeA field in the special event component of the form designer used to enter the date and time the special event will be dismantled. -
SpeDistilledSpiritsFlag: boolean
Title:
Distilled Spirits ServedMaximum Length:1A field in the special event component of the form designer used to indicate whether distilled spirits are served at the special event. The default value is no. -
SpeDtlRoadCloseDescr: string
Title:
Detailed Traffic PlanMaximum Length:100A field in the special event component of the form designer used to describe the detailed traffic plan required for the special event. -
SpeDtlRoadCloseFlag: boolean
Title:
Detailed Traffic Plan RequiredMaximum Length:1A field in the special event component of the form designer used to indicate whether a detailed traffic plan for the special event is required. The default value is no. -
SpeElecPowerFlag: boolean
Title:
Electrical Power RequiredMaximum Length:1A field in the special event component of the form designer used to indicate whether electrical power is required for the special event. The default value is no. -
SpeEndDatetime: string
(date-time)
Title:
End Date and TimeA field in the special event component of the form designer used to describe the end date and time of the special event. -
SpeEstDailyAttendance: number
Title:
Estimated Daily AttendanceA field in the special event component of the form designer used to describe the estimated daily attendance for the special event. -
SpeEventDescription: string
Title:
DescriptionMaximum Length:100A field in the special event component of the form designer used to describe the special event. -
SpeEventName: string
Title:
EventMaximum Length:50A field in the special event component of the form designer used to describe the name of the special event. -
SpeEventType: string
Title:
Event TypeMaximum Length:30A field in the special event component of the form designer used to describe the type of special event. -
SpeFirstAidDescr: string
Title:
First Aid Setup DescriptionMaximum Length:100A field in the special event component of the form designer used to describe the way in which the first aid station is set up at the special event. -
SpeFirstAidStations: integer
(int32)
Title:
Number of First Aid StationsA field in the special event component of the form designer used to indicate the number of first aid stations provided for the event. -
SpeFoodFlag: boolean
Title:
Food ConcessionsMaximum Length:1A field in the special event component of the form designer used to indicate whether there are food concessions at the special event. The default value is no. -
SpeFoodPrepFlag: boolean
Title:
On-Site Food PreparationMaximum Length:1A field in the special event component of the form designer used to indicate that food is prepared on-site for the special event. The default value is no. -
SpeFoodVendors: integer
(int32)
Title:
Number of Food and Alcohol VendorsA field in the special event component of the form designer used to indicate number of food and alcohol vendors planned for the event. -
SpeGarbageCleanupPlan: string
Title:
Garbage Cleanup PlanMaximum Length:200A field in the special event component of the form designer used to describe the plan to clean up garbage at the special event. -
SpeGeneralAdmission: number
Title:
General Admission FeeA field in the special event component of the form designer used to describe the general admission fee for the special event. -
SpeGenerators: integer
(int32)
Title:
Number of Portable GeneratorsA field in the special event component of the form designer used to indicate the number of portable generators used by the event. -
SpeMediaFlag: boolean
Title:
Media CoverageMaximum Length:1A field in the special event component of the form designer used to indicate whether the event involves media coverage. The default value is no. -
SpeMusicalFlag: boolean
Title:
Musical EntertainmentMaximum Length:1A field in the special event component of the form designer used to indicate whether there is musical entertainment at the special event. The default value is no. -
SpeNameOfPublicBldg: string
Title:
Public Building NameMaximum Length:50A field in the special event component of the form designer used to describe the name of the public building used for the special event. -
SpeNameOfPublicPark: string
Title:
Public Park NameMaximum Length:50A field in the special event component of the form designer used to describe the name of the public park used for the special event. -
SpeNameOfPublicPlz: string
Title:
Public Plaza NameMaximum Length:50A field in the special event component of the form designer used to describe the name of the public plaza used for the special event. -
SpeNotificationMethod: string
Title:
Notification MethodMaximum Length:100A field in the special event component of the form designer used to describe the specific method of notification for the special event. -
SpeNotifyFlag: boolean
Title:
Notify Residents and BusinessesMaximum Length:1A field in the special event component of the form designer used to indicate whether to notify residents and businesses of the special event. The default value is no. -
SpeNumberAccessibleRestrooms: number
Title:
Number of Accessible RestroomsA field in the special event component of the form designer used to describe the number of accessible restrooms at the special event. -
SpeNumberAlcoholVendors: number
Title:
Number of Alcohol VendorsA field in the special event component of the form designer used to describe the number of alcohol vendors at the special event. -
SpeNumberAmbulances: number
Title:
Number of AmbulancesA field in the special event component of the form designer used to describe the number of ambulances available at the special event. -
SpeNumberBands: number
Title:
Number of BandsA field in the special event component of the form designer used to describe the number of musical bands at the special event. -
SpeNumberBanners: number
Title:
Number of BannersA field in the special event component of the form designer used to describe the number of banners for the special event. -
SpeNumberBleachers: number
Title:
Number of BleachersA field in the special event component of the form designer used to describe the number of bleachers needed for the special event. -
SpeNumberCanopies: number
Title:
Number of CanopiesA field in the special event component of the form designer used to describe the number of canopies needed at the special event. -
SpeNumberChairs: number
Title:
Number of ChairsA field in the special event component of the form designer used to describe the number of chairs needed for the special event. -
SpeNumberDisableParkSpaces: number
Title:
Number of Disabled Parking SpacesA field in the special event component of the form designer used to describe the number of disabled parking spaces required for the special event. -
SpeNumberDoctors: number
Title:
Number of DoctorsA field in the special event component of the form designer used to describe the number of doctors required for the special event. -
SpeNumberDumpsterWLids: number
Title:
Number of Dumpster with LidsA field in the special event component of the form designer used to describe the number of dumpsters with lids required for the special event. -
SpeNumberEmergTechs: number
Title:
Number of Emergency TechniciansA field in the special event component of the form designer used to describe the number of emergency technicians required for the special event. -
SpeNumberFoodVendors: number
Title:
Number of Food VendorsA field in the special event component of the form designer used to describe the number of food vendors at the special event. -
SpeNumberGarbageContainers: number
Title:
Number of Garbage ContainersA field in the special event component of the form designer used to describe the number of garbage containers at the special event. -
SpeNumberHandSinks: number
Title:
Number of Hand Washing SinksA field in the special event component of the form designer used to describe the number of hand washing sinks at the special event. -
SpeNumberNurses: number
Title:
Number of NursesA field in the special event component of the form designer used to describe the number of nurses at the special event. -
SpeNumberParamedics: number
Title:
Number of ParamedicsA field in the special event component of the form designer used to describe the number of paramedics at the special event. -
SpeNumberParkSpaces: number
Title:
Number of Parking SpacesA field in the special event component of the form designer used to describe the number of disabled parking spaces required for the special event. -
SpeNumberPortableRestrooms: number
Title:
Number of Portable RestroomsA field in the special event component of the form designer used to describe the number of portable restrooms at the special event. -
SpeNumberRecycleContainers: number
Title:
Number of Recyclable ContainersA field in the special event component of the form designer used to describe the number of recyclable containers at the special event. -
SpeNumberSecurity: number
Title:
Number of Security PersonnelA field in the special event component of the form designer used to describe the number of security personnel at the special event. -
SpeNumberShuttles: number
Title:
Number of ShuttlesA field in the special event component of the form designer used to describe the number of shuttles needed for the special event. -
SpeNumberStages: number
Title:
Number of StagesA field in the special event component of the form designer used to describe the number of stages required for the special event. -
SpeNumberTables: number
Title:
Number of TablesA field in the special event component of the form designer used to describe the number of tables required for the special event. -
SpeNumberTents: number
Title:
Number of TentsA field in the special event component of the form designer used to describe the number of tents required for the special event. -
SpeOpenToPublicFlag: boolean
Title:
Open to PublicMaximum Length:1A field in the special event component of the form designer used to indicate whether the event is open to the public. The default value is no. -
SpeOther: string
Title:
Other InformationMaximum Length:200A field in the special event component of the form designer used to describe the any other information required. -
SpeOutdoorEatingFlag: boolean
Title:
Outdoor Eating AreasMaximum Length:1A field in the special event component of the form designer used to indicate whether there are outdoor eating areas. The default value is no. -
SpeParkingPlanDescr: string
Title:
Parking PlanMaximum Length:100A field in the special event component of the form designer used to describe the parking plan for the special event. -
SpeParkPlanVerifiedFlag: boolean
Title:
Parking Plan VerifiedMaximum Length:1A field in the special event component of the form designer used to indicate whether the parking plan for the special event has been verified. The default value is no. -
SpeParkProvidedFlag: boolean
Title:
Event Parking ProvidedMaximum Length:1A field in the special event component of the form designer used to indicate whether event parking is provided at the special event. The default value is no. -
SpeParkShuttles: integer
(int32)
Title:
Number of Parking ShuttlesA field in the special event component of the form designer used to indicate the number of parking shuttles provided by the event. -
SpePaSystemEndTime: string
(date-time)
Title:
Public Address System End TimeA field in the special event component of the form designer used to describe the time the public address system will end. A public address system is an electronic system using microphones, amplifiers and speakers to increase the sound volume to an audience. -
SpePaSystemStartTime: string
(date-time)
Title:
Public Address System Start TimeA field in the special event component of the form designer used to describe the time the public address system will start. A public address system is an electronic system using microphones, amplifiers and speakers to increase the sound volume to an audience. -
SpeProfSecurityFlag: boolean
Title:
Professional SecurityMaximum Length:1A field in the special event component of the form designer used to indicate whether there is professional security for the event. The default value is no. -
SpePubAddrFlag: boolean
Title:
Public Address SystemMaximum Length:1A field in the special event component of the form designer used to indicate whether a public address system will be used. The default value is no. A public address system is an electronic system using microphones, amplifiers, and speakers to increase the sound volume to an audience. -
SpePublicRowDescr: string
Title:
Public Right-of-Way DescriptionMaximum Length:100A field in the special event component of the form designer used to describe the description of the right of way requirements for a special event. The right of way describes any traffic considerations for the special event. -
SpeSecurityCompany: string
Title:
Security CompanyMaximum Length:50A field in the special event component of the form designer used to describe the security company for the special event. -
SpeSecurityPlan: string
Title:
Security PlanMaximum Length:200A field in the special event component of the form designer used to describe the security plan for the special event. -
SpeSeniorAdmission: number
Title:
Senior Admission FeeA field in the special event component of the form designer used to describe the senior citizen admission fee. -
SpeSetupDatetime: string
(date-time)
Title:
Setup Date and TimeA field in the special event component of the form designer used to describe the setup date and time. -
SpeSizeCanopies: number
Title:
Canopy SizeA field in the special event component of the form designer used to indicate the size of the canopy used for the special event. -
SpeSizeChairs: number
Title:
Size of TentsA field in the special event component of the form designer used to describe the size of chairs. -
SpeSizeDumpsterWLids: number
Title:
Size of Dumpsters with LidsA field in the special event component of the form designer used to describe the size of the dumpsters with lids. -
SpeSizeGarbageContainers: number
Title:
Size of Garbage ContainersA field in the special event component of the form designer used to describe the size of garbage containers. -
SpeSizeRecycleContainers: number
Title:
Size of Recyclable ContainersA field in the special event component of the form designer used to describe the size of recyclable containers. -
SpeSoundChkFlag: boolean
Title:
Sound CheckMaximum Length:1A field in the special event component of the form designer used to indicate whether there is a sound check for the special event. The default value is no. -
SpeSoundEquipDescr: string
Title:
Sound Equipment DescriptionMaximum Length:100A field in the special event component of the form designer used to describe the sound equipment used at the special event. -
SpeStartDatetime: string
(date-time)
Title:
Start Date and TimeA field in the special event component of the form designer used to describe the start date and time of the special event. -
SpeStrCloseEndDatetime: string
(date-time)
Title:
Street Closure End Date and TimeA field in the special event component of the form designer used to describe the street closure end date and time. -
SpeStrCloseStartDatetime: string
(date-time)
Title:
Street Closure Start Date and TimeA field in the special event component of the form designer used to describe the street closure start date and time. -
SpeStreetClosureFlag: boolean
Title:
Street Closure RequiredMaximum Length:1A field in the special event component of the form designer used to describe whether a street closure is required for the special event. The default value is no. -
SpeTempLightingDescr: string
Title:
Temporary Lighting DescriptionMaximum Length:100A field in the special event component of the form designer used to describe the temporary lighting used for the special event. -
SpeTempLightingFlag: boolean
Title:
Temporary Lighting RequiredMaximum Length:1A field in the special event component of the form designer used to indicate whether the special event requires temporary lighting. The default value is no. -
SpeTempPowerFlag: boolean
Title:
Temporary Power ServiceMaximum Length:1A field in the special event component of the form designer used to indicate whether the special event requires temporary power service. The default value is no. -
SpeTrafficEquipDescr: string
Title:
Traffic Safety EquipmentMaximum Length:100A field in the special event component of the form designer used to describe the traffic safety equipment required for the special event. -
SpeTrafficEquipFlag: boolean
Title:
Traffic Safety Equipment UsedMaximum Length:1A field in the special event component of the form designer used to indicate that some traffic safety equipment will be used. The default value is no. -
SpeTrafficPlanVerifiedFlag: boolean
Title:
Traffic Plan VerifiedMaximum Length:1A field in the special event component of the form designer used to indicate whether a traffic plan is verified. The default value is no. -
SpeTrafficRouteRequiredFlag: boolean
Title:
Traffic Routing RequiredMaximum Length:1A field in the special event component of the form designer used to indicate whether traffic routing is required. The default value is no. -
SpeUseOfPublicBldgFlag: boolean
Title:
Public Building UseMaximum Length:1A field in the special event component of the form designer used to indicate whether a public building will be used for the special event. The default value is no. -
SpeUseOfPublicParkFlag: boolean
Title:
Public Park UseMaximum Length:1A field in the special event component of the form designer used to indicate whether the special event will use a public park. The default value is no. -
SpeUseOfPublicPlzFlag: boolean
Title:
Public Plaza UseMaximum Length:1A field in the special event component of the form designer used to indicate that a public plaza is being used for the special event. -
SpeUsePublicRowFlag: boolean
Title:
Public Right-of-Way UseMaximum Length:1A field in the special event component of the form designer used to indicate whether will be public right of way use. Right of way refers to the traffic flow for the special event. The default value is no. -
SpeWineFlag: boolean
Title:
Wine ServedMaximum Length:1A field in the special event component of the form designer used to indicate whether wine is served. The default value is no. -
SpeYouthAdmission: number
Title:
Youth Admission FeeA field in the special event component of the form designer used to describe the youth admission fee for the special event. -
VolumeUom: string
Title:
Volume UOMMaximum Length:5A field used to indicate the unit of measure for all volume related fields on the application. -
WeightUom: string
Title:
Weight UOMMaximum Length:5A field used to indicate the unit of measure for all weight related fields on the application. -
WhrFuelType: string
Title:
Fuel TypeMaximum Length:100A field in the water heater component of the form designer used to indicate the fuel type used by the water heater. -
WhrHeaterType: string
Title:
Water Heater TypeMaximum Length:100A field in the water heater component of the form designer used to indicate the type of water heater installed. -
WhrNewHeater: string
Title:
New or Replacement Water HeaterMaximum Length:100A field in the water heater component of the form designer used to indicate if the water heater is new or a replacement. -
WhrNumberNew: integer
(int32)
Title:
Number of New Water HeatersA field in the water heater component of the form designer used to indicate the number of new water heaters. -
WhrNumberReplace: integer
(int32)
Title:
Number of Replacement Water HeatersA field in the water heater component of the form designer used to indicate the number of replacement water heaters. -
WhrTankCapacity: number
Title:
Tank CapacityA field in the water heater component of the form designer used to indicate the tank capacity of the water heater. -
YrdDescription: string
Title:
DescriptionMaximum Length:200A field in the yard sale component of the form designer used to describe the yard sale. -
YrdEndDatetime: string
(date-time)
Title:
End Date and TimeA field in the yard sale component of the form designer used to describe the end date and time of the yard sale. -
YrdNumberDays: number
Title:
Number of DaysA field in the yard sale component of the form designer used to describe the number of days the yard sale will be running. -
YrdStartDatetime: string
(date-time)
Title:
Start Date and TimeA field in the yard sale component of the form designer used to describe the start date and time of the yard sale. -
ZonBaseFloodElevation: number
Title:
Base Flood ElevationA field in the site zoning component of the form designer used to describe the base flood elevation. -
ZonDisturbedAcreage: number
Title:
Disturbed AcreageA field in the site zoning component of the form designer used to enter the acreage disturbed by the construction. -
ZonEnvMgmtAreaFlag: boolean
Title:
On Environmental Management AreaMaximum Length:1Indicates whether the site is on an environmental management area. The default value is no. -
ZonExistingZoneEast: string
Title:
Existing Zone EastMaximum Length:100A field in the site zoning component of the form designer used to describe the existing east zone. -
ZonExistingZoneNorth: string
Title:
Existing Zone NorthMaximum Length:100A field in the site zoning component of the form designer used to describe the existing north zone. -
ZonExistingZoneSouth: string
Title:
Existing Zone SouthMaximum Length:100A field in the site zoning component of the form designer used to describe the existing south zone. -
ZonExistingZoneWest: string
Title:
Existing Zone WestMaximum Length:100A field in the site zoning component of the form designer used to describe the existing west zone. -
ZonFloodZone: string
Title:
Flood ZoneMaximum Length:100A field in the site zoning component of the form designer used to describe the flood zone. -
ZonFloodZoneFlag: boolean
Title:
In Flood ZoneMaximum Length:1Indicates the presence of a flood zone. The default value is no. -
ZonGrdwaterContaminatFlag: boolean
Title:
On Groundwater ContaminationMaximum Length:1Indicates whether the site is on a groundwater contamination area. The default value is no. -
ZonLandUsePrim: string
Title:
Primary Land UseMaximum Length:100A field in the site zoning component of the form designer used to describe the primary land use. -
ZonLandUseSec: string
Title:
Secondary Land UseMaximum Length:100A field in the site zoning component of the form designer used to describe the secondary land use. -
ZonLandUseTert: string
Title:
Tertiary Land UseMaximum Length:100A field in the site zoning component of the form designer used to describe the tertiary land use. -
ZonParkingRequiredFlag: boolean
Title:
Parking Spaces RequiredMaximum Length:1Indicates whether parking spaces are required. The default value is no. -
ZonParkingSpacesProvided: number
Title:
Parking Spaces ProvidedA field in the site zoning component of the form designer used to describe the parking spaces provided. -
ZonPlanCaseRequiredFlag: boolean
Title:
Planning Case RequiredMaximum Length:1Indicates whether a planning case is required. The default value is no. -
ZonProposedZoneEast: string
Title:
Proposed Zone EastMaximum Length:100A field in the site zoning component of the form designer used to describe the proposed east zone. -
ZonProposedZoneNorth: string
Title:
Proposed Zone NorthMaximum Length:100A field in the site zoning component of the form designer used to describe the proposed north zone. -
ZonProposedZoneSouth: string
Title:
Proposed Zone SouthMaximum Length:100A field in the site zoning component of the form designer used to describe the proposed south zone. -
ZonProposedZoneWest: string
Title:
Proposed Zone WestMaximum Length:100A field in the site zoning component of the form designer used to describe the proposed west zone. -
ZonRequiredPlanCaseType: string
Title:
Required Planning Case TypeMaximum Length:100A field in the site zoning component of the form designer used to describe the required planning case type. -
ZonTotalAcreage: number
Title:
Total AcreageA field in the site zoning component of the form designer used to describe the total acreage. -
ZonWaiveReduceParkingFlag: boolean
Title:
Waive or Reduce Required ParkingMaximum Length:1Indicates a request to waive or reduce the required parking spaces. The default value is no. -
ZonWithinOpenCreekFlag: boolean
Title:
Within Allowed Distance to Open Creek or CulvertMaximum Length:1Indicates whether the site is within an allowable distance to an open creek or culvert. The default value is no. -
ZonZoningPrim: string
Title:
Primary Land ZoningMaximum Length:100A field in the site zoning component of the form designer used to describe the primary land zoning. -
ZonZoningSec: string
Title:
Secondary Land ZoningMaximum Length:100A field in the site zoning component of the form designer used to describe the secondary land zoning. -
ZonZoningTert: string
Title:
Tertiary Land ZoningMaximum Length:100A field in the site zoning component of the form designer used to describe the tertiary land zoning.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : publicSectorRecords-LnpGlobalCustom-item-response
Type:
Show Source
object-
CreatedBy: string
Read Only:
trueMaximum Length:64The name of the user who created the comment. -
CreationDate: string
(date-time)
Read Only:
trueThe date when the global custom was created. -
LastUpdateDate: string
(date-time)
Read Only:
trueThe name of the user who last updated. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64The date when the global custom was last updated. -
LastUpdateLogin: string
Read Only:
trueMaximum Length:32The name of the user who last login. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LnpGlobalCustomPuid: string
Maximum Length:
480The unique key identifier for the related data migration transaction. -
LnpRecordId: string
Maximum Length:
50The logical ID of the application record. This ID is generated based on the auto number rule configured for the record type. -
LnpRecordKey: integer
(int64)
The unique identifier of the record.
-
ObjectVersionNumber: integer
(int32)
The system attribute that captures the incremental version number for an object.
-
RecordNumber: string
Maximum Length:
64The parent record key for the data migration transaction.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : publicSectorRecords-RecordAuthorizedAgent-item-response
Type:
Show Source
object-
Address1: string
Title:
Address Line 1Maximum Length:240This field indicates first address line of contact address. -
Address2: string
Title:
Address Line 2Maximum Length:240This field indicates second address line of contact address. -
Address3: string
Title:
Address Line 3Maximum Length:240This field indicates third address line of contact address. -
Address4: string
Title:
Address Line 4Maximum Length:240This field indicates fourth address line of contact address. -
AgentAddressId: integer
(int64)
The reference key to the TCA location table.
-
AgentSource: string
Maximum Length:
30The source of the agent. -
ApplicantIsAuthAgentFlag: string
Title:
Is the applicant an authorized agent?Maximum Length:1Indicates applicant is the authorized agent. -
AssociateDate: string
(date)
The date associated with the Contractor License.
-
AuthorizeStatus: string
Title:
Verification StatusMaximum Length:30The status of the agent associated with the contractor license. -
BePersonId: string
Maximum Length:
200This field indicates the identifier of a responsible person for the business. -
BePersonKey: integer
(int64)
This field indicates the unique identifier of a responsible person for the business.
-
BusinessEntityId: string
Maximum Length:
50The meaningful identifier for the business location. -
BusinessEntityKey: integer
(int64)
The unique identifier for the business entity.
-
BusinessLocationId: string
Maximum Length:
50The identifier for the business location. -
BusinessLocationKey: integer
(int64)
The unique identifier for the business location.
-
City: string
Title:
CityMaximum Length:60The name of city for the contact address. -
ContactBizPartyId: integer
(int64)
Title:
Business PartyThis field indicates party ID associated with the applicant. -
ContactBizProfileId: integer
(int64)
Title:
Business ProfileThis field indicates business profile ID associated with the applicant. -
ContactDmvLicExp: string
(date)
The responsible person???s driver???s license expiration date.
-
ContactDmvLicNum: string
Maximum Length:
30The responsible person???s driver???s license number. -
ContactDmvLicSt: string
Maximum Length:
60The responsible person???s driver???s license issued state. -
ContactId: integer
(int64)
Title:
Contact KeyThis field indicates contact ID associated with the applicant. -
ContactPartyId: integer
(int64)
Title:
Contact PartyThis field indicates party ID associated with the applicant. -
ContactProfileId: integer
(int64)
Title:
Applicant ProfileThis field indicates profile ID associated with the applicant. -
ContactType: string
Title:
Contact TypeMaximum Length:30This field Identifies the type of contact the person is associated with the license. -
Country: string
Title:
CountryMaximum Length:60This field indicates the name of the country for the contact address. -
County: string
Title:
CountyMaximum Length:60This field indicates the name of the county for the contact address. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThis attribute indicates the date and time of the creation of the row. -
DateOfBirth: string
(date)
The responsible person???s date of birth.
-
DisassociateDate: string
(date)
This field indicates the disassociated date from the Contractor License.
-
EmailAddress: string
Title:
EmailMaximum Length:320This field indicates the email address of the person associated with the contractor license. -
EmergContactPhone: string
Maximum Length:
60The person???s emergency contact phone number. -
EmergencyContactFlag: boolean
Maximum Length:
1Default Value:falseIndicates if an emergency contact phone exists. -
JobTitle: string
Title:
TitleMaximum Length:60This field identifies the person???s job title associated with the contact. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe user who last updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LnpAuthorizedAgntKey: integer
(int64)
The system generated number used uniquely to identify the license.
-
LnpAuthorizedAgntPuid: string
Maximum Length:
480The public unique identifier for authorized agent, which is an alternate key used by the CRM Import process. -
LnpLicenseKey: integer
(int64)
The agency staff that verified the responsible person.
-
LnpRecordId: string
Title:
Record IDMaximum Length:50This field indicates the meaningful transaction identifier. -
LnpRecordKey: integer
(int64)
Title:
Record IDThis field indicates the unique identifier of the license. -
ObjectVersionNumber: integer
(int32)
Title:
Object Version NumberRead Only:trueThe system attribute that captures the incremental version number for an object. -
OrganizationName: string
Title:
Company NameMaximum Length:360The organization of person associated with the contractor license. -
PartyId: integer
(int64)
This field indicates the party ID associated with the applicant.
-
PersonFirstName: string
Title:
First NameMaximum Length:150This field indicates the first name of person associated with the contractor license. -
PersonLastName: string
Title:
Last NameMaximum Length:150This field indicates the last name of person associated with the contractor license. -
PersonLengthAtAddress: integer
(int64)
The length of time the person has been at the address.
-
PersonMiddleName: string
Title:
Middle NameMaximum Length:60This field indicates the middle name of person associated with the contractor license. -
PersonName: string
Title:
Full NameMaximum Length:450This field indicates the full concatenated name including first, middle, last, and suffix names. -
PersonNameSuffix: string
Title:
SuffixMaximum Length:30This field indicates the suffix associated with the person name. -
PersonPreNameAdjunct: string
Title:
SalutationMaximum Length:30The salutation for the responsible person. -
PhoneAreaCode: string
Title:
Work Phone Country CodeMaximum Length:10This field indicates the area code of the phone number associated with contact. -
PhoneCountryCode: string
Title:
Work Phone Country CodeMaximum Length:10This field indicates the phone country code associated with phone number. -
PhoneExtension: string
Title:
PhoneMaximum Length:40This field indicates phone extension associated with the phone number. -
PhoneNumber: string
Title:
Phone NumberMaximum Length:40The phone number of the authorized agent. -
PhoneType: string
Maximum Length:
30The type of phone for the responsible person. -
PostalCode: string
Title:
ZIP CodeMaximum Length:60This field indicates the postal code for the contact address. -
PostalPlus4Code: string
Title:
Postal Plus 4 CodeMaximum Length:60The extended postal code of the agent. -
PrimaryFlag: boolean
Title:
PrimaryMaximum Length:1This field identifies the preferred contact for the contractor. -
Province: string
Title:
ProvinceMaximum Length:60This field indicates the name of the province for the contact address. -
RawPhoneNumber: string
Maximum Length:
60The responsible person???s full phone number. -
RecordNumber: string
Maximum Length:
64The public unique identifier for the permit record that is used by the CRM Import process. -
SourceAgentKey: integer
(int64)
The system generated number used uniquely to identify the agent.
-
SourceKey: integer
(int64)
This field Indicates the unique identifier of the source transaction.
-
State: string
Title:
StateMaximum Length:60This field indicates the name of state for the contact address. -
Status: string
Maximum Length:
30The status of the responsible person for the business. -
SubjectId: string
Maximum Length:
30The attribute used to identify where the data should be displayed. -
VerificationDate: string
(date)
The date the responsible person was verified.
-
VerificationStatus: string
Title:
Verification StatusMaximum Length:30The verification status for the responsible person. -
VerifiedBy: string
Maximum Length:
200The agency staff that verified the responsible person.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : publicSectorRecords-RecordComment-item-response
Type:
Show Source
object-
AgencyId: integer
(int32)
Title:
Agency IDDefault Value:1The unique identifier of the public sector agency. -
CommentId: integer
(int64)
The unique identifier of the record comment.
-
CommentPreview: string
Title:
Comment PreviewRead Only:trueThe comment preview. -
CommentPuid: string
Maximum Length:
480The unique key identifier for the related data migration transaction. -
CommentText: string
(byte)
Title:
CommentsThe comment text. -
CreatedByName: string
Title:
Created ByRead Only:trueThe name of the user who created the comment. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the comment was created. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe name of the user who last updated the comment. -
LastUpdatedByName: string
Title:
Last Updated ByRead Only:trueThe date when the comment was last updated. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LnpRecordId: string
Title:
Record IDMaximum Length:50The logical ID of the application record. This ID is generated based on the auto number rule configured for the record type. -
LnpRecordKey: integer
(int64)
The unique identifier of the record.
-
OriginalCreatedBy: string
The name of the user who created the comment.
-
RecordNumber: string
Maximum Length:
64The parent record key for the data migration transaction. -
SubjectId: string
Title:
SubjectMaximum Length:30The unique identifier to determine the type of comment such as a record, workflow, or inspection. -
Visibility: string
Title:
Hide from PublicMaximum Length:1Default Value:YThe checkbox to indicate if the comment will be visible to others.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : publicSectorRecords-RecordContractorLicense-item-response
Type:
Show Source
object-
AddedAfterSubmit: string
Maximum Length:
1Default Value:NThis indicates that a contractor license was added after the application was submitted. -
Address1: string
Title:
Address Line 1Maximum Length:240The first address line on contractor???s license. -
Address2: string
Title:
Address Line 2Maximum Length:240The second address line on contractor???s license. -
Address3: string
Title:
Address Line 3Maximum Length:240The third address line on contractor???s license. -
Address4: string
Title:
Address Line 4Maximum Length:240The fourth address line on contractor???s license. -
AgencyId: number
The agency ID this transaction belongs to.
-
ApplicantIsAuthAgentFlag: string
Maximum Length:
1Default Value:NThis field indicates applicant is the authorized agent for a contractor license. -
City: string
Title:
CityMaximum Length:60The name of the city on contractor???s license. -
ComplaintDiscloureInd: string
Maximum Length:
1This Indicates whether a complaint has been disclosed against license. -
ContractorInUse: string
Maximum Length:
1Default Value:YThis indicates if a contractor is still in use for the application. -
Country: string
Title:
CountryMaximum Length:60The name of the country on contractor???s license. -
County: string
Title:
CountyMaximum Length:60The name of the county on contractor???s license. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThis attribute indicates the date and time of the creation of the row. -
Dba: string
Title:
Doing Business AsMaximum Length:360The name the contractor is doing business as. -
EmailAddress: string
Title:
EmailMaximum Length:320The email address on contractor???s license. -
Enabled: string
This field indicates whether the license is valid for use.
-
Entity: string
Title:
Ownership TypeMaximum Length:30The entity identified on the contractor???s license. -
ExpireDate: string
(date)
Title:
Expire DateThe expiration date of contractor???s license. -
InactiveDate: string
(date)
Indicates the date on which the contractor???s license was inactivated.
-
IntegrationSource: string
Title:
Integration NameMaximum Length:30This Identifies the 3rd party integration. -
InternalLicenseStatus: string
Title:
StatusMaximum Length:30This is the Internally assigned status by the agent on the license. -
IntLastUpdateBy: string
Title:
Last Updated ByMaximum Length:64This Indicates the user who updated record with 3rd party integration data. -
IntLastUpdateDt: string
(date)
Title:
Last Updated DateThis Indicates the date the last user updated with 3rd party integration data. -
IntStatusLastUpdateBy: string
Title:
Last Updated ByMaximum Length:64This Indicates the user who updated the internal license status. -
IntStatusLastUpdateDt: string
(date)
Title:
Last Updated DateThis Indicates the date when the user updated the internal license status. -
InUseLastUpdateBy: string
Maximum Length:
64The user who last updated the contractor???s In Use status. -
InUseLastUpdateDate: string
(date)
The date when the contractor???s In Use status was last updated.
-
IssueDate: string
(date)
Title:
Issue DateThe date on which the contractor???s license was issued or in effect. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThis attribute indicates the date and time of the last update of the row. -
LicenseKey: integer
(int64)
Title:
License NumberThe system generated number used uniquely to identify the license. -
LicenseLmfPre: string
Maximum Length:
10The suffix associated with the contractor HIS license number. -
LicenseNumber: string
Title:
License NumberMaximum Length:30The license number issued by the government. -
LicenseNumberTwo: string
Title:
License NumberMaximum Length:30The number portion of the contractor license. -
LicenseSetupCode: string
Title:
License SourceMaximum Length:30This identifies the setup code that identifies the segment usages on the license. -
LicenseSyncDate: string
(date-time)
This field indicates the date and time when the license was merged with the contractor license file.
-
LicenseType: string
Maximum Length:
30This Identifies the type of license issued. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LnpLicenseKey: integer
(int64)
Title:
License NumberThe system generated number used uniquely to identify the license on the transaction. -
LnpLicensePuid: string
Maximum Length:
480The public unique identifier for the license, which is an alternate key used by the CRM Import process. -
LnpRecordId: string
Title:
Record IDMaximum Length:50This Indicates the meaningful transaction identifier. -
LnpRecordKey: integer
(int64)
Title:
Record IDThe unique identifier for the related transaction. -
Name: string
Title:
Qualifier NameMaximum Length:360The name on the contractor???s license. -
ObjectVersionNumber: integer
(int32)
Title:
Object Version NumberRead Only:trueThe system attribute that captures the incremental version number for an object. -
Owner: string
Title:
Owner NameMaximum Length:360This field indicates the owner name(s) on the contractor???s license. -
PhoneAreaCode: string
Title:
Work Phone CountryMaximum Length:10This field indicates the phone area code on the contractor???s license. -
PhoneCountryCode: string
Title:
Work Phone Country CodeMaximum Length:10This field indicates the phone country code on the contractor???s license. -
PhoneExtension: string
Title:
PhoneMaximum Length:20This field indicates the phone extension on the contractor???s license. -
PhoneNumber: string
Title:
PhoneMaximum Length:40This field indicates the phone number on the contractor???s license. -
PostalCode: string
Title:
ZIP CodeMaximum Length:60This attribute indicates the postal code on contractor???s license. -
PostalPlus4Code: string
Title:
Postal Plus 4 CodeMaximum Length:60This attribute indicates the postal plus code on contractor???s license. -
Province: string
Title:
ProvinceMaximum Length:60This field indicates the name of province on contractor???s license. -
ReactivateDate: string
(date)
This field indicates the reissue or renewal date of contractor???s license.
-
RecordContractorLicFact: array
RecordContractorLicFacts
Title:
RecordContractorLicFactsThe record contractor license fact resource is used to view, create, modify, or delete a record contractor license fact. A contractor license fact indicates lincense fact information associated with contractor license. Note: You must use the agency???s dynamic REST API: /fscmRestApi/resources/11.13.18.05/LNP_c. -
RecordContractorLicInsurance: array
RecordContractorLicInsurances
Title:
RecordContractorLicInsurancesThe record contractor license Insurance resource is used to view, create, modify, or delete a record contractor license Insurance. A contractor license Insurance indicates lincense Insurance information associated with contractor license. Note: You must use the agency???s dynamic REST API: /fscmRestApi/resources/11.13.18.05/LNP_c. -
RecordNumber: string
Maximum Length:
64The public unique identifier for the permit record that is used by the CRM Import process. -
ReissueDate: string
(date)
Title:
Reissue DateThis field indicates the reissue date of contractor???s license. -
SourceStatus: string
Maximum Length:
100The source status of the contractor???s license. -
State: string
Title:
StateMaximum Length:60This field indicates the name of the state on contractor license. -
SubjectId: string
Maximum Length:
30The attribute used to identify where the data should be displayed. -
SuspendDate: string
(date)
The first date of contract???s license suspension.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : RecordContractorLicFacts
Type:
arrayTitle:
RecordContractorLicFactsThe record contractor license fact resource is used to view, create, modify, or delete a record contractor license fact. A contractor license fact indicates lincense fact information associated with contractor license. Note: You must use the agency???s dynamic REST API: /fscmRestApi/resources/11.13.18.05/LNP_c.
Show Source
Nested Schema : RecordContractorLicInsurances
Type:
arrayTitle:
RecordContractorLicInsurancesThe record contractor license Insurance resource is used to view, create, modify, or delete a record contractor license Insurance. A contractor license Insurance indicates lincense Insurance information associated with contractor license. Note: You must use the agency???s dynamic REST API: /fscmRestApi/resources/11.13.18.05/LNP_c.
Show Source
Nested Schema : publicSectorRecords-RecordContractorLicense-RecordContractorLicFact-item-response
Type:
Show Source
object-
CntrctrLicFactRec: string
Maximum Length:
30This Identifies the type of fact record for the data. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThis indicates the date and time of creation of the row. -
IntegrationSource: string
Title:
Integration NameMaximum Length:30This identifies 3rd party integration. -
IntLastUpdDt: string
(date)
Title:
Last UpdatedThe date last updated by 3rd party???s system. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThis indicates the date and time of the last update of the row. -
LicenseFactKey: integer
(int64)
The system generated number used uniquely to identify the license.
-
LicenseKey: integer
(int64)
This field Indicates the unique identifier of the license.
-
LicFactCode: string
Maximum Length:
30This identifies the code for this fact data. -
LicFactCodeValue: string
Maximum Length:
500This Identifies the value for this fact data. -
LicFactDate: string
(date)
This Identifies the date for this fact data.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LnpLicenseFactKey: integer
(int64)
The auto generated number used uniquely to identify the license on the transaction.
-
LnpLicenseFactPuid: string
Maximum Length:
480The public unique identifier for the license fact, which is an alternate key used by the CRM Import process. -
LnpLicenseKey: integer
(int64)
Title:
License NumberThis field Indicates the unique identifier of the license transaction. -
LnpLicensePuid: string
Maximum Length:
480The parent unique identifier, which is an alternate key used by the CRM Import process. -
LnpRecordId: string
Title:
Record IDMaximum Length:50This field Indicates the meaningful transaction identifier. -
LnpRecordKey: integer
(int64)
Title:
Record IDThe unique identifier for the related transaction. -
ObjectVersionNumber: integer
(int32)
Title:
Object Version NumberRead Only:trueThe system attribute that captures the incremental version number for an object.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : publicSectorRecords-RecordContractorLicense-RecordContractorLicInsurance-item-response
Type:
Show Source
object-
CancelDate: string
(date)
Title:
Cancellation DateThis field indicates the cancellation date of the policy or bond on the license. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThis indicates the date and time of the creation of the row. -
Exempt: string
Title:
ExemptMaximum Length:30Indicates whether the contractor is exempt for workers' compensation insurance. -
Exemptdesc: string
Title:
Exemption ReasonMaximum Length:500This field indicates description of workers' compensation exemption. -
Exemptlongdesc: string
(byte)
This field indicates the long description of workers' compensation exemption.
-
ExpireDate: string
(date)
Title:
Expire DateThis field indicates the expiry date of the policy or bond on the license. -
InsuranceFactRec: string
Maximum Length:
30This field indicates the type of insurance associated with state license. -
InsuranceType: string
Title:
Insurance TypeMaximum Length:360This field indicates the type of insurance on license. -
InsurerAmt: number
Title:
AmountThis field indicates the coverage amount on the bond or policy on the license. -
InsurerCode: string
Title:
CodeMaximum Length:30This field indicates the code associated with insurer on license. -
InsurerLink: string
Maximum Length:
500The additional URL link to drill into insurer details. -
InsurerName: string
Title:
Company NameMaximum Length:360This field indicates the name of insurer on contractor license. -
InsurerPolicyNo: string
Title:
Policy NumberMaximum Length:30This field indicates the policy number issued by the insurer on license. -
IntegrationSource: string
Title:
Integration NameMaximum Length:30This field Identifies the 3rd party integration. -
IntentToSuspendDate: string
(date)
This field indicates the intent to suspend policy notice date.
-
IntLastUpdDt: string
(date)
Title:
Last Updated DateThis field indicates the date last updated by the 3rd party???s system. -
IssueDate: string
(date)
Title:
Issue DateThis field indicates the issue date of the policy or bond on the license. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThis field indicates the date and time of the last update of the row. -
LicenseInsuranceKey: integer
(int64)
The system generated number used uniquely to identify the license.
-
LicensePercentage: integer
(int32)
This field indicates the percentage of voting stock in the company.
-
LicQualifierName: string
Title:
Qualifier NameMaximum Length:360This field indicates the name of the qualifying individual on bond. -
LicQualifierNameType: string
Maximum Length:
20This field indicates the type of qualifier bond on bond. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LnpLicenseInsKey: integer
(int64)
This field Indicates the unique identifier of the license for the transaction.
-
LnpLicenseInsPuid: string
Maximum Length:
480The public unique identifier for license insurance, which is an alternate key used by the CRM Import process. -
LnpLicenseKey: integer
(int64)
Title:
License NumberThis field indicates the unique identifier of the license transaction. -
LnpLicensePuid: string
Maximum Length:
480The parent unique identifier, which is an alternate key used by the CRM Import process. -
LnpRecordId: string
Title:
Record IDMaximum Length:50This field indicates the meaningful transaction identifier. -
LnpRecordKey: integer
(int64)
Title:
Record IDThe unique identifier for the related transaction. -
ObjectVersionNumber: integer
(int32)
Title:
Object Version NumberThe system attribute that captures the incremental version number for an object. -
RenewalDate: string
(date)
This field indicates the renewal date of the policy or bond on the license.
-
SuspendDate: string
(date)
This field indicates the suspension date of the policy or bond on the license.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : publicSectorRecords-RecordGISObject-item-response
Type:
Show Source
object-
AgencyId: integer
(int32)
Default Value:
1The unique identifier for a public sector agency. -
CreationDate: string
(date-time)
Read Only:
trueThe date when the GIS object was created. -
GeometryJson: string
(byte)
The transient geometry string field of a record GIS object, which is the geometry's JSON data from the ESRI GIS server.
-
GisLayerName: string
Maximum Length:
100The unique identifier for the layer that the GIS object belongs to. -
GisObjDisplayAttrs: string
Maximum Length:
4000The collection of display attributes for the GIS object. -
GisObjIdAttrs: string
Maximum Length:
2000The collection of unique identifier attributes for the GIS object. -
GisObjKey: integer
(int64)
The unique identifier for the GIS object associated with the record.
-
LastUpdateDate: string
(date-time)
Read Only:
trueThe date when the GIS object was last updated. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LnpRecordId: string
Maximum Length:
50The unique identifier for the application record. -
LnpRecordKey: integer
(int64)
The unique identifier for the record associated with the GIS object.
-
Shape: object
Shape
The Oracle spatial field of a record parcel, which is the storage field for shape data.
-
ShapeJson: string
The transient string field of a record GIS object, which is the shape's JSON data from the ESRI GIS server.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Shape
Type:
objectThe Oracle spatial field of a record parcel, which is the storage field for shape data.
Nested Schema : publicSectorRecords-RecordParcel-item-response
Type:
Show Source
object-
AdditionalStructure: string
Maximum Length:
200The Information about additional structures located on the parcel. -
AgencyId: integer
(int32)
Title:
Agency IDDefault Value:1The unique identifier for the public sector agency associated with the parcel. -
Bathrooms: string
Maximum Length:
20The number of bathrooms for the building in the parcel. -
Bedrooms: string
Maximum Length:
20The number of bedrooms for the building in the parcel. -
BlockNumber: 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: 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: 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: string
Maximum Length:
100This field indicates neighborhood information related to the location of the parcel. -
CensusTract: string
Maximum Length:
100This field indicates neighborhood information related to the location of the parcel. -
ClimateZone: string
Maximum Length:
200This field indicates detailed land information of the parcel. -
CoordinateX: number
Title:
Coordinate XThe x axis coordinate for the record parcel. -
CoordinateY: number
Title:
Coordinate YThe y axis coordinate for the record parcel. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the record parcel was created. -
DistrictName: string
Title:
DistrictMaximum Length:50The district name of the parcel. -
DwellingUnitCount: integer
(int64)
The count of dwelling units in the record parcel.
-
FireRisk: string
Maximum Length:
200This field indicates detailed land information of the parcel. -
FloodInsRateMap: string
Maximum Length:
200This field indicates flood Insurance Rate Map related to the parcel location for the flood plain management and for insurance purposes. -
FloodZone: string
Maximum Length:
200This field indicates detailed land information of the parcel. -
GeneralPlanTwo: string
Maximum Length:
30This field indicates alternate Land Information of the parcel. -
Jurisdiction: string
Title:
JurisdictionMaximum Length:50The name of the city, if incorporated, or the name of the county, if unincorporated. -
LandslideRisk: string
Maximum Length:
200This field indicates detailed land information of the parcel. -
LandUseCode: 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: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date when the record parcel was last updated. -
Latitude: number
Title:
LatitudeThe geographic location of the parcel that is north or south of the equator. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LiquefactionRisk: string
Maximum Length:
200This field indicates detailed land information of the parcel. -
LnpRecordId: string
Title:
Record IDMaximum Length:50The unique identifier for the application record. -
LnpRecordKey: integer
(int64)
Title:
RecordThe unique identifier for the record associated with the parcel. -
Longitude: number
Title:
LongitudeThe geographic location of the parcel 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: 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: string
Title:
Map Book PageMaximum Length:50The recorded map book and page. -
MapName: string
Title:
Map NameMaximum Length:50The recorded map name. -
PageNumber: 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: array
Record Parcel Addresses
Title:
Record Parcel AddressesThe record parcel addresses resource is used to view, create, modify, or delete a record parcel address. Record parcel addresses are the street addresses of parcels or plots of real estate associated with a record. Note: The standard actions are not available in the records resource. You must use the agency???s dynamic REST API: /fscmRestApi/resources/11.13.18.05/LNP_c. -
ParcelId: integer
(int64)
Title:
ParcelThe unique identifier of the record parcel. -
ParcelIdEntered: string
Title:
ParcelMaximum Length:30The Assessor Parcel Number (APN) as entered by the user. -
ParcelKey: integer
(int64)
Title:
Parcel KeyThe unique identifier for a parcel. -
ParcelOwner: array
Record Parcel Owners
Title:
Record Parcel OwnersThe record parcel owners resource is used to view, create, modify, or delete a record parcel owner. Record parcel owners are the owners of parcels or plots of real estate associated with a record. Note: The standard actions are not available in the records resource. You must use the agency???s dynamic REST API: /fscmRestApi/resources/11.13.18.05/LNP_c. -
ParcelSizeOne: number
The first parcel size.
-
ParcelSizeOneUnit: string
Maximum Length:
10The unit of measure for the first parcel size. -
ParcelSizeTwo: number
The second parcel size.
-
ParcelSizeTwoUnit: string
Maximum Length:
10The unit of measure for the second parcel size. -
ParcelStatus: string
Maximum Length:
20Default Value:ORA_FINThe status of the parcel, which can be Final or Provisional. -
ParcelType: string
Title:
Parcel TypeMaximum Length:30The type of the parcel. For example, commercial, residential, or government. -
ParentParcelId: integer
(int64)
Title:
Parent ParcelThe unique identifier for the parent record parcel. -
Patio: string
Maximum Length:
200The Information about patios located in the parcel. -
Pool: string
Maximum Length:
200The information about pools located in the parcel. -
PrimaryFlag: boolean
Title:
PrimaryMaximum Length:1Indicates the primary parcel. If the value is Y, then the parcel is the primary parcel. The default value is N. -
PrimaryZoningId: string
Title:
Primary ZoneMaximum Length:30The primary zoning ID of the zoning for the parcel. -
PropertyDescription: string
Title:
Property DescriptionMaximum Length:240The property description. -
SectionNumber: string
Title:
SectionMaximum Length:30The section number of the parcel in the detail land information, which is part of the Assessor Parcel Number (APN). -
Shape: object
Shape
The Oracle spatial field of a record parcel, which is the storage field for shape data.
-
ShapeJson: string
The transient string field of a record parcel, which is the shape's JSON data from the ESRI GIS server.
-
SoilType: string
Maximum Length:
200This field indicates detailed land information of the parcel. -
Srid: integer
(int64)
Title:
SRIDThe GIS coordinate system in use. -
StructureSizeOne: number
The first structure size.
-
StructureSizeOneUnit: string
Maximum Length:
10The unit of measure for the first structure size. -
StructureSizeTwo: number
The second structure size.
-
StructureSizeTwoUnit: string
Maximum Length:
10The unit of measure for the second structure size. -
Subdivision: string
Title:
SubdivisionMaximum Length:30The subdivision of the parcel in the detail land information, which is part of the Assessor Parcel Number (APN). -
TaxRateArea: string
Maximum Length:
100This field indicates area Identifier of the parcel location for taxation purposes. -
UnitNumber: 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: string
Maximum Length:
4The year in which the building on the parcel was built. -
ZoningCodeTwo: string
Maximum Length:
30The secondary zoning code of the zoning related to the parcel. -
ZoningDescription: string
Title:
Zone DescriptionMaximum Length:240The zoning description.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Record Parcel Addresses
Type:
arrayTitle:
Record Parcel AddressesThe record parcel addresses resource is used to view, create, modify, or delete a record parcel address. Record parcel addresses are the street addresses of parcels or plots of real estate associated with a record. Note: The standard actions are not available in the records resource. You must use the agency???s dynamic REST API: /fscmRestApi/resources/11.13.18.05/LNP_c.
Show Source
Nested Schema : Record Parcel Owners
Type:
arrayTitle:
Record Parcel OwnersThe record parcel owners resource is used to view, create, modify, or delete a record parcel owner. Record parcel owners are the owners of parcels or plots of real estate associated with a record. Note: The standard actions are not available in the records resource. You must use the agency???s dynamic REST API: /fscmRestApi/resources/11.13.18.05/LNP_c.
Show Source
Nested Schema : Shape
Type:
objectThe Oracle spatial field of a record parcel, which is the storage field for shape data.
Nested Schema : publicSectorRecords-RecordParcel-ParcelAddress-item-response
Type:
Show Source
object-
Address1: string
Title:
Address Line 1Maximum Length:240The first or main address. -
Address2: string
Title:
Address Line 2Maximum Length:240The second address, if present. -
Address3: string
Title:
Address Line 3Maximum Length:240The third address, if present. -
Address4: string
Title:
Address Line 4Maximum Length:240The fourth address, if present. -
AddressId: integer
(int64)
Title:
AddressThe identifier of the parcel address. -
AddressKey: integer
(int64)
Title:
Address KeyThe unique identifier of the parcel address. -
AddressType: string
Title:
Address TypeMaximum Length:20The address type used for delivery point validation. For example, main address, side address, or virtual address. -
AgencyId: integer
(int32)
Title:
Agency IDDefault Value:1The unique identifier for a public sector agency associated with the parcel address. -
BuildingType: string
Title:
BuildingMaximum Length:20The building type of building used in an address search. For example, Tower A or Block 3. -
CellPhoneCountry: string
Title:
Cell Phone CountryMaximum Length:10The country code for the cell phone number of parcel contact. -
CellPhoneNumber: string
Title:
Cell PhoneMaximum Length:40The cell phone number of the parcel address contact. -
City: string
Title:
CityMaximum Length:60The city in the parcel address. -
CoordinateX: number
Title:
Coordinate XThe x axis coordinate of the record parcel address. -
CoordinateY: number
Title:
Coordinate YThe y axis coordinate of the record parcel address. -
Country: string
Title:
CountryMaximum Length:60The country in the parcel address. -
County: string
Title:
CountyMaximum Length:60The country in the parcel address. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the parcel address was created. -
CrossroadOne: string
Maximum Length:
240The first cross road of the intersection. -
CrossroadTwo: string
Maximum Length:
240The second cross road of the intersection. -
EmailId: string
Title:
EmailMaximum Length:50The email address of the parcel address contact. -
FaxCountry: string
Title:
Fax CountryMaximum Length:10The country code for the fax number of the parcel contact. -
FaxNumber: string
Title:
FaxMaximum Length:40The fax number of the parcel address contact. -
Floor: string
Title:
FloorMaximum Length:20The floor or level in an address search. For example, mezzanine level, penthouse, or garage level C. -
HomePhoneCountry: string
Title:
Home Phone CountryMaximum Length:10The country code for the home telephone number of the parcel address contact. -
HomePhoneNumber: string
Title:
Home PhoneMaximum Length:40The home telephone number of the parcel address contact. -
InputSource: 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: string
Maximum Length:
200The landmark associated with the address. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date when the parcel address was last updated. -
Latitude: 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: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LnpRecordId: string
Title:
Record IDMaximum Length:50A logical identifier for the application record. -
LnpRecordKey: integer
(int64)
Title:
RecordThe unique identifier of the record associated with the parcel address. -
Longitude: 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: string
Title:
MunicipalityMaximum Length:20The municipality identifier if the parcel is not managed at the county level. -
ParcelId: integer
(int64)
Title:
ParcelThe identifier of the record parcel. -
ParcelKey: integer
(int64)
Title:
Parcel KeyThe unique identifier for the parcel associated with a parcel address. -
PostalCode: string
Title:
Postal CodeMaximum Length:60The postal code in the parcel address. -
PostalPlus4Code: string
Title:
Postal Plus 4 CodeMaximum Length:20An extended postal code in the parcel address. -
PrimaryFlag: boolean
Title:
PrimaryMaximum Length:1Indicates the primary parcel address. If the value is Y, then the parcel address is the primary parcel address. The default value is N. -
PrimaryTransAddress: boolean
Title:
Primary Transaction AddressMaximum Length:1The primary address of the parcel. -
Province: string
Title:
ProvinceMaximum Length:60The province in the parcel address. -
Srid: 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: string
Title:
StateMaximum Length:60The state in the parcel address. -
StreetDirection: 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: string
Title:
StreetMaximum Length:240The street name in the parcel address used during a search. -
StreetNameConcat: string
Maximum Length:
350Indicates the concatenated value of the street name corresponding to the parcel address. The concatenated value of the street name is obtained by using the direction prefix, street name, street suffix, and direction suffix. -
StreetNumber: string
Title:
Street NumberMaximum Length:20The street number in the parcel address. -
StreetSuffix: string
Maximum Length:
20The street suffix that further describes the street such as Drive, Avenue and so on. -
StreetType: 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: string
Title:
UnitMaximum Length:30The exact unit in a building used in an address search. For example, Apartment 208A or Suite 300. -
WorkPhoneCountry: string
Title:
Work Phone CountryMaximum Length:10The country code for the work telephone number of the parcel contact. -
WorkPhoneNumber: string
Title:
Work PhoneMaximum Length:40The work telephone number of the parcel address contact.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : publicSectorRecords-RecordParcel-ParcelOwner-item-response
Type:
Show Source
object-
Address1: string
Title:
Address Line 1Maximum Length:240The first or main address of the parcel owner. -
Address2: string
Title:
Address Line 2Maximum Length:240The second address of the parcel owner, if present. -
Address3: string
Title:
Address Line 3Maximum Length:240The third address of the parcel owner, if present. -
Address4: string
Title:
Address Line 4Maximum Length:240The fourth address of the parcel owner, if present. -
AgencyId: integer
(int32)
Title:
Agency IDDefault Value:1The unique identifier for a public sector agency associated with a parcel owner. -
BuildingType: string
Title:
BuildingMaximum Length:20The building type of building used in an address search. For example, Tower A or Block 3. -
CellPhoneCountry: string
Title:
Cell Phone CountryMaximum Length:10The country code for the cell phone number of parcel owner. -
CellPhoneNumber: string
Title:
Cell PhoneMaximum Length:40The cell phone number of the parcel owner. -
City: string
Title:
CityMaximum Length:60The city in the parcel owner's address. -
Country: string
Title:
CountryMaximum Length:60The country in the parcel owner's address. -
County: string
Title:
CountyMaximum Length:60The county in the parcel owner's address. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the parcel owner was created. -
DocumentNumber: string
Title:
DocumentMaximum Length:50The County Recorder's office document number for the transfer of ownership. -
EmailId: string
Title:
EmailMaximum Length:50The email address of the parcel owner. -
FaxCountry: string
Title:
Fax CountryMaximum Length:10The country code for the fax number of the parcel owner. -
FaxNumber: string
Title:
FaxMaximum Length:40The fax number of the parcel owner. -
Floor: string
Title:
FloorMaximum Length:20The floor or level in an address search. For example, mezzanine level, penthouse, or garage level C. -
HomePhoneCountry: string
Title:
Home Phone CountryMaximum Length:10The country code for the home telephone number of the parcel owner. -
HomePhoneNumber: string
Title:
Home PhoneMaximum Length:40The home telephone number of the parcel owner. -
LastTransferDate: string
(date)
Title:
Last Transfer DateThe date of the last transfer of ownership. -
LastTransferType: string
Title:
Last Transfer TypeMaximum Length:50The type of last transfer of ownership. For example, grant deed, gift deed, or regular sale. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date when the parcel owner was last updated. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LnpRecordId: string
Title:
Record IDMaximum Length:50The unique identifier for the application record. -
LnpRecordKey: integer
(int64)
Title:
RecordThe unique identifier for the record associated with the parcel. -
Owner: string
Title:
OwnerMaximum Length:150The name of the first or main owner. -
OwnerId: integer
(int64)
Title:
OwnerThe unique identifier for the parcel owner. -
OwnerKey: integer
(int64)
Title:
Owner KeyThe unique identifier for a record parcel owner. -
OwnerType: string
Title:
Ownership TypeMaximum Length:20The type of ownership. For example, business or private person. -
ParcelId: integer
(int64)
Title:
ParcelThe unique identifier for the parcel. -
ParcelKey: integer
(int64)
Title:
Parcel KeyThe unique identifier for the record parcel. -
PostalCode: string
Title:
Postal CodeMaximum Length:60The postal code in the parcel owner's address. -
PostalPlus4Code: string
Title:
Postal Plus 4 CodeMaximum Length:20An extended postal code in the parcel owner's address. -
PrimaryFlag: boolean
Title:
PrimaryMaximum Length:1Indicates the primary parcel owner. If the value is Y, then the parcel owner is the primary owner. The default value is N. -
Province: string
Title:
ProvinceMaximum Length:60The province in the parcel owner's address. -
SecondaryOwner: string
Title:
Secondary OwnerMaximum Length:150The name of the secondary owner. -
State: string
Title:
StateMaximum Length:60The state in the parcel owner's address. -
StreetDirection: 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: string
Title:
StreetMaximum Length:240The street name in the parcel owner's address used during a search. -
StreetNumber: string
Title:
Street NumberMaximum Length:20The street number in the parcel owner's address. -
StreetType: 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: string
Title:
UnitMaximum Length:30The exact unit in a building used in an address search. For example, Apartment 208A or Suite 300. -
WorkPhoneCountry: string
Title:
Work Phone CountryMaximum Length:10The country code for the work telephone number of the parcel owner. -
WorkPhoneNumber: string
Title:
Work PhoneMaximum Length:40The work telephone number of the parcel owner.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : publicSectorRecords-RecordParcelAddressOwner-item-response
Type:
Show Source
object-
AdditionalStructure: string
Maximum Length:
200The Information about additional structures located on the parcel address owner. -
Address1: string
Title:
Address Line 1Maximum Length:240The first or main address of owner. -
Address2: string
Title:
Address Line 2Maximum Length:240The second address, if present. -
Address3: string
Title:
Address Line 3Maximum Length:240The third address, if present. -
Address4: string
Title:
Address Line 4Maximum Length:240The fourth address, if present. -
AddressAgencyId: integer
(int32)
Title:
Agency IDDefault Value:1The unique identifier for a public sector agency. -
AddressCoordinateX: number
Title:
Coordinate XThe x coordinate of the parcel address. -
AddressCoordinateY: number
Title:
Coordinate YThe y coordinate of the parcel address. -
AddressCreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the parcel address. -
AddressCreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date and time that the parcel address was created. -
AddressId: integer
(int64)
Title:
AddressThe identifier of the parcel address. -
AddressKey: integer
(int64)
Title:
Address KeyThe unique identifier of the parcel address. -
AddressLastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date and time when the parcel address was last updated. -
AddressLastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the parcel address. -
AddressLatitude: number
Title:
LatitudeThe latitude of the parcel address. -
AddressLnpRecordId: string
Title:
Record IDMaximum Length:50The unique identifier for the application record. -
AddressLnpRecordKey: integer
(int64)
Title:
RecordThe unique identifier for the record associated with the parcel address. -
AddressLongitude: number
Title:
LongitudeThe longitude of the parcel address. -
AddressParcelId: integer
(int64)
Title:
ParcelThe identifier of the record parcel. -
AddressParcelKey: integer
(int64)
Title:
Parcel KeyThe unique identifier for a parcel. -
AddressPrimaryFlag: boolean
Title:
PrimaryMaximum Length:1Indicates the primary parcel address. If the value is Y, then the parcel address is the primary parcel address. The default value is N. -
AddressSrid: integer
(int64)
Title:
SRIDThe spatial reference identifier. This is a unique coordinate identifier for a local, regional, or global system used to locate geographical or spatial entities within geographic information systems. -
AddressType: string
Title:
Address TypeMaximum Length:20The address type used for delivery point validation. For example, main address, side address, or virtual address. -
AddressUnitNumber: string
Title:
UnitMaximum Length:30The unit number of the parcel address. -
AgencyId: integer
(int32)
Title:
Agency IDDefault Value:1The unique identifier for a public sector agency associated with the parcel. -
Bathrooms: string
Maximum Length:
20The number of bathrooms in the building for the parcel address owner. -
Bedrooms: string
Maximum Length:
20The number of bedrooms in the building for the parcel address owner. -
BlockNumber: 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: 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: 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. -
BuildingType: string
Title:
BuildingMaximum Length:20The building type of building used in an address search. For example, Tower A or Block 3. -
CellPhoneCountry: string
Title:
Cell Phone CountryMaximum Length:10The country code for the cell phone number of parcel contact. -
CellPhoneNumber: string
Title:
Cell PhoneMaximum Length:40The cell phone number of the parcel address contact. -
CensusBlock: string
Maximum Length:
100This field indicates neighborhood information related to the location of the parcel. -
CensusTract: string
Maximum Length:
100This field indicates neighborhood information related to the location of the parcel. -
City: string
Title:
CityMaximum Length:60The city of the parcel address. -
ClimateZone: string
Maximum Length:
200This field indicates detailed land information of the parcel. -
CoordinateX: number
Title:
Coordinate XThe x axis coordinate for the record parcel. -
CoordinateY: number
Title:
Coordinate YThe y-axis coordinate for the record parcel. -
Country: string
Title:
CountryMaximum Length:60The country of the parcel address. -
County: string
Title:
CountyMaximum Length:60The county of the parcel address. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the record. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the record was created. -
CrossroadOne: string
Maximum Length:
240The first cross road of the intersection. -
CrossroadTwo: string
Maximum Length:
240The second cross road of the intersection. -
DistrictName: string
Title:
DistrictMaximum Length:50The district name of the parcel. -
DocumentNumber: string
Title:
DocumentMaximum Length:50The document number of the parcel owner. -
DwellingUnitCount: integer
(int64)
The count of dwelling units in the record parcel.
-
EmailId: string
Title:
EmailMaximum Length:50The email address of the parcel address contact. -
FaxCountry: string
Title:
Fax CountryMaximum Length:10The country code for the fax number of the parcel contact. -
FaxNumber: string
Title:
FaxMaximum Length:40The fax number of the parcel address contact. -
FireRisk: string
Maximum Length:
200This field indicates detailed land information of the parcel. -
FloodInsRateMap: string
Maximum Length:
200This field indicates flood Insurance Rate Map related to the parcel location for flood plain management and for insurance purposes. -
FloodZone: string
Maximum Length:
200This field indicates detailed land information of the parcel. -
Floor: string
Title:
FloorMaximum Length:20The floor or level in an address search. For example, mezzanine level, penthouse, or garage level C. -
GeneralPlanTwo: string
Maximum Length:
30This field indicates alternate land Information of the Parcel. -
GeometryJson: string
(byte)
The transient geometry string field of a record GIS object, which is the geometry's JSON data from the ESRI GIS server.
-
GISAgencyId: integer
(int32)
Default Value:
1The unique identifier for a public sector agency. -
GISCreationDate: string
(date-time)
Read Only:
trueThe date when the GIS object was created. -
GISLastUpdateDate: string
(date-time)
Read Only:
trueThe date when the GIS object was last updated. -
GisLayerName: string
Maximum Length:
100The unique identifier for the layer that the GIS object belongs to. -
GISLnpRecordId: string
Maximum Length:
50The unique identifier for the application record. -
GISLnpRecordKey: integer
(int64)
The unique identifier for the record associated with the GIS object.
-
GisObjDisplayAttrs: string
Maximum Length:
4000The collection of display attributes for the GIS object. -
GisObjIdAttrs: string
Maximum Length:
2000The collection of unique identifier attributes for the GIS object. -
GisObjKey: integer
(int64)
The unique identifier for the GIS object associated with the record.
-
GISShapeJson: string
The transient string field of a record GIS object, which is the shape's JSON data from the ESRI GIS server.
-
GisSketchDescr: string
Maximum Length:
400The description of the sketch. -
GisSketchId: string
Title:
SketchMaximum Length:50The unique identifier for the sketch. -
GisSketchKey: integer
(int64)
The unique identifier for the sketch associated with the record.
-
HomePhoneCountry: string
Title:
Home Phone CountryMaximum Length:10The country code for the home telephone number of the parcel address contact. -
HomePhoneNumber: string
Title:
Home PhoneMaximum Length:40The home telephone number of the parcel address contact. -
InputSource: string
Title:
SourceMaximum Length:1The input source of the parcel address. -
Jurisdiction: string
Title:
JurisdictionMaximum Length:50The name of the city, if incorporated, or the name of the county, if unincorporated. -
Landmark: string
Maximum Length:
200The landmark associated with the address. -
LandslideRisk: string
Maximum Length:
200This field indicates detailed land information of the parcel. -
LandUseCode: 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). -
LastTransferDate: string
(date)
Title:
Last Transfer DateThe last transfer date of the parcel owner. -
LastTransferType: string
Title:
Last Transfer TypeMaximum Length:50The last transfer type of the parcel owner. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe user who last updated the record. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The date when the record was last updated. -
Latitude: number
Title:
LatitudeThe geographic location of the parcel that is north or south of the equator. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LiquefactionRisk: string
Maximum Length:
200This field indicates detailed land information of the parcel. -
LnpRecordId: string
Title:
Record IDMaximum Length:50The unique identifier of the record associated with the parcel address. -
LnpRecordKey: integer
(int64)
Title:
RecordThe unique identifier of the record. -
Longitude: number
Title:
LongitudeThe geographic location of the parcel 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: 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: string
Title:
Map Book PageMaximum Length:50The recorded map book and page. -
MapName: string
Title:
Map NameMaximum Length:50The recorded map name. -
MunicipalityId: string
Title:
MunicipalityMaximum Length:20The municipality identifier if the parcel is not managed at the county level. -
Owner: string
Title:
OwnerMaximum Length:150The name of the primary parcel owner. -
OwnerAddress1: string
Title:
Address Line 1Maximum Length:240The first line of the parcel owner address. -
OwnerAddress2: string
Title:
Address Line 2Maximum Length:240The second line of the parcel owner address. -
OwnerAddress3: string
Title:
Address Line 3Maximum Length:240The third line of the parcel owner address. -
OwnerAddress4: string
Title:
Address Line 4Maximum Length:240The fourth line of the parcel owner address. -
OwnerAgencyId: integer
(int32)
Title:
Agency IDDefault Value:1The unique identifier for the public sector agency associated with the parcel address. -
OwnerBuildingType: string
Title:
BuildingMaximum Length:20The building type of the parcel owner. -
OwnerCellPhoneCountry: string
Title:
Cell Phone CountryMaximum Length:10The cell phone country code of the parcel owner. -
OwnerCellPhoneNumber: string
Title:
Cell PhoneMaximum Length:40The cell phone number of the parcel owner. -
OwnerCity: string
Title:
CityMaximum Length:60The city of the parcel owner. -
OwnerCountry: string
Title:
CountryMaximum Length:60The country of the parcel owner. -
OwnerCounty: string
Title:
CountyMaximum Length:60The county of the parcel owner. -
OwnerCreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the parcel owner. -
OwnerCreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date and time that the parcel owner was created. -
OwnerEmailId: string
Title:
EmailMaximum Length:50The email address for the parcel owner. -
OwnerFaxCountry: string
Title:
Fax CountryMaximum Length:10The fax country code of the parcel owner. -
OwnerFaxNumber: string
Title:
FaxMaximum Length:40The fax phone number of the parcel owner. -
OwnerFloor: string
Title:
FloorMaximum Length:20The floor the parcel owner is on. -
OwnerHomePhoneCountry: string
Title:
Home Phone CountryMaximum Length:10The home phone country code of the parcel owner. -
OwnerHomePhoneNumber: string
Title:
Home PhoneMaximum Length:40The home phone number of the parcel owner. -
OwnerId: integer
(int64)
Title:
OwnerThe unique identifier for the parcel owner. -
OwnerKey: integer
(int64)
Title:
Owner KeyThe unique identifier for the parcel owner associated with a parcel address. -
OwnerLastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe user who last updated the parcel owner. -
OwnerLastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The date and time that the parcel owner was last updated. -
OwnerLnpRecordId: string
Title:
Record IDMaximum Length:50The unique identifier for the application record. -
OwnerLnpRecordKey: integer
(int64)
Title:
RecordThe unique identifier for the record associated with the parcel address. -
OwnerParcelId: integer
(int64)
Title:
ParcelThe identifier of the record parcel. -
OwnerParcelKey: integer
(int64)
Title:
Parcel KeyThe unique identifier for the parcel associated with a parcel address. -
OwnerPostalAddOnCode: string
Title:
Postal Plus 4 CodeMaximum Length:20The postal add on code of the parcel owner. -
OwnerPostalCode: string
Title:
Postal CodeMaximum Length:60The postal code of the parcel owner. -
OwnerPrimaryFlag: boolean
Title:
PrimaryMaximum Length:1Indicates the primary parcel address. If the value is Y, then the parcel address is the primary parcel address. The default value is N. -
OwnerProvince: string
Title:
ProvinceMaximum Length:60The province of the parcel owner. -
OwnerState: string
Title:
StateMaximum Length:60The state of the parcel owner. -
OwnerStreetDirection: string
Title:
DirectionMaximum Length:10The street direction of the parcel owner. -
OwnerStreetName: string
Title:
StreetMaximum Length:240The street name of the parcel owner. -
OwnerStreetNumber: string
Title:
Street NumberMaximum Length:20The street number of the parcel owner. -
OwnerStreetType: string
Title:
Street TypeMaximum Length:20The street type of the parcel owner. -
OwnerType: string
Title:
Ownership TypeMaximum Length:20The type of parcel owner. -
OwnerUnitNumber: string
Title:
UnitMaximum Length:30The unit number of the parcel owner. -
OwnerWorkPhoneCountry: string
Title:
Work Phone CountryMaximum Length:10The work phone country code of the parcel owner. -
OwnerWorkPhoneNumber: string
Title:
Work PhoneMaximum Length:40The work phone number of the parcel owner. -
PageNumber: string
Title:
PageMaximum Length:30The page number of the parcel in the detail land information, which is part of the Assessor Parcel Number (APN). -
ParcelId: integer
(int64)
Title:
ParcelThe unique identifier for the parcel. -
ParcelIdEntered: string
Title:
ParcelMaximum Length:30The Assessor Parcel Number (APN) as entered by the user. -
ParcelKey: integer
(int64)
Title:
Parcel KeyThe unique identifier for a parcel. -
ParcelSizeOne: number
The first parcel size.
-
ParcelSizeOneUnit: string
Maximum Length:
10The unit of measure for the first parcel size. -
ParcelSizeTwo: number
The second parcel size.
-
ParcelSizeTwoUnit: string
Maximum Length:
10The unit of measure for the second parcel size. -
ParcelStatus: string
Maximum Length:
20Default Value:ORA_FINThe status of the parcel, which can be either Final or Provisional. -
ParcelType: string
Title:
Parcel TypeMaximum Length:30The type of the parcel. For example, commercial, residential, or government. -
ParentParcelId: integer
(int64)
Title:
Parent ParcelThe unique identifier for the parent record parcel. -
Patio: string
Maximum Length:
200The information about patios located in the parcel. -
Pool: string
Maximum Length:
200The information about pools located in the parcel. -
PostalCode: string
Title:
Postal CodeMaximum Length:60The postal code of the parcel address. -
PostalPlus4Code: string
Title:
Postal Plus 4 CodeMaximum Length:20The postal plus 4 code of the parcel address. -
PrimaryFlag: boolean
Title:
PrimaryMaximum Length:1Indicates whether the parcel address is marked as primary for that parcel. -
PrimaryTransAddress: boolean
Title:
Primary Transaction AddressMaximum Length:1The Primary transaction associated with the address. -
PrimaryZoningId: string
Title:
Primary ZoneMaximum Length:30The primary zoning ID of the zoning for the parcel. -
PropertyDescription: string
Title:
Property DescriptionMaximum Length:240The property description. -
Province: string
Title:
ProvinceMaximum Length:60The province of the parcel address. -
SecondaryOwner: string
Title:
Secondary OwnerMaximum Length:150The name of the secondary parcel owner. -
SectionNumber: string
Title:
SectionMaximum Length:30The section number of the parcel in the detail land information, which is part of the Assessor Parcel Number (APN). -
Shape: object
Shape
The Oracle spatial field of a record parcel, which is the storage field for shape data.
-
ShapeJson: string
The transient string field of a record parcel, which is the shape's JSON data from the ESRI GIS server.
-
SketchAgencyId: integer
(int32)
Default Value:
1The unique identifier for a public sector agency. -
SketchCreationDate: string
(date-time)
Read Only:
trueThe date when the sketch was created. -
SketchJson: string
(byte)
The geometry of the sketch.
-
SketchLastUpdateDate: string
(date-time)
Read Only:
trueThe date when the sketch was last updated. -
SketchLnpRecordId: string
Maximum Length:
50The unique identifier for the application record. -
SketchLnpRecordKey: integer
(int64)
The unique identifier for the record associated with the sketch.
-
SoilType: string
Maximum Length:
200This field indicates detailed land information of the parcel. -
Srid: 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: string
Title:
StateMaximum Length:60The state of the parcel address. -
StreetDirection: 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: string
Title:
StreetMaximum Length:240The street name in the parcel owner's address used during a search. -
StreetNameConcat: string
Maximum Length:
350Indicates the concatenated value of the street name corresponding to the parcel address. The concatenated value of the street name is obtained by using the direction prefix, street name, street suffix, and direction suffix. -
StreetNumber: string
Title:
Street NumberMaximum Length:20The street number of the parcel address. -
StreetSuffix: string
Maximum Length:
20The street suffix that further describes that street such as Drive, Avenue and so on. -
StreetType: string
Title:
Street TypeMaximum Length:20The street type designation used during a search. For example, alley, boulevard, avenue, lane, street, loop, and so on. -
StructureSizeOne: number
The first structure size.
-
StructureSizeOneUnit: string
Maximum Length:
10The unit of measure for the first structure size. -
StructureSizeTwo: number
The second structure size.
-
StructureSizeTwoUnit: string
Maximum Length:
10The unit of measure for the second structure size. -
Subdivision: string
Title:
SubdivisionMaximum Length:30The subdivision of the parcel in the detail land information, which is part of the Assessor Parcel Number (APN). -
TaxRateArea: string
Maximum Length:
100This field indicates area Identifier of the parcel location for taxation purposes. -
UnitNumber: string
Title:
UnitMaximum Length:30The unit number of the parcel in the detail land information, which is part of the Assessor Parcel Number (APN). -
WorkPhoneCountry: string
Title:
Work Phone CountryMaximum Length:10The country code for the work telephone number of the parcel contact. -
WorkPhoneNumber: string
Title:
Work PhoneMaximum Length:40The work telephone number of the parcel address contact. -
YearBuilt: string
Maximum Length:
4The year in which the building on the parcel was built. -
ZoningCodeTwo: string
Maximum Length:
30The secondary zoning code of the zoning related to the parcel. -
ZoningDescription: string
Title:
Zone DescriptionMaximum Length:240The zoning description.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Shape
Type:
objectThe Oracle spatial field of a record parcel, which is the storage field for shape data.
Nested Schema : publicSectorRecords-WorkflowReference-item-response
Type:
Show Source
object-
AgencyId: integer
Default Value:
1The unique identifier for the public sector agency associated with the workflow reference. -
CreatedBy: string
Read Only:
trueMaximum Length:64The user who created the workflow reference. -
CreationDate: string
(date-time)
Read Only:
trueThe date when the workflow reference was created. -
LastUpdateDate: string
(date-time)
Read Only:
trueThe date when the workflow reference was last updated. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64The user who last updated the workflow reference. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LnpRecordId: string
Maximum Length:
50The unique identifier for the application record. -
LnpRecordKey: integer
(int64)
The unique identifier of the record associated with the workflow process ID.
-
WfProcessId: integer
(int64)
The unique identifier for a workflow process ID.
-
WfProcName: string
Maximum Length:
1000The process name for the workflow process. -
WfProcVersion: string
Maximum Length:
50The version for the workflow process. -
WfProject: string
Maximum Length:
500The project name for the workflow process. -
WfSpace: string
Maximum Length:
50The unique space identifier for the workflow process. -
WfSpaceName: string
Maximum Length:
1000The name of the space for the workflow process.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Links
- refreshGISAttributes
-
Refreshes the list and values of GIS attributes configured for capture at application intake for the associated application type.