Update a GIS attribute mapping
patch
/fscmRestApi/resources/11.13.18.05/publicSectorGISAttributeMappings/{publicSectorGISAttributeMappingsUniqID}
Request
Supported Media Types
- application/vnd.oracle.adf.resourceitem+json
- application/json
Path Parameters
-
publicSectorGISAttributeMappingsUniqID: integer
This is the hash key of the attributes which make up the composite key--- AgencyId, GisServiceId and AttrName ---for the GIS Attribute Mappings resource and used to uniquely identify an instance of GIS Attribute Mappings. The client should not generate the hash key value. Instead, the client should query on the GIS Attribute Mappings collection resource with a filter on the primary key values in order to navigate to a specific instance of GIS Attribute Mappings.
For example: publicSectorGISAttributeMappings?q=AgencyId=<value1>;GisServiceId=<value2>;AttrName=<value3>
The following table describes the body parameters in the request for this task.
Root Schema : publicSectorGISAttributeMappings-item
Type:
Show Source
object
-
AgencyId(optional):
integer(int32)
The identifier for the public sector agency associated with the GIS attribute mapping.
-
AttrLabel(optional):
string
Maximum Length:
100
The user-friendly label of the GIS attribute. -
AttrLayer(optional):
string
The GIS map service layer associated with the GIS attribute.
-
AttrName(optional):
string
Maximum Length:
30
The name of the GIS attribute. -
CreationDate(optional):
string(date-time)
The date and time the GIS attribute was created.
-
EnabledFlag(optional):
string
Title:
Enabled
Maximum Length:1
Indicates whether the GIS attribute is enabled for capture at application intake. -
GisAttrName(optional):
string
Maximum Length:
30
The name of the GIS attribute provided by the GIS map service. -
GisAttrType(optional):
string
Maximum Length:
30
The type of attribute provided by the GIS map service. -
GisServiceId(optional):
string
Maximum Length:
30
The unique identifier of the GIS map service. -
LastUpdateDate(optional):
string(date-time)
The date and time the GIS attribute was last updated.
-
LayerLabel(optional):
string
Maximum Length:
100
The user-friendly label of the GIS map service layer associated with the GIS attribute. -
links(optional):
array Items
Title:
Items
Link Relations
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.
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 : publicSectorGISAttributeMappings-item
Type:
Show Source
object
-
AgencyId(optional):
integer(int32)
The identifier for the public sector agency associated with the GIS attribute mapping.
-
AttrLabel(optional):
string
Maximum Length:
100
The user-friendly label of the GIS attribute. -
AttrLayer(optional):
string
The GIS map service layer associated with the GIS attribute.
-
AttrName(optional):
string
Maximum Length:
30
The name of the GIS attribute. -
CreationDate(optional):
string(date-time)
The date and time the GIS attribute was created.
-
EnabledFlag(optional):
string
Title:
Enabled
Maximum Length:1
Indicates whether the GIS attribute is enabled for capture at application intake. -
GisAttrName(optional):
string
Maximum Length:
30
The name of the GIS attribute provided by the GIS map service. -
GisAttrType(optional):
string
Maximum Length:
30
The type of attribute provided by the GIS map service. -
GisServiceId(optional):
string
Maximum Length:
30
The unique identifier of the GIS map service. -
LastUpdateDate(optional):
string(date-time)
The date and time the GIS attribute was last updated.
-
LayerLabel(optional):
string
Maximum Length:
100
The user-friendly label of the GIS map service layer associated with the GIS attribute. -
links(optional):
array Items
Title:
Items
Link Relations
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.