ARITO API Integration Documentation
  • Introduce
  • List API
    • Authentication
    • Import Customer
    • Export Customer
    • Import Goods
    • Export Goods
    • Import Invoice
Powered by GitBook
On this page
  1. List API

Import Goods

Last updated 1 year ago

Used to retrieve a list of customers based on specified conditions

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

{
    "code": 200,
    "msg": "Ok",
    "value": null,
    "data": null
}

Descripsion result

Name
Description

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

Method

Link

{{host}}/Item/Import