Skip to main content

Product List Inquiry

Retrieves the list of product offered by a given manufacturer based on the product type

Query Parameters
    productSubGroupId Productsubgroupid
    manufacturerId Manufacturerid required

    System generated unique id to identify a manufacturer

    productId Productid

    Unique identifier of product

    searchString Searchstring

    Search parameter, name of the strategy to narrow down the list of strategies in the response

    pageNumber Pagenumber required

    Page number for which the request is made

    Example: 1
    pageSize Pagesize required

    Number of responses to be returned in a given page

    Example: 20
Responses

Successful Response


Schema
    reqId Reqid required
    errors undefined[] required
    data object[] required
  • Array [
  • totalItems Totalitems

    Number of responses to be returned in a given page

    totalPages Totalpages

    Count of total pages

    currentPage Currentpage

    Page number of current page

    products object[]
  • Array [
  • createdOn Createdon

    User id of the employee updating the AMC record

    productSubGroupId Productsubgroupid

    Sub type of product

    productId Productid

    System generated unique id to identify a strategy

    productGroupId Productgroupid
    manufacturerId Manufacturerid

    System generated unique id to identify a AMC

    productDescription Productdescription

    Brief description of the strategy

    status Status

    Current status of the strategy

    productShortName Productshortname

    Short name of the strategy

    productSubGroupName Productsubgroupname

    product sub type name

    productName Productname

    Name of the strategy

    productGroupName Productgroupname
  • ]
  • ]
Loading...