We are using .NET code to post audio files to the RC system for callers to automatically here when they dial a specific number. Code has been working fine past two years or so and today we started receiving the error when the code tries to post the audio file to the endpoint:
Content: { "errorCode" : "CMN-101", "message" : "Parameter [answeringRule] value is invalid.", "errors" : [ { "errorCode" : "CMN-101", "message" : "Parameter [answeringRule] value is invalid.", "parameterName" : "answeringRule" } ], "parameterName" : "answeringRule" } Request: Method: POST, RequestUri: 'https://platform.ringcentral.com/restapi/v1.0/account/~/extension/~/greeting?apply=False'
The current greeting answering rule ID we are using is: business-hours-rule
Has there been a change or something on the API end?