GET api/v1/getmanufacturerdetailsbyid?manufacturerId={manufacturerId}&clientId={clientId}

Request Information

URI Parameters
NameDescriptionTypeAdditional information
manufacturerId

integer

Required

clientId

integer

Required

Response Information

Description:

Return type: ManufacturerDataModel

Response Formats
{
  "ManufacturerMasterModel": {
    "ManufacturerMasterId": 1,
    "Name": "sample string 2",
    "SortOrder": 3,
    "IsActive": true,
    "IsLogicalDeleted": true,
    "CreatedBy": 6,
    "CreatedOn": "2025-06-18T13:19:14.4921483+00:00",
    "ModifiedBy": 1,
    "ModifiedOn": "2025-06-18T13:19:14.4921483+00:00",
    "ClientId": 8,
    "IsBrand": true,
    "IsDisplayOnHomePage": true
  },
  "ManufacturerDetailModel": {
    "ManufacturerDetailId": 1,
    "ManufacturerMasterId": 2,
    "Thumbnail": "sample string 3",
    "ThumbnailAlt": "sample string 4",
    "PageUrl": "sample string 5",
    "LanguageId": 6,
    "Version": "sample string 7",
    "Tags": "sample string 8",
    "CreatedBy": 1,
    "CreatedOn": "2025-06-18T13:19:14.4921483+00:00",
    "ApprovedBy": 1,
    "ApprovedOn": "2025-06-18T13:19:14.4921483+00:00",
    "PublishedBy": 1,
    "PublishedOn": "2025-06-18T13:19:14.4921483+00:00",
    "ModifiedBy": 1,
    "ModifiedOn": "2025-06-18T13:19:14.4921483+00:00",
    "Name": "sample string 10",
    "ShortDescription": "sample string 11",
    "LongDescription": "sample string 12",
    "SentForApproval": true
  }
}
{"ManufacturerMasterModel":{"ManufacturerMasterId":1,"Name":"sample string 2","SortOrder":3,"IsActive":true,"IsLogicalDeleted":true,"CreatedBy":6,"CreatedOn":"2025-06-18T13:19:14.4921483+00:00","ModifiedBy":1,"ModifiedOn":"2025-06-18T13:19:14.4921483+00:00","ClientId":8,"IsBrand":true,"IsDisplayOnHomePage":true},"ManufacturerDetailModel":{"ManufacturerDetailId":1,"ManufacturerMasterId":2,"Thumbnail":"sample string 3","ThumbnailAlt":"sample string 4","PageUrl":"sample string 5","LanguageId":6,"Version":"sample string 7","Tags":"sample string 8","CreatedBy":1,"CreatedOn":"2025-06-18T13:19:14.4921483+00:00","ApprovedBy":1,"ApprovedOn":"2025-06-18T13:19:14.4921483+00:00","PublishedBy":1,"PublishedOn":"2025-06-18T13:19:14.4921483+00:00","ModifiedBy":1,"ModifiedOn":"2025-06-18T13:19:14.4921483+00:00","Name":"sample string 10","ShortDescription":"sample string 11","LongDescription":"sample string 12","SentForApproval":true}}
<ManufacturerDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Manufacturer">
  <ManufacturerDetailModel>
    <ApprovedBy>1</ApprovedBy>
    <ApprovedOn>2025-06-18T13:19:14.4921483+00:00</ApprovedOn>
    <CreatedBy>1</CreatedBy>
    <CreatedOn>2025-06-18T13:19:14.4921483+00:00</CreatedOn>
    <LanguageId>6</LanguageId>
    <LongDescription>sample string 12</LongDescription>
    <ManufacturerDetailId>1</ManufacturerDetailId>
    <ManufacturerMasterId>2</ManufacturerMasterId>
    <ModifiedBy>1</ModifiedBy>
    <ModifiedOn>2025-06-18T13:19:14.4921483+00:00</ModifiedOn>
    <Name>sample string 10</Name>
    <PageUrl>sample string 5</PageUrl>
    <PublishedBy>1</PublishedBy>
    <PublishedOn>2025-06-18T13:19:14.4921483+00:00</PublishedOn>
    <SentForApproval>true</SentForApproval>
    <ShortDescription>sample string 11</ShortDescription>
    <Tags>sample string 8</Tags>
    <Thumbnail>sample string 3</Thumbnail>
    <ThumbnailAlt>sample string 4</ThumbnailAlt>
    <Version>sample string 7</Version>
  </ManufacturerDetailModel>
  <ManufacturerMasterModel>
    <ClientId>8</ClientId>
    <CreatedBy>6</CreatedBy>
    <CreatedOn>2025-06-18T13:19:14.4921483+00:00</CreatedOn>
    <IsActive>true</IsActive>
    <IsBrand>true</IsBrand>
    <IsDisplayOnHomePage>true</IsDisplayOnHomePage>
    <IsLogicalDeleted>true</IsLogicalDeleted>
    <ManufacturerMasterId>1</ManufacturerMasterId>
    <ModifiedBy>1</ModifiedBy>
    <ModifiedOn>2025-06-18T13:19:14.4921483+00:00</ModifiedOn>
    <Name>sample string 2</Name>
    <SortOrder>3</SortOrder>
  </ManufacturerMasterModel>
</ManufacturerDataModel>