GET api/v1/get-discount-customer-type?languageCode={languageCode}

Request Information

URI Parameters
NameDescriptionTypeAdditional information
languageCode

string

Required

Response Information

Description:

Return type: Collection of DiscountCustomerType

Response Formats
[
  {
    "DiscountCustomerTypeId": 1,
    "CustomerTypeName": "sample string 2"
  },
  {
    "DiscountCustomerTypeId": 1,
    "CustomerTypeName": "sample string 2"
  }
]
[{"DiscountCustomerTypeId":1,"CustomerTypeName":"sample string 2"},{"DiscountCustomerTypeId":1,"CustomerTypeName":"sample string 2"}]
<ArrayOfDiscountCustomerType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Discount">
  <DiscountCustomerType>
    <CustomerTypeName>sample string 2</CustomerTypeName>
    <DiscountCustomerTypeId>1</DiscountCustomerTypeId>
  </DiscountCustomerType>
  <DiscountCustomerType>
    <CustomerTypeName>sample string 2</CustomerTypeName>
    <DiscountCustomerTypeId>1</DiscountCustomerTypeId>
  </DiscountCustomerType>
</ArrayOfDiscountCustomerType>