Create a Maintenance Activity

post

/serviceapi/entityModel/data/entities/maintenances

DATA_ENTITIES_MAINTENANCES_Create

API View: Standard

Request

Supported Media Types
Body ()
the user input provided for creating a maintenance
Root Schema : CreateMaintenanceDetails
Type: object

Defines the details required for creating a maintenance activity

Show Source
Nested Schema : selectedEntities
Type: array
List of details of entities to be put under maintenance

API View: Standard

Show Source
Nested Schema : CreateMaintenanceEntityDetails
Type: object
Details of entities selected by the user for maintenance activity
Show Source
Back to Top

Response

Supported Media Types

200 Response

successful operation
Body ()
Root Schema : MaintenanceDetails
Type: object

Defines the details of a maintenance activity

Show Source
Nested Schema : selectedEntities
Type: array
List of entities to be put under maintenance
Show Source
Nested Schema : MaintenanceEntityWithMembers
Type: object
Selected entitiy along with all its member target hierarchy
Show Source
Nested Schema : memberEntities
Type: array
Member entities impacted due to maintenance on selected entity
Show Source
Nested Schema : MaintenanceMemberEntity
Type: object
Member entity being put under maintenance as part of maintenance on a parent entity
Show Source
Back to Top