Update a project parcel address
patch
/fscmRestApi/resources/11.13.18.05/publicSectorProjects/{publicSectorProjectsUniqID}/child/ProjectParcel/{ParcelKey}/child/ProjectAddress/{AddressKey}
Request
Path Parameters
-
AddressKey(required): integer(int64)
The unique identifier of the project address.
-
ParcelKey(required): integer(int64)
The unique identifier for the project parcel.
-
publicSectorProjectsUniqID(required): string
This is the hash key of the attributes which make up the composite key--- AgencyId and ProjectCode ---for the Project Lists resource and used to uniquely identify an instance of Project Lists. The client should not generate the hash key value. Instead, the client should query on the Project Lists collection resource with a filter on the primary key values in order to navigate to a specific instance of Project Lists.
For example: publicSectorProjects?q=AgencyId=<value1>;ProjectCode=<value2>
Header Parameters
-
Metadata-Context: string
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: string
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.
Supported Media Types
- application/json
Root Schema : schema
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. -
AddressField1: string
Title:
Address Field 1Maximum Length:20Additional information for the first address or main address of the parcel. -
AddressField2: string
Title:
Address Field 2Maximum Length:20Additional information for the second address of the parcel, if present. -
AddressField3: string
Title:
Address Field 3Maximum Length:20Additional information for the third address of the parcel, if present. -
AddressId: integer
(int64)
Title:
Address IDThe identifier of the parcel address. -
AddressType: string
Title:
Address TypeMaximum Length:20The address type used for delivery point validation (DPV). For example, main address, side address, or virtual address. -
BuildingType: string
Title:
Building TypeMaximum Length:20The building type used in an address search. For example, Tower A or Block 3. -
CellPhoneCountry: string
Title:
Cell Phone Country CodeMaximum Length:10The country code for the cell phone number of parcel contact. -
CellPhoneNum: string
Title:
Cell Phone NumberMaximum Length:40The cell phone number of the parcel address contact. -
City: string
Title:
CityMaximum Length:60The city in the parcel address. -
CoordinateX: number
Title:
X CoordinateThe x-axis coordinate of the project parcel address. -
CoordinateY: number
Title:
Y CoordinateThe y-axis coordinate of the project parcel address. -
Country: string
Title:
CountryMaximum Length:60The country in the parcel address. -
County: string
Title:
CountyMaximum Length:60The county in the parcel address. -
EmailId: string
Title:
Email AddressMaximum Length:50The email address of the parcel address contact. -
FaxCountry: string
Title:
Fax Country CodeMaximum Length:10The country code for the fax number of the parcel contact. -
FaxNum: string
Title:
Fax NumberMaximum 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 Country CodeMaximum Length:10The country code for the home telephone number of the parcel address contact. -
HomePhoneNum: string
Title:
Home Phone NumberMaximum Length:40The home telephone number of the parcel address contact. -
InputSource: string
Title:
Input 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. -
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. -
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:
Municipality IDMaximum Length:20The municipality identifier if the parcel is not managed at the county level. -
ParcelId: integer
(int64)
Title:
Parcel IDThe identifier of the parcel. -
PostalCode: string
Title:
Postal CodeMaximum Length:60The postal code in the parcel address. -
PostalPlus4Code: string
Title:
Postal Plus 4 CodeMaximum Length:20The postal plus four code of the parcel address. -
PrimaryFlag: boolean
Title:
PrimaryMaximum Length:1Default Value:falseIndicates whether the current project address is the primary address. If the value is Y, then the address is the primary project address. The default value is N. -
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:
Street 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, use street direction N to find all parcels with an address that is north of the city center. -
StreetName: string
Title:
Street NameMaximum Length:240The street name in the parcel address used during a search. -
StreetNumber: string
Title:
Street NumberMaximum Length:20The street number in the parcel 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:
Unit NumberMaximum Length:30The exact unit in a building used in an address search. For example, Apartment 208A or Suite 300. -
WorkPhoneCountry: string
Title:
Work Phone Country CodeMaximum Length:10The country code for the work telephone number of the parcel contact. -
WorkPhoneNum: string
Title:
Work Phone NumberMaximum Length:40The work telephone number of the parcel address contact.
Response
Supported Media Types
- application/json
Default Response
The following table describes the default response for this task.
Headers
-
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.
Root Schema : publicSectorProjects-ProjectParcel-ProjectAddress-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. -
AddressField1: string
Title:
Address Field 1Maximum Length:20Additional information for the first address or main address of the parcel. -
AddressField2: string
Title:
Address Field 2Maximum Length:20Additional information for the second address of the parcel, if present. -
AddressField3: string
Title:
Address Field 3Maximum Length:20Additional information for the third address of the parcel, if present. -
AddressId: integer
(int64)
Title:
Address IDThe identifier of the parcel address. -
AddressKey: integer
(int64)
Title:
Address IDThe unique identifier of the project address. -
AddressType: string
Title:
Address TypeMaximum Length:20The address type used for delivery point validation (DPV). For example, main address, side address, or virtual address. -
AgencyId: integer
(int32)
Default Value:
1The unique identifier for a public sector agency. -
BuildingType: string
Title:
Building TypeMaximum Length:20The building type used in an address search. For example, Tower A or Block 3. -
CellPhoneCountry: string
Title:
Cell Phone Country CodeMaximum Length:10The country code for the cell phone number of parcel contact. -
CellPhoneNum: string
Title:
Cell Phone NumberMaximum Length:40The cell phone number of the parcel address contact. -
City: string
Title:
CityMaximum Length:60The city in the parcel address. -
CoordinateX: number
Title:
X CoordinateThe x-axis coordinate of the project parcel address. -
CoordinateY: number
Title:
Y CoordinateThe y-axis coordinate of the project parcel address. -
Country: string
Title:
CountryMaximum Length:60The country in the parcel 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 project parcel address. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the project parcel address was created. -
EmailId: string
Title:
Email AddressMaximum Length:50The email address of the parcel address contact. -
FaxCountry: string
Title:
Fax Country CodeMaximum Length:10The country code for the fax number of the parcel contact. -
FaxNum: string
Title:
Fax NumberMaximum 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 Country CodeMaximum Length:10The country code for the home telephone number of the parcel address contact. -
HomePhoneNum: string
Title:
Home Phone NumberMaximum Length:40The home telephone number of the parcel address contact. -
InputSource: string
Title:
Input 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. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe user who last updated the project parcel address. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The date when the project parcel address was last updated. -
LastUpdateLogin: string
Title:
Last Update LoginRead Only:trueMaximum Length:32The login ID of the user who last updated the project parcel address. -
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. -
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:
Municipality IDMaximum Length:20The municipality identifier if the parcel is not managed at the county level. -
ParcelId: integer
(int64)
Title:
Parcel IDThe identifier of the parcel. -
ParcelKey: integer
(int64)
Title:
Parcel IDThe unique identifier of the project parcel. -
PostalCode: string
Title:
Postal CodeMaximum Length:60The postal code in the parcel address. -
PostalPlus4Code: string
Title:
Postal Plus 4 CodeMaximum Length:20The postal plus four code of the parcel address. -
PrimaryFlag: boolean
Title:
PrimaryMaximum Length:1Default Value:falseIndicates whether the current project address is the primary address. If the value is Y, then the address is the primary project address. The default value is N. -
ProjectCode: string
Title:
Project IDMaximum Length:30The unique identifier for a project. -
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:
Street 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, use street direction N to find all parcels with an address that is north of the city center. -
StreetName: string
Title:
Street NameMaximum Length:240The street name in the parcel address used during a search. -
StreetNumber: string
Title:
Street NumberMaximum Length:20The street number in the parcel 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:
Unit NumberMaximum Length:30The exact unit in a building used in an address search. For example, Apartment 208A or Suite 300. -
WorkPhoneCountry: string
Title:
Work Phone Country CodeMaximum Length:10The country code for the work telephone number of the parcel contact. -
WorkPhoneNum: string
Title:
Work Phone NumberMaximum 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 : 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.