POST api/Standard/PandDTree

Request Information

URI Parameters

None.

Body Parameters

productionQuery
NameDescriptionTypeAdditional information
catid

integer

None.

parentid

integer

None.

classfyid

integer

None.

cropid

integer

None.

breedid

integer

None.

rotationid

integer

None.

periodid

integer

None.

pestyid

integer

None.

diseaseid

integer

None.

pandtype

integer

None.

pageSize

integer

Required

currentPage

integer

Required

queryString

string

None.

Request Formats

application/json, text/json

Sample:
{
  "catid": 1,
  "parentid": 2,
  "classfyid": 3,
  "cropid": 4,
  "breedid": 5,
  "rotationid": 6,
  "periodid": 7,
  "pestyid": 8,
  "diseaseid": 9,
  "pandtype": 10,
  "pageSize": 11,
  "currentPage": 12,
  "queryString": "sample string 13"
}

application/xml, text/xml

Sample:
<productionQuery xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ShannxiWlwAPI.Models.Standard">
  <currentPage xmlns="http://schemas.datacontract.org/2004/07/ShannxiWlwAPI.Models.Login">12</currentPage>
  <pageSize xmlns="http://schemas.datacontract.org/2004/07/ShannxiWlwAPI.Models.Login">11</pageSize>
  <queryString xmlns="http://schemas.datacontract.org/2004/07/ShannxiWlwAPI.Models.Login">sample string 13</queryString>
  <breedid>5</breedid>
  <catid>1</catid>
  <classfyid>3</classfyid>
  <cropid>4</cropid>
  <diseaseid>9</diseaseid>
  <pandtype>10</pandtype>
  <parentid>2</parentid>
  <periodid>7</periodid>
  <pestyid>8</pestyid>
  <rotationid>6</rotationid>
</productionQuery>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.