Create an Asset Qualification

post

/fscmRestApi/resources/11.13.18.05/installedBaseAssets/{AssetId}/child/assetQualifications

Request

Path Parameters
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.
  • 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
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 : installedBaseAssets-assetQualifications-item-response
Type: object
Show Source
  • Value that uniquely identifies an asset. This attribute is read-only.
  • Title: Number
    Read Only: true
    Maximum Length: 80
    Number that uniquely identifies an asset. This attribute is read-only.
  • Value that uniquely identifies the asset qualification. The application creates this value when it creates the asset qualification. This attribute is read-only.
  • Read Only: true
    Maximum Length: 64
    User who created the qualification requirement The application automatically sets this value during creation.This attribute is read-only.
  • Read Only: true
    Date when the qualification requirment is created. The application automatically sets this value during creation.This attribute is read-only.
  • Value that Uniquely Identifies the inspection plan. Currently, this attribute isn't populated.
  • Read Only: true
    Date when the user most recently updated the qualification requirement. The application automatically sets this value during creation.This attribute is read-only.
  • Read Only: true
    Maximum Length: 64
    User who most recently updated the qualification requirement. The application assigns a value to this attribute during creation. This attribute is read-only.
  • Read Only: true
    Maximum Length: 32
    Login that the user used when updating the qualification requirement. The application assigns a value to this attribute during creation. This attribute is read-only.
  • Links
  • Date when the asset qualification is next due. The value can be updated till the current value becomes past. The value is defaulted based on the default interval value in associated qualification requirement.
  • Maximum Length: 255
    Abbreviation that uniquely identifies the qualification requirement . This attribute is required to create a qualification requirement.
  • Value that uniquely identifies the qualification requirement. The application creates this value when it creates the qualification requirement. This attribute is mandatory.
  • Maximum Length: 255
    Name of the qualification requirement. This is unique and required attribute to create an asset qualification.
  • Read Only: true
    Maximum Length: 64
    User who created the asset qualification. The application automatically sets this value during creation.This attribute is read-only.
  • Date when the asset qualification is created. This date can be set to a required value during creation. Once created the value can't be updated. The defauilt value is system date.
Back to Top