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
Key | Datatype | Required | Description |
---|---|---|---|
apikey | string | Authentication 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-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"faxUri":{"deliveryMethod":"\u003cstring\u003e","faxFileFormat":"\u003cstring\u003e","uri":"\u003cstring\u003e","faxUriId":"\u003cinteger\u003e","csid":"\u003cstring\u003e","subject":"\u003cstring\u003e","body":"\u003cstring\u003e","useHtml":"\u003cstring\u003e"}}