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 parameter | Type | Required | Description |
---|---|---|---|
idCsf | String | No | ID # |
nmCsf | String | Yes | Name |
dsCsf | String | No | Description |
Request example:
{
"idCsf": "string",
"nmCsf": "string",
"dsCsf": "string"
}
Response example:
200 OK
{
"success": true,
"total": 1,
"results": [
{
"Result": true,
"Code": 1
}
]
}