POST api/WeChat/AddUserInfo
“AddUserInfo”的文档。
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| userInfo | “userInfo”的文档。 |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"PAA_ID": "sample string 1",
"PAA_Name": "sample string 2",
"PAA_Account": "sample string 3",
"PAA_PassWord": "sample string 4",
"PAA_Status": "sample string 5",
"PAA_CDate": "2026-02-02T09:42:55.530802+08:00",
"PAA_Creator": "sample string 6",
"PAA_MDate": "2026-02-02T09:42:55.530802+08:00",
"PAA_Mender": "sample string 7",
"PAA_Telephone": "sample string 8",
"PAA_Person": "sample string 9",
"PAA_Corp": "sample string 10"
}
application/xml, text/xml
Sample:
<PB_App_AccountEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LeaRun.Application.Entity.WeChatManage"> <PAA_Account>sample string 3</PAA_Account> <PAA_CDate>2026-02-02T09:42:55.530802+08:00</PAA_CDate> <PAA_Corp>sample string 10</PAA_Corp> <PAA_Creator>sample string 6</PAA_Creator> <PAA_ID>sample string 1</PAA_ID> <PAA_MDate>2026-02-02T09:42:55.530802+08:00</PAA_MDate> <PAA_Mender>sample string 7</PAA_Mender> <PAA_Name>sample string 2</PAA_Name> <PAA_PassWord>sample string 4</PAA_PassWord> <PAA_Person>sample string 9</PAA_Person> <PAA_Status>sample string 5</PAA_Status> <PAA_Telephone>sample string 8</PAA_Telephone> </PB_App_AccountEntity>
application/x-www-form-urlencoded
Sample:
Sample not available.