POST api/HSNMaster/RetriveByID
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:
{
"ID": "d3fe28bd-f05c-498f-a83a-175512f9a985",
"HSNDigits": 1,
"HSNGroup": "sample string 2",
"Name": "sample string 3",
"UQC": "sample string 4",
"UQCID": 5,
"CompID": "e950c700-a852-47d9-8d0a-4f83cab8574a",
"AtrnYear": 7,
"Category": "sample string 8",
"SearchField": 9,
"QueryString": "sample string 10"
}
text/html
Sample:
{"ID":"d3fe28bd-f05c-498f-a83a-175512f9a985","HSNDigits":1,"HSNGroup":"sample string 2","Name":"sample string 3","UQC":"sample string 4","UQCID":5,"CompID":"e950c700-a852-47d9-8d0a-4f83cab8574a","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>e950c700-a852-47d9-8d0a-4f83cab8574a</CompID> <HSNDigits>1</HSNDigits> <HSNGroup>sample string 2</HSNGroup> <ID>d3fe28bd-f05c-498f-a83a-175512f9a985</ID> <Name>sample string 3</Name> <QueryString>sample string 10</QueryString> <SearchField>9</SearchField> <UQC>sample string 4</UQC> <UQCID>5</UQCID> </HSNMasterModels>