Update an ad hoc violation notice type in a violation notice group
patch
/fscmRestApi/resources/11.13.18.05/publicSectorViolationAdhocNotices/{publicSectorViolationAdhocNoticesUniqID}
Request
Supported Media Types
- application/vnd.oracle.adf.resourceitem+json
- application/json
Path Parameters
-
publicSectorViolationAdhocNoticesUniqID: integer
This is the hash key of the attributes which make up the composite key--- AgencyId, NoticeGroupCode and NoticeTypeCode ---for the Violation Ad Hoc Notices resource and used to uniquely identify an instance of Violation Ad Hoc Notices. The client should not generate the hash key value. Instead, the client should query on the Violation Ad Hoc Notices collection resource with a filter on the primary key values in order to navigate to a specific instance of Violation Ad Hoc Notices.
For example: publicSectorViolationAdhocNotices?q=AgencyId=<value1>;NoticeGroupCode=<value2>;NoticeTypeCode=<value3>
The following table describes the body parameters in the request for this task.
Root Schema : publicSectorViolationAdhocNotices-item
Type:
Show Source
object-
AgencyId(optional):
integer(int32)
Title:
Agency IDThe identifier of the agency. -
CreationDate(optional):
string(date-time)
Title:
Creation DateThe date and time when the row was created. -
EnabledFlag(optional):
string
Title:
EnabledMaximum Length:1Indicates whether the violation notice type is available for use in the violation notice group. -
LastUpdateDate(optional):
string(date-time)
Title:
Last Updated DateThe date and time when the row was last updated. -
links(optional):
array Items
Title:
ItemsLink Relations -
NoticeGroupCode(optional):
string
Title:
Group IDMaximum Length:100The violation notice group code of the record. -
NoticeTypeCode(optional):
string
Title:
IDMaximum Length:100The violation notice type code of the record. -
NoticeTypeName(optional):
string
Title:
NameMaximum Length:255The violation notice type 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 : publicSectorViolationAdhocNotices-item
Type:
Show Source
object-
AgencyId(optional):
integer(int32)
Title:
Agency IDThe identifier of the agency. -
CreationDate(optional):
string(date-time)
Title:
Creation DateThe date and time when the row was created. -
EnabledFlag(optional):
string
Title:
EnabledMaximum Length:1Indicates whether the violation notice type is available for use in the violation notice group. -
LastUpdateDate(optional):
string(date-time)
Title:
Last Updated DateThe date and time when the row was last updated. -
links(optional):
array Items
Title:
ItemsLink Relations -
NoticeGroupCode(optional):
string
Title:
Group IDMaximum Length:100The violation notice group code of the record. -
NoticeTypeCode(optional):
string
Title:
IDMaximum Length:100The violation notice type code of the record. -
NoticeTypeName(optional):
string
Title:
NameMaximum Length:255The violation notice type 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.