POST api/correctai
Request Information
URI Parameters
None.
Body Parameters
OneDriveNotification| Name | Description | Type | Additional information | 
|---|---|---|---|
| value | Collection of OneDriveValue | 
                             None.  | 
                
Request Formats
application/json, text/json
            Sample:
        
{
  "value": [
    {
      "subscriptionId": "sample string 1",
      "expirationDateTime": "2025-11-04T14:32:58.196003+00:00",
      "resource": "sample string 2",
      "clientState": "sample string 3"
    },
    {
      "subscriptionId": "sample string 1",
      "expirationDateTime": "2025-11-04T14:32:58.196003+00:00",
      "resource": "sample string 2",
      "clientState": "sample string 3"
    }
  ]
}
        application/xml, text/xml
            Sample:
        
<OneDriveNotification xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Value>
    <OneDriveValue>
      <SubscriptionId>sample string 1</SubscriptionId>
      <ExpirationDateTime />
      <Resource>sample string 2</Resource>
      <ClientState>sample string 3</ClientState>
    </OneDriveValue>
    <OneDriveValue>
      <SubscriptionId>sample string 1</SubscriptionId>
      <ExpirationDateTime />
      <Resource>sample string 2</Resource>
      <ClientState>sample string 3</ClientState>
    </OneDriveValue>
  </Value>
</OneDriveNotification>
        application/x-www-form-urlencoded
            Sample:
    
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
            Sample:
        true
application/xml, text/xml
            Sample:
<boolean>true</boolean>