POST api/LiveConferenceMembers
Request Information
URI Parameters
None.
Body Parameters
ObjectNone.
Request Formats
application/json, text/json
Sample:
{}
Response Information
Resource Description
Collection of Pair of string [key] and Collection of string [value]Response Formats
application/json, text/json
Sample:
[
{
"Key": "sample string 1",
"Value": [
"sample string 1",
"sample string 2"
]
},
{
"Key": "sample string 1",
"Value": [
"sample string 1",
"sample string 2"
]
}
]