Update an inspection checklist
patch
/fscmRestApi/resources/11.13.18.05/publicSectorInspectionChkLists/{InspectionChklistKey}
Request
Path Parameters
-
InspectionChklistKey(required): integer(int64)
The unique identifier for an inspection checklist.
Header Parameters
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Supported Media Types
- application/json
Root Schema : schema
Type:
Show Source
object-
ChecklistResult: string
Title:
ResultMaximum Length:15The result for this checklist, such as Pass, Fail, Yes, No, and so on. -
ChecklistScore: integer
(int32)
Title:
ScoreThe calculated score for this checklist. -
CommonComment: string
Title:
CommentMaximum Length:1000The comments for a specific inspection checklist from the checklist setup table. -
MajorViolationFlag: boolean
Title:
Major ViolationMaximum Length:1Indicates whether a failing result for the checklist constitutes a major violation. If the value is true, a failing result constitutes a major violation. The default value is false. The information is copied from the checklist setup table. -
NumberMajorViolations: integer
(int32)
The calculated number of major violations for the checklist.
Response
Supported Media Types
- application/json
Default Response
The following table describes the default response for this task.
Headers
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Root Schema : publicSectorInspectionChkLists-item-response
Type:
Show Source
object-
AgencyId: integer
Title:
Agency IDDefault Value:1The identifier for the public sector agency associated with the inspection checklist. -
AssessmentType: string
Title:
Assessment TypeMaximum Length:15The name of the assessment type used for the inspection checklist from the checklist setup table. -
ChecklistId: string
Title:
ChecklistMaximum Length:15The unique identifier for an inspection checklist. -
ChecklistName: string
Title:
Checklist NameMaximum Length:100The description of an inspection checklist from the checklist setup table. -
ChecklistResult: string
Title:
ResultMaximum Length:15The result for this checklist, such as Pass, Fail, Yes, No, and so on. -
ChecklistScore: integer
(int32)
Title:
ScoreThe calculated score for this checklist. -
CommonComment: string
Title:
CommentMaximum Length:1000The comments for a specific inspection checklist from the checklist setup table. -
InspectionChklistKey: integer
(int64)
The unique identifier for an inspection checklist.
-
InspectionChklistPuid: string
Maximum Length:
480The persistent unique identifier for an inspection checklist. -
InspectionId: string
Title:
InspectionMaximum Length:50The unique identifier for an inspection. -
InspectionKey: integer
(int64)
The unique identifier for an inspection.
-
InspectionPuid: string
Maximum Length:
480The persistent unique identifier for an inspection. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MajorViolationFlag: boolean
Title:
Major ViolationMaximum Length:1Indicates whether a failing result for the checklist constitutes a major violation. If the value is true, a failing result constitutes a major violation. The default value is false. The information is copied from the checklist setup table. -
MaximumScore: integer
(int32)
Title:
Maximum ScoreThe maximum score possible for an inspection checklist from the checklist setup table. -
MinimumPassingScore: integer
(int32)
Title:
Minimum Passing ScoreThe minimum checklist score that is considered a passing result from the checklist setup table. -
NumberMajorViolations: integer
(int32)
The calculated number of major violations for the checklist.
-
PossibleScore: integer
(int32)
Title:
Possible ScoreThe possible score that the checklist item can receive from the checklist setup table. -
RequiredFlag: boolean
Title:
RequiredMaximum Length:1Indicates whether this inspection checklist item is required. The default value is true. The information is from the checklist setup table. -
ScoringMethod: string
Title:
Score MethodMaximum Length:15The method used for scoring a checklist from the checklist setup table. For example, Bottom Up is a scoring method that adds scores for each checklist starting with zero.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : link
Type:
Show Source
object-
href: string
Title:
hyperlink referenceThe URI to the related resource. -
kind: string
Title:
kindAllowed Values:[ "collection", "item", "describe", "other" ]The kind of the related resource. -
name: string
Title:
nameThe name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relationAllowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]The name of the relation to the resource instance. Example: self.
Nested Schema : properties
Type:
Show Source
object-
changeIndicator: string
Change indicator or the ETag value of the resource instance.