Danh mục Country

API lấy danh mục quốc gia

CategoryEms/GetListCountryInternational

GET https://customerconnect.ems.com.vn/api/CategoryEms/GetListCountryInternational

Headers

Name
Type
Description

Authorization*

String

Bearer Token


//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