Skip to main content
Version: 2.2.3

EXTERNAL-ENTITY

This method allows inserting third-party entities through a REST API.

POST /apigateway/se/rest/v1/process/extent

Request example:

Request body parameterTypeRequiredDescription
idExtendStringNoID #
nmExtendStringYesName
dsExtendStringNoDescription

Request example:

{
"idExtend": "string",
"nmExtend": "string",
"dsExtend": "string"
}

Response example:

200 OK

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