invalid_json error using API when the json is indeed valid according to json validator

  • 29 November 2018
  • 1 reply
  • 56 views

For more than a year now I was able to POST with body of:

{"body":"There is a sales order in the system, matching your invoice request (invoice number 112316 ). However, the order has not been fulfilled and the invoice has not been generated yet."}


It now gives an invalid_json error even though the json is valid according to json validator. 


I now have to POST this body without the number in it:

{"body":"There is a sales order in the system matching your invoice request however it has not been fulfilled or invoiced yet."}




This topic has been closed for comments

1 reply

Userlevel 4
Badge +12

Hello Thierry,


It must have been a temporary glitch as I tried sending the same content in the description field in a POST request and it just got through as expected. Here's the screenshot of the ticket that got created in my account:


Cheers!