hi i am updating the keyIndex array, which is created in object, while i add the array to URL it's not work:
my code :
var dataObject = {
Indices: {
subIndex: {
keyIndex: [], //this is not updating in baseURL 'keyIndex'
method: 'GetCCINationalIndicesData',
baseURL: 'http://107.20.173.235/BlufinAPI/Service/ConsumerConfidenceIndex.svc/GetCCINationalIndicesData?InputJSON={"IndexID":"' + keyIndex + '","FromMonth":"10","FromYear":"2011","ToMonth":"3","ToYear":"2012"}'
}
},
Geography: {
0: '1',
tiers: {
method: 'GetCCITierIndicesData'
},
regions: {
method: 'GetCCIRegionIndicesData'
},
city: {
method: 'GetCCICityIndicesData'
}
},
Demographics: {}
}
anything wrong?