POST api/SocialDriver/ADGNotification
Receive push notifications from ADG for matrix and sd units
Request Information
URI Parameters
None.
Body Parameters
ADGPushNotificationRequest| Name | Description | Type | Additional information | 
|---|---|---|---|
| VRM | string | 
                             None.  | 
                |
| DateOfChange | date | 
                             None.  | 
                |
| ChangeType | string | 
                             None.  | 
                
Request Formats
application/json, text/json
            Sample:
        
{
  "VRM": "sample string 1",
  "DateOfChange": "2025-11-04T06:52:41.2261904+00:00",
  "ChangeType": "sample string 3"
}
        application/xml, text/xml
            Sample:
        <ADGPushNotificationRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <VRM>sample string 1</VRM> <DateOfChange>2025-11-04T06:52:41.2261904+00:00</DateOfChange> <ChangeType>sample string 3</ChangeType> </ADGPushNotificationRequest>
application/x-www-form-urlencoded
            Sample:
    
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information | 
|---|---|---|---|
| Version | Version | 
                             None.  | 
                |
| Content | HttpContent | 
                             None.  | 
                |
| StatusCode | HttpStatusCode | 
                             None.  | 
                |
| ReasonPhrase | string | 
                             None.  | 
                |
| Headers | Collection of Object | 
                             None.  | 
                |
| RequestMessage | HttpRequestMessage | 
                             None.  | 
                |
| IsSuccessStatusCode | boolean | 
                             None.  |