GET
api/v1/get-hsncode?HSNCodeId={HSNCodeId}&clientId={clientId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
HSNCodeId | integer |
Required |
|
clientId | integer |
Required |
Response Information
Description:
Return type: HSNCode
Response Formats
application/json, text/json
{ "HSNCodeId": 1, "HSNCodeName": "sample string 2", "Description": "sample string 3", "IsActive": true, "IsEditable": true, "CreatedOn": "2025-06-18T11:39:55.5039129+00:00" }
text/html
{"HSNCodeId":1,"HSNCodeName":"sample string 2","Description":"sample string 3","IsActive":true,"IsEditable":true,"CreatedOn":"2025-06-18T11:39:55.5039129+00:00"}
application/xml, text/xml
<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>