Posts by user2638929 • 11 points
2 posts
-
0
votes2
answers94
viewsA: Problem when creating client
I managed to solve. I switched to the way I ordered: request.post({ url: customerParties, headers: header, body: partyClient, json: true }, function (error, response, body) { console.log(body) if…
node.jsanswered user2638929 11 -
1
votes2
answers94
viewsQ: Problem when creating client
I can’t raise a client in Asmin. I can create an invoice, and access the data, but I’m not getting a customer. This is the request I’m making on js: function createClient(token) { var…
node.jsasked user2638929 11