GET
api/v1/GetDiscountGroupCustomers?DiscountManagerId={DiscountManagerId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| DiscountManagerId | integer |
Required |
Response Information
Description:
Return type: Collection of DiscountCustomerGroups
Response Formats
application/json, text/json
[
{
"DiscountCustomerGroupId": 1,
"CustomerGroupId": 2,
"DiscountCustomerTypeId": 1,
"DiscountManagerId": 3
},
{
"DiscountCustomerGroupId": 1,
"CustomerGroupId": 2,
"DiscountCustomerTypeId": 1,
"DiscountManagerId": 3
}
]
text/html
[{"DiscountCustomerGroupId":1,"CustomerGroupId":2,"DiscountCustomerTypeId":1,"DiscountManagerId":3},{"DiscountCustomerGroupId":1,"CustomerGroupId":2,"DiscountCustomerTypeId":1,"DiscountManagerId":3}]
application/xml, text/xml
<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>
