Create Custom Entity Type Action

Create Custom Entity Type Action

Creates a new custom entity type action

Request
URI
POST
https://{api_host}/cloudapi/customEntityTypes/{customEntityTypeId}/actions
COPY
Path Parameters
string
customEntityTypeId
Required

customEntityTypeId

string
customEntityTypeId
Required

customEntityTypeId


Request Body
CreateCustomEntityTypeAction of type(s) application/json
Required
{
    "workflowId": "string",
    "workflowInputParameter": "string"
}
string
workflowId
Required

uuid of workflow.

string
workflowInputParameter
Required

Name of input parameter of given workflow to which this custom entity type should be mapped.

Authentication
This operation uses the following authentication methods.
Responses
201

Created

Returns CustomEntityTypeAction of type(s) application/json;version=37.1
{
    "name": "string",
    "workflowId": "string",
    "workflowInputParameter": "string"
}
string
name
Required

Name of workflow

string
workflowId
Required

UUID of workflow.

string
workflowInputParameter
Optional

Name of input parameter of given workflow to which this custom entity type should be mapped.


400

The request is invalid(validation error)

Returns Error of type(s) application/json;version=37.1
{
    "minorErrorCode": "string",
    "message": "string",
    "stackTrace": "string"
}
string
minorErrorCode
Required

minorErrorCode

string
message
Required

message

string
stackTrace
Optional

stackTrace


401

The user is not authorized

Operation doesn't return any data structure

403

Forbidden

Operation doesn't return any data structure

404

Not found

Returns Error of type(s) application/json;version=37.1
{
    "minorErrorCode": "string",
    "message": "string",
    "stackTrace": "string"
}
string
minorErrorCode
Required

minorErrorCode

string
message
Required

message

string
stackTrace
Optional

stackTrace