- 加密模式
- EServiceVisitorResource
- 审批白名单接口
- 一卡通绑定接口信息
- h5菜单接口
- 用户信息
- 尊E享用户管理列表
- 预约讲解点位
- 讲解员管理
- 参观点位配置
- 预约讲解白名单
- 创建预约单
- h5 预约讲解接口
- h5预约讲解接口
- 缴费单接口
- 通知单设置
- 抄表点位
- app 接口 能源
- 费用设置
- 能源费用设置
- MServiceCenterResource
- 抄表计划
- 抄表任务
- app接口
- api
- 货梯登记
- 货梯记录
- h5货梯接口
- 访客管理.
- APP Token endpoint - used by the client to exchange an authorization grant for an
创建
POST
/epayment005/create
请求参数
Body 参数application/json
operator
string | null
创建人
operateContact
string | null
操作人联系方式
feeAmount
number | null
可选
taxCode
string | null
税号
description
string | null
可选
contactPerson
string | null
可选
customerPosition
string | null
职位
mobile
string | null
手机
联系方式
email
string | null
邮箱
leaseId
integer | null
可选
collectionStartDate
string | null
采集开始日期
collectionEndDate
string | null
采集结束日期
paymentOrderIds
array[integer] | null
缴费单
fileList
array[integer] | null
可选
示例
{
"operator": "string",
"operateContact": "string",
"feeAmount": 0,
"taxCode": "string",
"description": "string",
"contactPerson": "string",
"customerPosition": "string",
"mobile": "string",
"email": "string",
"leaseId": 0,
"collectionStartDate": "string",
"collectionEndDate": "string",
"paymentOrderIds": [
0
],
"fileList": [
0
]
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://test-cn.your-api-server.com/epayment005/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"operator": "string",
"operateContact": "string",
"feeAmount": 0,
"taxCode": "string",
"description": "string",
"contactPerson": "string",
"customerPosition": "string",
"mobile": "string",
"email": "string",
"leaseId": 0,
"collectionStartDate": "string",
"collectionEndDate": "string",
"paymentOrderIds": [
0
],
"fileList": [
0
]
}'
返回响应
🟢200成功
application/json
Body
code
integer | null
可选
status
string | null
可选
values from 500-599, “error” is for statuses 400-499, and “success” is for everything else
(e.g. 1XX, 2XX and 3XX responses).
message
string | null
可选
data
object ()
可选
cause, or exception name.
resultMap
object (Map«Object»)
可选
key
object (key)
可选
示例
{
"code": 0,
"status": "",
"message": "",
"data": {},
"resultMap": {
"": {}
}
}
修改于 2024-03-25 08:01:44