POST api/insertcodeTsDetialCheck
Request Information
URI Parameters
None.
Body Parameters
Collection of EntTgSysComplexInspectioncheck| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| classifyCnnm | string |
None. |
|
| Statcode | string |
None. |
|
| Hscode | string |
None. |
|
| Hsname | string |
None. |
|
| Ciqname | string |
None. |
|
| PageSize | integer |
None. |
|
| PageIndex | integer |
None. |
|
| TotalCount | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"classifyCnnm": "sample string 2",
"Statcode": "sample string 3",
"Hscode": "sample string 4",
"Hsname": "sample string 5",
"Ciqname": "sample string 6",
"PageSize": 7,
"PageIndex": 8,
"TotalCount": 9
},
{
"Id": 1,
"classifyCnnm": "sample string 2",
"Statcode": "sample string 3",
"Hscode": "sample string 4",
"Hsname": "sample string 5",
"Ciqname": "sample string 6",
"PageSize": 7,
"PageIndex": 8,
"TotalCount": 9
}
]
application/xml, text/xml
Sample:
<ArrayOfEntTgSysComplexInspectioncheck xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SingleWindow.Models.Extent">
<EntTgSysComplexInspectioncheck>
<PageIndex xmlns="http://schemas.datacontract.org/2004/07/SingleWindow.Models">8</PageIndex>
<PageSize xmlns="http://schemas.datacontract.org/2004/07/SingleWindow.Models">7</PageSize>
<TotalCount xmlns="http://schemas.datacontract.org/2004/07/SingleWindow.Models">9</TotalCount>
<Ciqname>sample string 6</Ciqname>
<Hscode>sample string 4</Hscode>
<Hsname>sample string 5</Hsname>
<Id>1</Id>
<Statcode>sample string 3</Statcode>
<classifyCnnm>sample string 2</classifyCnnm>
</EntTgSysComplexInspectioncheck>
<EntTgSysComplexInspectioncheck>
<PageIndex xmlns="http://schemas.datacontract.org/2004/07/SingleWindow.Models">8</PageIndex>
<PageSize xmlns="http://schemas.datacontract.org/2004/07/SingleWindow.Models">7</PageSize>
<TotalCount xmlns="http://schemas.datacontract.org/2004/07/SingleWindow.Models">9</TotalCount>
<Ciqname>sample string 6</Ciqname>
<Hscode>sample string 4</Hscode>
<Hsname>sample string 5</Hsname>
<Id>1</Id>
<Statcode>sample string 3</Statcode>
<classifyCnnm>sample string 2</classifyCnnm>
</EntTgSysComplexInspectioncheck>
</ArrayOfEntTgSysComplexInspectioncheck>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.