'--- Countries
btnCachCountry.SetBackgroundImage(Design.bmpRefresh)
Dim objMap As Map: objMap.Initialize: Shared.AddLoginLanguage(objMap)
Dim objJSon As JSONGenerator: objJSon.Initialize(objMap)
HttpUtils.PostString("CountryList", Shared.CountryListURL, objJSon.ToString, Shared.ContentType)
'--- VehicleBrands
btnCachVehicleBrand.SetBackgroundImage(Design.bmpRefresh)
Dim objMap As Map: objMap.Initialize: Shared.AddLogin(objMap)
Dim objJSon As JSONGenerator: objJSon.Initialize(objMap)
HttpUtils.PostString("VehicleBrandList", Shared.VehicleBrandListURL, objJSon.ToString, Shared.ContentType)
'--- VehicleBrandModels
btnCachVehicleBrandModel.SetBackgroundImage(Design.bmpRefresh)
Dim objMap As Map: objMap.Initialize: Shared.AddLogin(objMap)
Dim objJSon As JSONGenerator: objJSon.Initialize(objMap): objMap.Put("CRBR_ID", Shared.EmptyGuid)
HttpUtils.PostString("VehicleBrandModelList", Shared.VehicleBrandModelListURL, objJSon.ToString, Shared.ContentType)
'--- VehicleColors
btnCachVehicleColor.SetBackgroundImage(Design.bmpRefresh)
Dim objMap As Map: objMap.Initialize: Shared.AddLoginLanguage(objMap)
Dim objJSon As JSONGenerator: objJSon.Initialize(objMap)
HttpUtils.PostString("VehicleColorList", Shared.VehicleColorListURL, objJSon.ToString, Shared.ContentType)
'--- VehicleTypes
btnCachVehicleType.SetBackgroundImage(Design.bmpRefresh)
Dim objMap As Map: objMap.Initialize: Shared.AddLoginLanguage(objMap)
Dim objJSon As JSONGenerator: objJSon.Initialize(objMap)
HttpUtils.PostString("VehicleTypeList", Shared.VehicleTypeListURL, objJSon.ToString, Shared.ContentType)