POST api/GetReports/SaveActivityCounts?ODataContext={ODataContext}&OdataNextLink={OdataNextLink}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
ODataContext
No documentation available.

Define this parameter in the request URI.

OdataNextLink
No documentation available.

Define this parameter in the request URI.

value
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
[
  {
    "@odata.type": "sample string 1",
    "reportRefreshDate": "sample string 2",
    "reportDate": "sample string 3",
    "teamChatMessages": 4,
    "privateChatMessages": 5,
    "calls": 6,
    "meetings": 7,
    "otherActions": 8,
    "reportPeriod": "sample string 9"
  },
  {
    "@odata.type": "sample string 1",
    "reportRefreshDate": "sample string 2",
    "reportDate": "sample string 3",
    "teamChatMessages": 4,
    "privateChatMessages": 5,
    "calls": 6,
    "meetings": 7,
    "otherActions": 8,
    "reportPeriod": "sample string 9"
  },
  {
    "@odata.type": "sample string 1",
    "reportRefreshDate": "sample string 2",
    "reportDate": "sample string 3",
    "teamChatMessages": 4,
    "privateChatMessages": 5,
    "calls": 6,
    "meetings": 7,
    "otherActions": 8,
    "reportPeriod": "sample string 9"
  }
]

application/xml, text/xml

Sample:
<ArrayOfActivityCountsValue xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MsGraphWebhook.Models">
  <ActivityCountsValue>
    <Calls>6</Calls>
    <Meetings>7</Meetings>
    <Odatatype>sample string 1</Odatatype>
    <OtherActions>8</OtherActions>
    <PrivateChatMessages>5</PrivateChatMessages>
    <ReportDate>sample string 3</ReportDate>
    <ReportPeriod>sample string 9</ReportPeriod>
    <ReportRefreshDate>sample string 2</ReportRefreshDate>
    <TeamChatMessages>4</TeamChatMessages>
  </ActivityCountsValue>
  <ActivityCountsValue>
    <Calls>6</Calls>
    <Meetings>7</Meetings>
    <Odatatype>sample string 1</Odatatype>
    <OtherActions>8</OtherActions>
    <PrivateChatMessages>5</PrivateChatMessages>
    <ReportDate>sample string 3</ReportDate>
    <ReportPeriod>sample string 9</ReportPeriod>
    <ReportRefreshDate>sample string 2</ReportRefreshDate>
    <TeamChatMessages>4</TeamChatMessages>
  </ActivityCountsValue>
  <ActivityCountsValue>
    <Calls>6</Calls>
    <Meetings>7</Meetings>
    <Odatatype>sample string 1</Odatatype>
    <OtherActions>8</OtherActions>
    <PrivateChatMessages>5</PrivateChatMessages>
    <ReportDate>sample string 3</ReportDate>
    <ReportPeriod>sample string 9</ReportPeriod>
    <ReportRefreshDate>sample string 2</ReportRefreshDate>
    <TeamChatMessages>4</TeamChatMessages>
  </ActivityCountsValue>
</ArrayOfActivityCountsValue>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/plain

Sample:
[{"@odata.type":"sample string 1","reportRefreshDate":"sample string 2","reportDate":"sample string 3","teamChatMessages":4,"privateChatMessages":5,"calls":6,"meetings":7,"otherActions":8,"reportPeriod":"sample string 9"},{"@odata.type":"sample string 1","reportRefreshDate":"sample string 2","reportDate":"sample string 3","teamChatMessages":4,"privateChatMessages":5,"calls":6,"meetings":7,"otherActions":8,"reportPeriod":"sample string 9"},{"@odata.type":"sample string 1","reportRefreshDate":"sample string 2","reportDate":"sample string 3","teamChatMessages":4,"privateChatMessages":5,"calls":6,"meetings":7,"otherActions":8,"reportPeriod":"sample string 9"}]