Contact column names are CRM language dependent?
When i use insertRecord method while CRM's interface language is english everything works fine. But I switch CRM language to Russian and same insertRecord call return error:
Фамилия can't be blank
Фамилия means last name. Last Name is the only required field in my contacts. Of course i provide it in API call.