Table of Contents

What's New


GET /Modules/AMPC/RegularAssetTypeTasks/Lookups/LookupRegularAssetTypeTaskMonitoringPointType

Lookup the Monitoring Point Type for the Regular Asset Type Task.

What's Changed


GET /Modules/AMPC/RegularAssetTypeTasks/{id}
Return Type:

Changed response : 200 OK

Success response - body contains Regular Asset Type Task

  • Changed content type : application/vnd.onkey.entity+json

    • Changed property properties (object)

      • Added property monitoringPointTypeId (integer)

      • Added property monitoringPointTypeCode (string)

      • Added property monitoringPointTypeDescription (string)

POST /Modules/AMPC/RegularAssetTypeTasks
Request:

Changed content type : application/vnd.onkey.entity+json

  • Changed property properties (object)

    • Added property monitoringPointTypeId (integer)
GET /Modules/AMPC/RegularAssetTypeTasks/Batch/{ids}
Return Type:

Changed response : 200 OK

Success response - body contains Regular Asset Type Task collection

  • Changed content type : application/vnd.onkey.entitycollection+json

    • Changed property items (array)

      Collection of Regular Asset Type Task entities

      Changed items (object):

      • Changed property properties (object)

        • Added property monitoringPointTypeId (integer)

        • Added property monitoringPointTypeCode (string)

        • Added property monitoringPointTypeDescription (string)

POST /Modules/AMPC/RegularAssetTypeTasks/Batch
Request:

Changed content type : application/vnd.onkey.entitycollection+json

Changed items (object):

  • Changed property properties (object)

    • Added property monitoringPointTypeId (integer)