- Proto 文件说明
- 返回码&错误码说明
- initialize 系统配置及初始化
- mall 电商微服务
- order 购物车微服务
- passport 通行证微服务
- finance 财务微服务
- market 营销微服务
- relation 社交关系微服务
- ads 广告微服务
- cloud 云存储微服务
- content 内容微服务
- location-定位服务
- MCS 即时通讯(IM)微服务
- task 任务&回调
- bases 管理类接口
- Other 其它
- fts文件传输服务
- notify通知服务(包括短信,邮件,消息等)
- license 许可证认证服务
- feedback意见反馈(工单)服务
- org 组织机构微服务
- 登录POST
- 注册POST
- 忘记密码POST
- 重置密码POST
- 检查phone/account 是否已注册过POST
- 切换登录企业POST
- 企业列表POST
- 创建企业及相关登录账号POST
- 获取关联企业信息POST
- 修改企业信息POST
- 地址列表POST
- 创建/修改地址POST
- 删除地址POST
- 收款信息POST
- 修改收款信息POST
- 员工列表POST
- 创建员工POST
- 删除员工POST
- 修改员工状态POST
- 修改员工角色POST
- 创建邀请POST
- 获取邀请信息POST
- 接受邀请POST
- 公司邀请确认POST
- 获取个人信息POST
- 设置个人信息POST
- 内部接受企业邀请POST
- 修改企业关联状态POST
- 离职交接POST
- 获取当前机构的供货企业列表POST
- material二维码
- invoice合同发票
创建/修改地址
开发中
POST
/company.Company.DeliveryAddressModify
请求参数
Header 参数
Request-Id
string
请求ID
默认值:
{% mock 'uuid' %}
Content-Type
string
传输格式
默认值:
application/json
Workspace
string
项目名称
默认值:
mall
Authorization
string
可选
默认值:
YAb6b3m/PsSCMTmXqMyLHu5V4zv4CqqhxDoVzMRc1LHrA8FFjgA2pv293BRlA/aWEi/n0fedA19ZcACeMC3rvJRJ5VeBk/H/zCtMHtCYVnR2lG9qZL2K2oxtt1BNEW1deyP4wF6IosQ5qBTpC/n7bGfzBdty9AGlfoBSFu9R8XE=
Body 参数application/json
identity
string
可选
contact_address
string
可选
contact_name
string
联系人
contact_phone
string
联系电话
province_identity
string
可选
city_identity
string
可选
district_identity
string
可选
is_default
boolean
可选
示例
{
"city_identity": "nostrud dolor in qui consequat",
"contact_address": "aliqua",
"contact_name": "laboris irure",
"contact_phone": "mollit eiusmod dolore",
"district_identity": "sit mollit Ut",
"identity": "consequat laboris Duis Excepteur culpa",
"is_default": true,
"province_identity": "enim nulla pariatur minim"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://mesh.apinb.com//company.Company.DeliveryAddressModify' \
--header 'Request-Id;' \
--header 'Workspace;' \
--header 'Authorization: YAb6b3m/PsSCMTmXqMyLHu5V4zv4CqqhxDoVzMRc1LHrA8FFjgA2pv293BRlA/aWEi/n0fedA19ZcACeMC3rvJRJ5VeBk/H/zCtMHtCYVnR2lG9qZL2K2oxtt1BNEW1deyP4wF6IosQ5qBTpC/n7bGfzBdty9AGlfoBSFu9R8XE=' \
--header 'Content-Type: application/json' \
--data-raw '{
"city_identity": "nostrud dolor in qui consequat",
"contact_address": "aliqua",
"contact_name": "laboris irure",
"contact_phone": "mollit eiusmod dolore",
"district_identity": "sit mollit Ut",
"identity": "consequat laboris Duis Excepteur culpa",
"is_default": true,
"province_identity": "enim nulla pariatur minim"
}'
返回响应
🟢200成功
application/json
Body
identity
string
必需
示例
{
"identity": "dGF4UBzrzlKGZSq6EMCmP"
}
修改于 2024-03-03 13:37:33