POST api/v2_0/clientreportrecordv1_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:
{
"ParkId": 1,
"ClientName": "sample string 2",
"VisitingTime": "2026-01-21T20:57:13.3992495+08:00",
"Gender": 1,
"Phone": "sample string 4",
"Remark": "sample string 5"
}
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
}