OPTIONS api/WxReport/AddUserInfo?ip={ip}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ip | string |
Required |
Body Parameters
PeisWxReport| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
String length: inclusive between 0 and 32 |
|
| WxId | string |
String length: inclusive between 0 and 50 |
|
| WxName | string |
String length: inclusive between 0 and 50 |
|
| PeisName | string |
String length: inclusive between 0 and 32 |
|
| CardNo | string |
String length: inclusive between 0 and 32 |
|
| Tel | string |
String length: inclusive between 0 and 32 |
|
| State | string |
String length: inclusive between 0 and 1 |
|
| CreateDate | date |
Data type: DateTime |
|
| CreateUser | string |
String length: inclusive between 0 and 50 |
|
| Note | string |
String length: inclusive between 0 and 1000 |
|
| LeaveDate | date |
Data type: DateTime |
Request Formats
application/json, text/json
Sample:
{
"Id": "sample string 1",
"WxId": "sample string 2",
"WxName": "sample string 3",
"PeisName": "sample string 4",
"CardNo": "sample string 5",
"Tel": "sample string 6",
"State": "sample string 7",
"CreateDate": "2026-02-04T11:13:51.0077355+08:00",
"CreateUser": "sample string 8",
"Note": "sample string 9",
"LeaveDate": "2026-02-04T11:13:51.0077355+08:00"
}
application/xml, text/xml
Sample:
<PeisWxReport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Models"> <CardNo>sample string 5</CardNo> <CreateDate>2026-02-04T11:13:51.0077355+08:00</CreateDate> <CreateUser>sample string 8</CreateUser> <Id>sample string 1</Id> <LeaveDate>2026-02-04T11:13:51.0077355+08:00</LeaveDate> <Note>sample string 9</Note> <PeisName>sample string 4</PeisName> <State>sample string 7</State> <Tel>sample string 6</Tel> <WxId>sample string 2</WxId> <WxName>sample string 3</WxName> </PeisWxReport>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>