You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
1.0 KiB
38 lines
1.0 KiB
meta {
|
|
name: 下载导入模板
|
|
type: http
|
|
seq: 6
|
|
tags: [
|
|
generated
|
|
]
|
|
}
|
|
|
|
get {
|
|
url: {{baseUrl}}/api/customer/contact/import/template
|
|
body: none
|
|
auth: inherit
|
|
}
|
|
|
|
docs {
|
|
# 下载导入模板
|
|
`GET /api/customer/contact/import/template`(本行兼作对账钥匙,勿手改)
|
|
联系人单 sheet 纯表头五列(姓名/职务字典编码/手机号/来源字典编码/关键联系人;表头即模板版本锚点),无示例行。RFC 5987 中文文件名。
|
|
|
|
## 请求参数
|
|
|
|
无(无业务参数)
|
|
|
|
## 请求示例
|
|
|
|
请求头:Authorization: Bearer {{token}}
|
|
|
|
GET /api/customer/contact/import/template
|
|
|
|
## 响应 data 结构
|
|
|
|
非信封:xlsx 二进制文件流(E2E 实测 200,ZIP 魔数 504b 开头,3693 字节;Content-Disposition: attachment; filename*=UTF-8''联系人导入模板-V1.xlsx);失败时标准 JSON 信封
|
|
|
|
## 响应示例
|
|
|
|
非信封:xlsx 二进制文件流(Content-Disposition: attachment; filename*=UTF-8''联系人导入模板-V1.xlsx);失败时标准 JSON 信封
|
|
}
|
|
|