GET api/item_stock_client?user_nm={user_nm}&user_pass={user_pass}&Branch_Id={Branch_Id}&firm_id={firm_id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
user_nm

string

None.

user_pass

string

None.

Branch_Id

integer

None.

firm_id

integer

None.

Body Parameters

None.

Response Information

Resource Description

Collection of item_stock_client
NameDescriptionTypeAdditional information
BRANCH_MRP_ID

integer

None.

ITEM_ID

integer

None.

ITEM_CODE

string

None.

ITEM_NM

string

None.

BRAND

string

None.

CATEGORY

string

None.

FEATURE

string

None.

MRP_ID

integer

None.

MRP_REF

string

None.

BRANCH_ID

integer

None.

BRANCH_NM

string

None.

GST_PAGE

decimal number

None.

SAL_RATE

decimal number

None.

STOCK_QTY

decimal number

None.

ERROR_MSG

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "BRANCH_MRP_ID": 1,
    "ITEM_ID": 1,
    "ITEM_CODE": "sample string 1",
    "ITEM_NM": "sample string 2",
    "BRAND": "sample string 3",
    "CATEGORY": "sample string 4",
    "FEATURE": "sample string 5",
    "MRP_ID": 1,
    "MRP_REF": "sample string 6",
    "BRANCH_ID": 1,
    "BRANCH_NM": "sample string 7",
    "GST_PAGE": 1.0,
    "SAL_RATE": 1.0,
    "STOCK_QTY": 1.0,
    "ERROR_MSG": "sample string 8"
  },
  {
    "BRANCH_MRP_ID": 1,
    "ITEM_ID": 1,
    "ITEM_CODE": "sample string 1",
    "ITEM_NM": "sample string 2",
    "BRAND": "sample string 3",
    "CATEGORY": "sample string 4",
    "FEATURE": "sample string 5",
    "MRP_ID": 1,
    "MRP_REF": "sample string 6",
    "BRANCH_ID": 1,
    "BRANCH_NM": "sample string 7",
    "GST_PAGE": 1.0,
    "SAL_RATE": 1.0,
    "STOCK_QTY": 1.0,
    "ERROR_MSG": "sample string 8"
  }
]

application/xml, text/xml

Sample:
<ArrayOfitem_stock_client xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ControllerLibrary">
  <item_stock_client>
    <BRANCH_ID>1</BRANCH_ID>
    <BRANCH_MRP_ID>1</BRANCH_MRP_ID>
    <BRANCH_NM>sample string 7</BRANCH_NM>
    <BRAND>sample string 3</BRAND>
    <CATEGORY>sample string 4</CATEGORY>
    <ERROR_MSG>sample string 8</ERROR_MSG>
    <FEATURE>sample string 5</FEATURE>
    <GST_PAGE>1</GST_PAGE>
    <ITEM_CODE>sample string 1</ITEM_CODE>
    <ITEM_ID>1</ITEM_ID>
    <ITEM_NM>sample string 2</ITEM_NM>
    <MRP_ID>1</MRP_ID>
    <MRP_REF>sample string 6</MRP_REF>
    <SAL_RATE>1</SAL_RATE>
    <STOCK_QTY>1</STOCK_QTY>
  </item_stock_client>
  <item_stock_client>
    <BRANCH_ID>1</BRANCH_ID>
    <BRANCH_MRP_ID>1</BRANCH_MRP_ID>
    <BRANCH_NM>sample string 7</BRANCH_NM>
    <BRAND>sample string 3</BRAND>
    <CATEGORY>sample string 4</CATEGORY>
    <ERROR_MSG>sample string 8</ERROR_MSG>
    <FEATURE>sample string 5</FEATURE>
    <GST_PAGE>1</GST_PAGE>
    <ITEM_CODE>sample string 1</ITEM_CODE>
    <ITEM_ID>1</ITEM_ID>
    <ITEM_NM>sample string 2</ITEM_NM>
    <MRP_ID>1</MRP_ID>
    <MRP_REF>sample string 6</MRP_REF>
    <SAL_RATE>1</SAL_RATE>
    <STOCK_QTY>1</STOCK_QTY>
  </item_stock_client>
</ArrayOfitem_stock_client>