POST digitalDashboardService/digital/digitalDashBoard
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
{
"id": "f020c152-540b-44b4-a2c3-672de1f74a9e",
"name": "sample string 2",
"createByUserId": "e97eb7d1-3e4f-4f2c-b012-bd2193996eb6",
"ownerUserId": "dc4dda9e-50dd-43d7-b98d-821a0d534900",
"created": "2026-06-30T04:54:27.0101493+00:00",
"operationType": 1,
"operationData": "sample string 6",
"documentId": "35af4a8a-a6bf-4aef-ab9b-d1125bbf71e1",
"applicationId": "8bfede27-770b-4f0a-bbd0-d7eb216d85da",
"remark": "sample string 9",
"digitalOperationData": {
"fileName": "sample string 1",
"accessed": "2026-06-30T04:54:27.0101493+00:00",
"createByUserId": "31a76099-bd35-46b3-bcdd-c2f8ad0d7b9f",
"ownerUserId": "f42a035d-4b31-4061-ac48-56e184b4f330",
"documentId": "7d5ef538-21b5-4fcd-aa40-b96850d69028",
"userName": "sample string 6",
"userEmail": "sample string 7",
"digitalOpereationAction": 1,
"activity": 8,
"notes": 9,
"uuuId": "9a28ed32-6d93-49aa-b834-af2a52c21bc1",
"pagePosition": 11
}
}
application/xml, text/xml
<DigitalDashboardAction xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mimeo.Services.MarketplaceConnectService.Models">
<ApplicationId>8bfede27-770b-4f0a-bbd0-d7eb216d85da</ApplicationId>
<CreateByUserId>e97eb7d1-3e4f-4f2c-b012-bd2193996eb6</CreateByUserId>
<Created>2026-06-30T04:54:27.0101493+00:00</Created>
<DigitalOperationData>
<Accessed>2026-06-30T04:54:27.0101493+00:00</Accessed>
<Activity>8</Activity>
<CreateByUserId>31a76099-bd35-46b3-bcdd-c2f8ad0d7b9f</CreateByUserId>
<DigitalOpereationAction>Login</DigitalOpereationAction>
<DocumentId>7d5ef538-21b5-4fcd-aa40-b96850d69028</DocumentId>
<FileName>sample string 1</FileName>
<Notes>9</Notes>
<OwnerUserId>f42a035d-4b31-4061-ac48-56e184b4f330</OwnerUserId>
<PagePosition>11</PagePosition>
<UserEmail>sample string 7</UserEmail>
<UserName>sample string 6</UserName>
<UuuId>9a28ed32-6d93-49aa-b834-af2a52c21bc1</UuuId>
</DigitalOperationData>
<DocumentId>35af4a8a-a6bf-4aef-ab9b-d1125bbf71e1</DocumentId>
<Id>f020c152-540b-44b4-a2c3-672de1f74a9e</Id>
<Name>sample string 2</Name>
<OperationData>sample string 6</OperationData>
<OperationType>Login</OperationType>
<OwnerUserId>dc4dda9e-50dd-43d7-b98d-821a0d534900</OwnerUserId>
<Remark>sample string 9</Remark>
</DigitalDashboardAction>
application/x-www-form-urlencoded
Sample not available.