Create a checklist
post
/fscmRestApi/resources/11.13.18.05/publicSectorInspectionChecklists
Request
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.
-
Upsert-Mode:
Contains one of the following values: true or false. If true, the server performs an Upsert operation instead of a Create operation. During an Upsert operation, the server attempts to find an existing resource that matches the payload. If a match is found, the server updates the existing resource instead of creating a new one. If not found or false (default), the server performs a Create operation. Note that the Upsert operation isn't supported for date-effective REST resources.
Supported Media Types
- application/json
The following table describes the body parameters in the request for this task.
Root Schema : schema
Type:
Show Source
object-
AgencyId: integer
(int32)
Title:
Agency IDDefault Value:1The identifier for the public sector agency associated with this inspection checklist. -
AssessmentType(required): string
Title:
Assessment TypeMaximum Length:15The name of the assessment type used for the inspection checklist. -
ChecklistId(required): string
Title:
ChecklistMaximum Length:15The unique identifier for an inspection checklist. -
ChecklistItem: array
Inspection Checklist Items
Title:
Inspection Checklist ItemsThe inspection checklist items resource is used to view, create, delete, or modify an inspection checklist item. An inspection checklist item identifies part of the inspection checklist. For example, a Residential Addition inspection may contain inspection checklists for Kitchen, Solar, and so on. The Kitchen checklist may contain checklist items for Plumbing and Electrical. -
CommonComment: string
Title:
CommentMaximum Length:1000The comments for a specific inspection checklist. -
Description(required): string
Title:
DescriptionMaximum Length:100The description of an inspection checklist. -
EnabledFlag(required): boolean
Title:
EnabledMaximum Length:1Indicates whether the inspection checklist is available to be used. The default value is true. -
MajorViolationFlag: boolean
Title:
Major ViolationMaximum Length:1Default Value:trueIndicates whether a failing result for the checklist consititutes a major violation. If the value is true, a failing result constitutes a major violation. The default value is false. -
MaximumScore: integer
(int32)
Title:
Maximum ScoreThe maximum score possible for an inspection checklist. -
MinimumPassingScore: integer
(int32)
Title:
Minimum Passing ScoreThe minimum checklist score that is considered a passing result. -
RequiredFlag: boolean
Title:
RequiredMaximum Length:1Default Value:trueIndicates whether this inspection checklist is required. The default value is true. -
Score: integer
(int32)
Title:
ScoreThe calculated score of the checklist. -
ScoringMethod: string
Title:
Scoring MethodMaximum Length:15The method used for scoring a checklist. For example, Bottom Up is a scoring method that adds scores for each checklist starting with zero.
Nested Schema : Inspection Checklist Items
Type:
arrayTitle:
Inspection Checklist ItemsThe inspection checklist items resource is used to view, create, delete, or modify an inspection checklist item. An inspection checklist item identifies part of the inspection checklist. For example, a Residential Addition inspection may contain inspection checklists for Kitchen, Solar, and so on. The Kitchen checklist may contain checklist items for Plumbing and Electrical.
Show Source
Nested Schema : schema
Type:
Show Source
object-
AgencyId: integer
(int32)
Title:
Agency IDDefault Value:1The identifier for the public sector agency associated with this inspection checklist item. -
CategoryCode: string
Title:
CategoryMaximum Length:30The category of the inspection checklist item. -
ChecklistId(required): string
Title:
ChecklistMaximum Length:15The unique identifier for an inspection checklist. -
ChecklistItemId(required): string
Title:
Checklist ItemMaximum Length:15The unique identifier for an inspection checklist item. -
Description(required): string
Title:
DescriptionMaximum Length:300The description of the inspection checklist item. -
Instruction: array
Inspection Checklist Instructions
Title:
Inspection Checklist InstructionsThe instructions resource is used for view, create, delete, or modify instructions. The instructions store specific instructions for inspecting a checklist item. -
MajorViolationFlag(required): boolean
Title:
Major ViolationMaximum Length:1Indicates whether a failing result for the checklist item consititutes a major violation. If the value is true, a failing result constitutes a major violation. The default value is false. -
RequiredFlag(required): boolean
Title:
RequiredMaximum Length:1Indicates whether this inspection checklist item is required. The default value is true. -
Score: integer
(int32)
Title:
ScoreThe score that the checklist item received. -
SubcategoryCode: string
Title:
SubcategoryMaximum Length:30The subcategory of the inspection checklist item.
Nested Schema : Inspection Checklist Instructions
Type:
arrayTitle:
Inspection Checklist InstructionsThe instructions resource is used for view, create, delete, or modify instructions. The instructions store specific instructions for inspecting a checklist item.
Show Source
Nested Schema : schema
Type:
Show Source
object-
AgencyId: integer
(int32)
Title:
Agency IDDefault Value:1The identifier for the public sector agency associated with these checklist item instructions. -
ChecklistId: string
Title:
ChecklistMaximum Length:15The unique identifier for an inspection checklist. -
ChecklistItemId: string
Title:
Checklist ItemMaximum Length:15The unique identifier for an inspection checklist item. -
InstructionCode: string
Title:
InstructionsMaximum Length:15The code for the instructions that are associated with an item in an inspection checklist. -
InstructionText: string
Title:
Instructional TextMaximum Length:1000The text that includes the instructions for an inspection checklist item.
Response
Supported Media Types
- application/json
Default Response
The following table describes the default response for this task.
Headers
-
Metadata-Context(required):
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(required):
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 : publicSectorInspectionChecklists-item-response
Type:
Show Source
object-
AgencyId: integer
(int32)
Title:
Agency IDDefault Value:1The identifier for the public sector agency associated with this inspection checklist. -
AssessmentType: string
Title:
Assessment TypeMaximum Length:15The name of the assessment type used for the inspection checklist. -
ChecklistId: string
Title:
ChecklistMaximum Length:15The unique identifier for an inspection checklist. -
ChecklistItem: array
Inspection Checklist Items
Title:
Inspection Checklist ItemsThe inspection checklist items resource is used to view, create, delete, or modify an inspection checklist item. An inspection checklist item identifies part of the inspection checklist. For example, a Residential Addition inspection may contain inspection checklists for Kitchen, Solar, and so on. The Kitchen checklist may contain checklist items for Plumbing and Electrical. -
CommonComment: string
Title:
CommentMaximum Length:1000The comments for a specific inspection checklist. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the checklist. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the checklist was created. -
Description: string
Title:
DescriptionMaximum Length:100The description of an inspection checklist. -
EnabledFlag: boolean
Title:
EnabledMaximum Length:1Indicates whether the inspection checklist is available to be used. The default value is true. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date when the checklist was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The session login associated with the user who last updated the checklist. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MajorViolationFlag: boolean
Title:
Major ViolationMaximum Length:1Default Value:trueIndicates whether a failing result for the checklist consititutes a major violation. If the value is true, a failing result constitutes a major violation. The default value is false. -
MaximumScore: integer
(int32)
Title:
Maximum ScoreThe maximum score possible for an inspection checklist. -
MinimumPassingScore: integer
(int32)
Title:
Minimum Passing ScoreThe minimum checklist score that is considered a passing result. -
RequiredFlag: boolean
Title:
RequiredMaximum Length:1Default Value:trueIndicates whether this inspection checklist is required. The default value is true. -
Score: integer
(int32)
Title:
ScoreThe calculated score of the checklist. -
ScoringMethod: string
Title:
Scoring MethodMaximum Length:15The method used for scoring a checklist. For example, Bottom Up is a scoring method that adds scores for each checklist starting with zero.
Nested Schema : Inspection Checklist Items
Type:
arrayTitle:
Inspection Checklist ItemsThe inspection checklist items resource is used to view, create, delete, or modify an inspection checklist item. An inspection checklist item identifies part of the inspection checklist. For example, a Residential Addition inspection may contain inspection checklists for Kitchen, Solar, and so on. The Kitchen checklist may contain checklist items for Plumbing and Electrical.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : publicSectorInspectionChecklists-ChecklistItem-item-response
Type:
Show Source
object-
AgencyId: integer
(int32)
Title:
Agency IDDefault Value:1The identifier for the public sector agency associated with this inspection checklist item. -
CategoryCode: string
Title:
CategoryMaximum Length:30The category of the inspection checklist item. -
ChecklistId: string
Title:
ChecklistMaximum Length:15The unique identifier for an inspection checklist. -
ChecklistItemId: string
Title:
Checklist ItemMaximum Length:15The unique identifier for an inspection checklist item. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the checklist item. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the checklist item was created. -
Description: string
Title:
DescriptionMaximum Length:300The description of the inspection checklist item. -
Instruction: array
Inspection Checklist Instructions
Title:
Inspection Checklist InstructionsThe instructions resource is used for view, create, delete, or modify instructions. The instructions store specific instructions for inspecting a checklist item. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date when the checklist item was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The session login associated with the user who last updated the checklist item. -
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 item consititutes a major violation. If the value is true, a failing result constitutes a major violation. The default value is false. -
RequiredFlag: boolean
Title:
RequiredMaximum Length:1Indicates whether this inspection checklist item is required. The default value is true. -
Score: integer
(int32)
Title:
ScoreThe score that the checklist item received. -
SubcategoryCode: string
Title:
SubcategoryMaximum Length:30The subcategory of the inspection checklist item.
Nested Schema : Inspection Checklist Instructions
Type:
arrayTitle:
Inspection Checklist InstructionsThe instructions resource is used for view, create, delete, or modify instructions. The instructions store specific instructions for inspecting a checklist item.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : publicSectorInspectionChecklists-ChecklistItem-Instruction-item-response
Type:
Show Source
object-
AgencyId: integer
(int32)
Title:
Agency IDDefault Value:1The identifier for the public sector agency associated with these checklist item instructions. -
ChecklistId: string
Title:
ChecklistMaximum Length:15The unique identifier for an inspection checklist. -
ChecklistItemId: string
Title:
Checklist ItemMaximum Length:15The unique identifier for an inspection checklist item. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the instructions. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the instructions were created. -
InstructionCode: string
Title:
InstructionsMaximum Length:15The code for the instructions that are associated with an item in an inspection checklist. -
InstructionText: string
Title:
Instructional TextMaximum Length:1000The text that includes the instructions for an inspection checklist item. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date when the instructions were last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The session login associated with the user who last updated the instructions. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
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.
Links
- ChecklistItem
-
Parameters:
- publicSectorInspectionChecklistsUniqID:
$request.path.publicSectorInspectionChecklistsUniqID
The inspection checklist items resource is used to view, create, delete, or modify an inspection checklist item. An inspection checklist item identifies part of the inspection checklist. For example, a Residential Addition inspection may contain inspection checklists for Kitchen, Solar, and so on. The Kitchen checklist may contain checklist items for Plumbing and Electrical. - publicSectorInspectionChecklistsUniqID: