Create Transformer

Create a new transformer.

Headers

x-api-keystringOptional

Request

This endpoint expects an object.
namestringRequired
method_namestringRequired
module_namestringRequired
input_entity_definition_idslist of stringsRequired
output_entity_definition_idslist of stringsRequired
descriptionstringOptional
config_schemamap from strings to anyOptional

Response

Successful Response

namestring
method_namestring
module_namestring
input_entity_definition_idslist of strings
output_entity_definition_idslist of strings
idstringformat: "uuid"
organization_idstringformat: "uuid"
created_by_emailstring
modified_by_emailstring
descriptionstringOptional
config_schemamap from strings to anyOptional

Errors