Update a branding theme attribute
patch
/fscmRestApi/resources/11.13.18.05/publicSectorThemeDefinitions/{ThemeId}/child/Attributes/{AttributesUniqID}
Request
Supported Media Types
- application/vnd.oracle.adf.resourceitem+json
- application/json
Path Parameters
-
AttributesUniqID: integer
This is the hash key of the attributes which make up the composite key--- ThemeId and AttributeId ---for the Theme Attributes resource and used to uniquely identify an instance of Theme Attributes. The client should not generate the hash key value. Instead, the client should query on the Theme Attributes collection resource with a filter on the primary key values in order to navigate to a specific instance of Theme Attributes.
For example: Attributes?q=ThemeId=<value1>;AttributeId=<value2> -
ThemeId: string
The unique identifier of the branding theme.
The following table describes the body parameters in the request for this task.
Root Schema : publicSectorThemeDefinitions-Attributes-item
Type:
Show Source
object-
AttributeId(optional):
string
Maximum Length:
30The unique identifier of the branding theme attribute. -
AttributeLongValue(optional):
string
The static long value of the branding theme attribute.
-
AttributeShortValue(optional):
string
Maximum Length:
250The static short value of the branding theme attribute. -
AttributeStringValue(optional):
string
Maximum Length:
250The label of the branding theme attribute. -
AttributeTypeValue(optional):
string
Maximum Length:
4The type value of the branding theme attribute. -
DeletedFlag(optional):
string
Maximum Length:
1Indicates whether the record is logically deleted (true or false). Valid values are true for a deleted record, and false for an active record. The default value is false. -
links(optional):
array Items
Title:
ItemsLink Relations -
SeedDataLock(optional):
integer(int32)
Indicates whether the row is delivered seed data or customer data. Valid values are 0 for data that is customer data, 1 for seed data that cannot be modified, and 2 for seed data that can be modified. The default value is 0.
-
ThemeId(optional):
string
Maximum Length:
30The unique identifier of the branding theme.
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 : publicSectorThemeDefinitions-Attributes-item
Type:
Show Source
object-
AttributeId(optional):
string
Maximum Length:
30The unique identifier of the branding theme attribute. -
AttributeLongValue(optional):
string
The static long value of the branding theme attribute.
-
AttributeShortValue(optional):
string
Maximum Length:
250The static short value of the branding theme attribute. -
AttributeStringValue(optional):
string
Maximum Length:
250The label of the branding theme attribute. -
AttributeTypeValue(optional):
string
Maximum Length:
4The type value of the branding theme attribute. -
DeletedFlag(optional):
string
Maximum Length:
1Indicates whether the record is logically deleted (true or false). Valid values are true for a deleted record, and false for an active record. The default value is false. -
links(optional):
array Items
Title:
ItemsLink Relations -
SeedDataLock(optional):
integer(int32)
Indicates whether the row is delivered seed data or customer data. Valid values are 0 for data that is customer data, 1 for seed data that cannot be modified, and 2 for seed data that can be modified. The default value is 0.
-
ThemeId(optional):
string
Maximum Length:
30The unique identifier of the branding theme.
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.