Danh mục quận huyện

Api lấy danh mục quận/huyện bưu chính

CategoryEms/GetListDistrict

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

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",
    "listDistrictEms": [
        {
            "DistrictCode": "6727",
            "DistrictName": "Lạc Dương",
            "Description": "Huyện Lạc Dương",
            "ProvinceCode": "67"
        }
    ]
 }   
    

Last updated