POST DirectoryExhibit
Request Information
URI Parameters
None.
Body Parameters
MYCII_EWS.BusinessObjects.DESearch| Name | Description | Type | Additional information | 
|---|---|---|---|
| MemberId | string | 
                             None.  | 
                
Request Formats
application/json, text/json
            Sample:
        
{
  "MemberId": "sample string 1"
}
        application/xml, text/xml
            Sample:
        <DESearch xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <MemberId>sample string 1</MemberId> </DESearch>
application/x-www-form-urlencoded
            Sample:
    
Sample not available.
Response Information
Resource Description
MYCII_EWS.BusinessObjects.DirectoryExhibit| Name | Description | Type | Additional information | 
|---|---|---|---|
| URL | Object | 
                             None.  | 
                
Response Formats
application/json, text/json
            Sample:
        
{
  "URL": {}
}
        application/xml, text/xml
            Sample:
<DirectoryExhibit xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <URL /> </DirectoryExhibit>