Danh mục Country
API lấy danh mục quốc gia
CategoryEms/GetListCountryInternational
Headers
Name
Type
Description
//Code
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": "AF",
"CountryName": "Afghanistan"
},
{
"CountryCode": "AX",
"CountryName": "Aland Island (Finland)*"
}
]
}
Last updated