POST api/BDVarietyAuthorize/GetStats_Comp
Request Information
URI Parameters
None.
Body Parameters
BReqAllNumName | Description | Type | Additional information |
---|---|---|---|
Year | string |
None. |
|
Crop | string |
None. |
|
RegionIds | string |
None. |
|
IsExit | string |
None. |
|
Content | Object |
None. |
|
Page | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Year": "sample string 1", "Crop": "sample string 2", "RegionIds": "sample string 3", "IsExit": "sample string 4", "Content": {}, "Page": "sample string 6" }
application/xml, text/xml
Sample:
<BReqAllNum xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SeedBigData.Service.VarietyAuthorize.Model"> <Content /> <Crop>sample string 2</Crop> <IsExit>sample string 4</IsExit> <Page>sample string 6</Page> <RegionIds>sample string 3</RegionIds> <Year>sample string 1</Year> </BReqAllNum>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |