Update a theme assignment plan attribute

patch

/fscmRestApi/resources/11.13.18.05/publicSectorRegistryThemeAssignments/{publicSectorRegistryThemeAssignmentsUniqID}/child/UserThemeAssignments/{UserThemeAssignmentsUniqID}/child/Attributes/{AttributesUniqID}

Request

Supported Media Types
Path Parameters
  • This is the hash key of the attributes which make up the composite key--- AgencyId, RegistryName, EffectiveStartDate, EffectiveEndDate, UserAssignmentId and AttributeId ---for the Theme Assignment Attributes resource and used to uniquely identify an instance of Theme Assignment Attributes. The client should not generate the hash key value. Instead, the client should query on the Theme Assignment Attributes collection resource with a filter on the primary key values in order to navigate to a specific instance of Theme Assignment Attributes.

    For example: Attributes?q=AgencyId=<value1>;RegistryName=<value2>;EffectiveStartDate=<value3>;EffectiveEndDate=<value4>;UserAssignmentId=<value5>;AttributeId=<value6>
  • This is the hash key of the attributes which make up the composite key--- AgencyId, RegistryName, EffectiveStartDate, EffectiveEndDate and UserAssignmentId ---for the User Theme Assignments resource and used to uniquely identify an instance of User Theme Assignments. The client should not generate the hash key value. Instead, the client should query on the User Theme Assignments collection resource with a filter on the primary key values in order to navigate to a specific instance of User Theme Assignments.

    For example: UserThemeAssignments?q=AgencyId=<value1>;RegistryName=<value2>;EffectiveStartDate=<value3>;EffectiveEndDate=<value4>;UserAssignmentId=<value5>
  • This is the hash key of the attributes which make up the composite key--- AgencyId, RegistryName, EffectiveStartDate and EffectiveEndDate ---for the Theme Assignments resource and used to uniquely identify an instance of Theme Assignments. The client should not generate the hash key value. Instead, the client should query on the Theme Assignments collection resource with a filter on the primary key values in order to navigate to a specific instance of Theme Assignments.

    For example: publicSectorRegistryThemeAssignments?q=AgencyId=<value1>;RegistryName=<value2>;EffectiveStartDate=<value3>;EffectiveEndDate=<value4>
Body ()
The following table describes the body parameters in the request for this task.
Root Schema : publicSectorRegistryThemeAssignments-UserThemeAssignments-Attributes-item
Type: object
Show Source
Back to Top

Response

Supported Media Types

Default Response

The following table describes the default response for this task.
Body ()
Root Schema : publicSectorRegistryThemeAssignments-UserThemeAssignments-Attributes-item
Type: object
Show Source
Back to Top