OPTIONS api/WxReport/AddLinkInfo

Request Information

URI Parameters

None.

Body Parameters

PeisWxLink
NameDescriptionTypeAdditional 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

LinkName

string

String length: inclusive between 0 and 50

LinkCardNo

string

String length: inclusive between 0 and 50

LinkTel

string

String length: inclusive between 0 and 50

PeisName

string

String length: inclusive between 0 and 50

CardNo

string

String length: inclusive between 0 and 50

Tel

string

String length: inclusive between 0 and 50

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

Request Formats

application/json, text/json

Sample:
{
  "Id": "sample string 1",
  "WxId": "sample string 2",
  "WxName": "sample string 3",
  "LinkName": "sample string 4",
  "LinkCardNo": "sample string 5",
  "LinkTel": "sample string 6",
  "PeisName": "sample string 7",
  "CardNo": "sample string 8",
  "Tel": "sample string 9",
  "State": "sample string 10",
  "CreateDate": "2026-02-04T11:13:51.7166925+08:00",
  "CreateUser": "sample string 11",
  "Note": "sample string 12"
}

application/xml, text/xml

Sample:
<PeisWxLink xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Models">
  <CardNo>sample string 8</CardNo>
  <CreateDate>2026-02-04T11:13:51.7166925+08:00</CreateDate>
  <CreateUser>sample string 11</CreateUser>
  <Id>sample string 1</Id>
  <LinkCardNo>sample string 5</LinkCardNo>
  <LinkName>sample string 4</LinkName>
  <LinkTel>sample string 6</LinkTel>
  <Note>sample string 12</Note>
  <PeisName>sample string 7</PeisName>
  <State>sample string 10</State>
  <Tel>sample string 9</Tel>
  <WxId>sample string 2</WxId>
  <WxName>sample string 3</WxName>
</PeisWxLink>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>