List provinces

/location/province

GET

Query Parameters

Name
Type
Description

Query Parameters

string

Token is created by the user in the management system

Headers

Name
Type
Description

Accept

string

application/json

{
    "code": "success",
    "message": "Thành công",
    "data": [
        {
            "code": "88",
            "name": "An Giang"
        }
    ]
}
List add provinces, districts and wards

Last updated