Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

URLhttp://test.birdsystem.com/client/customs-category
接口功能查询海关分类信息
支持格式JSON开发人员
请求方式GET发布日期

海关分类的查询接口。每个产品(鸟系统正式产品或者代理专线订单产品)必须填写海关分类ID


请求示例

http://test.birdsystem.com/client/customs-category/7

返回示例

{
    "total"1,
    "data": [
        {
            "id""0000000007",
            "parent_id""0",
            "name""Consumer Electronics",
            "name_chinese""消费性电子产品",
            "code""G",
            "customs_category_full_name""Consumer Electronics",
            "customs_category_full_name_chinese""消费性电子产品",
            "customs_category_full_code""G",
            "level""1",
            "max_customs_value""0.00",
            "min_customs_value""0.00",
            "lft""1001",
            "rgt""1248",
            "tax""0.00",
            "type"null,
            "primary_keys": [
                "id"
            ]
        }
    ],
    "success"true,
    "moduleName""client"
}

返回字段说明

字段注释类型

id

系统海关分类ID

INT(10)

name

名称

VARCHAR

name_chinese
中文名称
VARCHAR
customs_category_full_name
完整的海关分类名称VARCHAR
customs_category_full_name_chinese
完整的海关分类中文名称VARCHAR
customs_category_full_code
代码VARCHAR
level海关分类级别INT(10)
max_customs_value最大申报价值(美元)INT(10)
min_customs_value最小申报价值(美元)INT(10)
tax税率
  • No labels