POST api/v2_0/clientv1_0/Add
“Add”的文档。
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| model | “model”的文档。 |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"id": 1,
"ParkId": 1,
"ClientName": "sample string 2",
"Gender": 1,
"IntroductionOldOwners": 1,
"Phone1": "sample string 3",
"Phone2": "sample string 4",
"VisitingTime": "2026-01-21T20:56:29.7933192+08:00",
"Result": 1,
"Remark": "sample string 5",
"Source": 1,
"BuyObjective": 1,
"NeedArea": 1,
"PurposeLevel": 1,
"HouseSalesId": 1,
"Status": 1,
"VisitCount": 6,
"HousePurchasingCount": 1,
"UsherId": 1,
"CompanyId": 1,
"Sources": 1,
"FloorHeight": 1,
"Attentions": "sample string 7",
"Industry": 1,
"Region": "sample string 8",
"RegionAdress": "sample string 9"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{
"code": 1,
"status": true,
"msg": "sample string 3",
"data": {},
"count": 5,
"pageCount": 6,
"ispaging": true,
"extend": {},
"isReLogin": true
}