POST api/GetGZHTemplateList

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
_GZHTemplateQuery
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "PageSize": 1,
  "PageIndex": 2,
  "ID": 3,
  "Number": "sample string 4",
  "Title": "sample string 5",
  "PrimaryIndustry": "sample string 6",
  "SecondaryIndustry": "sample string 7",
  "DetailContent": "sample string 8",
  "cinput": "sample string 9",
  "ddate": "2025-12-09T18:49:10.7503936+08:00"
}

application/xml, text/xml

Sample:
<GZHTemplateQuery xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ID>3</ID>
  <Number>sample string 4</Number>
  <Title>sample string 5</Title>
  <PrimaryIndustry>sample string 6</PrimaryIndustry>
  <SecondaryIndustry>sample string 7</SecondaryIndustry>
  <DetailContent>sample string 8</DetailContent>
  <cinput>sample string 9</cinput>
  <ddate>2025-12-09T18:49:10.7503936+08:00</ddate>
  <PageSize>1</PageSize>
  <PageIndex>2</PageIndex>
</GZHTemplateQuery>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "Result": 1,
  "Data": {},
  "Message": "sample string 3"
}

application/xml, text/xml

Sample:
<HttpResult xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Result>1</Result>
  <Data />
  <Message>sample string 3</Message>
</HttpResult>