[
{
"orderId":"855",
"detailBrand":"NISSAN",
"detailArticle":"54500BA60A",
"detailName":"Рычаг передний нижний правый F15",
"warehouse":"Россия склад",
"quantityMax":"1",
"finalPrice":"6318",
"itIs":"partkom"},
{
"orderId":"855",
"detailBrand":"NISSAN",
"detailArticle":"54500BA60A",
"detailName":"Рычаг передней подвески правый F15",
"warehouse":"МСК склад",
"quantityMax":"1",
"finalPrice":"6343",
"itIs":"partkom"
},
{
"orderId":"855",
"detailBrand":"NISSAN",
"detailArticle":"54500BA60A",
"detailName":"РЫЧАГ ПОДВЕСКИ В СБО",
"warehouse":"ЦС NISSAN",
"quantityMax":"179",
"finalPrice":"6368",
"itIs":"partkom"
},
]
[
{
"id":40386,
"article":"GDB1044",
"brand":{"id":3,"name":"TRW"},
"name":"Колодки передние AUDI 80 (B4), CHERY AMULET, VW GOLF III, PASSAT (3A) GDB1044",
"offers":[
{
"warehouse":{"id":27820,"name":"BERG MSK","type":1},
"price":1513.46,
"average_period":0,
"assured_period":0,
"reliability":100,
"is_transit":false,
"quantity":2,
"available_more":false,
"multiplication_factor":1,
"delivery_type":1
},
{
"warehouse":{"id":27820,"name":"BERG MSK","type":1},
"price":1513.46,
"average_period":0,
"assured_period":0,
"reliability":100,
"is_transit":false,
"quantity":2,
"available_more":false,
"multiplication_factor":1,
"delivery_type":1
},
{
"warehouse":{"id":27820,"name":"BERG MSK","type":1},
"price":1513.46,
"average_period":0,
"assured_period":0,
"reliability":100,
"is_transit":false,
"quantity":2,
"available_more":false,
"multiplication_factor":1,
"delivery_type":1
}
]
}
]
servicesEnabled.push(partkom.get(number));
vow.all(servicesEnabled)
.then((results) => {
Object.keys(results).map(function(idx) {
dataEntries = dataEntries.concat(results[idx]);
});
// console.log(dataEntries);
res.send(dataEntries);
})
[ { TestConnectResult: 'Запрос с адреса . Тестовая строка:' },
'<?xml version="1.0" encoding="utf-8"?><soap:Envelopexmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><TestConnectResponse xmlns="http://tempuri.org/"><TestConnectResult>Запрос с адреса Тестовая строка: </TestConnectResult></TestConnectResponse></soap:Body></soap:Envelope>',
undefined,
'<?xml version="1.0" encoding="utf-8"?><soap:Envelopexmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:tns="http://tempuri.org/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/"><soap:Body><TestConnect xmlns="http://tempuri.org/">Hello, im emexBot</TestConnect></soap:Body></soap:Envelope>' ]