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": "435dce39-a89f-4a11-9583-470244ce411d", "name": "sample string 2", "createByUserId": "4eced7d7-ad3b-42f0-a28d-039a1e879ff1", "ownerUserId": "77436ffa-8cbb-4162-aecc-e9ef93a536c3", "created": "2025-09-18T03:49:08.613121+00:00", "operationType": 1, "operationData": "sample string 6", "documentId": "021f13fb-a52a-4431-816c-122ff30d108a", "applicationId": "5e3753b8-9676-4531-a22c-53484401dc8e", "remark": "sample string 9", "digitalOperationData": { "fileName": "sample string 1", "accessed": "2025-09-18T03:49:08.613121+00:00", "createByUserId": "54f9da13-7aa0-4d1e-9739-fdee2fc6fef4", "ownerUserId": "49c531f6-1257-4955-95dd-65504a5cc9b5", "documentId": "a3b3ac30-0592-4c22-933b-eee241fc69cd", "userName": "sample string 6", "userEmail": "sample string 7", "digitalOpereationAction": 1, "activity": 8, "notes": 9, "uuuId": "8bca9a46-526e-4646-826b-0417f485dadc", "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>5e3753b8-9676-4531-a22c-53484401dc8e</ApplicationId> <CreateByUserId>4eced7d7-ad3b-42f0-a28d-039a1e879ff1</CreateByUserId> <Created>2025-09-18T03:49:08.613121+00:00</Created> <DigitalOperationData> <Accessed>2025-09-18T03:49:08.613121+00:00</Accessed> <Activity>8</Activity> <CreateByUserId>54f9da13-7aa0-4d1e-9739-fdee2fc6fef4</CreateByUserId> <DigitalOpereationAction>Login</DigitalOpereationAction> <DocumentId>a3b3ac30-0592-4c22-933b-eee241fc69cd</DocumentId> <FileName>sample string 1</FileName> <Notes>9</Notes> <OwnerUserId>49c531f6-1257-4955-95dd-65504a5cc9b5</OwnerUserId> <PagePosition>11</PagePosition> <UserEmail>sample string 7</UserEmail> <UserName>sample string 6</UserName> <UuuId>8bca9a46-526e-4646-826b-0417f485dadc</UuuId> </DigitalOperationData> <DocumentId>021f13fb-a52a-4431-816c-122ff30d108a</DocumentId> <Id>435dce39-a89f-4a11-9583-470244ce411d</Id> <Name>sample string 2</Name> <OperationData>sample string 6</OperationData> <OperationType>Login</OperationType> <OwnerUserId>77436ffa-8cbb-4162-aecc-e9ef93a536c3</OwnerUserId> <Remark>sample string 9</Remark> </DigitalDashboardAction>
application/x-www-form-urlencoded
Sample not available.