Content : Set this to the JSON payload for creating the meeting, such as {"title":"My Webex Meeting","agenda":"Discussing project updates"} .
Please help explain above point how to set in http request
Content : Set this to the JSON payload for creating the meeting, such as {"title":"My Webex Meeting","agenda":"Discussing project updates"} .
Please help explain above point how to set in http request
Set Body Format as application/json
If you are using VB project try with:
"{""title"":""My Webex Meeting"",""agenda"":""Discussing project updates""}"
For C# project try with:
@"{""title"":""My Webex Meeting"",""agenda"":""Discussing project updates""}"
Reference: HTTP Request to authenticate to Orchestrator - loginModel must not be null - #6 by marian.platonov