For the complete documentation index, see llms.txt. This page is also available as Markdown.

Address Get List

POST : https://salework.net/api/open/stock/v2

Lấy danh sách địa chỉ

Request Headers

client-id: 123456
token: 50000601c30atpedfgu3LVvik87Ixlsvle3mSoB7701ceb156fPunYZ43GBg

Request Body

{
    "method":"getAddressList"
}

Response Body

{
    "success": true,
    "data": {
        "provinces": {
            ...
        },
        "districts": [
            ...
        ],
        "wards": [
            ...
        ],
        "provinces_new": [
            ...
        ],
        "wards_new": [
            ...
        ]
    }
}

Last updated