POST digitalDashboardService/digital/digitalDashBoard

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
digitalDashboardAction
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

{
  "id": "6b4eac90-2406-4f46-b2a7-c32f8cb36e83",
  "name": "sample string 2",
  "createByUserId": "0d680bf2-f487-43ec-ac1c-9542e8a8fa30",
  "ownerUserId": "efff1329-49f7-4d43-9565-d2046f28ac64",
  "created": "2026-07-08T04:20:03.1728612+00:00",
  "operationType": 1,
  "operationData": "sample string 6",
  "documentId": "16d283a6-5077-4f40-911b-a999b7a00506",
  "applicationId": "81370d9a-7cec-4f90-8140-3dc3818ec48e",
  "remark": "sample string 9",
  "digitalOperationData": {
    "fileName": "sample string 1",
    "accessed": "2026-07-08T04:20:03.1728612+00:00",
    "createByUserId": "9a62c96a-73bd-48c3-8dd7-3bbd8b8ee1e2",
    "ownerUserId": "4372b8c2-3af5-4d12-bb24-963aa3fda25d",
    "documentId": "eb3f5dcf-e754-4958-9322-6fb95e112072",
    "userName": "sample string 6",
    "userEmail": "sample string 7",
    "digitalOpereationAction": 1,
    "activity": 8,
    "notes": 9,
    "uuuId": "5af04e17-2621-4f16-8373-0cb0fd4d1c9b",
    "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>81370d9a-7cec-4f90-8140-3dc3818ec48e</ApplicationId>
  <CreateByUserId>0d680bf2-f487-43ec-ac1c-9542e8a8fa30</CreateByUserId>
  <Created>2026-07-08T04:20:03.1728612+00:00</Created>
  <DigitalOperationData>
    <Accessed>2026-07-08T04:20:03.1728612+00:00</Accessed>
    <Activity>8</Activity>
    <CreateByUserId>9a62c96a-73bd-48c3-8dd7-3bbd8b8ee1e2</CreateByUserId>
    <DigitalOpereationAction>Login</DigitalOpereationAction>
    <DocumentId>eb3f5dcf-e754-4958-9322-6fb95e112072</DocumentId>
    <FileName>sample string 1</FileName>
    <Notes>9</Notes>
    <OwnerUserId>4372b8c2-3af5-4d12-bb24-963aa3fda25d</OwnerUserId>
    <PagePosition>11</PagePosition>
    <UserEmail>sample string 7</UserEmail>
    <UserName>sample string 6</UserName>
    <UuuId>5af04e17-2621-4f16-8373-0cb0fd4d1c9b</UuuId>
  </DigitalOperationData>
  <DocumentId>16d283a6-5077-4f40-911b-a999b7a00506</DocumentId>
  <Id>6b4eac90-2406-4f46-b2a7-c32f8cb36e83</Id>
  <Name>sample string 2</Name>
  <OperationData>sample string 6</OperationData>
  <OperationType>Login</OperationType>
  <OwnerUserId>efff1329-49f7-4d43-9565-d2046f28ac64</OwnerUserId>
  <Remark>sample string 9</Remark>
</DigitalDashboardAction>

application/x-www-form-urlencoded

Sample not available.