GET api/v1/GetDiscountGroupCustomers?DiscountManagerId={DiscountManagerId}

Request Information

URI Parameters
NameDescriptionTypeAdditional information
DiscountManagerId

integer

Required

Response Information

Description:

Return type: Collection of DiscountCustomerGroups

Response Formats
[
  {
    "DiscountCustomerGroupId": 1,
    "CustomerGroupId": 2,
    "DiscountCustomerTypeId": 1,
    "DiscountManagerId": 3
  },
  {
    "DiscountCustomerGroupId": 1,
    "CustomerGroupId": 2,
    "DiscountCustomerTypeId": 1,
    "DiscountManagerId": 3
  }
]
[{"DiscountCustomerGroupId":1,"CustomerGroupId":2,"DiscountCustomerTypeId":1,"DiscountManagerId":3},{"DiscountCustomerGroupId":1,"CustomerGroupId":2,"DiscountCustomerTypeId":1,"DiscountManagerId":3}]
<ArrayOfDiscountCustomerGroups xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Discount">
  <DiscountCustomerGroups>
    <CustomerGroupId>2</CustomerGroupId>
    <DiscountCustomerGroupId>1</DiscountCustomerGroupId>
    <DiscountCustomerTypeId>1</DiscountCustomerTypeId>
    <DiscountManagerId>3</DiscountManagerId>
  </DiscountCustomerGroups>
  <DiscountCustomerGroups>
    <CustomerGroupId>2</CustomerGroupId>
    <DiscountCustomerGroupId>1</DiscountCustomerGroupId>
    <DiscountCustomerTypeId>1</DiscountCustomerTypeId>
    <DiscountManagerId>3</DiscountManagerId>
  </DiscountCustomerGroups>
</ArrayOfDiscountCustomerGroups>