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-12-14T06:11:08.2936659+00:00",
"resource": "sample string 2",
"clientState": "sample string 3"
},
{
"subscriptionId": "sample string 1",
"expirationDateTime": "2025-12-14T06:11:08.2936659+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>