Skip to main content
Version: 2.2.3

CRITICAL-SUCCESS-FACTOR

This method allows inserting critical success factors through a REST API.

POST /apigateway/se/rest/v1/process/csf

Request example:

Request body parameterTypeRequiredDescription
idCsfStringNoID #
nmCsfStringYesName
dsCsfStringNoDescription

Request example:

{
"idCsf": "string",
"nmCsf": "string",
"dsCsf": "string"
}

Response example:

200 OK

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