GET api/Web/Account/NotInclude?cericode={cericode}&mobile={mobile}&accorowername={accorowername}

从系统中检索某个身份证号、手机号关联到的账户持有人和账户列表。 仅会检索当前用户尚未关联的账户或账户持有人。

Request Information

URI Parameters

NameDescriptionTypeAdditional information
cericode

身份证号(等于匹配)

string

Default value is

mobile

手机号码(等于匹配)

string

Default value is

accorowername

账户或持有人名称(等于匹配)

string

Default value is

Body Parameters

None.

Response Information

Resource Description

从系统中检索某个身份证号、手机号关联到的账户持有人和账户列表。 仅会检索当前用户尚未关联的账户或账户持有人。

CommonOperationResultWithTagOfIEnumerableOfWebAccOwerInfoParm
NameDescriptionTypeAdditional information
errcode

integer

None.

errmsg

string

None.

tag

Collection of WebAccOwerInfoParm

None.

Response Formats

application/json, text/json

Sample:
{
  "errcode": 1,
  "errmsg": "sample string 2",
  "tag": [
    {
      "agentname": "sample string 1",
      "agentid": 2,
      "owertype": "sample string 3",
      "owername": "sample string 4",
      "owercode": "sample string 5",
      "accowerid": 6,
      "accountid": 7,
      "accounttype": "sample string 8",
      "accountname": "sample string 9",
      "regdate": "sample string 10",
      "acctypename": "sample string 11",
      "regtime": "sample string 12",
      "status": "sample string 13",
      "legalperson": "sample string 14",
      "legalcode": "sample string 15",
      "legalmobile": "sample string 16",
      "contactname": "sample string 17",
      "contactmobile": "sample string 18"
    },
    {
      "agentname": "sample string 1",
      "agentid": 2,
      "owertype": "sample string 3",
      "owername": "sample string 4",
      "owercode": "sample string 5",
      "accowerid": 6,
      "accountid": 7,
      "accounttype": "sample string 8",
      "accountname": "sample string 9",
      "regdate": "sample string 10",
      "acctypename": "sample string 11",
      "regtime": "sample string 12",
      "status": "sample string 13",
      "legalperson": "sample string 14",
      "legalcode": "sample string 15",
      "legalmobile": "sample string 16",
      "contactname": "sample string 17",
      "contactmobile": "sample string 18"
    }
  ]
}

application/xml, text/xml

Sample:
<CommonOperationResultWithTagOfArrayOfWebAccOwerInfoParmjoAqGO1z xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer">
  <errcode>1</errcode>
  <errmsg>sample string 2</errmsg>
  <tag xmlns:d2p1="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.Dosimeter">
    <d2p1:WebAccOwerInfoParm>
      <d2p1:accountid>7</d2p1:accountid>
      <d2p1:accountname>sample string 9</d2p1:accountname>
      <d2p1:accounttype>sample string 8</d2p1:accounttype>
      <d2p1:accowerid>6</d2p1:accowerid>
      <d2p1:acctypename>sample string 11</d2p1:acctypename>
      <d2p1:agentid>2</d2p1:agentid>
      <d2p1:agentname>sample string 1</d2p1:agentname>
      <d2p1:contactmobile>sample string 18</d2p1:contactmobile>
      <d2p1:contactname>sample string 17</d2p1:contactname>
      <d2p1:legalcode>sample string 15</d2p1:legalcode>
      <d2p1:legalmobile>sample string 16</d2p1:legalmobile>
      <d2p1:legalperson>sample string 14</d2p1:legalperson>
      <d2p1:owercode>sample string 5</d2p1:owercode>
      <d2p1:owername>sample string 4</d2p1:owername>
      <d2p1:owertype>sample string 3</d2p1:owertype>
      <d2p1:regdate>sample string 10</d2p1:regdate>
      <d2p1:regtime>sample string 12</d2p1:regtime>
      <d2p1:status>sample string 13</d2p1:status>
    </d2p1:WebAccOwerInfoParm>
    <d2p1:WebAccOwerInfoParm>
      <d2p1:accountid>7</d2p1:accountid>
      <d2p1:accountname>sample string 9</d2p1:accountname>
      <d2p1:accounttype>sample string 8</d2p1:accounttype>
      <d2p1:accowerid>6</d2p1:accowerid>
      <d2p1:acctypename>sample string 11</d2p1:acctypename>
      <d2p1:agentid>2</d2p1:agentid>
      <d2p1:agentname>sample string 1</d2p1:agentname>
      <d2p1:contactmobile>sample string 18</d2p1:contactmobile>
      <d2p1:contactname>sample string 17</d2p1:contactname>
      <d2p1:legalcode>sample string 15</d2p1:legalcode>
      <d2p1:legalmobile>sample string 16</d2p1:legalmobile>
      <d2p1:legalperson>sample string 14</d2p1:legalperson>
      <d2p1:owercode>sample string 5</d2p1:owercode>
      <d2p1:owername>sample string 4</d2p1:owername>
      <d2p1:owertype>sample string 3</d2p1:owertype>
      <d2p1:regdate>sample string 10</d2p1:regdate>
      <d2p1:regtime>sample string 12</d2p1:regtime>
      <d2p1:status>sample string 13</d2p1:status>
    </d2p1:WebAccOwerInfoParm>
  </tag>
</CommonOperationResultWithTagOfArrayOfWebAccOwerInfoParmjoAqGO1z>

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.