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": "96d69c49-d8e1-408e-83a7-ac7e9402da01",
"name": "sample string 2",
"createByUserId": "564b93af-569e-403e-b4df-9097c59a7953",
"ownerUserId": "a56b3ad5-fec5-4566-a504-ee9eff024fe7",
"created": "2026-03-25T20:57:59.8890575+00:00",
"operationType": 1,
"operationData": "sample string 6",
"documentId": "602541d3-6e43-4377-9a4d-cbc9abb97fc7",
"applicationId": "4ba30558-b1a5-4159-8042-c2ad505020d0",
"remark": "sample string 9",
"digitalOperationData": {
"fileName": "sample string 1",
"accessed": "2026-03-25T20:57:59.8890575+00:00",
"createByUserId": "01b11823-4d0a-4317-bfdb-0e73b3704feb",
"ownerUserId": "f9a81497-4fff-4051-8a39-7c07addf3196",
"documentId": "9b1c165d-f527-4d5b-8d9b-84a2b4e4c9f7",
"userName": "sample string 6",
"userEmail": "sample string 7",
"digitalOpereationAction": 1,
"activity": 8,
"notes": 9,
"uuuId": "31f46a49-753b-401e-9dca-a75ee472ad2f",
"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>4ba30558-b1a5-4159-8042-c2ad505020d0</ApplicationId>
<CreateByUserId>564b93af-569e-403e-b4df-9097c59a7953</CreateByUserId>
<Created>2026-03-25T20:57:59.8890575+00:00</Created>
<DigitalOperationData>
<Accessed>2026-03-25T20:57:59.8890575+00:00</Accessed>
<Activity>8</Activity>
<CreateByUserId>01b11823-4d0a-4317-bfdb-0e73b3704feb</CreateByUserId>
<DigitalOpereationAction>Login</DigitalOpereationAction>
<DocumentId>9b1c165d-f527-4d5b-8d9b-84a2b4e4c9f7</DocumentId>
<FileName>sample string 1</FileName>
<Notes>9</Notes>
<OwnerUserId>f9a81497-4fff-4051-8a39-7c07addf3196</OwnerUserId>
<PagePosition>11</PagePosition>
<UserEmail>sample string 7</UserEmail>
<UserName>sample string 6</UserName>
<UuuId>31f46a49-753b-401e-9dca-a75ee472ad2f</UuuId>
</DigitalOperationData>
<DocumentId>602541d3-6e43-4377-9a4d-cbc9abb97fc7</DocumentId>
<Id>96d69c49-d8e1-408e-83a7-ac7e9402da01</Id>
<Name>sample string 2</Name>
<OperationData>sample string 6</OperationData>
<OperationType>Login</OperationType>
<OwnerUserId>a56b3ad5-fec5-4566-a504-ee9eff024fe7</OwnerUserId>
<Remark>sample string 9</Remark>
</DigitalDashboardAction>
application/x-www-form-urlencoded
Sample not available.