Export Goods

Used to retrieve a list of customers based on specified conditions

Method

Link

{{host}}/Item/Export

Authorization

Type

Bearer Token

Token

{{access_token}}

Body

{
    "memvars": {
        "ma_vt": "API-VT0001",
        "modifyDateFrom": null,
        "pageIndex": 1
    }
}

Parameter description

Name
(*)
Type
Description

ma_vt

string

Material identification code required

modifyDateFrom

string

Customer created on date

pageIndex

string

When the API returns data, it will provide paginated results, with a pageIndex parameter to specify the desired page to retrieve

Last updated