GET api/StockTakeGroupList?DB={DB}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
DB

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of StockTakeGroupWithLoction
NameDescriptionTypeAdditional information
StockTakeGoupID

integer

None.

GroupName

string

None.

Stock_Location_Name

string

None.

Stock_LocationID

integer

None.

DateCreated

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "StockTakeGoupID": 1,
    "GroupName": "sample string 2",
    "Stock_Location_Name": "sample string 3",
    "Stock_LocationID": 4,
    "DateCreated": "2026-04-21T14:47:16.3128129+01:00"
  },
  {
    "StockTakeGoupID": 1,
    "GroupName": "sample string 2",
    "Stock_Location_Name": "sample string 3",
    "Stock_LocationID": 4,
    "DateCreated": "2026-04-21T14:47:16.3128129+01:00"
  }
]

application/xml, text/xml

Sample:
<ArrayOfStockTakeGroupWithLoction xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AdroitERPWebApis">
  <StockTakeGroupWithLoction>
    <DateCreated>2026-04-21T14:47:16.3128129+01:00</DateCreated>
    <GroupName>sample string 2</GroupName>
    <StockTakeGoupID>1</StockTakeGoupID>
    <Stock_LocationID>4</Stock_LocationID>
    <Stock_Location_Name>sample string 3</Stock_Location_Name>
  </StockTakeGroupWithLoction>
  <StockTakeGroupWithLoction>
    <DateCreated>2026-04-21T14:47:16.3128129+01:00</DateCreated>
    <GroupName>sample string 2</GroupName>
    <StockTakeGoupID>1</StockTakeGoupID>
    <Stock_LocationID>4</Stock_LocationID>
    <Stock_Location_Name>sample string 3</Stock_Location_Name>
  </StockTakeGroupWithLoction>
</ArrayOfStockTakeGroupWithLoction>