Custom object types

Options
Need to create custom object types.  It would help to define object as parameters to functions and use the same object type as parameter to API.  The API would in turn call the function and pass the input as parameter.  In the absence of this feature, it is required to duplicate the effort to define the object - once in function input and again in API input

Comments

  • Michael Udinski
    Michael Udinski Administrator

    ADMIN

    Options
     - you can already do this with the JSON input type. This allows you to create whatever custom JSON object you want. You can pass the whole thing in as a parameter for your external API call.