Vor Kurzem aufgerufene Suchen


Keine vor kurzem aufgerufene Suchen

Jacob Goldberg's Avatar

Jacob Goldberg

Beigetreten 21. Mai 2024

·

Letzte Aktivität 21. Mai 2024

Folge ich

0

Follower

0

Gesamtaktivitäten

3

Stimmen

0

Abonnement

1

AKTIVITÄTSÜBERSICHT

Neueste Aktivität von Jacob Goldberg

Jacob Goldberg hat einen Kommentar hinterlassen

Community-Kommentar 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.

Kommentar anzeigen · Gepostet 21. Mai 2024 · Jacob Goldberg

0

Follower

0

Stimmen

0

Kommentare


Jacob Goldberg hat einen Post erstellt

Post 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.

Gepostet 21. Mai 2024 · Jacob Goldberg

0

Follower

2

Stimmen

3

Kommentare