최근 검색


최근 검색 없음

Jacob Goldberg's Avatar

Jacob Goldberg

가입한 날짜: 2024년 5월 21일

·

마지막 활동: 2024년 5월 21일

팔로잉

0

팔로워

0

총 활동 수

3

투표 수

0

가입 플랜

1

활동 개요

님의 최근 활동 Jacob Goldberg

Jacob Goldberg님이 에 댓글을 입력함

커뮤니티 댓글 Developer - Zendesk APIs

Yes, the custom field ID in the request and the error are the same. I also made sure to put the value tag in the request.

댓글 보기 · 2024년 5월 21일에 게시됨 · Jacob Goldberg

0

팔로워

0

투표 수

0

댓글


Jacob Goldberg님이 에 게시물을 만듦

게시물 Developer - Zendesk APIs

I am trying to make a new request with the requests API, but am always getting this error:

{"error":"RecordInvalid","description":"Record validation errors","details":{"base":[{"description":"XXX: cannot be blank","error":"BlankValue","field_key":XXXXX}]}}

For some context, here is the request I am submitting to ..

{
    "request": {
        "requester": {
            "name": "Name",
            "email": "email@email.com"
        },
        "comment": {
            "body": "this is a test"
        },
        "subject": "TEST REQUEST - PLEASE IGNORE",
        "custom_fields": [
            {
                "id": "XXXXX",
                "value": "one of the tag values"
            }
        ]
    }
}

The field in question is defined as a drop-down field and is listed as required to solve a ticket. However, I am making sure that the value is one of the tag values specified in the admin but still am getting this error.

2024년 5월 21일에 게시됨 · Jacob Goldberg

0

팔로워

2

투표 수

3

댓글