GET api/v1/DashboardV5/Detail2/{uniqueId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
uniqueId

string

Required

Body Parameters

None.

Response Information

Resource Description

EzyResultObjectOfEzyDataResultOfDashboard4POSModel
NameDescriptionTypeAdditional information
Data

EzyDataResultOfDashboard4POSModel

None.

ExtraData

Dictionary of string [key] and Object [value]

None.

StartTime

decimal number

None.

EndTime

decimal number

None.

TotalMili

decimal number

None.

StatusCode

integer

None.

Msg

string

None.

MsgShowInUI

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Data": {
    "Data": {
      "Id": "sample string 1",
      "TitleScreen": "sample string 2",
      "ReportGDHN": [
        {
          "Id": "sample string 1",
          "EntityName": "sample string 2",
          "AvgCusEveryDay": 3
        },
        {
          "Id": "sample string 1",
          "EntityName": "sample string 2",
          "AvgCusEveryDay": 3
        }
      ],
      "ReportDTTB": [
        {
          "Id": "sample string 1",
          "EntityName": "sample string 2",
          "AvgAmountPerBill": 1.0
        },
        {
          "Id": "sample string 1",
          "EntityName": "sample string 2",
          "AvgAmountPerBill": 1.0
        }
      ],
      "ReportGDHN_Title": "sample string 3",
      "ReportDTTB_Title": "sample string 4",
      "ReportGDHN_SubTitle": "sample string 5",
      "ReportDTTB_SubTitle": "sample string 6"
    },
    "ExtraData": null
  },
  "ExtraData": null,
  "StartTime": 1.1,
  "EndTime": 2.1,
  "TotalMili": 3.1,
  "StatusCode": 4,
  "Msg": "sample string 5",
  "MsgShowInUI": "sample string 6"
}

application/xml, text/xml

Sample:
<EzyResultObjectOfEzyDataResultOfDashboard4POSModel3BwjWE5fUXXDg0Sb xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ezy.Module.Library.Message">
  <Msg>sample string 5</Msg>
  <MsgShowInUI>sample string 6</MsgShowInUI>
  <StatusCode>4</StatusCode>
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Ezy.Module.Library.UI">
    <d2p1:Data xmlns:d3p1="http://schemas.datacontract.org/2004/07/AllianceSolidAPI.Shared.Models">
      <d3p1:Id>sample string 1</d3p1:Id>
      <d3p1:ReportDTTB>
        <d3p1:ReportAvgAmountPerBill_ComparePreMonthModel>
          <d3p1:AvgAmountPerBill>1</d3p1:AvgAmountPerBill>
          <d3p1:EntityName>sample string 2</d3p1:EntityName>
          <d3p1:Id>sample string 1</d3p1:Id>
        </d3p1:ReportAvgAmountPerBill_ComparePreMonthModel>
        <d3p1:ReportAvgAmountPerBill_ComparePreMonthModel>
          <d3p1:AvgAmountPerBill>1</d3p1:AvgAmountPerBill>
          <d3p1:EntityName>sample string 2</d3p1:EntityName>
          <d3p1:Id>sample string 1</d3p1:Id>
        </d3p1:ReportAvgAmountPerBill_ComparePreMonthModel>
      </d3p1:ReportDTTB>
      <d3p1:ReportDTTB_SubTitle>sample string 6</d3p1:ReportDTTB_SubTitle>
      <d3p1:ReportDTTB_Title>sample string 4</d3p1:ReportDTTB_Title>
      <d3p1:ReportGDHN>
        <d3p1:ReportAvgCusEveryDayComparePreMonthModel>
          <d3p1:AvgCusEveryDay>3</d3p1:AvgCusEveryDay>
          <d3p1:EntityName>sample string 2</d3p1:EntityName>
          <d3p1:Id>sample string 1</d3p1:Id>
        </d3p1:ReportAvgCusEveryDayComparePreMonthModel>
        <d3p1:ReportAvgCusEveryDayComparePreMonthModel>
          <d3p1:AvgCusEveryDay>3</d3p1:AvgCusEveryDay>
          <d3p1:EntityName>sample string 2</d3p1:EntityName>
          <d3p1:Id>sample string 1</d3p1:Id>
        </d3p1:ReportAvgCusEveryDayComparePreMonthModel>
      </d3p1:ReportGDHN>
      <d3p1:ReportGDHN_SubTitle>sample string 5</d3p1:ReportGDHN_SubTitle>
      <d3p1:ReportGDHN_Title>sample string 3</d3p1:ReportGDHN_Title>
      <d3p1:TitleScreen>sample string 2</d3p1:TitleScreen>
    </d2p1:Data>
    <d2p1:ExtraData xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" />
  </Data>
  <EndTime>2.1</EndTime>
  <ExtraData xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" />
  <StartTime>1.1</StartTime>
  <TotalMili>3.1</TotalMili>
</EzyResultObjectOfEzyDataResultOfDashboard4POSModel3BwjWE5fUXXDg0Sb>