GET api/JobNo/GetChargeDesc?ChargeDesc={ChargeDesc}&CompId={CompId}&BranchId={BranchId}&ImpExp={ImpExp}&Fyear={Fyear}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ChargeDesc | string |
Required |
|
| CompId | string |
Required |
|
| BranchId | string |
Required |
|
| ImpExp | string |
Required |
|
| Fyear | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Desc| Name | Description | Type | Additional information |
|---|---|---|---|
| chargedesc | string |
None. |
|
| HSNCode | string |
None. |
|
| GSTax | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"chargedesc": "sample string 1",
"HSNCode": "sample string 2",
"GSTax": "sample string 3"
},
{
"chargedesc": "sample string 1",
"HSNCode": "sample string 2",
"GSTax": "sample string 3"
}
]
application/xml, text/xml
Sample:
<ArrayOfDesc xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ImpexMobileAPI.Controllers">
<Desc>
<GSTax>sample string 3</GSTax>
<HSNCode>sample string 2</HSNCode>
<chargedesc>sample string 1</chargedesc>
</Desc>
<Desc>
<GSTax>sample string 3</GSTax>
<HSNCode>sample string 2</HSNCode>
<chargedesc>sample string 1</chargedesc>
</Desc>
</ArrayOfDesc>