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-04-14T10:47:51.517468+00:00",
  "createByUserId": "5603ac1e-fa7e-42d0-a2bb-1d20e180afb0",
  "ownerUserId": "ca86966e-9eff-4a0e-bd5c-b0955f1bca17",
  "documentId": "3a013145-3b12-430c-89a0-cff6e1d90610",
  "userName": "sample string 6",
  "userEmail": "sample string 7",
  "digitalOpereationAction": 1,
  "activity": 8,
  "notes": 9,
  "uuuId": "a8ad0dcb-b17d-4511-ae64-e07764be946d",
  "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-04-14T10:47:51.517468+00:00</Accessed>
  <Activity>8</Activity>
  <CreateByUserId>5603ac1e-fa7e-42d0-a2bb-1d20e180afb0</CreateByUserId>
  <DigitalOpereationAction>Login</DigitalOpereationAction>
  <DocumentId>3a013145-3b12-430c-89a0-cff6e1d90610</DocumentId>
  <FileName>sample string 1</FileName>
  <Notes>9</Notes>
  <OwnerUserId>ca86966e-9eff-4a0e-bd5c-b0955f1bca17</OwnerUserId>
  <PagePosition>11</PagePosition>
  <UserEmail>sample string 7</UserEmail>
  <UserName>sample string 6</UserName>
  <UuuId>a8ad0dcb-b17d-4511-ae64-e07764be946d</UuuId>
</DigitalDocumentActionData>

application/x-www-form-urlencoded

Sample not available.