• Asparikh
  • NEWBIE
  • 5 Points
  • Member since 2013

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies

Hi friends,

 

im trying to upload some leads using Java and the REST API feature, but after all day fighting against the Charset UTF-8 and ISO-8859-1 , i found out  that when you try to upload a UTF-8 encoded json object with a special character in the Company field, it responds you with a 400 - bad request.

 

You can have special characters enconded in UTF-8 in any other field as FirstName, LastName, Street, City, Country, etc. this works and the lead will be uploaded, but if you have it in Company it will crash.

 

Does any body knows why is this ? It seems as a bug, or is something i need to configure in the ORG ?

 

thanks for watching

 

cheers

  • November 17, 2012
  • Like
  • 0