POST api/HtsCode
Request Information
URI Parameters
None.
Body Parameters
htsCodeTable| Name | Description | Type | Additional information |
|---|---|---|---|
| htsId | integer |
None. |
|
| fabric | globally unique identifier |
None. |
|
| categoryId | globally unique identifier |
None. |
|
| fabConstruction | globally unique identifier |
None. |
|
| cateName | string |
None. |
|
| htscode | string |
None. |
|
| subcode | string |
None. |
|
| description | string |
None. |
|
| rate | decimal number |
None. |
|
| systemConfigDataDetail | systemConfigDataDetail |
None. |
Request Formats
application/json, text/json
Sample:
{
"htsId": 1,
"fabric": "8e127b06-f312-4d28-8ea1-129b31722878",
"categoryId": "432670bc-0dc7-4a78-83be-ff539c46c44f",
"fabConstruction": "a3e0d1d3-d4af-4858-9bc5-23108e0c14f4",
"cateName": "sample string 3",
"htscode": "sample string 4",
"subcode": "sample string 5",
"description": "sample string 6",
"rate": 7.0,
"systemConfigDataDetail": {
"configDetailKey": "8f84ad7b-5516-4b1f-ba58-0455144b5bf6",
"value": "sample string 2",
"description": "sample string 3",
"faIcon": "sample string 4",
"important": true,
"isenable": true,
"isremoved": true,
"parentKey": "020e6230-ea51-48c7-8332-fbbd1deb232b"
}
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
htsCodeTable| Name | Description | Type | Additional information |
|---|---|---|---|
| htsId | integer |
None. |
|
| fabric | globally unique identifier |
None. |
|
| categoryId | globally unique identifier |
None. |
|
| fabConstruction | globally unique identifier |
None. |
|
| cateName | string |
None. |
|
| htscode | string |
None. |
|
| subcode | string |
None. |
|
| description | string |
None. |
|
| rate | decimal number |
None. |
|
| systemConfigDataDetail | systemConfigDataDetail |
None. |
Response Formats
application/json, text/json
Sample:
{
"htsId": 1,
"fabric": "841e9885-92aa-4968-ab15-934c56f219a5",
"categoryId": "bb70ae01-e2d0-497b-bede-44c982a122fe",
"fabConstruction": "088534c4-2e15-40ed-b439-6ad7852738af",
"cateName": "sample string 3",
"htscode": "sample string 4",
"subcode": "sample string 5",
"description": "sample string 6",
"rate": 7.0,
"systemConfigDataDetail": {
"configDetailKey": "9198e6c4-731a-4a78-82d8-83c31bbcbb18",
"value": "sample string 2",
"description": "sample string 3",
"faIcon": "sample string 4",
"important": true,
"isenable": true,
"isremoved": true,
"parentKey": "0e0c3df4-c338-4700-ab45-64e87da6d099"
}
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.