Create a new or update an existing Mail2Fax profile
Security
http-basic-auth
- Mock serverhttps://developers.retarus.com/_mock/fax/fax-config-api/outbound/profiles/{profile}
- Productionhttps://fax-config.de2.retarus.com/v2/outbound/profiles/{profile}
- Fax to Email Profile
- Mail2Fax profile with all options
curl -i -X PUT \
-u '<username>:<password>' \
https://developers.retarus.com/_mock/fax/fax-config-api/outbound/profiles/default \
-H 'Content-Type: application/json' \
-d '{
"serviceType": "Fax2Mail"
}'Response
{ "name": "string", "general": { "name": "string", "active": true, "timezone": "string" }, "fax": { "csid": "string", "costCenter": "string", "header": "string", "blacklist": true, "paperSize": "string", "resolution": "string", "preferredMimeType": "string", "attachmentsOnly": true, "suppressBlankPages": true }, "dialing": { "countryCode": "string", "areaCode": "string" }, "reportEmail": { "language": "string", "reportFormat": "string", "sender": "string", "recipients": "string", "recipientsIfError": "string", "recipientsCc": "string", "attachTiff": true, "attachTiffOnlyIfError": true, "attachPdf": true, "sortByStatus": "string", "reportRecipients": "string", "errorReportRecipients": "string", "copyStatusReports": "string" }, "coverSheet": { "fileName": "string", "dateFormat": "string", "timeFormat": "string" }, "personalization": { "property1": "string", "property2": "string" } }