文档
测试

查询收费订单详情

POST
http://192.168.103.3/invest/propertyManagment/getPropertyManagmentById

请求头

参数名
类型
描述
必填
Authorization
Bearer token
必填

请求参数

参数名
类型
描述
必填
id
String
必填

响应参数

参数名
类型
描述
必填
code
int
示例:1
必填
result
object
数据字典
必填
chargeCategory
string
示例:收费类别
必填
buildingId
string
示例:12121
必填
buildingName
string
示例:收费楼宇名称
必填
floorId
string
示例:楼层2
必填
floorName
string
示例:楼层2
必填
roomId
string
示例:房号2
必填
roomName
string
示例:房号2
必填
payDemandNote
string
示例:收费单名称
必填
unit_Price
int
示例:1212
必填
chargeAmount
float
示例:1212.09
必填
lastChargeTime
string
示例:2020-07-22 09:03:01
必填
tollGatherer
string
示例:收费人
必填
telephone
string
示例:18888888
必填
id
string
示例:808080807370c34b0173741c57f50005
必填
status
string
示例:1
必填
tenantId
string
示例:001
必填
platformId
string
示例:启迪园区
必填
createUser
string
示例:park_admin
必填
createTime
string
示例:2020-07-22 09:21:21
必填

说明 / 示例

{ "id": "808080807370c34b0173741c57f50005" } 返回: { "code": 1, "result": { "chargeCategory": "收费类别", "buildingId": "12121", "buildingName": "收费楼宇名称", "floorId": "楼层2", "floorName": "楼层2", "roomId": "房号2", "roomName": "房号2", "payDemandNote": "收费单名称", "unit_Price": 1212.0, "chargeAmount": 1212.09, "lastChargeTime": "2020-07-22 09:03:01", "tollGatherer": "收费人", "telephone": "18888888", "id": "808080807370c34b0173741c57f50005", "status": "1", "tenantId": "001", "platformId": "启迪园区", "createUser": "park_admin", "createTime": "2020-07-22 09:21:21" } }