Skip to main content
Version: 2.2.3

AUDITOR-LEVEL

This method allows inserting auditor levels through a REST API.

POST /apigateway/se/rest/v1/audit/auditor-level

Request example:

Request body parameterTypeRequiredDescription
idAuditorLevelStringNoID #
nmAuditorLevelStringYesName
dsAuditorLevelStringNoDescription

Request example:

{
"idAuditorLevel": "string",
"nmAuditorLevel": "string",
"dsAuditorLevel": "string"
}

Response example:

200 OK

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