GET api/IC_PRODUCT_BALANS_3/getBestSaleCustomer

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ModelBestCustomer
NameDescriptionTypeAdditional information
CUSTOMER_ID

string

None.

CUSTOMER_NAME

string

None.

SALE_AMOUNT

string

None.

Response Formats

application/json, text/json

Sample:
{
  "CUSTOMER_ID": "sample string 1",
  "CUSTOMER_NAME": "sample string 2",
  "SALE_AMOUNT": "sample string 3"
}

application/xml, text/xml

Sample:
<ModelBestCustomer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AgdamSud.Models">
  <CUSTOMER_ID>sample string 1</CUSTOMER_ID>
  <CUSTOMER_NAME>sample string 2</CUSTOMER_NAME>
  <SALE_AMOUNT>sample string 3</SALE_AMOUNT>
</ModelBestCustomer>