Update a GIS attribute
patch
/fscmRestApi/resources/11.13.18.05/publicSectorRecordGISAttributes/{publicSectorRecordGISAttributesUniqID}
Request
Supported Media Types
- application/vnd.oracle.adf.resourceitem+json
- application/json
Path Parameters
-
publicSectorRecordGISAttributesUniqID: integer
This is the hash key of the attributes which make up the composite key--- LnpRecordKey, LocationKey, AttrName and AttrValue ---for the GIS Attributes resource and used to uniquely identify an instance of GIS Attributes. The client should not generate the hash key value. Instead, the client should query on the GIS Attributes collection resource with a filter on the primary key values in order to navigate to a specific instance of GIS Attributes.
For example: publicSectorRecordGISAttributes?q=LnpRecordKey=<value1>;LocationKey=<value2>;AttrName=<value3>;AttrValue=<value4>
The following table describes the body parameters in the request for this task.
Root Schema : publicSectorRecordGISAttributes-item
Type:
Show Source
object-
AgencyId(optional):
integer(int64)
The identifier for the public sector agency associated with the GIS attribute.
-
AttrLabel(optional):
string
Maximum Length:
100The user-friendly label of the GIS attribute. -
AttrName(optional):
string
Maximum Length:
30The name of the GIS attribute. -
AttrValue(optional):
string
Maximum Length:
100The value of the GIS attribute. -
CreationDate(optional):
string(date-time)
The date and time when the GIS attribute was created.
-
GisServiceId(optional):
string
Maximum Length:
30The unique identifier of the GIS map service associated with the GIS attribute. -
GisServiceLabel(optional):
string
Maximum Length:
100The user-friendly label of the GIS map service associated with the GIS attribute. -
LastUpdateDate(optional):
string(date-time)
The date and time when the GIS attribute was last updated.
-
LayerLabel(optional):
string
Maximum Length:
100The user-friendly label of the GIS map service layer associated with the GIS attribute. -
links(optional):
array Items
Title:
ItemsLink Relations -
LnpRecordKey(optional):
integer(int64)
The unique identifier of the application record associated with the GIS attribute.
-
LocationKey(optional):
integer(int64)
The unique identifier of the location associated with the GIS attribute. For example, ParcelKey.
-
LocationReference(optional):
string
Maximum Length:
4000The description of the location associated with the GIS attribute. For example, the physical address. -
LocationType(optional):
string
Maximum Length:
12The type of location associated with the GIS attribute. For example, Parcel. -
OverrideFlag(optional):
string
Maximum Length:
1Indicates whether the value was overridden from the original. The default is no. -
PublicVisible(optional):
string
Maximum Length:
1Indicates whether the GIS attribute is visible to the public user. The default is no.
Nested Schema : link
Type:
Show Source
object-
href(optional):
string
Title:
hyperlink referenceThe URI to the related resource. -
rel(optional):
string
Title:
relationThe name of the relation to the resource instance. Example: self.
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 : publicSectorRecordGISAttributes-item
Type:
Show Source
object-
AgencyId(optional):
integer(int64)
The identifier for the public sector agency associated with the GIS attribute.
-
AttrLabel(optional):
string
Maximum Length:
100The user-friendly label of the GIS attribute. -
AttrName(optional):
string
Maximum Length:
30The name of the GIS attribute. -
AttrValue(optional):
string
Maximum Length:
100The value of the GIS attribute. -
CreationDate(optional):
string(date-time)
The date and time when the GIS attribute was created.
-
GisServiceId(optional):
string
Maximum Length:
30The unique identifier of the GIS map service associated with the GIS attribute. -
GisServiceLabel(optional):
string
Maximum Length:
100The user-friendly label of the GIS map service associated with the GIS attribute. -
LastUpdateDate(optional):
string(date-time)
The date and time when the GIS attribute was last updated.
-
LayerLabel(optional):
string
Maximum Length:
100The user-friendly label of the GIS map service layer associated with the GIS attribute. -
links(optional):
array Items
Title:
ItemsLink Relations -
LnpRecordKey(optional):
integer(int64)
The unique identifier of the application record associated with the GIS attribute.
-
LocationKey(optional):
integer(int64)
The unique identifier of the location associated with the GIS attribute. For example, ParcelKey.
-
LocationReference(optional):
string
Maximum Length:
4000The description of the location associated with the GIS attribute. For example, the physical address. -
LocationType(optional):
string
Maximum Length:
12The type of location associated with the GIS attribute. For example, Parcel. -
OverrideFlag(optional):
string
Maximum Length:
1Indicates whether the value was overridden from the original. The default is no. -
PublicVisible(optional):
string
Maximum Length:
1Indicates whether the GIS attribute is visible to the public user. The default is no.
Nested Schema : link
Type:
Show Source
object-
href(optional):
string
Title:
hyperlink referenceThe URI to the related resource. -
rel(optional):
string
Title:
relationThe name of the relation to the resource instance. Example: self.