POST api/Master/GetChargeHSNMaster

Request Information

URI Parameters

None.

Body Parameters

CHARGEHSNMASTER
NameDescriptionTypeAdditional information
CHC_ID

integer

None.

CHC_CP_ID

integer

None.

CHC_CHG_ID

integer

None.

CHC_HSN_CODE

string

None.

CHC_VALID_FROM

date

None.

CHC_CREATED_BY

integer

None.

CHC_PRODUCT_TYPE

string

None.

CHC_PRINT_NAME

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CHC_ID": 1,
  "CHC_CP_ID": 1,
  "CHC_CHG_ID": 1,
  "CHC_HSN_CODE": "sample string 1",
  "CHC_VALID_FROM": "2025-12-06T04:24:02.2412944+00:00",
  "CHC_CREATED_BY": 1,
  "CHC_PRODUCT_TYPE": "sample string 2",
  "CHC_PRINT_NAME": "sample string 3"
}

application/xml, text/xml

Sample:
<CHARGEHSNMASTER xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <CHC_CHG_ID>1</CHC_CHG_ID>
  <CHC_CP_ID>1</CHC_CP_ID>
  <CHC_CREATED_BY>1</CHC_CREATED_BY>
  <CHC_HSN_CODE>sample string 1</CHC_HSN_CODE>
  <CHC_ID>1</CHC_ID>
  <CHC_PRINT_NAME>sample string 3</CHC_PRINT_NAME>
  <CHC_PRODUCT_TYPE>sample string 2</CHC_PRODUCT_TYPE>
  <CHC_VALID_FROM>2025-12-06T04:24:02.2412944+00:00</CHC_VALID_FROM>
</CHARGEHSNMASTER>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.