GET api/Customer/CustomerTypes?AppId={AppId}&AppKey={AppKey}&customerTypeId={customerTypeId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| AppId | string |
Default value is |
|
| AppKey | string |
Default value is |
|
| customerTypeId | integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
Customer| Name | Description | Type | Additional information |
|---|---|---|---|
| code | string |
None. |
|
| msg | string |
None. |
|
| data | DataTable |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": "sample string 1",
"msg": "sample string 2",
"data": null
}
text/xml
Sample:
<Customer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EConnect.Models"> <code>sample string 1</code> <data i:nil="true" /> <msg>sample string 2</msg> </Customer>