Import Goods
Used to retrieve a list of customers based on specified conditions
Method
Link
{{host}}/Item/Import
Authorization
Type
Bearer Token
Token
{{access_token}}
Body
{
"memvars": {
"data": [
{
"ma_vt": "API-VT0001",
"ten_vt": "T-shirt 2",
"dvt": "CAI",
"nh_vt1": "NTXT",
"the_tich": 0,
"khoi_luong": 1,
"sl_min": 1,
"sl_max": 100
}
]
}
}
Parameter description
Name
(*)
Type
Description
ma_vt
string
Product, Supplies Code
ten_vt
string
Product, Supplies Name
dvt
string
Unit code of materials
nh_vt1
string
Goods classification
the_tich
numeric
Volume
khoi_luong
numeric
Mass
sl_min
numeric
Minimum inventory quantity
sl_max
numeric
Maximum inventory quantity
Last updated