Request Parameters:


Retrieve the list of manufacturers.


URL: ../Api/Client/Manufacturer


Header:

Content-Type:application/json


Required Parameters : CustomerGUID 


Case-1. Exception parameters :
Parameter:
{    

      "ApiSecretKey":"i99b98d117m116a112o98k115c111",

      "CustomerGUID":"",

      "StoreId":"",

      "LanguageId":""

}
Response :
{

    "Status": 0,

    "Message": "Request cannot be empty",

    "Data": null,

    "ValidationMessage": [],

    "ErrorMessage": null

}


Case-2. Success Response :
Parameter:
{    

      "ApiSecretKey":"i99b98d117m116a112o98k115c111",

      "CustomerGUID":"496DBB2A-F9EB-4522-A804-B108693B69CE",

      "StoreId":"1",

      "LanguageId":"1"

}

Response :
{

    "Status": 1,

    "Message": "Success.",

    "Data": [

        {

            "Id": 1,

            "Name": "Apple",

            "Description": null,

            "MetaKeywords": null,

            "MetaDescription": null,

            "MetaTitle": null,

            "SeName": "apple",

            "PictureModel": {

                "ImageUrl": "https://localhost:44369/images/thumbs/0000017_apple_420.jpg",

                "ThumbImageUrl": "https://localhost:44369/images/thumbs/0000017_apple_100.jpg",

                "FullSizeImageUrl": "https://localhost:44369/images/thumbs/0000017_apple.jpg",

                "Title": "Show products manufactured by Apple",

                "AlternateText": "Picture for manufacturer Apple",

                "CustomProperties": {}

            },

            "FeaturedProducts": null,

            "Products": null,

            "CustomerGuid": "beacd49b-ae96-4ca5-b54b-55f0f9386282",

            "Message": null

        },

        {

            "Id": 2,

            "Name": "HP",

            "Description": null,

            "MetaKeywords": null,

            "MetaDescription": null,

            "MetaTitle": null,

            "SeName": "hp",

            "PictureModel": {

                "ImageUrl": "https://localhost:44369/images/thumbs/0000018_hp_420.jpg",

                "ThumbImageUrl": "https://localhost:44369/images/thumbs/0000018_hp_100.jpg",

                "FullSizeImageUrl": "https://localhost:44369/images/thumbs/0000018_hp.jpg",

                "Title": "Show products manufactured by HP",

                "AlternateText": "Picture for manufacturer HP",

                "CustomProperties": {}

            },

            "FeaturedProducts": null,

            "Products": null,

            "CustomerGuid": "beacd49b-ae96-4ca5-b54b-55f0f9386282",

            "Message": null

        },

        {

            "Id": 3,

            "Name": "Nike",

            "Description": null,

            "MetaKeywords": null,

            "MetaDescription": null,

            "MetaTitle": null,

            "SeName": "nike",

            "PictureModel": {

                "ImageUrl": "https://localhost:44369/images/thumbs/0000019_nike_420.jpg",

                "ThumbImageUrl": "https://localhost:44369/images/thumbs/0000019_nike_100.jpg",

                "FullSizeImageUrl": "https://localhost:44369/images/thumbs/0000019_nike.jpg",

                "Title": "Show products manufactured by Nike",

                "AlternateText": "Picture for manufacturer Nike",

                "CustomProperties": {}

            },

            "FeaturedProducts": null,

            "Products": null,

            "CustomerGuid": "beacd49b-ae96-4ca5-b54b-55f0f9386282",

            "Message": null

        }

    ],

    "ValidationMessage": [],

    "ErrorMessage": null

}