POST api/HSNMaster/RetriveByID

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": "2a60afff-e79e-48d5-9606-108e8bf7e5bf",
  "HSNDigits": 1,
  "HSNGroup": "sample string 2",
  "Name": "sample string 3",
  "UQC": "sample string 4",
  "UQCID": 5,
  "CompID": "b69abe99-1026-4137-a2fe-7e88fad2b1db",
  "AtrnYear": 7,
  "Category": "sample string 8",
  "SearchField": 9,
  "QueryString": "sample string 10"
}

text/html

Sample:
{"ID":"2a60afff-e79e-48d5-9606-108e8bf7e5bf","HSNDigits":1,"HSNGroup":"sample string 2","Name":"sample string 3","UQC":"sample string 4","UQCID":5,"CompID":"b69abe99-1026-4137-a2fe-7e88fad2b1db","AtrnYear":7,"Category":"sample string 8","SearchField":9,"QueryString":"sample string 10"}

application/xml, text/xml

Sample:
<HSNMasterModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TABSINVBL.Models">
  <AtrnYear>7</AtrnYear>
  <Category>sample string 8</Category>
  <CompID>b69abe99-1026-4137-a2fe-7e88fad2b1db</CompID>
  <HSNDigits>1</HSNDigits>
  <HSNGroup>sample string 2</HSNGroup>
  <ID>2a60afff-e79e-48d5-9606-108e8bf7e5bf</ID>
  <Name>sample string 3</Name>
  <QueryString>sample string 10</QueryString>
  <SearchField>9</SearchField>
  <UQC>sample string 4</UQC>
  <UQCID>5</UQCID>
</HSNMasterModels>