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-06-24T20:52:54.4234637+00:00",
"createByUserId": "a74d849f-6626-4de0-a34f-eabd19d9b3be",
"ownerUserId": "29228274-b0db-40ed-8f67-d4ab89254f59",
"documentId": "13f2e068-c3b3-4619-b8eb-89a022507f83",
"userName": "sample string 6",
"userEmail": "sample string 7",
"digitalOpereationAction": 1,
"activity": 8,
"notes": 9,
"uuuId": "f7f3eff1-dc3d-4fa6-87f0-2ffcc9285377",
"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-24T20:52:54.4234637+00:00</Accessed> <Activity>8</Activity> <CreateByUserId>a74d849f-6626-4de0-a34f-eabd19d9b3be</CreateByUserId> <DigitalOpereationAction>Login</DigitalOpereationAction> <DocumentId>13f2e068-c3b3-4619-b8eb-89a022507f83</DocumentId> <FileName>sample string 1</FileName> <Notes>9</Notes> <OwnerUserId>29228274-b0db-40ed-8f67-d4ab89254f59</OwnerUserId> <PagePosition>11</PagePosition> <UserEmail>sample string 7</UserEmail> <UserName>sample string 6</UserName> <UuuId>f7f3eff1-dc3d-4fa6-87f0-2ffcc9285377</UuuId> </DigitalDocumentActionData>
application/x-www-form-urlencoded
Sample not available.