AddAudioFile
Adds an audio recording to the call log.
Stored Procedure-Specific Information
Executing this procedure requires setting the values for Id and FileLocation. If FileLocation is not provided, both Content, which is an input stream of the file, and FileName with the extension should be provided. For example: EXEC AddAudioFile Id = '123436', FileLocation = 'C:\Users\Downloads\file_example_MP3_1MG.mp3'
Input
| Name | Type | Accepts Input Streams | Description |
| Id | String | False | Id of call logs. |
| FileLocation | String | False | File to upload. |
| FileName | String | False | File name that is uploaded. |
| Content | String | True | The content as InputStream to be uploaded when FileLocation is not specified. |
Result Set Columns
| Name | Type | Description |
| Status | String | Execution status of the stored procedure. |