Request
Body Params application/json-patch+json
{
"emailProfileId": "string",
"fields": [
{
"type": "Text",
"value": "string",
"label": "string"
}
]
}
Request Code Samples
curl --location --request POST 'https://platform.shopranos.eu/api/FormCommunication' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"emailProfileId": "string",
"fields": [
{
"type": "Text",
"value": "string",
"label": "string"
}
]
}'
Responses
This response does not have a body.
Modified at 2026-03-16 09:56:04