ConvertFormFileRequest
Request to convert an external form definition file into the Sodium import format.
The raw file content is posted as the request body (text/plain).
Properties
| Name | Type | Description |
|---|---|---|
| content | string | The raw file content (e.g. a CEXP-V1 export file) |
The raw file content (e.g. a CEXP-V1 export file) | ||
JSON Example
{
"content": "string"
}