Danh mục Zipcode
API lấy danh mục ZIPCODE
GetListZipCodeInternational?CountryCode=?CountryCode&ProvinceCode=?ProvinceCode
Headers
Name
Type
Description
1: lấy dữ liệu thành công
2: Không có bản ghi
3: Có lỗi trong quá trình lấy dữ liệu
{
"Code":"00",
"Message":"Success",
"Data":[
{
"CountryCode":"US",
"ProvinceCode":"AZ",
"ZipCode":85131
},
{
"CountryCode":"US",
"ProvinceCode":"AZ",
"ZipCode":85132
}
]
}
Last updated