POST digitalDashboardService/digital/SaveDocumentCurrentPage
No documentation available.
Request Information
Parameters
| Name | Description | Additional 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-06-10T21:44:25.9869383+00:00",
"createByUserId": "af745523-dc00-4f86-9291-b91300fb2ed5",
"ownerUserId": "42373f7c-de6f-4960-bf2a-b6d06a4de36b",
"documentId": "cfc6ab8a-1f3d-4645-9211-192cfb22f305",
"userName": "sample string 6",
"userEmail": "sample string 7",
"digitalOpereationAction": 1,
"activity": 8,
"notes": 9,
"uuuId": "3e21b3f5-e817-4531-ab49-da46de5c6663",
"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-06-10T21:44:25.9869383+00:00</Accessed> <Activity>8</Activity> <CreateByUserId>af745523-dc00-4f86-9291-b91300fb2ed5</CreateByUserId> <DigitalOpereationAction>Login</DigitalOpereationAction> <DocumentId>cfc6ab8a-1f3d-4645-9211-192cfb22f305</DocumentId> <FileName>sample string 1</FileName> <Notes>9</Notes> <OwnerUserId>42373f7c-de6f-4960-bf2a-b6d06a4de36b</OwnerUserId> <PagePosition>11</PagePosition> <UserEmail>sample string 7</UserEmail> <UserName>sample string 6</UserName> <UuuId>3e21b3f5-e817-4531-ab49-da46de5c6663</UuuId> </DigitalDocumentActionData>
application/x-www-form-urlencoded
Sample not available.