GET api/TSWHOLESALE_STOCKS/GetMyCustomersByName/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ModelCustomers| Name | Description | Type | Additional information |
|---|---|---|---|
| CUSTOMER_ID | integer |
None. |
|
| CUSTOMER_NAME | string |
None. |
|
| STOCK_ID | integer |
None. |
|
| DEBT | string |
None. |
|
| PHONE_MOB | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"CUSTOMER_ID": 1,
"CUSTOMER_NAME": "sample string 2",
"STOCK_ID": 3,
"DEBT": "sample string 4",
"PHONE_MOB": "sample string 5"
}
application/xml, text/xml
Sample:
<ModelCustomers xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/engin_api.Models"> <CUSTOMER_ID>1</CUSTOMER_ID> <CUSTOMER_NAME>sample string 2</CUSTOMER_NAME> <DEBT>sample string 4</DEBT> <PHONE_MOB>sample string 5</PHONE_MOB> <STOCK_ID>3</STOCK_ID> </ModelCustomers>