POST digitalDashboardService/digital/SaveDocumentCurrentPage

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": "2026-01-30T06:47:22.5498176+00:00",
  "createByUserId": "d185eb04-fe0c-4b2d-820b-43fe62658559",
  "ownerUserId": "dca3fae4-e6be-4a44-ae59-b2c27c85929f",
  "documentId": "78afa800-e526-4827-90df-af68b93e4cc8",
  "userName": "sample string 6",
  "userEmail": "sample string 7",
  "digitalOpereationAction": 1,
  "activity": 8,
  "notes": 9,
  "uuuId": "257aff96-6ca8-4c73-9038-c451fa282ec7",
  "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>2026-01-30T06:47:22.5498176+00:00</Accessed>
  <Activity>8</Activity>
  <CreateByUserId>d185eb04-fe0c-4b2d-820b-43fe62658559</CreateByUserId>
  <DigitalOpereationAction>Login</DigitalOpereationAction>
  <DocumentId>78afa800-e526-4827-90df-af68b93e4cc8</DocumentId>
  <FileName>sample string 1</FileName>
  <Notes>9</Notes>
  <OwnerUserId>dca3fae4-e6be-4a44-ae59-b2c27c85929f</OwnerUserId>
  <PagePosition>11</PagePosition>
  <UserEmail>sample string 7</UserEmail>
  <UserName>sample string 6</UserName>
  <UuuId>257aff96-6ca8-4c73-9038-c451fa282ec7</UuuId>
</DigitalDocumentActionData>

application/x-www-form-urlencoded

Sample not available.