POST api/WxQap/Add_SurvivalGuide

Request Information

URI Parameters

None.

Body Parameters

QapSurvivalModel
NameDescriptionTypeAdditional information
Id

string

None.

CountryId

integer

None.

CityId

integer

None.

SchoolId

integer

None.

TagStrategy

string

None.

StageId

string

None.

StageName

string

None.

Title

string

None.

ImgUrl

string

None.

Content

string

None.

ContentText

string

None.

Uid

integer

None.

IsRelease

integer

None.

Type

integer

None.

ReferenceLink

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "sample string 1",
  "CountryId": 2,
  "CityId": 3,
  "SchoolId": 4,
  "TagStrategy": "sample string 5",
  "StageId": "sample string 6",
  "StageName": "sample string 7",
  "Title": "sample string 8",
  "ImgUrl": "sample string 9",
  "Content": "sample string 10",
  "ContentText": "sample string 11",
  "Uid": 12,
  "IsRelease": 13,
  "Type": 14,
  "ReferenceLink": "sample string 15"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResultData
NameDescriptionTypeAdditional information
succ

boolean

None.

msg

string

None.

results

Object

None.

data

Object

None.

count

integer

None.

page

integer

None.

code

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "succ": true,
  "msg": "sample string 2",
  "results": {},
  "data": {},
  "count": 5,
  "page": 6,
  "code": 7
}