Microsoft Office 365 · Example Payload

Microsoft Office 365 Declineevent Example

CloudCollaborationEnterpriseMicrosoftProductivity

Microsoft Office 365 Declineevent Example is an example object payload from Microsoft Office 365, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "declineEvent",
  "method": "POST",
  "path": "/me/events/{event-id}/decline",
  "summary": "Microsoft Office 365 Decline Event",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "DeclineeventRequestExample",
      "example": {
        "comment": "example_value",
        "sendResponse": true,
        "proposedNewTime": {
          "start": {
            "dateTime": "example_value",
            "timeZone": "example_value"
          },
          "end": {
            "dateTime": "example_value",
            "timeZone": "example_value"
          }
        }
      }
    }
  ],
  "responseExamples": []
}