GET api/DistributionChannel

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ResponseDataOfIListOfCustomerCategory
NameDescriptionTypeAdditional information
Token

string

None.

Data

Collection of CustomerCategory

None.

Response Formats

application/json, text/json

Sample:
{
  "Token": "sample string 1",
  "Data": [
    0,
    0
  ]
}

application/xml, text/xml

Sample:
<ResponseDataOfArrayOfCustomerCategoryrmLfl6hA xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Sts.Vas.Stp.Api.Models">
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Sts.Vas.Constants.Enums.OnlinePortal">
    <d2p1:CustomerCategory>Ebe</d2p1:CustomerCategory>
    <d2p1:CustomerCategory>Ebe</d2p1:CustomerCategory>
  </Data>
  <Token>sample string 1</Token>
</ResponseDataOfArrayOfCustomerCategoryrmLfl6hA>