POST api/CheckTonFAST/CheckTonFAST_GetDataLocation

Request Information

URI Parameters

None.

Body Parameters

Collection of Object

None.

Request Formats

application/json, text/json

Sample:
[
  {},
  {}
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of BC_FAST_Model
NameDescriptionTypeAdditional information
Location_Code

string

None.

Location_NAV

string

None.

Item_Fast

string

None.

Item_NAV

string

None.

Description

string

None.

UOM

string

None.

VAT

string

None.

Ton_Fast

decimal number

None.

Ton_NAV

decimal number

None.

Tinh_trang

string

None.

Chenh_lech

decimal number

None.

SL_can_ban

decimal number

None.

Gia_ban

decimal number

None.

Thanh_Tien

decimal number

None.

Ghi_chu_1

string

None.

Ghi_chu_2

string

None.

DoUT

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Location_Code": "sample string 1",
    "Location_NAV": "sample string 2",
    "Item_Fast": "sample string 3",
    "Item_NAV": "sample string 4",
    "Description": "sample string 5",
    "UOM": "sample string 6",
    "VAT": "sample string 7",
    "Ton_Fast": 8.0,
    "Ton_NAV": 9.0,
    "Tinh_trang": "sample string 10",
    "Chenh_lech": 11.0,
    "SL_can_ban": 12.0,
    "Gia_ban": 13.0,
    "Thanh_Tien": 14.0,
    "Ghi_chu_1": "sample string 15",
    "Ghi_chu_2": "sample string 16",
    "DoUT": 17
  },
  {
    "Location_Code": "sample string 1",
    "Location_NAV": "sample string 2",
    "Item_Fast": "sample string 3",
    "Item_NAV": "sample string 4",
    "Description": "sample string 5",
    "UOM": "sample string 6",
    "VAT": "sample string 7",
    "Ton_Fast": 8.0,
    "Ton_NAV": 9.0,
    "Tinh_trang": "sample string 10",
    "Chenh_lech": 11.0,
    "SL_can_ban": 12.0,
    "Gia_ban": 13.0,
    "Thanh_Tien": 14.0,
    "Ghi_chu_1": "sample string 15",
    "Ghi_chu_2": "sample string 16",
    "DoUT": 17
  }
]