Hi,
I’m trying to pass following sample JSON into Http Body section, and still getting error “Please provide valid JSON Input”.
Json should be pass as raw in Body section.
I have replaced " with single ’ , still it’s not accepting json.
Sample Json is also on the one line:
“{‘id’: null,‘model_year’: ‘2022’,‘brand_id’: ‘3’,‘model’: ‘CP33003-Camera’,‘OtherDetail’: ‘Built in Japan’,‘location_id’: ‘1’,‘order_no’: ‘ZNZ57’,‘options’: null,‘color’: ‘White’,‘ca’: ‘127'’,‘gvw’: ‘14,500’,‘engine’: ‘6.6L Gas’,‘transmission’: ‘A’,‘cash_rewards’: null,‘demo’: ‘0’,‘production_type’: ‘0’,‘on_hold’: ‘0’,‘hold_date’: null,‘hold_customer’: null,‘hold_comments’: ‘this will insert’,‘number_of_photos’: ‘0’,‘has_invoice’: ‘0’,‘plant_date’: null,‘recv_date’: null,‘hold_expiry_24hr_notification’: ‘0’,‘hold_expiry_12hr_notification’: ‘0’,‘plant_code’: ‘ABC’,‘factory_order_number’: ‘101’,‘sales_order_number’: ‘100’}”
Thanks,
Shantanu