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": "d56a5134-923d-418a-9ee8-55dfb3957569",
"name": "sample string 2",
"createByUserId": "6c00a39c-a164-47a4-b313-3fce7a6f7e44",
"ownerUserId": "4ed77411-9e20-4892-9491-2edc80cb96c3",
"created": "2025-12-12T19:21:29.0711637+00:00",
"operationType": 1,
"operationData": "sample string 6",
"documentId": "6add9262-170b-4d81-a055-5e8a1f73d81c",
"applicationId": "a9fa5623-776a-4864-b3d1-76f798cb7c1c",
"remark": "sample string 9",
"digitalOperationData": {
"fileName": "sample string 1",
"accessed": "2025-12-12T19:21:29.0711637+00:00",
"createByUserId": "ff9a382d-336a-4234-8b77-ced05d22be30",
"ownerUserId": "a0d0b04c-3bb4-450f-a28d-fac748e843fc",
"documentId": "c9dd62b3-cc77-44de-bcfe-dba7ab7fc9a1",
"userName": "sample string 6",
"userEmail": "sample string 7",
"digitalOpereationAction": 1,
"activity": 8,
"notes": 9,
"uuuId": "84ccd395-43f6-4aa2-87fb-82fbb1831de9",
"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>a9fa5623-776a-4864-b3d1-76f798cb7c1c</ApplicationId>
<CreateByUserId>6c00a39c-a164-47a4-b313-3fce7a6f7e44</CreateByUserId>
<Created>2025-12-12T19:21:29.0711637+00:00</Created>
<DigitalOperationData>
<Accessed>2025-12-12T19:21:29.0711637+00:00</Accessed>
<Activity>8</Activity>
<CreateByUserId>ff9a382d-336a-4234-8b77-ced05d22be30</CreateByUserId>
<DigitalOpereationAction>Login</DigitalOpereationAction>
<DocumentId>c9dd62b3-cc77-44de-bcfe-dba7ab7fc9a1</DocumentId>
<FileName>sample string 1</FileName>
<Notes>9</Notes>
<OwnerUserId>a0d0b04c-3bb4-450f-a28d-fac748e843fc</OwnerUserId>
<PagePosition>11</PagePosition>
<UserEmail>sample string 7</UserEmail>
<UserName>sample string 6</UserName>
<UuuId>84ccd395-43f6-4aa2-87fb-82fbb1831de9</UuuId>
</DigitalOperationData>
<DocumentId>6add9262-170b-4d81-a055-5e8a1f73d81c</DocumentId>
<Id>d56a5134-923d-418a-9ee8-55dfb3957569</Id>
<Name>sample string 2</Name>
<OperationData>sample string 6</OperationData>
<OperationType>Login</OperationType>
<OwnerUserId>4ed77411-9e20-4892-9491-2edc80cb96c3</OwnerUserId>
<Remark>sample string 9</Remark>
</DigitalDashboardAction>
application/x-www-form-urlencoded
Sample not available.