Add And Upload Audio Message
This request add’s a new audio file to the selected message
The file should be uploaded as a binary, the file name and field name should be inserted in the request path.
Resource
POST /server/hotdesking/<fieldname>/<filename>
Parameters
None
Payload
The binary audio file
Response
None
Context
Authorization |
Administrator |
Errors
Example
Request
POST https://xelion.nl/api/v1/master/server/hotdesking/hotDeskingActivatedMessage/audio.mp3 POST https://xelion.nl/api/v1/master/server/hotdesking/hotDeskingDeactivatedMessage/audio.mp3 POST https://xelion.nl/api/v1/master/server/hotdesking/hdActivationFailedMessage/audio.mp3 POST https://xelion.nl/api/v1/master/server/hotdesking/hdDeactivationFailedMessage/audio.mp3
Payload
audio.mp3