POST api/events/process-event-notification
Parses a change notification for an event resource from Microsoft to update DB2 data
Request Information
URI Parameters
None.
Body Parameters
Microsoft.Graph.Models.ChangeNotification| Name | Description | Type | Additional information |
|---|---|---|---|
| AdditionalData | Dictionary of string [key] and Object [value] |
None. |
|
| BackingStore | Microsoft.Kiota.Abstractions.Store.IBackingStore |
None. |
|
| ChangeType | Microsoft.Graph.Models.ChangeType |
None. |
|
| ClientState | string |
None. |
|
| EncryptedContent | Microsoft.Graph.Models.ChangeNotificationEncryptedContent |
None. |
|
| Id | string |
None. |
|
| LifecycleEvent | Microsoft.Graph.Models.LifecycleEventType |
None. |
|
| OdataType | string |
None. |
|
| Resource | string |
None. |
|
| ResourceData | Microsoft.Graph.Models.ResourceData |
None. |
|
| SubscriptionExpirationDateTime | date |
None. |
|
| SubscriptionId | globally unique identifier |
None. |
|
| TenantId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"AdditionalData": null,
"BackingStore": null,
"ChangeType": null,
"ClientState": null,
"EncryptedContent": null,
"Id": null,
"LifecycleEvent": null,
"OdataType": null,
"Resource": null,
"ResourceData": null,
"SubscriptionExpirationDateTime": null,
"SubscriptionId": null,
"TenantId": null
}
application/xml, text/xml
Sample:
<ChangeNotification xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Microsoft.Graph.Models"> <AdditionalData xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" /> <ChangeType i:nil="true" /> <ClientState i:nil="true" /> <EncryptedContent i:nil="true" /> <Id i:nil="true" /> <LifecycleEvent i:nil="true" /> <OdataType i:nil="true" /> <Resource i:nil="true" /> <ResourceData i:nil="true" /> <SubscriptionExpirationDateTime xmlns:d2p1="http://schemas.datacontract.org/2004/07/System" i:nil="true" /> <SubscriptionId i:nil="true" /> <TenantId i:nil="true" /> </ChangeNotification>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HTTP Status Code
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />