文件相关接口
更新时间:2023-11-24
委托书下载
接口描述
本接口用于下载委托书
请求结构
> POST https://tms-api.baidu.com/v1/tms/openapi/materials/loa/download
> Authorization: authorization string
> Host: tms-api.baidu.com
> x-bce-console-rpc-id: e69c8fff-166b-4c82-87c1-7aa3ba309d5c
> x-bce-date: 2020-04-27T02:43:18Z
{
"name" : "王小虎",
"country" : "中国",
"address" : "北京北京市海淀区上地十街10号百度大厦三层",
"type" : "Person",
"applicantId" : "",
"withExample" : true,
"resourcePackId" : ""
}
参数名称 | 类型 | 是否必需 | 描述 |
---|---|---|---|
name | string | 是 | 申请人名称 无applicantId时必传 |
country | string | 否 | 国家 默认中国 |
address | string | 是 | 申请人地址 无applicantId时必传 |
type | string | 是 | 主体资质类型 可参考ApplicantType |
idCard | string | 否 | 个人/个体工商户身份证号 个人/个体工商户类型无applicantId时必传 |
applicantId | string | 否 | 申请人ID |
withExample | boolean | 否 | 是否带示例 |
resourcePackId | string | 否 | 资源包ID 创建申请人时必填 |
响应结果
< Cache-Control: no-cache
< Content-Length: 0
< Date: Mon, 27 Apr 2020 11:48:34 GMT
< Server: BWS
< x-bce-request-id: de3f0c3e-86f6-43e7-b1bd-35a837f4b84f
{
"loaPdfBase64": "data:application/pdf;base64,..."
}
参数名称 | 类型 | 描述 |
---|---|---|
loaPdfBase64 | string | 委托书base64文件 |
接口描述
授权书下载
请求结构
> POST https://tms-api.baidu.com/v1/tms/openapi/materials/authorize/download
> Authorization: authorization string
> Host: tms-api.baidu.com
> x-bce-console-rpc-id: e69c8fff-166b-4c82-87c1-7aa3ba309d5c
> x-bce-date: 2020-04-27T02:43:18Z
响应结果
< Cache-Control: no-cache
< Content-Length: 0
< Date: Mon, 27 Apr 2020 11:48:34 GMT
< Server: BWS
< x-bce-request-id: de3f0c3e-86f6-43e7-b1bd-35a837f4b84f
{
"authorizeZipBase64": "data:application/pdf;base64,..."
}
参数名称 | 类型 | 描述 |
---|---|---|
authorizeZipBase64 | string | 授权书base64文件 |