GET ZiXun/insertDoc
Request Information
URI Parameters
None.
Body Parameters
Dede_archives_modelName | Description | Type | Additional information |
---|---|---|---|
id | integer |
None. |
|
typeid | integer |
None. |
|
IsOriginal | integer |
None. |
|
typeid2 | string |
None. |
|
sortrank | integer |
None. |
|
flag | string |
None. |
|
ismake | integer |
None. |
|
channel | integer |
None. |
|
arcrank | integer |
None. |
|
click | integer |
None. |
|
money | integer |
None. |
|
title | string |
None. |
|
shorttitle | string |
None. |
|
color | string |
None. |
|
writer | string |
None. |
|
source | string |
None. |
|
litpic | string |
None. |
|
pubdate | integer |
None. |
|
senddate | integer |
None. |
|
mid | integer |
None. |
|
keywords | string |
None. |
|
lastpost | integer |
None. |
|
scores | integer |
None. |
|
goodpost | integer |
None. |
|
badpost | integer |
None. |
|
voteid | integer |
None. |
|
notpost | integer |
None. |
|
description | string |
None. |
|
filename | string |
None. |
|
dutyadmin | integer |
None. |
|
tackid | integer |
None. |
|
mtype | integer |
None. |
|
weight | integer |
None. |
|
text | string |
None. |
|
userid | string |
None. |
|
tag | string |
None. |
|
doctype | integer |
None. |
|
SeoTitle | string |
None. |
|
SeoKeywords | string |
None. |
|
SeoDescription | string |
None. |
|
ZeRenBianJI | string |
None. |
|
videoUrl | string |
None. |
|
videoID | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "id": 1, "typeid": 2, "IsOriginal": 3, "typeid2": "sample string 4", "sortrank": 5, "flag": "sample string 6", "ismake": 7, "channel": 8, "arcrank": 9, "click": 10, "money": 11, "title": "sample string 12", "shorttitle": "sample string 13", "color": "sample string 14", "writer": "sample string 15", "source": "sample string 16", "litpic": "sample string 17", "pubdate": 18, "senddate": 19, "mid": 20, "keywords": "sample string 21", "lastpost": 22, "scores": 23, "goodpost": 24, "badpost": 25, "voteid": 26, "notpost": 27, "description": "sample string 28", "filename": "sample string 29", "dutyadmin": 30, "tackid": 31, "mtype": 32, "weight": 33, "text": "sample string 34", "userid": "sample string 35", "tag": "sample string 36", "doctype": 37, "SeoTitle": "sample string 38", "SeoKeywords": "sample string 39", "SeoDescription": "sample string 40", "ZeRenBianJI": "sample string 41", "videoUrl": "sample string 42", "videoID": "sample string 43" }
application/xml, text/xml
Sample:
<Dede_archives_model xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QXCMS_API.Models"> <IsOriginal>3</IsOriginal> <SeoDescription>sample string 40</SeoDescription> <SeoKeywords>sample string 39</SeoKeywords> <SeoTitle>sample string 38</SeoTitle> <ZeRenBianJI>sample string 41</ZeRenBianJI> <arcrank>9</arcrank> <badpost>25</badpost> <channel>8</channel> <click>10</click> <color>sample string 14</color> <description>sample string 28</description> <doctype>37</doctype> <dutyadmin>30</dutyadmin> <filename>sample string 29</filename> <flag>sample string 6</flag> <goodpost>24</goodpost> <id>1</id> <ismake>7</ismake> <keywords>sample string 21</keywords> <lastpost>22</lastpost> <litpic>sample string 17</litpic> <mid>20</mid> <money>11</money> <mtype>32</mtype> <notpost>27</notpost> <pubdate>18</pubdate> <scores>23</scores> <senddate>19</senddate> <shorttitle>sample string 13</shorttitle> <sortrank>5</sortrank> <source>sample string 16</source> <tackid>31</tackid> <tag>sample string 36</tag> <text>sample string 34</text> <title>sample string 12</title> <typeid>2</typeid> <typeid2>sample string 4</typeid2> <userid>sample string 35</userid> <videoID>sample string 43</videoID> <videoUrl>sample string 42</videoUrl> <voteid>26</voteid> <weight>33</weight> <writer>sample string 15</writer> </Dede_archives_model>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ReturnResultName | Description | Type | Additional information |
---|---|---|---|
code | string |
None. |
|
msg | string |
None. |
|
data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "code": "sample string 1", "msg": "sample string 2", "data": {} }
application/xml, text/xml
Sample:
<ReturnResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QXCMS_API"> <code>sample string 1</code> <data /> <msg>sample string 2</msg> </ReturnResult>