Update an agency feature
patch
/fscmRestApi/resources/11.13.18.05/publicSectorAgencyFeatures/{publicSectorAgencyFeaturesUniqID}
Request
Supported Media Types
- application/vnd.oracle.adf.resourceitem+json
- application/json
Path Parameters
-
publicSectorAgencyFeaturesUniqID: integer
This is the hash key of the attributes which make up the composite key--- AgencyId and FeatureCode ---for the Agency Features resource and used to uniquely identify an instance of Agency Features. The client should not generate the hash key value. Instead, the client should query on the Agency Features collection resource with a filter on the primary key values in order to navigate to a specific instance of Agency Features.
For example: publicSectorAgencyFeatures?q=AgencyId=<value1>;FeatureCode=<value2>
The following table describes the body parameters in the request for this task.
Root Schema : publicSectorAgencyFeatures-item
Type:
Show Source
object-
AgencyId(optional):
integer(int32)
The unique identifier for an agency.
-
EnabledFlag(optional):
string
Maximum Length:
1Identifies whether the feature is enabled for the agency. -
FeatureCode(optional):
string
Maximum Length:
160The unique identifier for a feature. -
links(optional):
array Items
Title:
ItemsLink Relations -
OfferingId(optional):
string
Maximum Length:
160The code of the FSM offering, functional area, or feature.
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 : publicSectorAgencyFeatures-item
Type:
Show Source
object-
AgencyId(optional):
integer(int32)
The unique identifier for an agency.
-
EnabledFlag(optional):
string
Maximum Length:
1Identifies whether the feature is enabled for the agency. -
FeatureCode(optional):
string
Maximum Length:
160The unique identifier for a feature. -
links(optional):
array Items
Title:
ItemsLink Relations -
OfferingId(optional):
string
Maximum Length:
160The code of the FSM offering, functional area, or feature.
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.