I written an API to create online meeting for teams .. when I perform get functions I could get the output but when I am using the post function I couldn't not the response . I am getting an error as show below:
Online meeting has been created : {
"error": {
"code": "BadRequest",
"message": "onlinemeeting cannot be null.",
"innerError": {
"date": "2020-11-06T11:05:29",
"request-id": "235f12ce-3974-4649-b6bd-b0741f0cabe4",
"client-request-id": "235f12ce-3974-4649-b6bd-b0741f0cabe4"
}
}
}
I tried in all possible ways.. please help me out to sought this error.