POST api/Customer/ListCustomerDetails
Request Information
URI Parameters
None.
Body Parameters
Getcustomer| Name | Description | Type | Additional information |
|---|---|---|---|
| ar_id | integer |
None. |
|
| ar_code | string |
None. |
|
| ar_name | string |
None. |
|
| ar_status | string |
None. |
|
| cp_id | integer |
None. |
|
| ar_cp_id | integer |
None. |
|
| ar_warehouse_flag | string |
None. |
|
| ar_transport_flag | string |
None. |
|
| ar_depot_flag | string |
None. |
|
| ar_cfs_flag | string |
None. |
|
| cus_id | integer |
None. |
|
| start | integer |
None. |
|
| length | integer |
None. |
|
| ar_name_n | string |
None. |
|
| ar_wor_cp_id | integer |
None. |
|
| AR_CONSIGNER_FLAG | string |
None. |
|
| AR_CONSIGNEE_FLAG | string |
None. |
|
| AR_EXPORTER_FLAG | string |
None. |
|
| AR_BROKER_FLAG | string |
None. |
|
| AR_NAME_CODE | string |
None. |
|
| AR_BKG_ID | integer |
None. |
|
| AR_SCREEN_NAME | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ar_id": 1,
"ar_code": "sample string 1",
"ar_name": "sample string 2",
"ar_status": "sample string 3",
"cp_id": 1,
"ar_cp_id": 1,
"ar_warehouse_flag": "sample string 4",
"ar_transport_flag": "sample string 5",
"ar_depot_flag": "sample string 6",
"ar_cfs_flag": "sample string 7",
"cus_id": 1,
"start": 1,
"length": 1,
"ar_name_n": "sample string 8",
"ar_wor_cp_id": 1,
"AR_CONSIGNER_FLAG": "sample string 9",
"AR_CONSIGNEE_FLAG": "sample string 10",
"AR_EXPORTER_FLAG": "sample string 11",
"AR_BROKER_FLAG": "sample string 12",
"AR_NAME_CODE": "sample string 13",
"AR_BKG_ID": 1,
"AR_SCREEN_NAME": "sample string 14"
}
application/xml, text/xml
Sample:
<Getcustomer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <AR_BKG_ID>1</AR_BKG_ID> <AR_BROKER_FLAG>sample string 12</AR_BROKER_FLAG> <AR_CONSIGNEE_FLAG>sample string 10</AR_CONSIGNEE_FLAG> <AR_CONSIGNER_FLAG>sample string 9</AR_CONSIGNER_FLAG> <AR_EXPORTER_FLAG>sample string 11</AR_EXPORTER_FLAG> <AR_NAME_CODE>sample string 13</AR_NAME_CODE> <AR_SCREEN_NAME>sample string 14</AR_SCREEN_NAME> <ar_cfs_flag>sample string 7</ar_cfs_flag> <ar_code>sample string 1</ar_code> <ar_cp_id>1</ar_cp_id> <ar_depot_flag>sample string 6</ar_depot_flag> <ar_id>1</ar_id> <ar_name>sample string 2</ar_name> <ar_name_n>sample string 8</ar_name_n> <ar_status>sample string 3</ar_status> <ar_transport_flag>sample string 5</ar_transport_flag> <ar_warehouse_flag>sample string 4</ar_warehouse_flag> <ar_wor_cp_id>1</ar_wor_cp_id> <cp_id>1</cp_id> <cus_id>1</cus_id> <length>1</length> <start>1</start> </Getcustomer>
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. |