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": "ccc8d567-b45f-47bb-920d-74dd14ca37ad",
  "name": "sample string 2",
  "createByUserId": "4e470081-e2e7-43e0-99d8-5a686f5fadde",
  "ownerUserId": "b407c8c9-d53c-4038-8f3f-abb2aa4b4a56",
  "created": "2024-10-05T02:43:07.5333374+00:00",
  "operationType": 1,
  "operationData": "sample string 6",
  "documentId": "f9932deb-89ea-4ad9-baf5-b78952a386d8",
  "applicationId": "7a5d364f-a021-4a2b-9307-936c014a0415",
  "remark": "sample string 9",
  "digitalOperationData": {
    "fileName": "sample string 1",
    "accessed": "2024-10-05T02:43:07.5333374+00:00",
    "createByUserId": "81d8258d-ed0c-417b-b4f2-31dea87df2c2",
    "ownerUserId": "2d1046be-c7f4-411e-b925-7b4e63f9ea55",
    "documentId": "23669468-511a-4ebd-9bf9-964559e86890",
    "userName": "sample string 6",
    "userEmail": "sample string 7",
    "digitalOpereationAction": 1,
    "activity": 8,
    "notes": 9,
    "uuuId": "dc7d3a4e-5ad2-475c-bee6-c821136cb058",
    "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>7a5d364f-a021-4a2b-9307-936c014a0415</ApplicationId>
  <CreateByUserId>4e470081-e2e7-43e0-99d8-5a686f5fadde</CreateByUserId>
  <Created>2024-10-05T02:43:07.5333374+00:00</Created>
  <DigitalOperationData>
    <Accessed>2024-10-05T02:43:07.5333374+00:00</Accessed>
    <Activity>8</Activity>
    <CreateByUserId>81d8258d-ed0c-417b-b4f2-31dea87df2c2</CreateByUserId>
    <DigitalOpereationAction>Login</DigitalOpereationAction>
    <DocumentId>23669468-511a-4ebd-9bf9-964559e86890</DocumentId>
    <FileName>sample string 1</FileName>
    <Notes>9</Notes>
    <OwnerUserId>2d1046be-c7f4-411e-b925-7b4e63f9ea55</OwnerUserId>
    <PagePosition>11</PagePosition>
    <UserEmail>sample string 7</UserEmail>
    <UserName>sample string 6</UserName>
    <UuuId>dc7d3a4e-5ad2-475c-bee6-c821136cb058</UuuId>
  </DigitalOperationData>
  <DocumentId>f9932deb-89ea-4ad9-baf5-b78952a386d8</DocumentId>
  <Id>ccc8d567-b45f-47bb-920d-74dd14ca37ad</Id>
  <Name>sample string 2</Name>
  <OperationData>sample string 6</OperationData>
  <OperationType>Login</OperationType>
  <OwnerUserId>b407c8c9-d53c-4038-8f3f-abb2aa4b4a56</OwnerUserId>
  <Remark>sample string 9</Remark>
</DigitalDashboardAction>

application/x-www-form-urlencoded

Sample not available.