GET api/TonKhoHeThong/TonKhoHeThong_VPP_GetAll

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of TonKhoHeThongModel
NameDescriptionTypeAdditional information
LocationCode

string

None.

ItemNo

string

None.

AccountingInventory

decimal number

None.

QtyOnPOSSoldNotPosted

decimal number

None.

QtyOnSOSoldNotPosted

decimal number

None.

QtyOnTOnotShipped

decimal number

None.

RetailInventory

decimal number

None.

QtyOnPOnotReceived

decimal number

None.

ExpectedInventory

decimal number

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "LocationCode": "sample string 1",
    "ItemNo": "sample string 2",
    "AccountingInventory": 1.0,
    "QtyOnPOSSoldNotPosted": 1.0,
    "QtyOnSOSoldNotPosted": 1.0,
    "QtyOnTOnotShipped": 1.0,
    "RetailInventory": 1.0,
    "QtyOnPOnotReceived": 1.0,
    "ExpectedInventory": 1.0
  },
  {
    "LocationCode": "sample string 1",
    "ItemNo": "sample string 2",
    "AccountingInventory": 1.0,
    "QtyOnPOSSoldNotPosted": 1.0,
    "QtyOnSOSoldNotPosted": 1.0,
    "QtyOnTOnotShipped": 1.0,
    "RetailInventory": 1.0,
    "QtyOnPOnotReceived": 1.0,
    "ExpectedInventory": 1.0
  }
]