POST digitalDashboardService/digital/saveDigitalActivityAction
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-07-08T04:17:36.7974737+00:00",
"createByUserId": "67aac453-8dd9-4516-aed8-1a22685f648d",
"ownerUserId": "44da0f83-8cce-4de4-8e77-11afbbf3a64e",
"documentId": "54495f51-0f96-4a23-8186-8b32b12056d1",
"userName": "sample string 6",
"userEmail": "sample string 7",
"digitalOpereationAction": 1,
"activity": 8,
"notes": 9,
"uuuId": "81b1b537-af10-44d4-a6f8-c5d4f0a69dda",
"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-07-08T04:17:36.7974737+00:00</Accessed> <Activity>8</Activity> <CreateByUserId>67aac453-8dd9-4516-aed8-1a22685f648d</CreateByUserId> <DigitalOpereationAction>Login</DigitalOpereationAction> <DocumentId>54495f51-0f96-4a23-8186-8b32b12056d1</DocumentId> <FileName>sample string 1</FileName> <Notes>9</Notes> <OwnerUserId>44da0f83-8cce-4de4-8e77-11afbbf3a64e</OwnerUserId> <PagePosition>11</PagePosition> <UserEmail>sample string 7</UserEmail> <UserName>sample string 6</UserName> <UuuId>81b1b537-af10-44d4-a6f8-c5d4f0a69dda</UuuId> </DigitalDocumentActionData>
application/x-www-form-urlencoded
Sample not available.