{
"userId": 0,
"userName": "string",
"mobile": "string",
"tenantId": "string",
"permissions": [
"string"
],
"pageNo": 1,
"pageSize": 10,
"id": 0,
"custNum": "string",
"custName": "string",
"custIdentity": "string",
"custMobile": "string",
"custSex": 0,
"custAge": 0,
"faceBytes": "string",
"custAddressCode": "string",
"custAddressCodeFullName": "string",
"custAddressDetail": "string",
"custPermanentAddressCode": "string",
"custPermanentAddressDetail": "string",
"houseOwner": "string",
"houseAreas": "string",
"houseType": "string",
"disabilityLevel": "string",
"houseMember": 0,
"houseBuildTime": "string",
"houseShapeType": "string",
"houseRelationName": "string",
"houseRelationMobile": "string",
"houseTransformType": "string",
"houseTransformTypeList": "new ArrayList<>()",
"relationList": [
{
"custRelationName": "string",
"custRelationMobile": "string",
"relationship": "string",
"relationshipStr": "string",
"identityNo": "string",
"address": "string"
}
]
}
curl --location --request POST '/custHomeBed/add' \
--header 'token: OUumDjnlEZ4wItETxOqrqe2zJFtEB2Ltf0OzBwTkcDdpk8kMsHzVrFRetMEawiR9' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 0,
"userName": "string",
"mobile": "string",
"tenantId": "string",
"permissions": [
"string"
],
"pageNo": 1,
"pageSize": 10,
"id": 0,
"custNum": "string",
"custName": "string",
"custIdentity": "string",
"custMobile": "string",
"custSex": 0,
"custAge": 0,
"faceBytes": "string",
"custAddressCode": "string",
"custAddressCodeFullName": "string",
"custAddressDetail": "string",
"custPermanentAddressCode": "string",
"custPermanentAddressDetail": "string",
"houseOwner": "string",
"houseAreas": "string",
"houseType": "string",
"disabilityLevel": "string",
"houseMember": 0,
"houseBuildTime": "string",
"houseShapeType": "string",
"houseRelationName": "string",
"houseRelationMobile": "string",
"houseTransformType": "string",
"houseTransformTypeList": "new ArrayList<>()",
"relationList": [
{
"custRelationName": "string",
"custRelationMobile": "string",
"relationship": "string",
"relationshipStr": "string",
"identityNo": "string",
"address": "string"
}
]
}'
{
"success": false,
"code": "",
"message": "",
"data": {}
}