POST digitalDashboardService/digital/saveDigitalActivityAction

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
digitalDashboardAction
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

{
  "fileName": "sample string 1",
  "accessed": "2024-10-01T22:54:19.7496491+00:00",
  "createByUserId": "9d209a1f-c31a-40aa-8510-2c180e7d5adc",
  "ownerUserId": "5769bbbc-d6ae-41dc-821a-966393e86089",
  "documentId": "6f3797a9-2ee0-438c-bdf4-ef580bd04c4d",
  "userName": "sample string 6",
  "userEmail": "sample string 7",
  "digitalOpereationAction": 1,
  "activity": 8,
  "notes": 9,
  "uuuId": "4c37778b-9972-443b-882e-f956679351b1",
  "pagePosition": 11
}

application/xml, text/xml

<DigitalDocumentActionData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mimeo.Services.MarketplaceConnectService.Models">
  <Accessed>2024-10-01T22:54:19.7496491+00:00</Accessed>
  <Activity>8</Activity>
  <CreateByUserId>9d209a1f-c31a-40aa-8510-2c180e7d5adc</CreateByUserId>
  <DigitalOpereationAction>Login</DigitalOpereationAction>
  <DocumentId>6f3797a9-2ee0-438c-bdf4-ef580bd04c4d</DocumentId>
  <FileName>sample string 1</FileName>
  <Notes>9</Notes>
  <OwnerUserId>5769bbbc-d6ae-41dc-821a-966393e86089</OwnerUserId>
  <PagePosition>11</PagePosition>
  <UserEmail>sample string 7</UserEmail>
  <UserName>sample string 6</UserName>
  <UuuId>4c37778b-9972-443b-882e-f956679351b1</UuuId>
</DigitalDocumentActionData>

application/x-www-form-urlencoded

Sample not available.