List wards

/location/ward

GET

Query Parameters

NameTypeDescription

merchant_token

string

Token is created by the user in the management system

Headers

NameTypeDescription

Accept

string

application/json

{
    "code": "success",
    "message": "Thành công",
    "data": [
        {
            "code": "1000",
            "name": "Trung Văn",
            "full_name": "Phường Trung Văn"
        }
    ]
}

Last updated