AUDITOR-LEVEL
This method allows inserting auditor levels through a REST API.
POST /apigateway/se/rest/v1/audit/auditor-level
Request example:
Request body parameter | Type | Required | Description |
---|---|---|---|
idAuditorLevel | String | No | ID # |
nmAuditorLevel | String | Yes | Name |
dsAuditorLevel | String | No | Description |
Request example:
{
"idAuditorLevel": "string",
"nmAuditorLevel": "string",
"dsAuditorLevel": "string"
}
Response example:
200 OK
{
"success": true,
"total": 1,
"results": [
{
"Result": true,
"Code": 1
}
]
}