Update a checklist item's instructions
patch
/fscmRestApi/resources/11.13.18.05/publicSectorInstructions/{publicSectorInstructionsUniqID}
Request
Supported Media Types
- application/vnd.oracle.adf.resourceitem+json
- application/json
Path Parameters
-
publicSectorInstructionsUniqID: integer
This is the hash key of the attributes which make up the composite key--- AgencyId, ChecklistId, ChecklistItemId and InstructionCode ---for the Instructions resource and used to uniquely identify an instance of Instructions. The client should not generate the hash key value. Instead, the client should query on the Instructions collection resource with a filter on the primary key values in order to navigate to a specific instance of Instructions.
For example: publicSectorInstructions?q=AgencyId=<value1>;ChecklistId=<value2>;ChecklistItemId=<value3>;InstructionCode=<value4>
The following table describes the body parameters in the request for this task.
Root Schema : publicSectorInstructions-item
Type:
Show Source
object-
AgencyId(optional):
integer(int64)
Title:
Agency IDThe identifier for the public sector agency associated with these checklist item instructions. -
ChecklistId(optional):
string
Title:
ChecklistMaximum Length:15The unique identifier for an inspection checklist. -
ChecklistItemId(optional):
string
Title:
Checklist ItemMaximum Length:15The unique identifier for an inspection checklist item. -
CreatedBy(optional):
string
Title:
Created ByMaximum Length:64The user who created the instructions. -
CreationDate(optional):
string(date-time)
Title:
Creation DateThe date when the instructions were created. -
InstructionCode(optional):
string
Title:
InstructionsMaximum Length:15The code for the instructions that are associated with an item in an inspection checklist. -
InstructionText(optional):
string
Title:
Instructional TextMaximum Length:1000The text that includes the instructions for an inspection checklist item. -
LastUpdateDate(optional):
string(date-time)
Title:
Last Updated DateThe date when the instructions were last updated. -
LastUpdatedBy(optional):
string
Title:
Last Updated ByMaximum Length:64The session login associated with the user who last updated the instructions. -
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 : publicSectorInstructions-item
Type:
Show Source
object-
AgencyId(optional):
integer(int64)
Title:
Agency IDThe identifier for the public sector agency associated with these checklist item instructions. -
ChecklistId(optional):
string
Title:
ChecklistMaximum Length:15The unique identifier for an inspection checklist. -
ChecklistItemId(optional):
string
Title:
Checklist ItemMaximum Length:15The unique identifier for an inspection checklist item. -
CreatedBy(optional):
string
Title:
Created ByMaximum Length:64The user who created the instructions. -
CreationDate(optional):
string(date-time)
Title:
Creation DateThe date when the instructions were created. -
InstructionCode(optional):
string
Title:
InstructionsMaximum Length:15The code for the instructions that are associated with an item in an inspection checklist. -
InstructionText(optional):
string
Title:
Instructional TextMaximum Length:1000The text that includes the instructions for an inspection checklist item. -
LastUpdateDate(optional):
string(date-time)
Title:
Last Updated DateThe date when the instructions were last updated. -
LastUpdatedBy(optional):
string
Title:
Last Updated ByMaximum Length:64The session login associated with the user who last updated the instructions. -
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.