PUT PushNotification
Request Information
URI Parameters
None.
Body Parameters
MYCII_EWS.BusinessObjects.PushNotifcationUserSettings| Name | Description | Type | Additional information | 
|---|---|---|---|
| Active | boolean | 
                                 Required  | 
                |
| Type | string | 
                                 Required  | 
                |
| Module | string | 
                                 Required  | 
                
Request Formats
application/json, text/json
            Sample:
        
{
  "Active": true,
  "Type": "sample string 2",
  "Module": "sample string 3"
}
        application/xml, text/xml
            Sample:
        <PushNotifcationUserSettings xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Active>true</Active> <Type>sample string 2</Type> <Module>sample string 3</Module> </PushNotifcationUserSettings>
application/x-www-form-urlencoded
            Sample:
    
Sample not available.
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
            Sample:
                    
Sample not available.