Danh mục bưu chính

API lấy danh mục bưu chính

CategoryEms/GetListPostal

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

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": [
        {
            "PostalCode": "02214",
            "PostalName": "P. Cộng Hòa",
            "PostalCommuneCode": "02214"
        }
     ]
 }   
    

Last updated