Update a NAICS group code
patch
/fscmRestApi/resources/11.13.18.05/publicSectorNAICSGroups/{publicSectorNAICSGroupsUniqID}/child/NAICSGroupCodeAccessor/{NAICSGroupCodeAccessorUniqID}
Request
Supported Media Types
- application/vnd.oracle.adf.resourceitem+json
- application/json
Path Parameters
-
NAICSGroupCodeAccessorUniqID: integer
This is the hash key of the attributes which make up the composite key--- AgencyId, NaicsGroupCode and NaicsCode ---for the NAICS Group Codes resource and used to uniquely identify an instance of NAICS Group Codes. The client should not generate the hash key value. Instead, the client should query on the NAICS Group Codes collection resource with a filter on the primary key values in order to navigate to a specific instance of NAICS Group Codes.
For example: NAICSGroupCodeAccessor?q=AgencyId=<value1>;NaicsGroupCode=<value2>;NaicsCode=<value3> -
publicSectorNAICSGroupsUniqID: integer
This is the hash key of the attributes which make up the composite key--- AgencyId and NaicsGroupCode ---for the NAICS Groups resource and used to uniquely identify an instance of NAICS Groups. The client should not generate the hash key value. Instead, the client should query on the NAICS Groups collection resource with a filter on the primary key values in order to navigate to a specific instance of NAICS Groups.
For example: publicSectorNAICSGroups?q=AgencyId=<value1>;NaicsGroupCode=<value2>
The following table describes the body parameters in the request for this task.
Root Schema : publicSectorNAICSGroups-NAICSGroupCodeAccessor-item
Type:
Show Source
object-
AgencyId(optional):
integer(int32)
The agency identifier of the public sector entity to which the NAICS group code applies.
-
EnabledFlag(optional):
string
Title:
EnabledMaximum Length:1Indicates whether the NAICS group code is enabled. The default value is true. -
links(optional):
array Items
Title:
ItemsLink Relations -
NaicsCode(optional):
string
Title:
NAICS CodeMaximum Length:30The unique identifier for a NAICS code. -
NaicsGroupCode(optional):
string
Maximum Length:
30The unique identifier for a NAICS group.
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 : publicSectorNAICSGroups-NAICSGroupCodeAccessor-item
Type:
Show Source
object-
AgencyId(optional):
integer(int32)
The agency identifier of the public sector entity to which the NAICS group code applies.
-
EnabledFlag(optional):
string
Title:
EnabledMaximum Length:1Indicates whether the NAICS group code is enabled. The default value is true. -
links(optional):
array Items
Title:
ItemsLink Relations -
NaicsCode(optional):
string
Title:
NAICS CodeMaximum Length:30The unique identifier for a NAICS code. -
NaicsGroupCode(optional):
string
Maximum Length:
30The unique identifier for a NAICS group.
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.