GET api/IC_PRODUCT_BALANS_3/GetModelCustomersMusteri
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ModelCustomersName | Description | Type | Additional information |
---|---|---|---|
CUSTOMER_ID | integer |
None. |
|
MUSTERI | string |
None. |
|
BORCLUYUQ | decimal number |
None. |
|
BORCLUDURLAR | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{ "CUSTOMER_ID": 1, "MUSTERI": "sample string 2", "BORCLUYUQ": 3.0, "BORCLUDURLAR": 4.0 }
application/xml, text/xml
Sample:
<ModelCustomers xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AgdamSud.Models"> <BORCLUDURLAR>4</BORCLUDURLAR> <BORCLUYUQ>3</BORCLUYUQ> <CUSTOMER_ID>1</CUSTOMER_ID> <MUSTERI>sample string 2</MUSTERI> </ModelCustomers>