GET api/v1/get-vendorgroup?vendorGroupId={vendorGroupId}&clientId={clientId}

Request Information

URI Parameters
NameDescriptionTypeAdditional information
vendorGroupId

integer

Required

clientId

integer

Required

Response Information

Description:

Return type: VendorGroup

Response Formats
{
  "VendorGroupId": 1,
  "GroupName": "sample string 2",
  "IsActive": true,
  "IsLogicalDeleted": true,
  "CreatedBy": 1,
  "ChildSellerId": 1,
  "CreatedOn": "2026-02-05T03:59:41.1162839+00:00",
  "ModifiedOn": "2026-02-05T03:59:41.1162839+00:00",
  "ModifiedBy": 1,
  "ClientId": 5
}
{"VendorGroupId":1,"GroupName":"sample string 2","IsActive":true,"IsLogicalDeleted":true,"CreatedBy":1,"ChildSellerId":1,"CreatedOn":"2026-02-05T03:59:41.1162839+00:00","ModifiedOn":"2026-02-05T03:59:41.1162839+00:00","ModifiedBy":1,"ClientId":5}
<VendorGroup xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Vendor">
  <ChildSellerId>1</ChildSellerId>
  <ClientId>5</ClientId>
  <CreatedBy>1</CreatedBy>
  <CreatedOn>2026-02-05T03:59:41.1162839+00:00</CreatedOn>
  <GroupName>sample string 2</GroupName>
  <IsActive>true</IsActive>
  <IsLogicalDeleted>true</IsLogicalDeleted>
  <ModifiedBy>1</ModifiedBy>
  <ModifiedOn>2026-02-05T03:59:41.1162839+00:00</ModifiedOn>
  <VendorGroupId>1</VendorGroupId>
</VendorGroup>