The create command is used to create a Flow-fx object.

JSON Input Data Format
{
    "name": string,
    "comments": string
}
name * Specifies the name for the Flow-fx, which can be any name.
comments Specifies optional comments or a brief description for the Flow-fx.
* Indicates a mandatory field.

Code Snippets
Here are several code snippets provided for your direct use. Simply select your preferred tool/language by clicking on it.


Successful Response
{
    "result": "OK",
    "payload": "The process was successfully completed",
    "id": "V7-49ff499f-xxxx-xxxx-xxxx-b47fxxxx99af"
}

Failed Response
{
    "result": "ERR",
    "message": "Error message ..."
}