POST api/PerformaInvoice/CreateHsCode
Request Information
URI Parameters
None.
Body Parameters
MHsCode| Name | Description | Type | Additional information |
|---|---|---|---|
| hs_code | decimal number |
Required Range: inclusive between 0 and 1.79769313486232E+308 |
|
| upper_type_name | string |
Required String length: inclusive between 0 and 100 |
Request Formats
application/json, text/json
Sample:
{
"hs_code": 1.1,
"upper_type_name": "sample string 2"
}
application/xml, text/xml
Sample:
<MHsCode xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/"> <hs_code>1.1</hs_code> <upper_type_name>sample string 2</upper_type_name> </MHsCode>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.