- 概述
- 定制配置
- API
- WEB
- SC
- 机构管理
- 通知中心
- 工具箱
- 系统设置
- 用户角色权限管理
- 通用设置
- 字典管理
- 卡网络管理
- 卡BIN管理
- 终端公共参数管理
- MCC管理
- OCR
- 国家管理
- 地区管理
- 获取隐私数据明文信息POST
- SLA
- 官网
- Checkout
- OP
- MP
- MP Copy
- PP
- APP
- OpenApi
- 机构运营报表
- 未命名接口POST
修改国家信息
开发中
POST
/bis/sc/country/update
字典管理
最后修改时间:2024-10-24 02:29:48
责任人:王煜翔
请求参数
Body 参数application/json
id
integer
国家主键ID
country_code
string
国家代码
country_code2
string
国家代码,两位字母编码
country_no
string
国家数字编号
telephone_code
string
国家电话区号
country_name
object
国家名称
示例
{
"id": 0,
"country_code": "string",
"country_code2": "string",
"country_no": "string",
"telephone_code": "string",
"country_name": {}
}
示例代码
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/country/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"country_code": "string",
"country_code2": "string",
"country_no": "string",
"telephone_code": "string",
"country_name": {}
}'
返回响应
🟢200成功
application/json
Body
code
string
错误码
msg
string
错误描述
psn
string
报文序列号
data
object
业务数据
示例
{
"code": "string",
"msg": "string",
"psn": "string",
"data": {}
}
🔴500失败