Update a hearing body week recurrence
patch
/fscmRestApi/resources/11.13.18.05/publicSectorHearingBodies/{publicSectorHearingBodiesUniqID}/child/WeekRecurrences/{WeekRecurrencesUniqID}
Request
Supported Media Types
- application/vnd.oracle.adf.resourceitem+json
- application/json
Path Parameters
-
WeekRecurrencesUniqID: integer
This is the hash key of the attributes which make up the composite key--- AgencyId, HearingBodyCode, Occurrence and WeekDay ---for the Hearing Body Week Recurrences resource and used to uniquely identify an instance of Hearing Body Week Recurrences. The client should not generate the hash key value. Instead, the client should query on the Hearing Body Week Recurrences collection resource with a filter on the primary key values in order to navigate to a specific instance of Hearing Body Week Recurrences.
For example: WeekRecurrences?q=AgencyId=<value1>;HearingBodyCode=<value2>;Occurrence=<value3>;WeekDay=<value4> -
publicSectorHearingBodiesUniqID: integer
This is the hash key of the attributes which make up the composite key--- AgencyId and HearingBodyCode ---for the Hearing Bodies resource and used to uniquely identify an instance of Hearing Bodies. The client should not generate the hash key value. Instead, the client should query on the Hearing Bodies collection resource with a filter on the primary key values in order to navigate to a specific instance of Hearing Bodies.
For example: publicSectorHearingBodies?q=AgencyId=<value1>;HearingBodyCode=<value2>
The following table describes the body parameters in the request for this task.
Root Schema : publicSectorHearingBodies-WeekRecurrences-item
Type:
Show Source
object-
AgencyId(optional):
integer(int32)
Title:
Agency IDThe unique identifier of the agency. -
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. -
EnabledFlag(optional):
boolean
Title:
EnabledIndicates if the hearing body week recurrence is available to use. -
HearingBodyCode(optional):
string
Title:
Hearing Body CodeMaximum Length:60The unique identifier of the hearing body. -
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 -
Occurrence(optional):
string
Title:
OccurrenceMaximum Length:15The recurrence frequency of the hearing body meeting in a month. For example First Monday, Second Wednesday. -
WeekDay(optional):
string
Title:
WeekdayMaximum Length:15The day of the week when the hearing body meeting is scheduled. For example Monday, Tuesday.
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 : publicSectorHearingBodies-WeekRecurrences-item
Type:
Show Source
object-
AgencyId(optional):
integer(int32)
Title:
Agency IDThe unique identifier of the agency. -
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. -
EnabledFlag(optional):
boolean
Title:
EnabledIndicates if the hearing body week recurrence is available to use. -
HearingBodyCode(optional):
string
Title:
Hearing Body CodeMaximum Length:60The unique identifier of the hearing body. -
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 -
Occurrence(optional):
string
Title:
OccurrenceMaximum Length:15The recurrence frequency of the hearing body meeting in a month. For example First Monday, Second Wednesday. -
WeekDay(optional):
string
Title:
WeekdayMaximum Length:15The day of the week when the hearing body meeting is scheduled. For example Monday, Tuesday.
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.