Update a single inbound fax number. Any omitted fields are automatically defaulted to null, where null is equivalent to Default ie the value will be inherited from the assigned profile.
Security
http-basic-auth
A list of recipient email addresses, for now
One of:
The display number is used in the meta provided to the user or application, and in reporting. If it is null, the actual number will be used.
- Mock serverhttps://developers.retarus.com/_mock/fax/fax-config-api/inbound/numbers/{number}
- Productionhttps://fax-config.de2.retarus.com/v2/inbound/numbers/{number}
- InboundFaxNumber
- InboundFaxToEmailNumber
- InboundFaxToFtpNumber
- InboundFaxToWsNumber
- Set just the recipient for a Fax to Email number
- Set everything for Fax to Email number
- Set everything for a Fax to FTP number
- Set everything for a Fax to Webservice number.
curl -i -X PUT \
-u '<username>:<password>' \
'https://developers.retarus.com/_mock/fax/fax-config-api/inbound/numbers/+498900000000' \
-H 'Content-Type: application/json' \
-d '{
"email": {
"recipients": [
"john.smith@acme.com"
]
}
}'