GET api/stockEntry/stock-del-his/{stockEntryId}/{type}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
stockEntryId

integer

Required

type

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of StockDeliveredHistoryDTO
NameDescriptionTypeAdditional information
StockEntryId

integer

None.

SaleCount

integer

None.

Quantity

decimal number

None.

Description

string

None.

DeliveredDateString

string

None.

DeliveredDate

date

None.

UpdatedBy

string

None.

BranchName

string

None.

TransactionNO

string

None.

TRNO

integer

None.

SalesOrderId

integer

None.

DeliveryDate

date

None.

ProductName

string

None.

DeliveryBy

string

None.

Buyer

string

None.

Seller

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "StockEntryId": 1,
    "SaleCount": 2,
    "Quantity": 3.0,
    "Description": "sample string 4",
    "DeliveredDateString": "sample string 5",
    "DeliveredDate": "2026-01-26T15:03:20.08005+00:00",
    "UpdatedBy": "sample string 7",
    "BranchName": "sample string 8",
    "TransactionNO": "sample string 9",
    "TRNO": 10,
    "SalesOrderId": 11,
    "DeliveryDate": "2026-01-26T15:03:20.08005+00:00",
    "ProductName": "sample string 13",
    "DeliveryBy": "sample string 14",
    "Buyer": "sample string 15",
    "Seller": "sample string 16"
  },
  {
    "StockEntryId": 1,
    "SaleCount": 2,
    "Quantity": 3.0,
    "Description": "sample string 4",
    "DeliveredDateString": "sample string 5",
    "DeliveredDate": "2026-01-26T15:03:20.08005+00:00",
    "UpdatedBy": "sample string 7",
    "BranchName": "sample string 8",
    "TransactionNO": "sample string 9",
    "TRNO": 10,
    "SalesOrderId": 11,
    "DeliveryDate": "2026-01-26T15:03:20.08005+00:00",
    "ProductName": "sample string 13",
    "DeliveryBy": "sample string 14",
    "Buyer": "sample string 15",
    "Seller": "sample string 16"
  }
]

application/xml, text/xml

Sample:
<ArrayOfStockDeliveredHistoryDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SUM.Prod.RS.Common.Components.DTO.StockEntries">
  <StockDeliveredHistoryDTO>
    <BranchName>sample string 8</BranchName>
    <Buyer>sample string 15</Buyer>
    <DeliveredDate>2026-01-26T15:03:20.08005+00:00</DeliveredDate>
    <DeliveredDateString>sample string 5</DeliveredDateString>
    <DeliveryBy>sample string 14</DeliveryBy>
    <DeliveryDate>2026-01-26T15:03:20.08005+00:00</DeliveryDate>
    <Description>sample string 4</Description>
    <ProductName>sample string 13</ProductName>
    <Quantity>3</Quantity>
    <SaleCount>2</SaleCount>
    <SalesOrderId>11</SalesOrderId>
    <Seller>sample string 16</Seller>
    <StockEntryId>1</StockEntryId>
    <TRNO>10</TRNO>
    <TransactionNO>sample string 9</TransactionNO>
    <UpdatedBy>sample string 7</UpdatedBy>
  </StockDeliveredHistoryDTO>
  <StockDeliveredHistoryDTO>
    <BranchName>sample string 8</BranchName>
    <Buyer>sample string 15</Buyer>
    <DeliveredDate>2026-01-26T15:03:20.08005+00:00</DeliveredDate>
    <DeliveredDateString>sample string 5</DeliveredDateString>
    <DeliveryBy>sample string 14</DeliveryBy>
    <DeliveryDate>2026-01-26T15:03:20.08005+00:00</DeliveryDate>
    <Description>sample string 4</Description>
    <ProductName>sample string 13</ProductName>
    <Quantity>3</Quantity>
    <SaleCount>2</SaleCount>
    <SalesOrderId>11</SalesOrderId>
    <Seller>sample string 16</Seller>
    <StockEntryId>1</StockEntryId>
    <TRNO>10</TRNO>
    <TransactionNO>sample string 9</TransactionNO>
    <UpdatedBy>sample string 7</UpdatedBy>
  </StockDeliveredHistoryDTO>
</ArrayOfStockDeliveredHistoryDTO>