GET
api/v1/get-all-sellergroups?clientId={clientId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
clientId | integer |
Required |
Response Information
Description:
Return type: Collection of SellerGroup
Response Formats
application/json, text/json
[ { "SellerGroupId": 1, "GroupName": "sample string 2", "IsActive": true, "IsLogicalDeleted": true, "CreatedBy": 1, "CreatedOn": "2025-06-18T12:21:18.3977655+00:00", "ModifiedOn": "2025-06-18T12:21:18.3977655+00:00", "ModifiedBy": 1, "ClientId": 5 }, { "SellerGroupId": 1, "GroupName": "sample string 2", "IsActive": true, "IsLogicalDeleted": true, "CreatedBy": 1, "CreatedOn": "2025-06-18T12:21:18.3977655+00:00", "ModifiedOn": "2025-06-18T12:21:18.3977655+00:00", "ModifiedBy": 1, "ClientId": 5 } ]
text/html
[{"SellerGroupId":1,"GroupName":"sample string 2","IsActive":true,"IsLogicalDeleted":true,"CreatedBy":1,"CreatedOn":"2025-06-18T12:21:18.3977655+00:00","ModifiedOn":"2025-06-18T12:21:18.3977655+00:00","ModifiedBy":1,"ClientId":5},{"SellerGroupId":1,"GroupName":"sample string 2","IsActive":true,"IsLogicalDeleted":true,"CreatedBy":1,"CreatedOn":"2025-06-18T12:21:18.3977655+00:00","ModifiedOn":"2025-06-18T12:21:18.3977655+00:00","ModifiedBy":1,"ClientId":5}]
application/xml, text/xml
<ArrayOfSellerGroup xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Seller"> <SellerGroup> <ClientId>5</ClientId> <CreatedBy>1</CreatedBy> <CreatedOn>2025-06-18T12:21:18.3977655+00:00</CreatedOn> <GroupName>sample string 2</GroupName> <IsActive>true</IsActive> <IsLogicalDeleted>true</IsLogicalDeleted> <ModifiedBy>1</ModifiedBy> <ModifiedOn>2025-06-18T12:21:18.3977655+00:00</ModifiedOn> <SellerGroupId>1</SellerGroupId> </SellerGroup> <SellerGroup> <ClientId>5</ClientId> <CreatedBy>1</CreatedBy> <CreatedOn>2025-06-18T12:21:18.3977655+00:00</CreatedOn> <GroupName>sample string 2</GroupName> <IsActive>true</IsActive> <IsLogicalDeleted>true</IsLogicalDeleted> <ModifiedBy>1</ModifiedBy> <ModifiedOn>2025-06-18T12:21:18.3977655+00:00</ModifiedOn> <SellerGroupId>1</SellerGroupId> </SellerGroup> </ArrayOfSellerGroup>