Page 1 of 1

Refer to the exhibit. A developer must construct an HTTP Request to use the XML API to set a Personal Meeting Room PIN f

Posted: Fri Jul 22, 2022 7:01 pm
by answerhappygod
Refer to the exhibit. A developer must construct an HTTP Request to use the XML API to set a Personal Meeting Room PIN for a given user.
Which code completes the code to create the request?
Refer To The Ex 1
Refer To The Ex 1 (265.53 KiB) Viewed 80 times
A. xmlhttp.open("GET", "https://cisco.webex.com/WBXService/XMLService");
B. xmlhttp.open("PATCH", "https://cisco.webex.com/WBXService/XMLService");
C. xmlhttp.open("PUT", "https://cisco.webex.com/WBXService/XMLService");
D. xmlhttp.open("POST", "https://cisco.webex.com/WBXService/XMLService");