Ricerche recenti
Nessuna ricerca recente

Jacob Goldberg
Data ingresso 21 mag 2024
·
Ultima attività 21 mag 2024
Seguiti
0
Follower
0
Attività totali
3
Voti
0
Abbonamento
1
PANORAMICA ATTIVITÀ
BADGE
ARTICOLI
POST
COMMENTI NELLA COMMUNITY
COMMENTI AGLI ARTICOLI
PANORAMICA ATTIVITÀ
Ultima attività di Jacob Goldberg
Jacob Goldberg ha commentato,
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.
Visualizza commento · Data ultimo post: 21 mag 2024 · Jacob Goldberg
0
Follower
0
Voti
0
Commenti
Jacob Goldberg ha creato un post,
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.
Data ultimo post: 21 mag 2024 · Jacob Goldberg
0
Follower
2
Voti
3
Commenti