Update a comment subcategory
patch
/fscmRestApi/resources/11.13.18.05/publicSectorCommentSubCategories/{publicSectorCommentSubCategoriesUniqID}
Request
Supported Media Types
- application/vnd.oracle.adf.resourceitem+json
- application/json
Path Parameters
-
publicSectorCommentSubCategoriesUniqID: integer
This is the hash key of the attributes which make up the composite key--- AgencyId, CategoryCd and SubcategoryCd ---for the Comment Subcategories resource and used to uniquely identify an instance of Comment Subcategories. The client should not generate the hash key value. Instead, the client should query on the Comment Subcategories collection resource with a filter on the primary key values in order to navigate to a specific instance of Comment Subcategories.
For example: publicSectorCommentSubCategories?q=AgencyId=<value1>;CategoryCd=<value2>;SubcategoryCd=<value3>
The following table describes the body parameters in the request for this task.
Root Schema : publicSectorCommentSubCategories-item
Type:
Show Source
object-
AgencyId(optional):
integer(int32)
Title:
Agency IDThe agency ID of the record. -
CategoryCd(optional):
string
Title:
Comment CategoryMaximum Length:30The comment category ID of the record. -
CreatedBy(optional):
string
Title:
Created ByMaximum Length:64The name of the user who created the row. -
CreationDate(optional):
string(date-time)
Title:
Creation DateThe date and time when the row was created. -
Description(optional):
string
Title:
DescriptionMaximum Length:300The name of the comment subcategory. -
EnabledFlag(optional):
string
Title:
EnabledMaximum Length:1Indicates that the comment subcategory is available to be used. The default value for the comment subcategory is set as Disabled. -
LastUpdateDate(optional):
string(date-time)
Title:
Last Updated DateThe date and time when the row was last updated. -
LastUpdatedBy(optional):
string
Title:
Last Updated ByMaximum Length:64The name of the user who last updated the row. -
links(optional):
array Items
Title:
ItemsLink Relations -
SubcategoryCd(optional):
string
Title:
Comment SubcategoryMaximum Length:30The comment subcategory ID of the record.
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 : publicSectorCommentSubCategories-item
Type:
Show Source
object-
AgencyId(optional):
integer(int32)
Title:
Agency IDThe agency ID of the record. -
CategoryCd(optional):
string
Title:
Comment CategoryMaximum Length:30The comment category ID of the record. -
CreatedBy(optional):
string
Title:
Created ByMaximum Length:64The name of the user who created the row. -
CreationDate(optional):
string(date-time)
Title:
Creation DateThe date and time when the row was created. -
Description(optional):
string
Title:
DescriptionMaximum Length:300The name of the comment subcategory. -
EnabledFlag(optional):
string
Title:
EnabledMaximum Length:1Indicates that the comment subcategory is available to be used. The default value for the comment subcategory is set as Disabled. -
LastUpdateDate(optional):
string(date-time)
Title:
Last Updated DateThe date and time when the row was last updated. -
LastUpdatedBy(optional):
string
Title:
Last Updated ByMaximum Length:64The name of the user who last updated the row. -
links(optional):
array Items
Title:
ItemsLink Relations -
SubcategoryCd(optional):
string
Title:
Comment SubcategoryMaximum Length:30The comment subcategory ID of the record.
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.