Skip to main content
Version: 2.2.3

STAKEHOLDERS

This method allows inserting project roles through a REST API.

POST /apigateway/se/rest/v1/project/stakeholders

Request example:

Request body parameterTypeRequiredDescription
idStakeholderStringNoID #
nmStakeholderStringYesName
dsStakeholderStringNoDescription

Request example:

{
"idStakeholder": "string",
"nmStakeholder": "string",
"dsStakeholder": "string"
}

Response example:

200 OK

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