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": "3c667c3a-aed6-481d-bbad-a2607d81df80",
  "name": "sample string 2",
  "createByUserId": "9c1d9e07-8ea3-402a-8abd-a51617cd0cff",
  "ownerUserId": "b1365f01-d756-49c7-84d4-684c3714520a",
  "created": "2025-04-26T17:56:37.8040347+00:00",
  "operationType": 1,
  "operationData": "sample string 6",
  "documentId": "6fbf873d-3361-4d56-b285-fb252f641de4",
  "applicationId": "19543b53-3f61-445b-9817-f9273ff23b74",
  "remark": "sample string 9",
  "digitalOperationData": {
    "fileName": "sample string 1",
    "accessed": "2025-04-26T17:56:37.8040347+00:00",
    "createByUserId": "7e1ff40f-2f54-4f59-9b9a-8e7ea99e4225",
    "ownerUserId": "9ddd7735-6df9-4fc2-85ba-f36ca5fcf3f5",
    "documentId": "f7931add-9880-4eac-b965-63c67b88fed4",
    "userName": "sample string 6",
    "userEmail": "sample string 7",
    "digitalOpereationAction": 1,
    "activity": 8,
    "notes": 9,
    "uuuId": "8b4ee336-6c29-4247-b2c9-5f4a438f0214",
    "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>19543b53-3f61-445b-9817-f9273ff23b74</ApplicationId>
  <CreateByUserId>9c1d9e07-8ea3-402a-8abd-a51617cd0cff</CreateByUserId>
  <Created>2025-04-26T17:56:37.8040347+00:00</Created>
  <DigitalOperationData>
    <Accessed>2025-04-26T17:56:37.8040347+00:00</Accessed>
    <Activity>8</Activity>
    <CreateByUserId>7e1ff40f-2f54-4f59-9b9a-8e7ea99e4225</CreateByUserId>
    <DigitalOpereationAction>Login</DigitalOpereationAction>
    <DocumentId>f7931add-9880-4eac-b965-63c67b88fed4</DocumentId>
    <FileName>sample string 1</FileName>
    <Notes>9</Notes>
    <OwnerUserId>9ddd7735-6df9-4fc2-85ba-f36ca5fcf3f5</OwnerUserId>
    <PagePosition>11</PagePosition>
    <UserEmail>sample string 7</UserEmail>
    <UserName>sample string 6</UserName>
    <UuuId>8b4ee336-6c29-4247-b2c9-5f4a438f0214</UuuId>
  </DigitalOperationData>
  <DocumentId>6fbf873d-3361-4d56-b285-fb252f641de4</DocumentId>
  <Id>3c667c3a-aed6-481d-bbad-a2607d81df80</Id>
  <Name>sample string 2</Name>
  <OperationData>sample string 6</OperationData>
  <OperationType>Login</OperationType>
  <OwnerUserId>b1365f01-d756-49c7-84d4-684c3714520a</OwnerUserId>
  <Remark>sample string 9</Remark>
</DigitalDashboardAction>

application/x-www-form-urlencoded

Sample not available.