简要描述:

  • 查看字段校验规则(必填项是根据销售产品配置的,不同的销售产品必填项可以不同),如必填项

方法名称:

  • getFieldRule

请求JSON:

{"product_code":"PK0049","country_code":""}

响应JSON:

{
    "ask": "Success",
    "message": "Success",
    "data": {
        "requiredFields": [
            "reference_no",
            "shipping_method",
            "country_code",
            "Volume.weight",
            "consignee_telephone",
            "invoice_cnname",
            "invoice_enname",
            "material_enture",
            "invoice_quantity",
            "invoice_currencycode",
            "material",
            "order_weight",
            "shipper_countrycode",
            "shipper_street",
            "shipper_telephone",
            "consignee_name",
            "consignee_street"
        ]
    },
    "time_cost(s)": 0.3020191192627
}

paramsJson参数:

参数名 数据类型 是否必须 说明
product_code string require 销售产品(运输方式)
country_code string object 国家

response参数:

参数名 数据类型 说明
ask string
参考response公共参数
message string
参考response公共参数
data object
数据内容(2维数组),参考参考Data说明

Data参数:

参数名 数据类型 说明
requiredFields object 必填项字段数组