POST api/Commodity/ListCommodity
Request Information
URI Parameters
None.
Body Parameters
GetCommodity| Name | Description | Type | Additional information |
|---|---|---|---|
| com_id | integer |
None. |
|
| com_code | string |
None. |
|
| com_desc | string |
None. |
|
| com_hs_code | string |
None. |
|
| com_type | string |
None. |
|
| com_dg_flag | string |
None. |
|
| com_status | string |
None. |
|
| start | integer |
None. |
|
| length | integer |
None. |
|
| com_requested_by | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"com_id": 1,
"com_code": "sample string 1",
"com_desc": "sample string 2",
"com_hs_code": "sample string 3",
"com_type": "sample string 4",
"com_dg_flag": "sample string 5",
"com_status": "sample string 6",
"start": 1,
"length": 1,
"com_requested_by": 1
}
application/xml, text/xml
Sample:
<GetCommodity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <com_code>sample string 1</com_code> <com_desc>sample string 2</com_desc> <com_dg_flag>sample string 5</com_dg_flag> <com_hs_code>sample string 3</com_hs_code> <com_id>1</com_id> <com_requested_by>1</com_requested_by> <com_status>sample string 6</com_status> <com_type>sample string 4</com_type> <length>1</length> <start>1</start> </GetCommodity>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |