Get a planning and zoning application contact detail
get
/fscmRestApi/resources/11.13.18.05/publicSectorPZApplicationContacts/{publicSectorPZApplicationContactsUniqID}
Request
Path Parameters
-
publicSectorPZApplicationContactsUniqID: integer
This is the hash key of the attributes which make up the composite key--- LnpRecordKey and ContactKey ---for the Planning and Zoning Application Contacts resource and used to uniquely identify an instance of Planning and Zoning Application Contacts. The client should not generate the hash key value. Instead, the client should query on the Planning and Zoning Application Contacts collection resource with a filter on the primary key values in order to navigate to a specific instance of Planning and Zoning Application Contacts.
For example: publicSectorPZApplicationContacts?q=LnpRecordKey=<value1>;ContactKey=<value2>
Query Parameters
-
dependency: string
This parameter specifies dependencies which are attributes that are set before and rolled back after generating the response. Generally they are used to preview the effects of an attribute change. The attributes specified in this parameter are always set in the resource instance in question. When a child resource collection is requested and the parameter is set, the attributes will be set in the parent resource instance before generating the resource collection payload. The value of this query parameter is a set of dependency attributes. Example: dependency=ProductId=2
Format: <attr1>=<val1>,<attr2>=<value2> -
expand: string
When this parameter is provided, the specified children are included in the resource payload (instead of just a link). The value of this query parameter is "all" or "". More than one child can be specified using comma as a separator. Example: ?expand=Employees,Localizations. Nested children can also be provided following the format "Child.NestedChild" (Example: ?expand=Employees.Managers). If a nested child is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers" (which will expand Employees and Managers).
-
fields: string
This parameter filters the resource attributes. Only the specified attributes are returned, which means that if no attributes are specified, no attributes are returned (useful to get only the links). If an indirect child resource is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?fields=Employees.Managers:Empname" is the same as "?fields=;Employees:;Employees.Managers:Empname" (which will only return the "Empname" field for Managers). the value of this query parameter is a list of resource attributes. The attribute can be a direct (Example: Employees) or indirect (Example: Employees.Managers) child. It cannot be combined with expand query parameter. If both are provided, only fields will be considered.
Format: ?fields=Attribute1,Attribute2
Format for fields in child resource: ?fields=Accessor1:Attribute1,Attribute2 -
onlyData: boolean
The resource item payload will be filtered in order to contain only data (no links section, for example).
Response
Supported Media Types
- application/vnd.oracle.adf.resourceitem+json
- application/json
Default Response
The following table describes the default response for this task.
Root Schema : publicSectorPZApplicationContacts-item
Type:
Show Source
object
-
AcceptanceDate(optional):
string(date-time)
Title:
Acceptance Date
Identifies the accepted date for the planning application. -
AddressKey(optional):
integer(int64)
The parcel address key.
-
AgencyId(optional):
integer(int32)
The identifier for a public sector agency. This is usually an alphanumeric identifier for a city, county, or state, but it can also be the name of a city, county, or state.
-
Applicant(optional):
integer(int64)
The party ID of the planning applicant.
-
Applicantaddressone(optional):
string
Title:
Applicant Address Line 1
Maximum Length:240
The first line of the applicant address. -
Applicantaddresstwo(optional):
string
Title:
Applicant Address Line 2
Maximum Length:240
The second line of the applicant address. -
Applicantcity(optional):
string
Title:
Applicant City
Maximum Length:60
The city in the applicant address. -
Applicantcountry(optional):
string
Title:
Applicant Country
Maximum Length:3
The country in the applicant address. -
Applicantcounty(optional):
string
Title:
Applicant County
Maximum Length:60
The county in the applicant address. -
Applicantemailaddressone(optional):
string
Title:
Applicant Email 1
Maximum Length:320
The first email address of the applicant. -
Applicantemailaddresstwo(optional):
string
Title:
Applicant Email 2
Maximum Length:320
The second email address of the applicant. -
Applicantpersonname(optional):
string
Title:
Applicant Full Name
Maximum Length:450
The planning applicant name. -
Applicantphone(optional):
string
Title:
Applicant Phone
Maximum Length:60
The full phone number including the phone country code, area code, and phone number for the applicant.. -
Applicantphoneareacode(optional):
string
Maximum Length:
10
The area code in the phone number of the applicant. -
Applicantphonecountrycode(optional):
string
Maximum Length:
10
The country code in the phone number of the applicant. -
Applicantphoneextension(optional):
string
Title:
Applicant Phone Extension
Maximum Length:20
The phone number extension for the applicant. -
Applicantphonenumber(optional):
string
Maximum Length:
40
The applicant phone number. -
Applicantpostalcode(optional):
string
Title:
Applicant Postal Code
Maximum Length:60
The postal code in the applicant address. -
ApplicantProfileId(optional):
integer(int64)
The user profile of the applicant.
-
Applicantprovince(optional):
string
Title:
Applicant Province
Maximum Length:60
The province in the applicant address. -
Applicantstate(optional):
string
Title:
Applicant State
Maximum Length:60
The state in the applicant address. -
ApplicantUserId(optional):
string
Title:
Applicant User ID
The user ID of the applicant. -
ApplicationAccess(optional):
string
Title:
Planning Application Access
Indicates whether the contact person has full access to the application similar to the applicant. -
Applicationdescription(optional):
string
Title:
Application Description
Maximum Length:1000
The description of the planning application type. -
Applicationstatus(optional):
string
Title:
Application Status
Maximum Length:100
The status of the planning application. -
Applicationtype(optional):
string
Title:
Application Type
Maximum Length:100
The planning application type. Agencies define the types of planning application that they administer, for example, Residential Addition. -
Classification(optional):
string
Title:
Classification
Maximum Length:80
The planning application classification. -
Contactactive(optional):
string
Title:
Contact Active Status
Maximum Length:1
Indicates whether the contact is active or inactive related to the planning application. -
Contactaddressone(optional):
string
Title:
Contact Address Line 1
Maximum Length:240
The first address line for the contact person. -
Contactaddresstwo(optional):
string
Title:
Contact Address Line 2
Maximum Length:240
The second address line for the contact person. -
Contactaltphone(optional):
string
Title:
Contact Alternate Phone
Maximum Length:60
The alternate phone number with country code for the contact person. -
Contactaltphoneareacode(optional):
string
Maximum Length:
10
The alternate phone area code for the contact person. -
Contactaltphonecountrycode(optional):
string
Maximum Length:
10
The alternate phone country code for the contact person. -
Contactaltphonenumber(optional):
string
Maximum Length:
40
The alternate phone number for the contact person. -
ContactBizPartyId(optional):
integer(int64)
The contact list business party ID.
-
Contactbusinessname(optional):
string
Title:
Contact Business Name
Maximum Length:360
The contact's business name. -
Contactcity(optional):
string
Title:
Contact City
Maximum Length:60
The city for the contact person's address. -
Contactcountry(optional):
string
Title:
Contact Country
Maximum Length:3
The country for the contact person's address. -
Contactcounty(optional):
string
Title:
Contact County
Maximum Length:60
The county for the contact person's address. -
Contactcreationdate(optional):
string(date-time)
Title:
Contact Creation Date
The date when the contact person is added to the planning application. -
Contactemailaddressone(optional):
string
Title:
Contact Email
Maximum Length:320
The email address information for the contact person. -
Contactfirstname(optional):
string
Title:
Contact First Name
Maximum Length:150
The contact's first name. -
Contactfullname(optional):
string
Title:
Contact Full Name
Maximum Length:450
The contact's full name. -
ContactId(optional):
integer(int64)
The unique identifier of the contact.
-
ContactKey(optional):
integer(int64)
The unique identifier for the contact.
-
Contactlastname(optional):
string
Title:
Contact Last Name
Maximum Length:150
The contact's last name. -
Contactmiddlename(optional):
string
Title:
Contact Middle Name
Maximum Length:60
The contact's middle name. -
ContactPartyId(optional):
integer(int64)
The contact list party ID.
-
Contactphone(optional):
string
Title:
Contact Phone
Maximum Length:60
The full phone number including the phone country code, area code, and phone number for the contact person. -
Contactphoneareacode(optional):
string
Maximum Length:
10
The phone area code for the contact person. -
Contactphonecountrycode(optional):
string
Maximum Length:
10
The phone country code for the contact person. -
Contactphoneextension(optional):
string
Title:
Contact Phone Extension
Maximum Length:20
The phone extension for the contact person. -
Contactphonenumber(optional):
string
Maximum Length:
40
The phone number for the contact person. -
Contactpostalcode(optional):
string
Title:
Contact Postal Code
Maximum Length:60
The postal code for the contact person's address. -
ContactProfileId(optional):
integer(int64)
The profile ID of the contact.
-
Contactstate(optional):
string
Title:
Contact State
Maximum Length:60
The state for the contact person's address. -
Contacttype(optional):
string
Title:
Contact Type
Maximum Length:30
Identifies the contact type of the primary contact of the planning application. -
Contactuserid(optional):
string
Title:
Contact User ID
Maximum Length:100
The user ID of the contact. -
CreationDate(optional):
string(date-time)
Title:
Creation Date
Identifies the date on which the planning application was created. -
IssueDate(optional):
string(date-time)
Title:
Issue Date
The date the planning certificate was issued. -
links(optional):
array Items
Title:
Items
Link Relations -
LnpRecordId(optional):
string
Title:
Record ID
Maximum Length:50
The identifier for the building planning application. For example, a planning application number with a value such as Building planning application ID RA-2017-00029. -
LnpRecordKey(optional):
integer(int64)
The unique identifier for the record.
-
OrganizationName(optional):
string
Title:
Organization Name
Maximum Length:360
The business name of the applicant. For example, a contractor enters his or her contracting business name. -
Owner(optional):
string
Title:
Property Owner Name
Maximum Length:150
The primary or only owner of the parcel or property. -
Owneremailid(optional):
string
Title:
Property Owner Email
Maximum Length:50
The parcel owner email address. -
OwnerId(optional):
integer(int64)
The owner ID of the record parcel owner.
-
OwnerKey(optional):
integer(int64)
The owner key of the record parcel owner.
-
Parceladdressone(optional):
string
Title:
Property Address Line 1
Maximum Length:240
The first line of the parcel or property address. -
Parceladdresstwo(optional):
string
Title:
Property Address Line 2
Maximum Length:240
The second line of the parcel or property address. -
Parcelcity(optional):
string
Title:
Property City
Maximum Length:60
The city in the parcel or property address. -
Parcelcountry(optional):
string
Title:
Property Country
Maximum Length:60
The country in the parcel or property address. -
Parcelcounty(optional):
string
Title:
Property County
Maximum Length:60
The county in the parcel or property address. -
ParcelId(optional):
integer(int64)
Title:
Parcel
The identifier of the record parcel. -
ParcelKey(optional):
integer(int64)
The key of the record parcel.
-
Parcelpostalcode(optional):
string
Title:
Property Postal Code
Maximum Length:60
The postal code in the parcel or property address. -
Parcelprovince(optional):
string
Title:
Property Province
Maximum Length:60
The province in the parcel or property address. -
Parcelstate(optional):
string
Title:
Property State
Maximum Length:60
The state in the parcel or property address. -
Parceltype(optional):
string
Title:
Parcel Type
Maximum Length:30
The type of the current parcel. -
Personfirstname(optional):
string
Title:
Applicant First Name
Maximum Length:150
The applicant's first name. -
Personlastname(optional):
string
Title:
Applicant Last Name
Maximum Length:150
The applicant's last name. -
Personmiddlename(optional):
string
Title:
Applicant Middle Name
Maximum Length:60
The applicant's middle name. -
Persontitle(optional):
string
Title:
Applicant Title
Maximum Length:60
The title of the contact. -
Primaryflag(optional):
string
Title:
Primary Contact
Maximum Length:1
Indicates the primary contact in the contact details. -
Propertydescription(optional):
string
Title:
Property Description
Maximum Length:240
The property description. -
ReceivedDate(optional):
string(date-time)
Title:
Received Date
Identifies the received date for the planning application. -
RecordStatus(optional):
string
Maximum Length:
15
The status of the record which is corresponding to the planning application status. -
RecordTypeId(optional):
string
Maximum Length:
30
The identifier for a record type. -
Secondaryowner(optional):
string
Title:
Property Secondary Owner
Maximum Length:150
The secondary owner of the parcel or property. -
Subclassification(optional):
string
Title:
Subclassification
Maximum Length:80
The subclassification of the planning application type. -
SubmitDate(optional):
string(date-time)
Title:
Submission Date
The date the planning application was submitted. -
SystemStatus(optional):
string
Title:
Application System Status
Maximum Length:15
Identifies the system status of the planning application. -
URL(optional):
string
Title:
Planning Application Overview URL
The URL to access the overview page of the planning application.
Nested Schema : link
Type:
Show Source
object
-
href(optional):
string
Title:
hyperlink reference
The URI to the related resource. -
rel(optional):
string
Title:
relation
The name of the relation to the resource instance. Example: self.