POST api/correctai
Request Information
URI Parameters
None.
Body Parameters
OneDriveNotificationName | Description | Type | Additional information |
---|---|---|---|
value | Collection of OneDriveValue |
None. |
Request Formats
application/json, text/json
Sample:
{ "value": [ { "subscriptionId": "sample string 1", "expirationDateTime": "2025-04-27T15:25:30.7640637+00:00", "resource": "sample string 2", "clientState": "sample string 3" }, { "subscriptionId": "sample string 1", "expirationDateTime": "2025-04-27T15:25:30.7640637+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>