Create a new Fax URI

PUT {{baseUrl}}/v1/configuration/faxuri

Allows you to either create a new Fax URI or update an existing one. If an existing faxUriId is passed in the request, then an update will be performed. If no faxUriId is passed, then a new Fax URI is created.

Request Body

{"faxUri"=>{"deliveryMethod"=>"<string>", "faxFileFormat"=>"<string>", "uri"=>"<string>", "faxUriId"=>"<integer>", "csid"=>"<string>", "subject"=>"<string>", "body"=>"<string>", "useHtml"=>"<string>"}}

HEADERS

KeyDatatypeRequiredDescription
apikeystringAuthentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under Account Settings. Please use our API quickstart guide for more help.
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;faxUri&quot;:{&quot;deliveryMethod&quot;:&quot;\u003cstring\u003e&quot;,&quot;faxFileFormat&quot;:&quot;\u003cstring\u003e&quot;,&quot;uri&quot;:&quot;\u003cstring\u003e&quot;,&quot;faxUriId&quot;:&quot;\u003cinteger\u003e&quot;,&quot;csid&quot;:&quot;\u003cstring\u003e&quot;,&quot;subject&quot;:&quot;\u003cstring\u003e&quot;,&quot;body&quot;:&quot;\u003cstring\u003e&quot;,&quot;useHtml&quot;:&quot;\u003cstring\u003e&quot;}}