Used to retrieve a list of customers based on specified conditions
Method
POST
Link
{{host}}/Item/Import
Type
Bearer Token
Token
{{access_token}}
{ "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 } ] } }
ma_vt
string
Product, Supplies Code
ten_vt
Product, Supplies Name
dvt
Unit code of materials
nh_vt1
Goods classification
the_tich
numeric
Volume
khoi_luong
Mass
sl_min
Minimum inventory quantity
sl_max
Maximum inventory quantity
code
When successfully executed, the status code is 200. For other codes, such as 401, 452... it indicates a failed operation, accompanied by a descriptive message explaining the result
msg
Description of API execution results
Last updated 2 years ago
{ "code": 200, "msg": "Ok", "value": null, "data": null }