POST api/MyInfo/ParkAuth

Request Information

URI Parameters

None.

Body Parameters

T_Park
NameDescriptionTypeAdditional information
Id

integer

None.

parkName

string

None.

parkArea

string

None.

province

string

None.

city

string

None.

county

string

None.

street

string

None.

parkAddress

string

None.

policy

string

None.

memo

string

None.

park_type

string

None.

park_level

string

None.

investment_field

string

None.

isenable

integer

None.

AddTime

date

None.

pic

string

None.

userId

integer

None.

qysl

integer

None.

gmqysl

string

None.

sczz

integer

None.

ssze

integer

None.

dzcfmj

string

None.

gyydmj1

string

None.

gyydmj2

string

None.

zdcyfx

string

None.

xmaqyq

string

None.

xmhbyq

string

None.

jrfc

string

None.

tdzz

string

None.

fzzz

string

None.

sszz

string

None.

zxxymb

string

None.

linkMan

string

None.

phone

string

None.

traffic_type

string

None.

areaId

integer

None.

areaInfo

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "parkName": "sample string 2",
  "parkArea": "sample string 3",
  "province": "sample string 4",
  "city": "sample string 5",
  "county": "sample string 6",
  "street": "sample string 7",
  "parkAddress": "sample string 8",
  "policy": "sample string 9",
  "memo": "sample string 10",
  "park_type": "sample string 11",
  "park_level": "sample string 12",
  "investment_field": "sample string 13",
  "isenable": 14,
  "AddTime": "2025-12-29T23:59:18.7671222+08:00",
  "pic": "sample string 16",
  "userId": 17,
  "qysl": 18,
  "gmqysl": "sample string 19",
  "sczz": 20,
  "ssze": 21,
  "dzcfmj": "sample string 22",
  "gyydmj1": "sample string 23",
  "gyydmj2": "sample string 24",
  "zdcyfx": "sample string 25",
  "xmaqyq": "sample string 26",
  "xmhbyq": "sample string 27",
  "jrfc": "sample string 28",
  "tdzz": "sample string 29",
  "fzzz": "sample string 30",
  "sszz": "sample string 31",
  "zxxymb": "sample string 32",
  "linkMan": "sample string 33",
  "phone": "sample string 34",
  "traffic_type": "sample string 35",
  "areaId": 36,
  "areaInfo": "sample string 37"
}

application/xml, text/xml

Sample:
<T_Park xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fsh.Core.Models">
  <AddTime>2025-12-29T23:59:18.7671222+08:00</AddTime>
  <Id>1</Id>
  <areaId>36</areaId>
  <areaInfo>sample string 37</areaInfo>
  <city>sample string 5</city>
  <county>sample string 6</county>
  <dzcfmj>sample string 22</dzcfmj>
  <fzzz>sample string 30</fzzz>
  <gmqysl>sample string 19</gmqysl>
  <gyydmj1>sample string 23</gyydmj1>
  <gyydmj2>sample string 24</gyydmj2>
  <investment_field>sample string 13</investment_field>
  <isenable>14</isenable>
  <jrfc>sample string 28</jrfc>
  <linkMan>sample string 33</linkMan>
  <memo>sample string 10</memo>
  <parkAddress>sample string 8</parkAddress>
  <parkArea>sample string 3</parkArea>
  <parkName>sample string 2</parkName>
  <park_level>sample string 12</park_level>
  <park_type>sample string 11</park_type>
  <phone>sample string 34</phone>
  <pic>sample string 16</pic>
  <policy>sample string 9</policy>
  <province>sample string 4</province>
  <qysl>18</qysl>
  <sczz>20</sczz>
  <ssze>21</ssze>
  <sszz>sample string 31</sszz>
  <street>sample string 7</street>
  <tdzz>sample string 29</tdzz>
  <traffic_type>sample string 35</traffic_type>
  <userId>17</userId>
  <xmaqyq>sample string 26</xmaqyq>
  <xmhbyq>sample string 27</xmhbyq>
  <zdcyfx>sample string 25</zdcyfx>
  <zxxymb>sample string 32</zxxymb>
</T_Park>

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>