Update an inspection checklist item

patch

/fscmRestApi/resources/11.13.18.05/publicSectorInspectionMobileChkListItems/{publicSectorInspectionMobileChkListItemsUniqID}

Request

Path Parameters
  • This is the hash key of the attributes which make up the composite key--- SetupAgencyId, SetupChecklistId, SetupChecklistItemId and InspectionClItemKey ---for the Inspection Mobile Checklist Items resource and used to uniquely identify an instance of Inspection Mobile Checklist Items. The client should not generate the hash key value. Instead, the client should query on the Inspection Mobile Checklist Items collection resource with a filter on the primary key values in order to navigate to a specific instance of Inspection Mobile Checklist Items.

    For example: publicSectorInspectionMobileChkListItems?q=SetupAgencyId=<value1>;SetupChecklistId=<value2>;SetupChecklistItemId=<value3>;InspectionClItemKey=<value4>
Header Parameters
  • 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".
  • 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
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
Back to Top

Response

Supported Media Types

Default Response

The following table describes the default response for this task.
Headers
  • 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".
  • 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.
Body ()
Root Schema : publicSectorInspectionMobileChkListItems-item-response
Type: object
Show Source
  • Title: Agency ID
    Default Value: 1
    The identifier for the public sector agency associated with the inspection checklist item.
  • Title: Category
    Maximum Length: 30
    The category of the inspection checklist item. This is copied from the checklist item setup table.
  • Title: Checklist
    Maximum Length: 15
    The unique identifier for the inspection checklist.
  • Title: Checklist Item
    Maximum Length: 15
    The unique identifier for the inspection checklist item.
  • Title: Checklist Item Name
    Maximum Length: 300
    The description of the inspection checklist item. This is copied from the checklist item setup table.
  • Title: Result
    Maximum Length: 15
    The result for this checklist item, such as Pass, Fail, Yes, No, and so on.
  • Title: Score
    The score received for this checklist item.
  • Title: Creation Date
    Read Only: true
    The date when the inspection checklist item was created.
  • The unique identifier for the inspection checklist item.
  • Title: Inspection
    Maximum Length: 50
    The unique identifier for the inspection.
  • Title: Last Updated Date
    Read Only: true
    The date when the inspection checklist item was last updated.
  • Links
  • Title: Major Violation
    Maximum Length: 1
    Indicates whether a failing result for the checklist item constitutes a major violation. The value is Y or N.
  • Title: Possible Score
    The maximum possible score for the checklist item. This is copied from the checklist item setup table.
  • Title: Required
    Maximum Length: 1
    Indicates whether this inspection checklist item is required. It is copied from the checklist item setup table. The value is Y or N.
  • Read Only: true
    The identifier for the public sector agency associated with the setup of inspection checklist item.
  • Read Only: true
    Maximum Length: 15
    The unique identifier for the setup of inspection checklist.
  • Read Only: true
    Maximum Length: 15
    The unique identifier for the setup of inspection checklist item.
  • Read Only: true
    Maximum Length: 1
    Indicates whether a failing result for the checklist item constitutes a major violation. If the value is true, a failing result constitutes a major violation. The default value is false. This is copied from the checklist item setup information.
  • Read Only: true
    The score that the checklist item received. This is copied from the checklist item setup information.
  • Title: Subcategory
    Maximum Length: 30
    The subcategory of the inspection checklist item. This is copied from the checklist item setup table.
Back to Top