POST api/getDataInnerByGetFlag

Request Information

URI Parameters

None.

Body Parameters

GetHsCodeHeadInput
NameDescriptionTypeAdditional information
Flag

string

None.

Getflag

string

None.

StartDate

date

None.

EndDate

date

None.

hscode

string

None.

g_name

string

None.

current_flag

string

None.

hscode_flag

string

None.

type

integer

None.

PageSize

integer

None.

PageIndex

integer

None.

TotalCount

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Flag": "sample string 1",
  "Getflag": "sample string 2",
  "StartDate": "2026-08-29T02:33:21.9074862+08:00",
  "EndDate": "2026-08-29T02:33:21.9074862+08:00",
  "hscode": "sample string 5",
  "g_name": "sample string 6",
  "current_flag": "sample string 7",
  "hscode_flag": "sample string 8",
  "type": 9,
  "PageSize": 10,
  "PageIndex": 11,
  "TotalCount": 12
}

application/xml, text/xml

Sample:
<GetHsCodeHeadInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SingleWindow.Models">
  <PageIndex>11</PageIndex>
  <PageSize>10</PageSize>
  <TotalCount>12</TotalCount>
  <EndDate>2026-08-29T02:33:21.9074862+08:00</EndDate>
  <Flag>sample string 1</Flag>
  <Getflag>sample string 2</Getflag>
  <StartDate>2026-08-29T02:33:21.9074862+08:00</StartDate>
  <current_flag>sample string 7</current_flag>
  <g_name>sample string 6</g_name>
  <hscode>sample string 5</hscode>
  <hscode_flag>sample string 8</hscode_flag>
  <type>9</type>
</GetHsCodeHeadInput>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.