{
"orderPdf": true,
"sendGridKey": "string",
"newOrderEmail": [
"string"
],
"from": "string",
"emailType": "Shopranos",
"port": 0,
"server": "string",
"password": "string",
"useSsl": true,
"user": "string",
"emailProfiles": [
{
"emailType": "ChangePassword",
"emailProfileId": "string"
}
]
}
curl --location --request PUT 'https://platform.shopranos.eu/api/EmailSettings' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderPdf": true,
"sendGridKey": "string",
"newOrderEmail": [
"string"
],
"from": "string",
"emailType": "Shopranos",
"port": 0,
"server": "string",
"password": "string",
"useSsl": true,
"user": "string",
"emailProfiles": [
{
"emailType": "ChangePassword",
"emailProfileId": "string"
}
]
}'
{
"orderPdf": true,
"sendGridKey": "string",
"newOrderEmail": [
"string"
],
"from": "string",
"emailType": "Shopranos",
"port": 0,
"server": "string",
"password": "string",
"useSsl": true,
"user": "string",
"emailProfiles": [
{
"emailType": "ChangePassword",
"emailProfileId": "string"
}
]
}