Hi there,
I have tried to do a POST request using HTTP Request Node. When I try to do that I am getting an error like in the below.
But When I try that body parameter in the POSTMAN, It is working fine.
{ “Order”: [{ “Username”:“amila1329112206”, “OrderID”:“N376”, “OrderType”:“Quote”, “Email":"[email protected]”, “BillFirstName”:“tt”, “BillLastName”:“tt”, “BillCompany”:“”, “BillStreet1”:“151 Melbourne Road”, “BillStreet2”:“”, “BillCity”:“Rippleside”, “BillState”:“VIC”, “BillPostCode”:“3215”, “BillContactPhone”:“(070) 155-6276”, “BillCountry”:“AU”, “ShipFirstName”:“tt”, “ShipLastName”:“tt”, “ShipCompany”:“”, “ShipStreet1”:“151 Melbourne Road”, “ShipStreet2”:“”, “ShipCity”:“Rippleside”, “ShipState”:“VIC”, “ShipPostCode”:“3215”, “ShipContactPhone”:“(070) 155-6276”, “ShipCountry”:“AU”, “CustomerRef6”:“:::36:::5.07::::::576791::1::4.88:::64MLH904::1::0.19:::”, “OrderStatus”:“Quote”, “OrderApproval”:“False”, “PaymentMethod”:“”, “TaxInclusive”:“True”, “TaxFreeShipping”:“False”, “ShippingMethod”:“Standard Shipping”, “ShippingCost”:“0.00”, “ShippingDiscount”:“0.00”, “SignatureRequired”:“True”, “CurrencyCode”:“AUD”, “SalesChannel”:“Website”, “OrderLine”:[{“SKU”: “576791”, “ItemDescription”: " Festool Beech Tenon 8mm / 10mm Starter SystainerSet for DF 700 (576791)", “Quantity”: “1”, “Price”: “4.88”, “WarehouseName”: “Location #1”, “TaxFree”: “False”},{“SKU”: “64MLH904”, “ItemDescription”: " PERFECT FINISH DRYING SYSTEM ", “Quantity”: “1”, “Price”: “0.19”, “WarehouseName”: “Location #1”, “TaxFree”: “False”}] }]}
This is my body parameter.
Do you have any idea why this is not working on HTTP Request but its working on Postman?