- j8
- j4
- 数据管理
- 组织管理
- c2
- j2
- j6
- 数据管理(导入模块)
- 合同管理
- j7
- 停车管理
- 房产管理(发票抬头、发票)
- c4
- c5
- j1
- c6
- c1
- j3
- c7
- j5
- c3
- 未命名接口GET
申请发票
POST
/j7-property/property-manage/invoice/add-invoice
发票
请求参数
Body 参数application/json
applyTel
string
申请人电话
示例值:
18899995566
communityId
string
社区id
示例值:
2025051506460033
createUserId
string
用户id
示例值:
302025051540540000
createUserName
string
申请人
示例值:
douya
invoiceAmount
number <double>
申请金额
示例值:
233
invoiceType
string
必需
示例值:
1001
itemName
string
必需
示例值:
1001
itemObjId
string
可选
示例值:
112025052002260030
oiId
string
可选
示例值:
102025051675600020
ownerName
string
业主
示例值:
233
payTime
string
缴费时间
示例值:
2025-05-14 19:40:51
remark
string
备注
示例值:
无
state
string
可选
示例值:
W
示例
{
"applyTel": 18899995566,
"communityId": 2025051506460033,
"createUserId": 302025051540540000,
"createUserName": "douya",
"invoiceAmount": 233,
"invoiceType": 1001,
"itemName": 1001,
"itemObjId": 112025052002260030,
"oiId": 102025051675600020,
"ownerName": 233,
"payTime": "2025-05-14 19:40:51",
"remark": "无",
"state": "W"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/j7-property/property-manage/invoice/add-invoice' \
--header 'Content-Type: application/json' \
--data-raw '{
"applyTel": 18899995566,
"communityId": 2025051506460033,
"createUserId": 302025051540540000,
"createUserName": "douya",
"invoiceAmount": 233,
"invoiceType": 1001,
"itemName": 1001,
"itemObjId": 112025052002260030,
"oiId": 102025051675600020,
"ownerName": 233,
"payTime": "2025-05-14 19:40:51",
"remark": "无",
"state": "W"
}'
返回响应
🟢200成功
*/*
Body
code
integer <int32>
状态码
示例值:
10000
data
string
数据对象
message
string
提示消息
示例值:
提示消息内容
示例
{
"code": 10000,
"data": "string",
"message": "提示消息内容"
}
🟢201成功
🟠401没有权限
🟠403禁止访问
🟠404记录不存在
修改于 2025-06-16 05:22:17