POST api/WeChat/GetClient

“GetClient”的文档。

Request Information

Parameters

NameDescriptionAdditional information
data
“data”的文档。

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "accountId": "sample string 1",
  "firm": "sample string 2",
  "clientName": "sample string 3",
  "pageIndex": "sample string 4",
  "clientType": "sample string 5"
}

application/xml, text/xml

Sample:
<WeChatController.ClientBase xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YaoBai_WeChatApi.Controllers">
  <accountId>sample string 1</accountId>
  <clientName>sample string 3</clientName>
  <clientType>sample string 5</clientType>
  <firm>sample string 2</firm>
  <pageIndex>sample string 4</pageIndex>
</WeChatController.ClientBase>

application/x-www-form-urlencoded

Sample:

Sample not available.