PUT api/CommercialInvoice/UpdateHSCode
Update Type
Request Information
URI Parameters
None.
Body Parameters
m_Model_HSCode| Name | Description | Type | Additional information |
|---|---|---|---|
| hs_code_id | integer |
None. |
|
| model_no | string |
None. |
|
| hs_code | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"hs_code_id": 1,
"model_no": "sample string 2",
"hs_code": 3.1
}
application/xml, text/xml
Sample:
<m_Model_HSCode xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MRP.Domain.Models"> <hs_code>3.1</hs_code> <hs_code_id>1</hs_code_id> <model_no>sample string 2</model_no> </m_Model_HSCode>
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.