GET api/v1/get-hsncode?HSNCodeId={HSNCodeId}&clientId={clientId}

Request Information

URI Parameters
NameDescriptionTypeAdditional information
HSNCodeId

integer

Required

clientId

integer

Required

Response Information

Description:

Return type: HSNCode

Response Formats
{
  "HSNCodeId": 1,
  "HSNCodeName": "sample string 2",
  "Description": "sample string 3",
  "IsActive": true,
  "IsEditable": true,
  "CreatedOn": "2025-06-18T11:39:55.5039129+00:00"
}
{"HSNCodeId":1,"HSNCodeName":"sample string 2","Description":"sample string 3","IsActive":true,"IsEditable":true,"CreatedOn":"2025-06-18T11:39:55.5039129+00:00"}
<HSNCode xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.HSNCode">
  <CreatedOn>2025-06-18T11:39:55.5039129+00:00</CreatedOn>
  <Description>sample string 3</Description>
  <HSNCodeId>1</HSNCodeId>
  <HSNCodeName>sample string 2</HSNCodeName>
  <IsActive>true</IsActive>
  <IsEditable>true</IsEditable>
</HSNCode>