GET api/IC_PRODUCT_BALANS_3/getCustomers2/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ClassCustomerEditor2| Name | Description | Type | Additional information |
|---|---|---|---|
| CUSTOMER_ID | string |
None. |
|
| CUSTOMER_NAME | string |
None. |
|
| CUSTOMER_PHONE | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"CUSTOMER_ID": "sample string 1",
"CUSTOMER_NAME": "sample string 2",
"CUSTOMER_PHONE": "sample string 3"
}
application/xml, text/xml
Sample:
<ClassCustomerEditor2 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TopsumMX2020.Models"> <CUSTOMER_ID>sample string 1</CUSTOMER_ID> <CUSTOMER_NAME>sample string 2</CUSTOMER_NAME> <CUSTOMER_PHONE>sample string 3</CUSTOMER_PHONE> </ClassCustomerEditor2>