Create a set of project parcel addresses
post
/fscmRestApi/resources/11.13.18.05/publicSectorProjectParcels/{ParcelKey}/child/ProjectAddress
Request
Path Parameters
-
ParcelKey(required): integer(int64)
The unique identifier of the project parcel.
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.
-
Upsert-Mode:
When set to true, the server will perform an Upsert operation instead of a Create. In an Upsert operation the server attempts to find an existing resource that matches the payload. If found, the server updates the existing resource instead of creating a new one. If not found, or when set to false (the default), a Create is performed.
Supported Media Types
- application/json
The following table describes the body parameters in the request for this task.
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 line, if available. -
Address3: string
Title:
Address Line 3Maximum Length:240The third address line, if available. -
Address4: string
Title:
Address Line 4Maximum Length:240The fourth address line, if available. -
AddressField1: string
Title:
Address Field 1Maximum Length:20The first address or main address additional information of the parcel address. -
AddressField2: string
Title:
Address Field 2Maximum Length:20The second address additional information of the parcel address, if available. -
AddressField3: string
Title:
Address Field 3Maximum Length:20The third address additional information of the parcel address, if available. -
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 type of address used for delivery point validation (DPV). For example, main address, side address, or virtual address. -
AgencyId: integer
(int32)
Default Value:
1The unique identifier of the public sector agency. -
BuildingType: string
Title:
Building TypeMaximum Length:20The type of building used in the 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 the parcel contact. -
CellPhoneNum: string
Title:
Cell Phone NumberMaximum Length:40The cell phone number of the parcel address contact. -
City: string
Title:
CityMaximum Length:60The name of the city in the parcel address. -
CoordinateX: number
Title:
X CoordinateThe x-axis coordinate value of the project parcel address. -
CoordinateY: number
Title:
Y CoordinateThe y-axis coordinate value of the project parcel address. -
Country: string
Title:
CountryMaximum Length:60The name of the country in the parcel address. -
County: string
Title:
CountyMaximum Length:60The name of the 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 name of the floor or level in the 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 was entered or loaded into the application. The value 'S' indicates that the data entered is the system data and the value 'U' indicates the user-entered data. -
Latitude: number
Title:
LatitudeThe latitude value of the parcel address. The geographic location typically identifies a specific entrance area within a large parcel area. For example, a security checkpoint gate, delivery entrance, or employee entrance. -
Longitude: number
Title:
LongitudeThe longitude value of the parcel address. The geographic location typically identifies a specific entrance area within a large parcel area. 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 extended postal code in the parcel address. -
PrimaryFlag: boolean
Title:
PrimaryMaximum Length:1Default Value:falseIndicates if the current project address is the primary project address. The value 'Y' indicates that the project address is the primary project address and the value 'N' indicates that address is not the primary address. The default value is 'N'. -
ProjectCode: string
Title:
Project IDMaximum Length:30The unique identifier of the project. -
Province: string
Title:
ProvinceMaximum Length:60The name of the province in the parcel address. -
Srid: integer
(int64)
Title:
SRIDThe identifier of the parcel address. The Spatial Reference System Identifier (SRID) identifies the projected, not projected, and the local spatial coordinate system definitions. The identifier is used in all GIS systems. -
State: string
Title:
StateMaximum Length:60The name of the state in the parcel address. -
StreetDirection: string
Title:
Street DirectionMaximum Length:10The street direction in the project parcel owner search. Values are of the compass directions, such as N, S, E, W, NW, SE, and so on. -
StreetName: string
Title:
Street NameMaximum Length:240The name of the street 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 type of street used during the search. For example, alley, boulevard, avenue, lane, street, loop, and so on. -
UnitNumber: string
Title:
Unit NumberMaximum Length:30The particular unit in the building used in the 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(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 : publicSectorProjectParcels-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 line, if available. -
Address3: string
Title:
Address Line 3Maximum Length:240The third address line, if available. -
Address4: string
Title:
Address Line 4Maximum Length:240The fourth address line, if available. -
AddressField1: string
Title:
Address Field 1Maximum Length:20The first address or main address additional information of the parcel address. -
AddressField2: string
Title:
Address Field 2Maximum Length:20The second address additional information of the parcel address, if available. -
AddressField3: string
Title:
Address Field 3Maximum Length:20The third address additional information of the parcel address, if available. -
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 type of address used for delivery point validation (DPV). For example, main address, side address, or virtual address. -
AgencyId: integer
(int32)
Default Value:
1The unique identifier of the public sector agency. -
BuildingType: string
Title:
Building TypeMaximum Length:20The type of building used in the 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 the parcel contact. -
CellPhoneNum: string
Title:
Cell Phone NumberMaximum Length:40The cell phone number of the parcel address contact. -
City: string
Title:
CityMaximum Length:60The name of the city in the parcel address. -
CoordinateX: number
Title:
X CoordinateThe x-axis coordinate value of the project parcel address. -
CoordinateY: number
Title:
Y CoordinateThe y-axis coordinate value of the project parcel address. -
Country: string
Title:
CountryMaximum Length:60The name of the country in the parcel address. -
County: string
Title:
CountyMaximum Length:60The name of the county in the parcel address. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The name of the 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 name of the floor or level in the 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 was entered or loaded into the application. The value 'S' indicates that the data entered is the system data and the value 'U' indicates the user-entered data. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe name of the 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 detail of the user who last updated the project parcel address. -
Latitude: number
Title:
LatitudeThe latitude value of the parcel address. The geographic location typically identifies a specific entrance area within a large parcel area. 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 value of the parcel address. The geographic location typically identifies a specific entrance area within a large parcel area. 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 extended postal code in the parcel address. -
PrimaryFlag: boolean
Title:
PrimaryMaximum Length:1Default Value:falseIndicates if the current project address is the primary project address. The value 'Y' indicates that the project address is the primary project address and the value 'N' indicates that address is not the primary address. The default value is 'N'. -
ProjectCode: string
Title:
Project IDMaximum Length:30The unique identifier of the project. -
Province: string
Title:
ProvinceMaximum Length:60The name of the province in the parcel address. -
Srid: integer
(int64)
Title:
SRIDThe identifier of the parcel address. The Spatial Reference System Identifier (SRID) identifies the projected, not projected, and the local spatial coordinate system definitions. The identifier is used in all GIS systems. -
State: string
Title:
StateMaximum Length:60The name of the state in the parcel address. -
StreetDirection: string
Title:
Street DirectionMaximum Length:10The street direction in the project parcel owner search. Values are of the compass directions, such as N, S, E, W, NW, SE, and so on. -
StreetName: string
Title:
Street NameMaximum Length:240The name of the street 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 type of street used during the search. For example, alley, boulevard, avenue, lane, street, loop, and so on. -
UnitNumber: string
Title:
Unit NumberMaximum Length:30The particular unit in the building used in the 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.