{ "operationId": "Execute Command", "method": "POST", "path": "/xapi/command/{commandName}", "summary": "Execute Command", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "deviceId": "Y2lzY29zcGFyazovL3VzL0RFVklDRS8wNTVkYThiNy02NWI2LTQ5NjgtOTg1ZC02ZmFjODcwOWMyMDM", "arguments": { "Level": 50 }, "result": { "Booking": { "Id": "foo", "Title": "Booking Title", "Protocol": "SIP", "Time": { "StartTime": "2020-07-01T13:00:00Z", "Duration": 60 }, "Organizer": { "Name": "John Doe" }, "Number": "number@example.com" } } } } ] }