GET PST/GetPhysicalStockList/{fromDate}/{toDate}/{storeId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
fromDate

date

Required

toDate

date

Required

storeId

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of USP_GET_STOCKTAKINGSINBETWEEN_Result
NameDescriptionTypeAdditional information
STOCK_TAKING_ID

integer

None.

STOCKTAKING_NO

string

None.

STOCK_RECEIVED_ON

string

None.

USER_NAME

string

None.

NAME

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "STOCK_TAKING_ID": 1,
    "STOCKTAKING_NO": "sample string 2",
    "STOCK_RECEIVED_ON": "sample string 3",
    "USER_NAME": "sample string 4",
    "NAME": "sample string 5"
  },
  {
    "STOCK_TAKING_ID": 1,
    "STOCKTAKING_NO": "sample string 2",
    "STOCK_RECEIVED_ON": "sample string 3",
    "USER_NAME": "sample string 4",
    "NAME": "sample string 5"
  }
]

text/html

Sample:
[{"STOCK_TAKING_ID":1,"STOCKTAKING_NO":"sample string 2","STOCK_RECEIVED_ON":"sample string 3","USER_NAME":"sample string 4","NAME":"sample string 5"},{"STOCK_TAKING_ID":1,"STOCKTAKING_NO":"sample string 2","STOCK_RECEIVED_ON":"sample string 3","USER_NAME":"sample string 4","NAME":"sample string 5"}]

application/xml, text/xml

Sample:
<ArrayOfUSP_GET_STOCKTAKINGSINBETWEEN_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tm.WebAPI.Models">
  <USP_GET_STOCKTAKINGSINBETWEEN_Result>
    <NAME>sample string 5</NAME>
    <STOCKTAKING_NO>sample string 2</STOCKTAKING_NO>
    <STOCK_RECEIVED_ON>sample string 3</STOCK_RECEIVED_ON>
    <STOCK_TAKING_ID>1</STOCK_TAKING_ID>
    <USER_NAME>sample string 4</USER_NAME>
  </USP_GET_STOCKTAKINGSINBETWEEN_Result>
  <USP_GET_STOCKTAKINGSINBETWEEN_Result>
    <NAME>sample string 5</NAME>
    <STOCKTAKING_NO>sample string 2</STOCKTAKING_NO>
    <STOCK_RECEIVED_ON>sample string 3</STOCK_RECEIVED_ON>
    <STOCK_TAKING_ID>1</STOCK_TAKING_ID>
    <USER_NAME>sample string 4</USER_NAME>
  </USP_GET_STOCKTAKINGSINBETWEEN_Result>
</ArrayOfUSP_GET_STOCKTAKINGSINBETWEEN_Result>