Dim Job As HttpJob
Dim Job2 As HttpJob
Job.Username="..."
Job.Password="..."
Job2.Username="..."
Job2.Password="..."
Dim k As String
k="103"
'Job.Download("https://xy.xy.com/api/barcode/1?barcode=" & BC & "&customer=kro")
'Job.Download("http://192.168.1.239/WebServicesula/Service.asmx/Update?customerId=123&")
'Job.Download2("http://192.168.1.239/WebServicesula/Service.asmx/delete?customerId=123&", Array As String(k))
'Job.GetRequest.SetContentType("application/json")
'Job2.PostString("http://192.168.1.239/WebServicesula/Service.asmx/Delete",jsonstring)
'Job2.GetRequest.SetContentType("application/json")
ProgressDialogShow2("Fetching data...", False)
'Job2.Download2("http://192.168.1.239/WebServicesula/Service.asmx/delete?customerId=123&", Array As String("customerId","103"))
Job.Download2("http://192.168.1.239/WebServicesula/Service.asmx/delete", Array As String("customerId","103"))