

Prices Listing
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
    Pre:
    //// 
       Sample Input Parameters:
       /////////////////////////
        {
            "accessToken": "33dd4420-0017-4731-bd10-65b292945ee1",
            "filters":{
                "commodityIDs": [1,2],
                "regionIDs": [3,4],
                "tradeType": "Import/Export/Domestic",
                "searchTerms" : ""
            },
            "currencyName" : "INR", 
            "source" : "Listing/MapView/portfolio/home/search/keyIndex/Commodity/Region/related Prices",
            "resourceType" : "web"
        } 
        

       Sample Output Parameters:
       ////////////////////////////
       {
        "status": {
            "code": 1001,
            "message": "Success"
        },
        "data": [
        {
            "itemId": 67,
            "flagUrl": "https://www.steelmint.com/steeladmin/flags/in.png",
            "sectionHeading": "Commodity",
            "subSectionHeading": "SubCommodity",
            "title": "Ex-Mines=> Orissa,India",
            "subTitle": "Fines,Fe 62%",
            "datePublished": "2019-05-12 11:10:11",
            "regionId": 46,
            "commodityId": 65,
            "assessment": "Daily",
            "isAddedToPortfolio": "hidden",
            "isBookmarked": "hidden",
            "currency": {
                "symbol": "$",
                "name": "USD"
            },
            "price": "hidden",
            "priceType": "f",
            "isChangePositive": "hidden",
            "changeInPrice": "hidden",
            "changeInPricePercentage": "hidden",
            "unit": {
                "type": "MT",
                "hoverText": " Taxes Extra 18%"
            },
            "taxes": "Basic. Taxes Extra",
            "deliveryTerms": "FOB Vizag, India",
            "deliveryPeriod": "Within 45 days",
            "minPrice": "hidden",
            "maxPrice": "hidden",
            "latitude": 24.678000000000001,
            "longitude": 56.890000000000001,
            "viewMore": [
                {
                    "itemId": 1001,
                    "flagUrl": "https://www.steelmint.com/steeladmin/flags/in.png",
                    "title": "Ex-Mines=> Orissa,India",
                    "subTitle": "Fines,Fe 62%",
                    "datePublished": "2019-05-12",
                    "regionId": 46,
                    "commodityId": 65,
                    "assessment": "daily",
                    "isAddedToPortfolio": "hidden",
                    "isBookmarked": "hidden",
                    "latitude": 24.678000000000001,
                    "longitude": 56.890000000000001,
                    "currency": {
                        "symbol": "R",
                        "name": "INR"
                    },
                    "price": "hidden",
                    "priceType": "f",
                    "isChangePositive": "hidden",
                    "changeInPrice": "hidden",
                    "unit": {
                        "type": "MT",
                        "hoverText": " Taxes Extra 18%"
                    },
                    "taxes": "Basic. Taxes Extra",
                    "changeInPricePercentage": "hidden",
                    "deliveryTerms": "FOB Vizag, India",
                    "deliveryPeriod": "Within 45 days",
                    "minPrice": "hidden",
                    "maxPrice": "hidden"
                }
          ]
        }]

    "defaultItemsCount": 5
    }

  
    Post:
    ///// 
        Sample Input Parameters:
        ////////////////////////
        {   
            "member-id": 12,
            "accessToken": "33dd4420-0017-4731-bd10-65b292945ee1",
            "filters":{
                "commodityIDs": [1,2],
                "regionIDs": [3,4],
                "tradeType": "Import/Export/Domestic",
                "searchTerms" : ""
            },
            "currencyName" : "INR", 
            "source" : "Listing/MapView/portfolio/home/search/keyIndex/Commodity/Region/related Prices/watchlist, recommended prices",
            "resourceType" : "web"
        }
       
       Sample Output Parameters:
       /////////////////////////
       {
            "status": {
                "code": 1001,
                "message": "Success"
            },
            "data": [
                {
                    "itemId": 67,
                    "flagUrl": "https://www.steelmint.com/steeladmin/flags/in.png",
                    "sectionHeading": "Commodity",
                    "subSectionHeading": "SubCommodity",
                    "title": "Ex-Mines=> Orissa,India",
                    "subTitle": "Fines,Fe 62%",
                    "datePublished": "2019-05-12 11:10:11",
                    "regionId": 46,
                    "commodityId": 65,
                    "assessment": "Daily",
                    "isAddedToPortfolio": "Y",
                    "isBookmarked": "Y",
                    "currency": {
                        "symbol": "$",
                        "name": "USD"
                    },
                    "price": 4600,
                    "priceType": "f",
                    "isChangePositive": "Y",
                    "changeInPrice": "NA",
                    "changeInPricePercentage": "10%",
                    "unit": {
                        "type": "MT",
                        "hoverText": " Taxes Extra 18%"
                    },
                    "taxes": "Basic. Taxes Extra",
                    "deliveryTerms": "FOB Vizag, India",
                    "deliveryPeriod": "Within 45 days",
                    "minPrice": 2400,
                    "maxPrice": 5600,
                    "latitude": 24.678000000000001,
                    "longitude": 56.890000000000001,
                    "viewMore": [
                        {
                            "itemId": 1001,
                            "flagUrl": "https://www.steelmint.com/steeladmin/flags/in.png",
                            "title": "Ex-Mines=> Orissa,India",
                            "subTitle": "Fines,Fe 62%",
                            "datePublished": "2019-05-12",
                            "regionId": 46,
                            "commodityId": 65,
                            "assessment": "daily",
                            "isAddedToPortfolio": "Y",
                            "isBookmarked": "Y",
                            "latitude": 24.678000000000001,
                            "longitude": 56.890000000000001,
                            "currency": {
                                "symbol": "R",
                                "name": "INR"
                            },
                            "price": 4600,
                            "priceType": "f",
                            "isChangePositive": "Y",
                            "changeInPrice": "NA",
                            "unit": {
                                "type": "MT",
                                "hoverText": " Taxes Extra 18%"
                            },
                            "taxes": "Basic. Taxes Extra",
                            "changeInPricePercentage": "10%",
                            "deliveryTerms": "FOB Vizag, India",
                            "deliveryPeriod": "Within 45 days",
                            "minPrice": 2400,
                            "maxPrice": 5600
                        },
                        {
                            "itemId": 1002,
                            "flagUrl": "https://www.steelmint.com/steeladmin/flags/in.png",
                            "title": "Ex-Mines=> Orissa,India",
                            "subTitle": "Fines,Fe 62%",
                            "datePublished": "2019-05-18",
                            "regionId": 46,
                            "commodityId": 65,
                            "assessment": "daily",
                            "isAddedToPortfolio": "Y",
                            "isBookmarked": "Y",
                            "latitude": 24.678000000000001,
                            "longitude": 56.890000000000001,
                            "currency": {
                                "symbol": "R",
                                "name": "INR"
                            },
                            "price": 4600,
                            "priceType": "cnf",
                            "isChangePositive": "Y",
                            "changeInPrice": "NA",
                            "unit": {
                                "type": "MT",
                                "hoverText": " Taxes Extra 18%"
                            },
                            "taxes": "Basic. Taxes Extra",
                            "changeInPricePercentage": "10%",
                            "minPrice": 2400,
                            "maxPrice": 5600,
                            "deliveryTerms": "FOB Vizag, India",
                            "deliveryPeriod": "Within 45 days"
                        }
                    ]
                }
                
            ],
            "defaultItemsCount": 5
        }

/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

Prices Description            
    Post:
    ///// 
       Sample Input Parameters:
       ////////////////////////
        {   
            "member-id": 12,
            "filters":{
                "commodityIDs": [1,2],
                "regionIDs": [3,4],
                "tradeType": "Import/Export/Domestic",
                "searchTerms" : ""
            },
            "currencyName" : "INR", 
            "source" : "Listing/MapView/portfolio/home/search/keyIndex/Commodity/Region/related Prices/watchlist, recommended prices",
            "resourceType" : "web"
        }

       Sample Output Parameters:
       /////////////////////////
        {
                "status": {
                    "code": 1001,
                    "message": "Success"
                },
                "data": [
                    {
                        "itemId": 67,
                        "flagUrl": "https://www.steelmint.com/steeladmin/flags/in.png",
                        "sectionHeading": "Commodity",
                        "subSectionHeading": "SubCommodity",
                        "title": "Ex-Mines=> Orissa,India",
                        "subTitle": "Fines,Fe 62%",
                        "datePublished": "2019-05-12 11:10:11",
                        "regionId": 46,
                        "commodityId": 65,
                        "assessment": "Daily",
                        "isAddedToPortfolio": "Y",
                        "isBookmarked": "Y",
                        "currency": {
                            "symbol": "$",
                            "name": "USD"
                        },
                        "price": "4000",
                        "priceType": "f",
                        "isChangePositive": "Y",
                        "changeInPrice": "-345",
                        "changeInPricePercentage": "NA",
                        "unit": {
                            "type": "MT",
                            "hoverText": " Taxes Extra 18%"
                        },
                        "taxes": "Basic. Taxes Extra",
                        "deliveryTerms": "FOB Vizag, India",
                        "deliveryPeriod": "Within 45 days",
                        "minPrice": "453",
                        "maxPrice": "1190",
                        "details": {
                            "disclaimer": "Indicative Price",
                            "payment": "letter of credit",
                            "quantity": "2000",
                            "chemicalComposition": "Max SiO2+Al2O3=>11%,S=>0.05% P=>0.07-0.10%"
                        },
                        "methodologyUrl": "https://www.steelmint.com/sitemap",
                        "costIndex": "hidden",
                        "rationale": "hidden",
                        "viewMore": [
                            {
                                "itemId": 1001,
                                "flagUrl": "https://www.steelmint.com/steeladmin/flags/in.png",
                                "title": "Ex-Mines=> Orissa,India",
                                "subTitle": "Fines,Fe 62%",
                                "datePublished": "2019-05-12",
                                "regionId": 46,
                                "commodityId": 65,
                                "assessment": "daily",
                                "isAddedToPortfolio": "Y",
                                "isBookmarked": "Y",
                                "latitude": 24.678000000000001,
                                "longitude": 56.890000000000001,
                                "currency": {
                                    "symbol": "R",
                                    "name": "INR"
                                },
                                "price": 7668,
                                "priceType": "f",
                                "isChangePositive": "Y",
                                "changeInPrice": "10%",
                                "unit": {
                                    "type": "MT",
                                    "hoverText": " Taxes Extra 18%"
                                },
                                "taxes": "Basic. Taxes Extra",
                                "changeInPricePercentage": "hidden",
                                "deliveryTerms": "FOB Vizag, India",
                                "deliveryPeriod": "Within 45 days",
                                "minPrice": 7800,
                                "maxPrice": 9900,
                                "details": {
                                    "disclaimer": "Indicative Price",
                                    "payment": "letter of credit",
                                    "quantity": 500,
                                    "chemicalComposition": "Max SiO2+Al2O3=>11%,S=>0.05% P=>0.07-0.10%"
                                },
                                "methodologyUrl": "https://www.steelmint.com/sitemap",
                                "costIndex": "hidden",
                                "rationale": "hidden"
                            },
                            {
                                "itemId": 1002,
                                "flagUrl": "https://www.steelmint.com/steeladmin/flags/in.png",
                                "title": "Ex-Mines=> Orissa,India",
                                "subTitle": "Fines,Fe 62%",
                                "datePublished": "2019-05-18",
                                "regionId": 46,
                                "commodityId": 65,
                                "assessment": "daily",
                                "isAddedToPortfolio": "Y",
                                "isBookmarked": "Y",
                                "latitude": 24.678000000000001,
                                "longitude": 56.890000000000001,
                                "currency": {
                                    "symbol": "R",
                                    "name": "INR"
                                },
                                "price": 7668,
                                "priceType": "cnf",
                                "isChangePositive": "Y",
                                "changeInPrice": "10",
                                "unit": {
                                    "type": "MT",
                                    "hoverText": " Taxes Extra 18%"
                                },
                                "taxes": "Basic. Taxes Extra",
                                "changeInPricePercentage": "hidden",
                                "minPrice": 7800,
                                "maxPrice": 9900,
                                "deliveryTerms": "FOB Vizag, India",
                                "deliveryPeriod": "Within 45 days",
                                "details": {
                                    "disclaimer": "Indicative Price",
                                    "payment": "letter of credit",
                                    "quantity": 500,
                                    "chemicalComposition": "Max SiO2+Al2O3=>11%,S=>0.05% P=>0.07-0.10%"
                                },
                                "methodologyUrl": "https://www.steelmint.com/sitemap",
                                "costIndex": "",
                                "rationale": ""
                            }
                        ],
                        
                    }
                ]
            }

////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////         
Prices Graph
    post:
    /////
       Sample Input Parameters:
       ////////////////////////
          {
            "memId: 12",  
            "itemID" : 45,
            "currencyName" : "INR",
            "resourceType": "web"
          }

       Sample Output Parameters:
       /////////////////////////
                        {
                        "status": {
                                        "code": 1001,
                                        "message": "Success"
                                    },
                        "graph": [
                                    {
                                        "X": 1294943400000,
                                        "Y": 18400,
                                        "annotation": "It can be absent in some cases"
                                    },
                                    {
                                        "X": 1295029800000,
                                        "Y": 18400,
                                        "annotation": ""
                                    },
                                    {
                                        "X": 1295116200000,
                                        "Y": 18400,
                                        "annotation": ""
                                    },
                                    {
                                        "X": 1295202600000,
                                        "Y": 18400,
                                        "annotation": "It can be absent in some cases"
                                    },
                                    {
                                        "X": 1295289000000,
                                        "Y": 18400,
                                        "annotation": "It can be absent in some cases"
                                    },
                                    {
                                        "X": 1295375400000,
                                        "Y": 18400,
                                        "annotation": ""
                                    },
                                    {
                                        "X": 1295461800000,
                                        "Y": 19100,
                                        "annotation": "It can be absent in some cases"
                                    },
                                    {
                                        "X": 1295461800000,
                                        "Y": 19100,
                                        "annotation": ""
                                    },
                                    {
                                        "X": 1295634600000,
                                        "Y": 19100,
                                        "annotation": ""
                                    },
                                    {
                                        "X": 1295634600000,
                                        "Y": 19100,
                                        "annotation": ""
                                    },
                                    {
                                        "X": 1295807400000,
                                        "Y": 19100,
                                        "annotation": ""
                                    },
                                    {
                                        "X": 1295893800000,
                                        "Y": 19100,
                                        "annotation": ""
                                    },
                                    {
                                        "X": 1295893800000,
                                        "Y": 19100,
                                        "annotation": ""
                                    },
                                    {
                                        "X": 1295980200000,
                                        "Y": 19100,
                                        "annotation": ""
                                    },
                                    {
                                        "X": 1296066600000,
                                        "Y": 19100,
                                        "annotation": "It can be absent in some cases"
                                    },
                                    {
                                        "X": 1296153000000,
                                        "Y": 19101,
                                        "annotation": "It can be absent in some cases"
                                    },
                                    {
                                        "X": 1296239400000,
                                        "Y": 20000,
                                        "annotation": ""
                                    },
                                    {
                                        "X": 1296325800000,
                                        "Y": 20001,
                                        "annotation": ""
                                    },
                                    {
                                        "X": 1296498600000,
                                        "Y": 20020,
                                        "annotation": ""
                                    },
                                    {
                                        "X": 1296585000000,
                                        "Y": 20000,
                                        "annotation": "It can be absent in some cases"
                                    }
                                ]
                            }
////////////////////////////////////////////////////////////////////////////////////////////                           
Insights Listing

Pre:
////
   Sample Input Parameters:
   ////////////////////////
   {
        "memId" : 56350,
        "pageValue" : 1,
        "filters":{
            "commodityIDs": [1,2],
            "regionIDs": [3,4],
            "timeline" : "",
            "searchTerms" : "",
        },
        "source" : "Listing/MapView/portfolio/home/bookmarks",
        "resourceType" : "web" 
    } 

   Sample Output Parameters:
   ////////////////////////
   "data": [
        {
            "itemId": 1,
            "title": "India: Domestic HRC Trade Prices Remain Under Pressure Over Low Priced Imports",
            "description": "hidden",
            "videoURL": "",
            "postedDateTime": "Jun 21, 2019 15:36",
            "latitude": 21.2514,
            "longitude": 81.629599999999996,
            "commodityId": 1,
            "regionId": 2,
            "isBookmarked": "Y",
            "noOfReads": 81,
            "viewMore": [
                {
                    "itemId": 6,
                    "title": "Indian Pellet Export Prices Remain Firm in Recent Trades",
                    "description": "hidden",
                    "regionId": 3,
                    "isBookmarked": "Y",
                    "postedDateTime": "Jun 21, 2019 15:15",
                    "latitude": 26.218299999999999,
                    "longitude": 78.1828,
                    "commodityId": 2
                },
                {
                    "itemId": 7,
                    "title": "Indian Pellet Export Prices Remain Firm in Recent Trades",
                    "description": "hidden",
                    "regionId": 4,
                    "isBookmarked": "N",
                    "postedDateTime": "Jun 21, 2019 15:15",
                    "latitude": 21.2514,
                    "longitude": 81.629599999999996,
                    "commodityId": 3
                }
            ]
        },
        {
            "itemId": 2,
            "title": "Indonesia Steel Industry Performance & Capacity Ramp Up Plans: Analysis",
            "description": "hidden",
            "postedDateTime": "2019-06-20 10:47:23 IST",
            "latitude": 36.904200000000003,
            "longitude": 116.4074,
            "commodityId": 1,
            "regionId": 3,
            "isBookmarked": "Y",
            "noOfReads": 81,
            "viewMore": []
        },
        {
            "itemId": 3,
            "title": "India: NMDC Holds Pellet Prices Stable for June",
            "description": "hidden",
            "postedDateTime": "2019-06-19 18:42:53 IST",
            "latitude": 48.8566,
            "longitude": 2.3521999999999998,
            "commodityId": 2,
            "regionId": 2,
            "isBookmarked": "Y",
            "noOfReads": 81,
            "viewMore": []
        },
        {
            "itemId": 4,
            "title": "Daily Update: Indian Sponge & Billet Market",
            "description": "hidden",
            "postedDateTime": "2019-06-19 18:38:23 IST",
            "latitude": 40.712800000000001,
            "longitude": 74.006,
            "commodityId": 3,
            "regionId": 3,
            "isBookmarked": "Y",
            "noOfReads": 81,
            "viewMore": []
        },
        {
            "itemId": 5,
            "title": "Australian Coking Coal Prices Stay Flat On Thin Trading",
            "description": "hidden",
            "postedDateTime": "2019-06-19 18:38:23 IST",
            "latitude": 51.507399999999997,
            "longitude": 31.127800000000001,
            "commodityId": 5,
            "mainImageURL": "",
            "regionId": 7,
            "isBookmarked": "Y",
            "noOfReads": 81,
            "viewMore": []
        }
    ]
}

Post:
/////
   Sample Input Parameters:
   ////////////////////////
    {
        "memId" : 56350,
        "pageValue" : 1,
        "filters":{
            "commodityIDs": [1,2],
            "regionIDs": [3,4],
            "timeline" : "",
            "searchTerms" : "",
        },
        "source" : "Listing/MapView/portfolio/home/bookmarks",
        "resourceType" : "web" 
    } 

    Sample Output Parameters:
    /////////////////////////
    {
    "status": {
        "code": 1001,
        "message": "Success"
    },
    "data": [
        {
            "itemId": 1,
            "title": "India: Domestic HRC Trade Prices Remain Under Pressure Over Low Priced Imports",
            "description": "In the business district, ibis Tokyo Shinjuku is in Tokyo's Shinjuku neighbourhood, an area with good airport proximity. ",
            "thumbnailType": "image",
            "thumbnailImageURL": "https://www.steelmint.com/news/wp-content/uploads/2019/04/billets-1075636-178x106.jpg",
            "videoURL": "",
            "postedDateTime": "Jun 21, 2019 15:36",
            "latitude": 21.2514,
            "longitude": 81.629599999999996,
            "commodityId": 1,
            "mainImageURL": "https://www.steelmint.com/news/wp-content/uploads/2019/04/billets-1075636.jpg",
            "regionId": 2,
            "isBookmarked": "Y",
            "noOfReads": 81,
            "viewMore": [
                {
                    "itemId": 6,
                    "title": "Indian Pellet Export Prices Remain Firm in Recent Trades",
                    "description": "Nezu Art Museum and Tokyo Opera City Concert Hall are cultural highlights, and some of the area's activities can be experienced at Roppongi Hills and KidZania Tokyo. Shinjuku Gyoen National Garden and Sunshine Aquarium are not to be missed.",
                    "regionId": 3,
                    "isBookmarked": "Y",
                    "thumbnailType": "image",
                    "thumbnailImageURL": "https://www.steelmint.com/news/wp-content/uploads/2019/04/billets-1075636-178x106.jpg",
                    "videoURL": "",
                    "postedDateTime": "Jun 21, 2019 15:15",
                    "latitude": 26.218299999999999,
                    "longitude": 78.1828,
                    "commodityId": 2,
                    "mainImageURL": "https://nationalzoo.si.edu/scbi/migratorybirds/featured_photo/images/bigpic/nofl140.jpg"
                },
                {
                    "itemId": 7,
                    "title": "Indian Pellet Export Prices Remain Firm in Recent Trades",
                    "description": "Nezu Art Museum and Tokyo Opera City Concert Hall are cultural highlights, and some of the area's activities can be experienced at Roppongi Hills and KidZania Tokyo. Shinjuku Gyoen National Garden and Sunshine Aquarium are not to be missed.",
                    "regionId": 4,
                    "isBookmarked": "N",
                    "thumbnailType": "image",
                    "thumbnailImageURL": "https://www.steelmint.com/news/wp-content/uploads/2019/04/billets_UDNT-154x106.jpeg",
                    "videoURL": "",
                    "postedDateTime": "Jun 21, 2019 15:15",
                    "latitude": 21.2514,
                    "longitude": 81.629599999999996,
                    "commodityId": 3,
                    "mainImageURL": "https://nationalzoo.si.edu/scbi/migratorybirds/featured_photo/images/bigpic/nofl140.jpg"
                }
            ]
        },
        {
            "itemId": 2,
            "title": "Indonesia Steel Industry Performance & Capacity Ramp Up Plans: Analysis",
            "description": "Our guests appreciate the hotel's central location location for the sightseeing and nightlife.",
            "thumbnailType": "image",
            "thumbnailImageURL": "https://www.steelmint.com/news/wp-content/uploads/2019/06/domestic-128x64.png",
            "videoURL": "",
            "postedDateTime": "2019-06-20 10:47:23 IST",
            "latitude": 36.904200000000003,
            "longitude": 116.4074,
            "commodityId": 1,
            "mainImageURL": "https://nationalzoo.si.edu/scbi/migratorybirds/featured_photo/images/bigpic/nofl140.jpg",
            "regionId": 3,
            "isBookmarked": "Y",
            "noOfReads": 81,
            "viewMore": []
        },
        {
            "itemId": 3,
            "title": "India: NMDC Holds Pellet Prices Stable for June",
            "description": "Our guests appreciate the hotel's central location location for the sightseeing and nightlife.",
            "thumbnailType": "image",
            "thumbnailImageURL": "https://www.steelmint.com/news/wp-content/uploads/2014/06/NMDC1-e1401783948348-110x100.jpg",
            "videoURL": "",
            "postedDateTime": "2019-06-19 18:42:53 IST",
            "latitude": 48.8566,
            "longitude": 2.3521999999999998,
            "commodityId": 2,
            "mainImageURL": "https://nationalzoo.si.edu/scbi/migratorybirds/featured_photo/images/bigpic/nofl140.jpg",
            "regionId": 2,
            "isBookmarked": "Y",
            "noOfReads": 81,
            "viewMore": []
        },
        {
            "itemId": 4,
            "title": "Daily Update: Indian Sponge & Billet Market",
            "description": "Our guests appreciate the hotel's central location location for the sightseeing and nightlife.",
            "thumbnailType": "video",
            "thumbnailImageURL": "https://i.ytimg.com/vi/Y-X5BDKvsOo/hqdefault.jpg?sqp=-oaymwEZCPYBEIoBSFXyq4qpAwsIARUAAIhCGAFwAQ==&rs=AOn4CLC_AU_9EJxuq9BkxepSCzzxEMnNRQ",
            "videoURL": "https://www.youtube.com/watch?v=h1XFU_OUXCQ",
            "postedDateTime": "2019-06-19 18:38:23 IST",
            "latitude": 40.712800000000001,
            "longitude": 74.006,
            "commodityId": 3,
            "mainImageURL": "",
            "regionId": 3,
            "isBookmarked": "Y",
            "noOfReads": 81,
            "viewMore": []
        },
        {
            "itemId": 5,
            "title": "Australian Coking Coal Prices Stay Flat On Thin Trading",
            "description": "Our guests appreciate the hotel's central location location for the sightseeing and nightlife.",
            "thumbnailType": "video",
            "thumbnailImageURL": "https://i.ytimg.com/vi/Y-X5BDKvsOo/hqdefault.jpg?sqp=-oaymwEZCPYBEIoBSFXyq4qpAwsIARUAAIhCGAFwAQ==&rs=AOn4CLC_AU_9EJxuq9BkxepSCzzxEMnNRQ",
            "videoURL": "https://www.youtube.com/watch?v=_bKINqSyC2M",
            "postedDateTime": "2019-06-19 18:38:23 IST",
            "latitude": 51.507399999999997,
            "longitude": 31.127800000000001,
            "commodityId": 5,
            "mainImageURL": "",
            "regionId": 7,
            "isBookmarked": "Y",
            "noOfReads": 81,
            "viewMore": []
        }
    ]
}
      



          