POST api/HSNMaster/RetriveByCodeForItemLevel

No documentation available.

Request Information

Parameters

NameDescriptionAdditional 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:
[
  {
    "ID": "55307198-f84a-4502-bdb1-b2359b7a76c8",
    "HSNDigits": 1,
    "HSNGroup": "sample string 2",
    "Name": "sample string 3",
    "UQC": "sample string 4",
    "UQCID": 5,
    "CompID": "a725cde2-9ee9-489f-909f-738419392f5e",
    "AtrnYear": 7,
    "Category": "sample string 8",
    "SearchField": 9,
    "QueryString": "sample string 10"
  },
  {
    "ID": "55307198-f84a-4502-bdb1-b2359b7a76c8",
    "HSNDigits": 1,
    "HSNGroup": "sample string 2",
    "Name": "sample string 3",
    "UQC": "sample string 4",
    "UQCID": 5,
    "CompID": "a725cde2-9ee9-489f-909f-738419392f5e",
    "AtrnYear": 7,
    "Category": "sample string 8",
    "SearchField": 9,
    "QueryString": "sample string 10"
  },
  {
    "ID": "55307198-f84a-4502-bdb1-b2359b7a76c8",
    "HSNDigits": 1,
    "HSNGroup": "sample string 2",
    "Name": "sample string 3",
    "UQC": "sample string 4",
    "UQCID": 5,
    "CompID": "a725cde2-9ee9-489f-909f-738419392f5e",
    "AtrnYear": 7,
    "Category": "sample string 8",
    "SearchField": 9,
    "QueryString": "sample string 10"
  }
]

text/html

Sample:
[{"ID":"55307198-f84a-4502-bdb1-b2359b7a76c8","HSNDigits":1,"HSNGroup":"sample string 2","Name":"sample string 3","UQC":"sample string 4","UQCID":5,"CompID":"a725cde2-9ee9-489f-909f-738419392f5e","AtrnYear":7,"Category":"sample string 8","SearchField":9,"QueryString":"sample string 10"},{"ID":"55307198-f84a-4502-bdb1-b2359b7a76c8","HSNDigits":1,"HSNGroup":"sample string 2","Name":"sample string 3","UQC":"sample string 4","UQCID":5,"CompID":"a725cde2-9ee9-489f-909f-738419392f5e","AtrnYear":7,"Category":"sample string 8","SearchField":9,"QueryString":"sample string 10"},{"ID":"55307198-f84a-4502-bdb1-b2359b7a76c8","HSNDigits":1,"HSNGroup":"sample string 2","Name":"sample string 3","UQC":"sample string 4","UQCID":5,"CompID":"a725cde2-9ee9-489f-909f-738419392f5e","AtrnYear":7,"Category":"sample string 8","SearchField":9,"QueryString":"sample string 10"}]

application/xml, text/xml

Sample:
<ArrayOfHSNMasterExpandModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TABSINVBL.Models">
  <HSNMasterExpandModels>
    <AtrnYear>7</AtrnYear>
    <Category>sample string 8</Category>
    <CompID>a725cde2-9ee9-489f-909f-738419392f5e</CompID>
    <HSNDigits>1</HSNDigits>
    <HSNGroup>sample string 2</HSNGroup>
    <ID>55307198-f84a-4502-bdb1-b2359b7a76c8</ID>
    <Name>sample string 3</Name>
    <QueryString>sample string 10</QueryString>
    <SearchField>9</SearchField>
    <UQC>sample string 4</UQC>
    <UQCID>5</UQCID>
  </HSNMasterExpandModels>
  <HSNMasterExpandModels>
    <AtrnYear>7</AtrnYear>
    <Category>sample string 8</Category>
    <CompID>a725cde2-9ee9-489f-909f-738419392f5e</CompID>
    <HSNDigits>1</HSNDigits>
    <HSNGroup>sample string 2</HSNGroup>
    <ID>55307198-f84a-4502-bdb1-b2359b7a76c8</ID>
    <Name>sample string 3</Name>
    <QueryString>sample string 10</QueryString>
    <SearchField>9</SearchField>
    <UQC>sample string 4</UQC>
    <UQCID>5</UQCID>
  </HSNMasterExpandModels>
  <HSNMasterExpandModels>
    <AtrnYear>7</AtrnYear>
    <Category>sample string 8</Category>
    <CompID>a725cde2-9ee9-489f-909f-738419392f5e</CompID>
    <HSNDigits>1</HSNDigits>
    <HSNGroup>sample string 2</HSNGroup>
    <ID>55307198-f84a-4502-bdb1-b2359b7a76c8</ID>
    <Name>sample string 3</Name>
    <QueryString>sample string 10</QueryString>
    <SearchField>9</SearchField>
    <UQC>sample string 4</UQC>
    <UQCID>5</UQCID>
  </HSNMasterExpandModels>
</ArrayOfHSNMasterExpandModels>