GET api/CustomerDetail/CustomerSalesBreakdownGet?custno={custno}&type={type}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
custno
No documentation available.

Define this parameter in the request URI.

type
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "customerDetailSalesBreakdown": [
    {
      "description": "sample string 1",
      "year1": "sample string 2",
      "year2": "sample string 3",
      "year3": "sample string 4",
      "yearchg": "sample string 5",
      "yearytd1": "sample string 6",
      "yearytd2": "sample string 7",
      "ytdchg": "sample string 8",
      "totpct": "sample string 9",
      "typeref": "sample string 10"
    },
    {
      "description": "sample string 1",
      "year1": "sample string 2",
      "year2": "sample string 3",
      "year3": "sample string 4",
      "yearchg": "sample string 5",
      "yearytd1": "sample string 6",
      "yearytd2": "sample string 7",
      "ytdchg": "sample string 8",
      "totpct": "sample string 9",
      "typeref": "sample string 10"
    },
    {
      "description": "sample string 1",
      "year1": "sample string 2",
      "year2": "sample string 3",
      "year3": "sample string 4",
      "yearchg": "sample string 5",
      "yearytd1": "sample string 6",
      "yearytd2": "sample string 7",
      "ytdchg": "sample string 8",
      "totpct": "sample string 9",
      "typeref": "sample string 10"
    }
  ]
}

text/xml

Sample:
<CustomerSalesBreakdownList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EPDS.Model">
  <customerDetailSalesBreakdown>
    <CustomerDetailSalesBreakdown>
      <description>sample string 1</description>
      <totpct>sample string 9</totpct>
      <typeref>sample string 10</typeref>
      <year1>sample string 2</year1>
      <year2>sample string 3</year2>
      <year3>sample string 4</year3>
      <yearchg>sample string 5</yearchg>
      <yearytd1>sample string 6</yearytd1>
      <yearytd2>sample string 7</yearytd2>
      <ytdchg>sample string 8</ytdchg>
    </CustomerDetailSalesBreakdown>
    <CustomerDetailSalesBreakdown>
      <description>sample string 1</description>
      <totpct>sample string 9</totpct>
      <typeref>sample string 10</typeref>
      <year1>sample string 2</year1>
      <year2>sample string 3</year2>
      <year3>sample string 4</year3>
      <yearchg>sample string 5</yearchg>
      <yearytd1>sample string 6</yearytd1>
      <yearytd2>sample string 7</yearytd2>
      <ytdchg>sample string 8</ytdchg>
    </CustomerDetailSalesBreakdown>
    <CustomerDetailSalesBreakdown>
      <description>sample string 1</description>
      <totpct>sample string 9</totpct>
      <typeref>sample string 10</typeref>
      <year1>sample string 2</year1>
      <year2>sample string 3</year2>
      <year3>sample string 4</year3>
      <yearchg>sample string 5</yearchg>
      <yearytd1>sample string 6</yearytd1>
      <yearytd2>sample string 7</yearytd2>
      <ytdchg>sample string 8</ytdchg>
    </CustomerDetailSalesBreakdown>
  </customerDetailSalesBreakdown>
</CustomerSalesBreakdownList>