文档
测试

/dbo/v1/customs

POST
/dbo/v1/customs

接口描述

创建海关信息

请求参数body

参数名
类型
描述
必填
contents_type
string
类型 Enum: [ documents, gift, merchandise, returned_goods, sample, other ]
必填
contents_explanation
object
描述信息
必填
content
string
maxLength: 1023
必填
language
string
Enum: [ en, zh ]
必填
customs_certify
boolean
以电子方式证明海关资料
必填
customs_signer
string
发货人或组织的签字
必填
return_non_delivery
string
退运或放弃无法交付的货物 Enum: [ return, abandon ]
必填
restriction_type
string
特殊的海关限制 Enum: [ none, other, quarantine, inspection ]
必填
restriction_comment
string
如果限制_type不是none,则添加注释
必填

响应参数

参数名
类型
描述
必填
contents_type
string
示例:documents
必填
contents_explanation
object
数据字典
必填
content
string
示例:string
必填
language
string
示例:en
必填
customs_certify
boolean
示例:true
必填
customs_signer
string
示例:string
必填
return_non_delivery
string
示例:return
必填
restriction_type
string
示例:none
必填
restriction_comment
string
示例:string
必填
oid
string
示例:string
必填
created_datetime
string
示例:2020-04-10T06:31:31.949Z
必填
updated_datetime
string
示例:2020-04-10T06:31:31.949Z
必填