POST api/v2_0/clientv1_0/ConfirmVisit

“ConfirmVisit”的文档。

Request Information

Parameters

NameDescriptionAdditional information
dto
“dto”的文档。

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "ClientId": 1,
  "CompanyId": 1,
  "HouseSalesId": 1
}

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
}