Create a checklist item
post
/fscmRestApi/resources/11.13.18.05/publicSectorInspectionChecklists/{publicSectorInspectionChecklistsUniqID}/child/ChecklistItem
Request
Path Parameters
-
publicSectorInspectionChecklistsUniqID(required): string
This is the hash key of the attributes which make up the composite key--- AgencyId and ChecklistId ---for the Inspection Checklists resource and used to uniquely identify an instance of Inspection Checklists. The client should not generate the hash key value. Instead, the client should query on the Inspection Checklists collection resource with a filter on the primary key values in order to navigate to a specific instance of Inspection Checklists.
For example: publicSectorInspectionChecklists?q=AgencyId=<value1>;ChecklistId=<value2>
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
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 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 : publicSectorInspectionChecklists-ChecklistItem-Instruction-item-post-request
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:
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 : 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
- Instruction
-
Parameters:
- ChecklistItemUniqID:
$request.path.ChecklistItemUniqID - publicSectorInspectionChecklistsUniqID:
$request.path.publicSectorInspectionChecklistsUniqID
The instructions resource is used for view, create, delete, or modify instructions. The instructions store specific instructions for inspecting a checklist item. - ChecklistItemUniqID: