POST api/MyInfo/ThirdOrgAuth

Request Information

URI Parameters

None.

Body Parameters

T_ThirdOrg
NameDescriptionTypeAdditional information
Id

integer

None.

orgName

string

None.

LegalPerson

string

None.

linkMan

string

None.

Phone

string

None.

Email

string

None.

Address

string

None.

WebSite

string

None.

Memo

string

None.

AddTime

date

None.

province

string

None.

city

string

None.

county

string

None.

regMoney

integer

None.

regTime

date

None.

pic

string

None.

swdjzh

string

None.

postCode

string

None.

userId

integer

None.

service_type

string

None.

zzs_type

string

None.

honor

string

None.

business

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "orgName": "sample string 2",
  "LegalPerson": "sample string 3",
  "linkMan": "sample string 4",
  "Phone": "sample string 5",
  "Email": "sample string 6",
  "Address": "sample string 7",
  "WebSite": "sample string 8",
  "Memo": "sample string 9",
  "AddTime": "2025-12-29T23:55:07.4587437+08:00",
  "province": "sample string 11",
  "city": "sample string 12",
  "county": "sample string 13",
  "regMoney": 14,
  "regTime": "2025-12-29T23:55:07.4587437+08:00",
  "pic": "sample string 15",
  "swdjzh": "sample string 16",
  "postCode": "sample string 17",
  "userId": 18,
  "service_type": "sample string 19",
  "zzs_type": "sample string 20",
  "honor": "sample string 21",
  "business": "sample string 22"
}

application/xml, text/xml

Sample:
<T_ThirdOrg xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fsh.Core.Models">
  <AddTime>2025-12-29T23:55:07.4587437+08:00</AddTime>
  <Address>sample string 7</Address>
  <Email>sample string 6</Email>
  <Id>1</Id>
  <LegalPerson>sample string 3</LegalPerson>
  <Memo>sample string 9</Memo>
  <Phone>sample string 5</Phone>
  <WebSite>sample string 8</WebSite>
  <business>sample string 22</business>
  <city>sample string 12</city>
  <county>sample string 13</county>
  <honor>sample string 21</honor>
  <linkMan>sample string 4</linkMan>
  <orgName>sample string 2</orgName>
  <pic>sample string 15</pic>
  <postCode>sample string 17</postCode>
  <province>sample string 11</province>
  <regMoney>14</regMoney>
  <regTime>2025-12-29T23:55:07.4587437+08:00</regTime>
  <service_type>sample string 19</service_type>
  <swdjzh>sample string 16</swdjzh>
  <userId>18</userId>
  <zzs_type>sample string 20</zzs_type>
</T_ThirdOrg>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ApiResult
NameDescriptionTypeAdditional information
code

integer

None.

msg

string

None.

count

integer

None.

data

Object

None.

otherdata

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "code": 1,
  "msg": "sample string 2",
  "count": 1,
  "data": {},
  "otherdata": {}
}

application/xml, text/xml

Sample:
<ApiResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fsh.Core.Models.Other">
  <code>1</code>
  <count>1</count>
  <data />
  <msg>sample string 2</msg>
  <otherdata />
</ApiResult>