- 概述
- 定制配置
- API
- WEB
- SC
- 机构管理
- 通知中心
- 工具箱
- 系统设置
- 用户角色权限管理
- 通用设置
- 字典管理
- 卡网络管理
- 卡BIN管理
- 终端公共参数管理
- MCC管理
- OCR
- 国家管理
- 地区管理
- 获取隐私数据明文信息POST
- SLA
- 官网
- Checkout
- OP
- MP
- MP Copy
- PP
- APP
- OpenApi
- 机构运营报表
- 未命名接口POST
添加城市/州数据
开发中
POST
/bis/sc/area/add
字典管理
最后修改时间:2024-10-23 10:00:07
责任人:王煜翔
请求参数
Body 参数application/json
area_name
object
城市名称
area_type
integer
地区类型 ;1:省,2:市
short_name
string
简称
country_code
string
国家代码
parent_area_code
string
州名称
timezone
string
时区
示 例
{
"area_name": {},
"area_type": 0,
"short_name": "string",
"country_code": "string",
"parent_area_code": "string",
"timezone": "string"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/bis/sc/area/add' \
--header 'Content-Type: application/json' \
--data-raw '{
"area_name": {},
"area_type": 0,
"short_name": "string",
"country_code": "string",
"parent_area_code": "string",
"timezone": "string"
}'
返回响应
🟢200成功
application/json
Body
code
string
错误码
msg
string
错误描述
psn
string
报文序列号
data
object
业务数据
示例
{
"code": "string",
"msg": "string",
"psn": "string",
"data": {}
}
🔴500失败