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": "f507b0fe-5be6-4421-9df0-54e1071feb6e",
"name": "sample string 2",
"createByUserId": "584e4a6f-1729-404d-b16b-0af2c7a0d128",
"ownerUserId": "a7326e72-b7ee-43a5-8607-0712a9a5722e",
"created": "2026-06-24T20:56:29.9797403+00:00",
"operationType": 1,
"operationData": "sample string 6",
"documentId": "5935f67b-e906-4c12-b7dd-f942fa88ed63",
"applicationId": "0987e9e8-ef86-4843-81f1-ba0f0bac7df7",
"remark": "sample string 9",
"digitalOperationData": {
"fileName": "sample string 1",
"accessed": "2026-06-24T20:56:29.9797403+00:00",
"createByUserId": "cf17cd06-15c9-4c32-b4f8-d3d750a7cf50",
"ownerUserId": "b37b62ff-dc45-4ef6-9856-00d765d60db1",
"documentId": "08c6ee31-64b2-405d-b711-6c1b1ff83e21",
"userName": "sample string 6",
"userEmail": "sample string 7",
"digitalOpereationAction": 1,
"activity": 8,
"notes": 9,
"uuuId": "c6f7d9a4-6a94-4b52-98e2-51620bdc611d",
"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>0987e9e8-ef86-4843-81f1-ba0f0bac7df7</ApplicationId>
<CreateByUserId>584e4a6f-1729-404d-b16b-0af2c7a0d128</CreateByUserId>
<Created>2026-06-24T20:56:29.9797403+00:00</Created>
<DigitalOperationData>
<Accessed>2026-06-24T20:56:29.9797403+00:00</Accessed>
<Activity>8</Activity>
<CreateByUserId>cf17cd06-15c9-4c32-b4f8-d3d750a7cf50</CreateByUserId>
<DigitalOpereationAction>Login</DigitalOpereationAction>
<DocumentId>08c6ee31-64b2-405d-b711-6c1b1ff83e21</DocumentId>
<FileName>sample string 1</FileName>
<Notes>9</Notes>
<OwnerUserId>b37b62ff-dc45-4ef6-9856-00d765d60db1</OwnerUserId>
<PagePosition>11</PagePosition>
<UserEmail>sample string 7</UserEmail>
<UserName>sample string 6</UserName>
<UuuId>c6f7d9a4-6a94-4b52-98e2-51620bdc611d</UuuId>
</DigitalOperationData>
<DocumentId>5935f67b-e906-4c12-b7dd-f942fa88ed63</DocumentId>
<Id>f507b0fe-5be6-4421-9df0-54e1071feb6e</Id>
<Name>sample string 2</Name>
<OperationData>sample string 6</OperationData>
<OperationType>Login</OperationType>
<OwnerUserId>a7326e72-b7ee-43a5-8607-0712a9a5722e</OwnerUserId>
<Remark>sample string 9</Remark>
</DigitalDashboardAction>
application/x-www-form-urlencoded
Sample not available.