Update an inspection checklist group line
patch
/fscmRestApi/resources/11.13.18.05/publicSectorChecklistGroups/{publicSectorChecklistGroupsUniqID}/child/ChecklistGroupLine/{ChecklistGroupLineUniqID}
Request
Supported Media Types
- application/vnd.oracle.adf.resourceitem+json
- application/json
Path Parameters
-
ChecklistGroupLineUniqID: integer
This is the hash key of the attributes which make up the composite key--- AgencyId, ChecklistGroup and ChecklistId ---for the Inspection Checklist Group Lines resource and used to uniquely identify an instance of Inspection Checklist Group Lines. The client should not generate the hash key value. Instead, the client should query on the Inspection Checklist Group Lines collection resource with a filter on the primary key values in order to navigate to a specific instance of Inspection Checklist Group Lines.
For example: ChecklistGroupLine?q=AgencyId=<value1>;ChecklistGroup=<value2>;ChecklistId=<value3> -
publicSectorChecklistGroupsUniqID: integer
This is the hash key of the attributes which make up the composite key--- AgencyId and ChecklistGroup ---for the Inspection Checklist Groups resource and used to uniquely identify an instance of Inspection Checklist Groups. The client should not generate the hash key value. Instead, the client should query on the Inspection Checklist Groups collection resource with a filter on the primary key values in order to navigate to a specific instance of Inspection Checklist Groups.
For example: publicSectorChecklistGroups?q=AgencyId=<value1>;ChecklistGroup=<value2>
The following table describes the body parameters in the request for this task.
Root Schema : publicSectorChecklistGroups-ChecklistGroupLine-item
Type:
Show Source
object-
AgencyId(optional):
integer(int64)
Title:
Agency IDThe identifier for the public sector agency to which this checklist group line applies. -
ChecklistGroup(optional):
string
Title:
Checklist GroupMaximum Length:15The name that uniquely identifies an inspection checklist group. -
ChecklistId(optional):
string
Title:
ChecklistMaximum Length:15The name that uniquely identifies an inspection checklist. -
CreatedBy(optional):
string
Title:
Created ByMaximum Length:64The user who added the checklist group line to the checklist group. -
CreationDate(optional):
string(date-time)
Title:
Creation DateThe date that the checklist group line was added to the checklist group. -
LastUpdateDate(optional):
string(date-time)
Title:
Last Updated DateThe date that the checklist group line was last updated. -
LastUpdatedBy(optional):
string
Title:
Last Updated ByMaximum Length:64The user who last updated the checklist group line. -
links(optional):
array Items
Title:
ItemsLink Relations
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 : publicSectorChecklistGroups-ChecklistGroupLine-item
Type:
Show Source
object-
AgencyId(optional):
integer(int64)
Title:
Agency IDThe identifier for the public sector agency to which this checklist group line applies. -
ChecklistGroup(optional):
string
Title:
Checklist GroupMaximum Length:15The name that uniquely identifies an inspection checklist group. -
ChecklistId(optional):
string
Title:
ChecklistMaximum Length:15The name that uniquely identifies an inspection checklist. -
CreatedBy(optional):
string
Title:
Created ByMaximum Length:64The user who added the checklist group line to the checklist group. -
CreationDate(optional):
string(date-time)
Title:
Creation DateThe date that the checklist group line was added to the checklist group. -
LastUpdateDate(optional):
string(date-time)
Title:
Last Updated DateThe date that the checklist group line was last updated. -
LastUpdatedBy(optional):
string
Title:
Last Updated ByMaximum Length:64The user who last updated the checklist group line. -
links(optional):
array Items
Title:
ItemsLink Relations
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.