EXTERNAL-ENTITY
This method allows inserting third-party entities through a REST API.
POST /apigateway/se/rest/v1/process/extent
Request example:
Request body parameter | Type | Required | Description |
---|---|---|---|
idExtend | String | No | ID # |
nmExtend | String | Yes | Name |
dsExtend | String | No | Description |
Request example:
{
"idExtend": "string",
"nmExtend": "string",
"dsExtend": "string"
}
Response example:
200 OK
{
"success": true,
"total": 1,
"results": [
{
"Result": true,
"Code": 1
}
]
}