STAKEHOLDERS
This method allows inserting project roles through a REST API.
POST /apigateway/se/rest/v1/project/stakeholders
Request example:
Request body parameter | Type | Required | Description |
---|---|---|---|
idStakeholder | String | No | ID # |
nmStakeholder | String | Yes | Name |
dsStakeholder | String | No | Description |
Request example:
{
"idStakeholder": "string",
"nmStakeholder": "string",
"dsStakeholder": "string"
}
Response example:
200 OK
{
"success": true,
"total": 1,
"results": [
{
"Result": true,
"Code": 1
}
]
}