POST api/HSNMaster/list
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| paramList | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
[
{},
{},
{}
]
text/html
Sample:
[{},{},{}]
application/xml, text/xml
Sample:
<ArrayOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <anyType /> <anyType /> <anyType /> </ArrayOfanyType>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"CompID": "be9b8e82-bd3b-4294-abc9-9e35d1c504ee",
"pageIndex": 2,
"noOfRecordsOnPage": 3,
"TotalCount": 4,
"AtrnYear": 5,
"queryString1": "sample string 6",
"SearchField": 7,
"HSNList": [
{
"ID": "94ec271b-f4c9-41c5-8e2b-81a73fefd7c4",
"HSNDigits": 1,
"HSNGroup": "sample string 2",
"Name": "sample string 3",
"UQC": "sample string 4",
"UQCID": 5,
"CompID": "dbea353e-4cbd-435f-b267-c2d08f58d3da",
"AtrnYear": 7,
"Category": "sample string 8",
"SearchField": 9,
"QueryString": "sample string 10"
},
{
"ID": "94ec271b-f4c9-41c5-8e2b-81a73fefd7c4",
"HSNDigits": 1,
"HSNGroup": "sample string 2",
"Name": "sample string 3",
"UQC": "sample string 4",
"UQCID": 5,
"CompID": "dbea353e-4cbd-435f-b267-c2d08f58d3da",
"AtrnYear": 7,
"Category": "sample string 8",
"SearchField": 9,
"QueryString": "sample string 10"
},
{
"ID": "94ec271b-f4c9-41c5-8e2b-81a73fefd7c4",
"HSNDigits": 1,
"HSNGroup": "sample string 2",
"Name": "sample string 3",
"UQC": "sample string 4",
"UQCID": 5,
"CompID": "dbea353e-4cbd-435f-b267-c2d08f58d3da",
"AtrnYear": 7,
"Category": "sample string 8",
"SearchField": 9,
"QueryString": "sample string 10"
}
]
}
text/html
Sample:
{"CompID":"be9b8e82-bd3b-4294-abc9-9e35d1c504ee","pageIndex":2,"noOfRecordsOnPage":3,"TotalCount":4,"AtrnYear":5,"queryString1":"sample string 6","SearchField":7,"HSNList":[{"ID":"94ec271b-f4c9-41c5-8e2b-81a73fefd7c4","HSNDigits":1,"HSNGroup":"sample string 2","Name":"sample string 3","UQC":"sample string 4","UQCID":5,"CompID":"dbea353e-4cbd-435f-b267-c2d08f58d3da","AtrnYear":7,"Category":"sample string 8","SearchField":9,"QueryString":"sample string 10"},{"ID":"94ec271b-f4c9-41c5-8e2b-81a73fefd7c4","HSNDigits":1,"HSNGroup":"sample string 2","Name":"sample string 3","UQC":"sample string 4","UQCID":5,"CompID":"dbea353e-4cbd-435f-b267-c2d08f58d3da","AtrnYear":7,"Category":"sample string 8","SearchField":9,"QueryString":"sample string 10"},{"ID":"94ec271b-f4c9-41c5-8e2b-81a73fefd7c4","HSNDigits":1,"HSNGroup":"sample string 2","Name":"sample string 3","UQC":"sample string 4","UQCID":5,"CompID":"dbea353e-4cbd-435f-b267-c2d08f58d3da","AtrnYear":7,"Category":"sample string 8","SearchField":9,"QueryString":"sample string 10"}]}
application/xml, text/xml
Sample:
<HSNMasterListViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TABSINVBL.Models">
<AtrnYear>5</AtrnYear>
<CompID>be9b8e82-bd3b-4294-abc9-9e35d1c504ee</CompID>
<HSNList>
<HSNMasterModels>
<AtrnYear>7</AtrnYear>
<Category>sample string 8</Category>
<CompID>dbea353e-4cbd-435f-b267-c2d08f58d3da</CompID>
<HSNDigits>1</HSNDigits>
<HSNGroup>sample string 2</HSNGroup>
<ID>94ec271b-f4c9-41c5-8e2b-81a73fefd7c4</ID>
<Name>sample string 3</Name>
<QueryString>sample string 10</QueryString>
<SearchField>9</SearchField>
<UQC>sample string 4</UQC>
<UQCID>5</UQCID>
</HSNMasterModels>
<HSNMasterModels>
<AtrnYear>7</AtrnYear>
<Category>sample string 8</Category>
<CompID>dbea353e-4cbd-435f-b267-c2d08f58d3da</CompID>
<HSNDigits>1</HSNDigits>
<HSNGroup>sample string 2</HSNGroup>
<ID>94ec271b-f4c9-41c5-8e2b-81a73fefd7c4</ID>
<Name>sample string 3</Name>
<QueryString>sample string 10</QueryString>
<SearchField>9</SearchField>
<UQC>sample string 4</UQC>
<UQCID>5</UQCID>
</HSNMasterModels>
<HSNMasterModels>
<AtrnYear>7</AtrnYear>
<Category>sample string 8</Category>
<CompID>dbea353e-4cbd-435f-b267-c2d08f58d3da</CompID>
<HSNDigits>1</HSNDigits>
<HSNGroup>sample string 2</HSNGroup>
<ID>94ec271b-f4c9-41c5-8e2b-81a73fefd7c4</ID>
<Name>sample string 3</Name>
<QueryString>sample string 10</QueryString>
<SearchField>9</SearchField>
<UQC>sample string 4</UQC>
<UQCID>5</UQCID>
</HSNMasterModels>
</HSNList>
<SearchField>7</SearchField>
<TotalCount>4</TotalCount>
<noOfRecordsOnPage>3</noOfRecordsOnPage>
<pageIndex>2</pageIndex>
<queryString1>sample string 6</queryString1>
</HSNMasterListViewModel>