GET api/IC_USERS/CreateReportBestCustomer/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

ClassBestCustomer
NameDescriptionTypeAdditional information
IC_CUSTOMER_NAME

string

None.

IC_SALE_AMOUNT

decimal number

None.

Response Formats

application/json, text/json

Sample:
{
  "IC_CUSTOMER_NAME": "sample string 1",
  "IC_SALE_AMOUNT": 2.0
}

application/xml, text/xml

Sample:
<ClassBestCustomer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AgdamSud.Models">
  <IC_CUSTOMER_NAME>sample string 1</IC_CUSTOMER_NAME>
  <IC_SALE_AMOUNT>2</IC_SALE_AMOUNT>
</ClassBestCustomer>