Skip to main content
Version: Next

Activity classification

This method allows inserting activity classifications through a REST API.

POST /apigateway/se/rest/v1/maintenance/activity-classification

Request example:

Request body parameterTypeRequiredDescription
idMainttypeStringYesID #
nmMainttypeStringYesName

Request example:

{
"idMainttype": "string",
"nmMainttype": "string"
}

Response example:

200 OK

{
"success": true,
"total": 1,
"results": [
{
"Result": true,
"Code": 1
}
]
}