Variable
This method allows inserting variables through a REST API.
POST /apigateway/se/rest/v1/portfolio/variable
Request example:
Request body parameter | Type | Required | Description |
---|---|---|---|
idVariable | String | Yes | ID # |
nmVariable | String | Yes | Name |
Request example:
{
"idVariable": "string",
"nmVariable": "string"
}
Response example:
200 OK
{
"success": true,
"total": 1,
"results": [
{
"Result": true,
"Code": 1
}
]
}