POST api/SocialDriver/ADGNotification

Receive push notifications from ADG for matrix and sd units

Request Information

URI Parameters

None.

Body Parameters

ADGPushNotificationRequest
NameDescriptionTypeAdditional information
VRM

string

None.

DateOfChange

date

None.

ChangeType

string

None.

Request Formats

application/json, text/json

Sample:
{
  "VRM": "sample string 1",
  "DateOfChange": "2025-04-27T15:29:11.8053234+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-04-27T15:29:11.8053234+00:00</DateOfChange>
  <ChangeType>sample string 3</ChangeType>
</ADGPushNotificationRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.