GET api/MGDReport/GetCustomerGroup
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of CustomerGroup| Name | Description | Type | Additional information |
|---|---|---|---|
| GroupId | string |
None. |
|
| GroupName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GroupId": "sample string 1",
"GroupName": "sample string 2"
},
{
"GroupId": "sample string 1",
"GroupName": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfCustomerGroup xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AXCommunication.Models">
<CustomerGroup>
<GroupId>sample string 1</GroupId>
<GroupName>sample string 2</GroupName>
</CustomerGroup>
<CustomerGroup>
<GroupId>sample string 1</GroupId>
<GroupName>sample string 2</GroupName>
</CustomerGroup>
</ArrayOfCustomerGroup>