GET
api/v1/GetAllForCRM?adminMemberId={adminMemberId}&clientId={clientId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| adminMemberId | integer |
Required |
|
| clientId | integer |
Required |
Response Information
Description:
Return type: Collection of CustomerGroupListing
Response Formats
application/json, text/json
[
{
"CustomerGroupId": 1,
"GroupName": "sample string 2",
"IsActive": true,
"IsLogicalDeleted": true,
"CreatedBy": 1,
"CreatedOn": "2026-02-04T11:30:09.6599952+00:00",
"ModifiedOn": "2026-02-04T11:30:09.6599952+00:00",
"ModifiedBy": 1,
"ClientId": 5,
"SellerId": 1,
"ChildSellerId": 6
},
{
"CustomerGroupId": 1,
"GroupName": "sample string 2",
"IsActive": true,
"IsLogicalDeleted": true,
"CreatedBy": 1,
"CreatedOn": "2026-02-04T11:30:09.6599952+00:00",
"ModifiedOn": "2026-02-04T11:30:09.6599952+00:00",
"ModifiedBy": 1,
"ClientId": 5,
"SellerId": 1,
"ChildSellerId": 6
}
]
text/html
[{"CustomerGroupId":1,"GroupName":"sample string 2","IsActive":true,"IsLogicalDeleted":true,"CreatedBy":1,"CreatedOn":"2026-02-04T11:30:09.6599952+00:00","ModifiedOn":"2026-02-04T11:30:09.6599952+00:00","ModifiedBy":1,"ClientId":5,"SellerId":1,"ChildSellerId":6},{"CustomerGroupId":1,"GroupName":"sample string 2","IsActive":true,"IsLogicalDeleted":true,"CreatedBy":1,"CreatedOn":"2026-02-04T11:30:09.6599952+00:00","ModifiedOn":"2026-02-04T11:30:09.6599952+00:00","ModifiedBy":1,"ClientId":5,"SellerId":1,"ChildSellerId":6}]
application/xml, text/xml
<ArrayOfCustomerGroupListing xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.CustomerGroup">
<CustomerGroupListing>
<ChildSellerId>6</ChildSellerId>
<ClientId>5</ClientId>
<CreatedBy>1</CreatedBy>
<CreatedOn>2026-02-04T11:30:09.6599952+00:00</CreatedOn>
<CustomerGroupId>1</CustomerGroupId>
<GroupName>sample string 2</GroupName>
<IsActive>true</IsActive>
<IsLogicalDeleted>true</IsLogicalDeleted>
<ModifiedBy>1</ModifiedBy>
<ModifiedOn>2026-02-04T11:30:09.6599952+00:00</ModifiedOn>
<SellerId>1</SellerId>
</CustomerGroupListing>
<CustomerGroupListing>
<ChildSellerId>6</ChildSellerId>
<ClientId>5</ClientId>
<CreatedBy>1</CreatedBy>
<CreatedOn>2026-02-04T11:30:09.6599952+00:00</CreatedOn>
<CustomerGroupId>1</CustomerGroupId>
<GroupName>sample string 2</GroupName>
<IsActive>true</IsActive>
<IsLogicalDeleted>true</IsLogicalDeleted>
<ModifiedBy>1</ModifiedBy>
<ModifiedOn>2026-02-04T11:30:09.6599952+00:00</ModifiedOn>
<SellerId>1</SellerId>
</CustomerGroupListing>
</ArrayOfCustomerGroupListing>
