Skip to main content
Version: 2.2.3

CONTROL-TYPE

This method allows inserting control types using a REST API.

POST /apigateway/se/rest/v1/risk/control-type

Request example:

Request body parameterTypeRequiredDescription
idTypeStringNoID #
nmTypeStringYesName
idTypeOwnerStringNoUpper level type ID #
idMaskStringNoMask ID #
fgEditIdStringNoIs it possible to edit the mask?
1 - Yes, 2 - No
dsTypeStringNoDescription

Insertion request example:

{
"idType": "string",
"nmType": "string",
"idTypeOwner": "string",
"idMask": "1",
"fgEdit": "1",
"dsType": "string"
}

Response example:

200 OK

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