GET api/V3/ModernTrade/GetEmployeeSummary?employeeErpId={employeeErpId}&date={date}

API can be used to fetch Employee Wise Day Summary records of a particular Date.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
employeeErpId

For a given Erp Id and Date, ISR Summary will be fetched

string

Required

date

date passed in "MM/dd/yyyy" format

date

Required

Body Parameters

None.

Response Information

Resource Description

V3.MTEmployeeDailySummary
NameDescriptionTypeAdditional information
EmployeeName

Employee Name

string

None.

StoreWiseSummary

Collection of V3.OutletWiseDailySummary

None.

DayStartType

Day Start Type

string

None.

DayStartTypeReasonCategory

Day Start Reason

string

None.

StartTime

Day Start Time

date

None.

EndTime

Day End Time

date

None.

Reason

Day STart Reason

string

None.

Image

Day Start Image

string

None.

Response Formats

application/json, text/json

Sample:
{
  "EmployeeName": "sample string 1",
  "StoreWiseSummary": [
    {
      "Outlet": "sample string 1",
      "OutletErpId": "sample string 2",
      "CheckInTime": "sample string 3",
      "CheckOutTime": "sample string 4",
      "ProductWiseSummary": [
        {
          "ProductName": "sample string 1",
          "OpeningStockQtyUnit": 1.1,
          "OpeningStockQtyValue": 1.1,
          "StockInwardQtyUnit": 1.1,
          "StockInwardQtyValue": 1.1,
          "TertiarySalesQtyUnit": 1.1,
          "TertiarySalesQtyValue": 1.1,
          "ClosingStock": 1.1,
          "ClosingStockValue": 1.1
        },
        {
          "ProductName": "sample string 1",
          "OpeningStockQtyUnit": 1.1,
          "OpeningStockQtyValue": 1.1,
          "StockInwardQtyUnit": 1.1,
          "StockInwardQtyValue": 1.1,
          "TertiarySalesQtyUnit": 1.1,
          "TertiarySalesQtyValue": 1.1,
          "ClosingStock": 1.1,
          "ClosingStockValue": 1.1
        }
      ]
    },
    {
      "Outlet": "sample string 1",
      "OutletErpId": "sample string 2",
      "CheckInTime": "sample string 3",
      "CheckOutTime": "sample string 4",
      "ProductWiseSummary": [
        {
          "ProductName": "sample string 1",
          "OpeningStockQtyUnit": 1.1,
          "OpeningStockQtyValue": 1.1,
          "StockInwardQtyUnit": 1.1,
          "StockInwardQtyValue": 1.1,
          "TertiarySalesQtyUnit": 1.1,
          "TertiarySalesQtyValue": 1.1,
          "ClosingStock": 1.1,
          "ClosingStockValue": 1.1
        },
        {
          "ProductName": "sample string 1",
          "OpeningStockQtyUnit": 1.1,
          "OpeningStockQtyValue": 1.1,
          "StockInwardQtyUnit": 1.1,
          "StockInwardQtyValue": 1.1,
          "TertiarySalesQtyUnit": 1.1,
          "TertiarySalesQtyValue": 1.1,
          "ClosingStock": 1.1,
          "ClosingStockValue": 1.1
        }
      ]
    }
  ],
  "DayStartType": "sample string 2",
  "DayStartTypeReasonCategory": "sample string 3",
  "StartTime": "2025-04-04T05:37:27.7986512+00:00",
  "EndTime": "2025-04-04T05:37:27.7986512+00:00",
  "Reason": "sample string 4",
  "Image": "sample string 5"
}

application/xml, text/xml

Sample:
<MTEmployeeDailySummary xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ExternalApis.Models.V3">
  <DayStartType>sample string 2</DayStartType>
  <DayStartTypeReasonCategory>sample string 3</DayStartTypeReasonCategory>
  <EmployeeName>sample string 1</EmployeeName>
  <EndTime>2025-04-04T05:37:27.7986512+00:00</EndTime>
  <Image>sample string 5</Image>
  <Reason>sample string 4</Reason>
  <StartTime>2025-04-04T05:37:27.7986512+00:00</StartTime>
  <StoreWiseSummary>
    <OutletWiseDailySummary>
      <CheckInTime>sample string 3</CheckInTime>
      <CheckOutTime>sample string 4</CheckOutTime>
      <Outlet>sample string 1</Outlet>
      <OutletErpId>sample string 2</OutletErpId>
      <ProductWiseSummary>
        <ProductWiseDailySummary>
          <ClosingStock>1.1</ClosingStock>
          <ClosingStockValue>1.1</ClosingStockValue>
          <OpeningStockQtyUnit>1.1</OpeningStockQtyUnit>
          <OpeningStockQtyValue>1.1</OpeningStockQtyValue>
          <ProductName>sample string 1</ProductName>
          <StockInwardQtyUnit>1.1</StockInwardQtyUnit>
          <StockInwardQtyValue>1.1</StockInwardQtyValue>
          <TertiarySalesQtyUnit>1.1</TertiarySalesQtyUnit>
          <TertiarySalesQtyValue>1.1</TertiarySalesQtyValue>
        </ProductWiseDailySummary>
        <ProductWiseDailySummary>
          <ClosingStock>1.1</ClosingStock>
          <ClosingStockValue>1.1</ClosingStockValue>
          <OpeningStockQtyUnit>1.1</OpeningStockQtyUnit>
          <OpeningStockQtyValue>1.1</OpeningStockQtyValue>
          <ProductName>sample string 1</ProductName>
          <StockInwardQtyUnit>1.1</StockInwardQtyUnit>
          <StockInwardQtyValue>1.1</StockInwardQtyValue>
          <TertiarySalesQtyUnit>1.1</TertiarySalesQtyUnit>
          <TertiarySalesQtyValue>1.1</TertiarySalesQtyValue>
        </ProductWiseDailySummary>
      </ProductWiseSummary>
    </OutletWiseDailySummary>
    <OutletWiseDailySummary>
      <CheckInTime>sample string 3</CheckInTime>
      <CheckOutTime>sample string 4</CheckOutTime>
      <Outlet>sample string 1</Outlet>
      <OutletErpId>sample string 2</OutletErpId>
      <ProductWiseSummary>
        <ProductWiseDailySummary>
          <ClosingStock>1.1</ClosingStock>
          <ClosingStockValue>1.1</ClosingStockValue>
          <OpeningStockQtyUnit>1.1</OpeningStockQtyUnit>
          <OpeningStockQtyValue>1.1</OpeningStockQtyValue>
          <ProductName>sample string 1</ProductName>
          <StockInwardQtyUnit>1.1</StockInwardQtyUnit>
          <StockInwardQtyValue>1.1</StockInwardQtyValue>
          <TertiarySalesQtyUnit>1.1</TertiarySalesQtyUnit>
          <TertiarySalesQtyValue>1.1</TertiarySalesQtyValue>
        </ProductWiseDailySummary>
        <ProductWiseDailySummary>
          <ClosingStock>1.1</ClosingStock>
          <ClosingStockValue>1.1</ClosingStockValue>
          <OpeningStockQtyUnit>1.1</OpeningStockQtyUnit>
          <OpeningStockQtyValue>1.1</OpeningStockQtyValue>
          <ProductName>sample string 1</ProductName>
          <StockInwardQtyUnit>1.1</StockInwardQtyUnit>
          <StockInwardQtyValue>1.1</StockInwardQtyValue>
          <TertiarySalesQtyUnit>1.1</TertiarySalesQtyUnit>
          <TertiarySalesQtyValue>1.1</TertiarySalesQtyValue>
        </ProductWiseDailySummary>
      </ProductWiseSummary>
    </OutletWiseDailySummary>
  </StoreWiseSummary>
</MTEmployeeDailySummary>