POST api/add/WkGZHUser

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
WkGZHUserInfoAPPDTO
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Id": 1,
  "UnionId": "sample string 2",
  "OpenId": "sample string 3",
  "FullName": "sample string 4",
  "Phone": "sample string 5",
  "ddate": "2025-12-09T18:48:30.0519719+08:00"
}

application/xml, text/xml

Sample:
<WkGZHUser xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Id>1</Id>
  <UnionId>sample string 2</UnionId>
  <OpenId>sample string 3</OpenId>
  <FullName>sample string 4</FullName>
  <Phone>sample string 5</Phone>
  <ddate>2025-12-09T18:48:30.0519719+08:00</ddate>
</WkGZHUser>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "Result": 1,
  "Data": {},
  "Message": "sample string 3"
}

application/xml, text/xml

Sample:
<HttpResult xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Result>1</Result>
  <Data />
  <Message>sample string 3</Message>
</HttpResult>