Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

331
Views
Kintone Add Record API call always returns 'required field' error

Please help me!

It takes two days for me. So I would like to ask for your help.

In my app on Kintone, I have only required field as below.

enter image description here

In postman

Header
Content-Type  application/json
X-Cybozu-API-Token  b7EMUSEfcDCbb0xxxxxxxxxxxxxxxxxx

Request body with json format
{
   "app":xxx,
   "record": {
       "名": {
           "value": "三宅"
       }
   }
}


I got error as below.
{
    "code": "CB_VA01",
    "id": "1RY4iPgdkvHACFShdidq",
    "message": "入力内容が正しくありません。",
    "errors": {
        "record.名.value": {
            "messages": [
                "必須です。"
            ]
        }
    }
}

What is the problem and how can I solve it. Please help me!

#Kintone #Add Record api call error

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

First of all, I built a test app and used the script you provided, but it worked fine.

And then I tried to mess with the settings and code to recreate the same error, but the only way I was able to recreate it was by making the value empty as follows:

{
"app":XXX,
    "record": {
        "名": {
            "value": ""
        }
    }
}

The error is basically saying the field is a required field, so I'm assuming the value isn't properly set. Could you check your settings (such as headers) and see if you are doing it correctly?

Thank you

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!