Danh mục phường xã

Api lấy danh mục phường xã bưu chính

CategoryEms/GetListCommune

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

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": 1,
    "Message": "Success",
    "listCommunEms": [
        {
            "CommuneCode": "36289",
            "CommuneName": "Đông Sang",
            "DistrictCode": "3628"
        }
     ]
 }   
    

Last updated