Ricerche recenti
Nessuna ricerca recente

Allan Santos
Data ingresso 16 ott 2021
·
Ultima attività 16 ott 2021
Seguiti
0
Follower
0
Attività totali
4
Voto
1
Abbonamento
1
PANORAMICA ATTIVITÀ
BADGE
ARTICOLI
POST
COMMENTI NELLA COMMUNITY
COMMENTI AGLI ARTICOLI
PANORAMICA ATTIVITÀ
Ultima attività di Allan Santos
Allan Santos ha commentato,
Found my mistake it's about value of custom field: `feedbaks_e_sugestões` instead `feedbaks e sugestões`
Visualizza commento · Data ultimo post: 25 mar 2021 · Allan Santos
0
Follower
1
Voto
0
Commenti
Allan Santos ha creato un post,
I'm trying to create requests using your Support API, but I've a custom fields and I can't set this field.
Code:
request: {
custom_fields: [
{ id: 360034914592, value: 'feedbaks e sugestões' },
],
subject: 'Comentário feito no review do app.',
comment: {
body: comment,
},
requester: {
name: user.name,
},
},
},
{
auth: {
username: `${user.email}/token`,
password: '${token}',
},
});
### Status Code
`422`
### Data Received
```json
{
"error": "RecordInvalid",
"description": "Record validation errors",
"details": {
"base": [
{
"description": "Motivo do contato: não pode ficar em branco",
"error": "BlankValue",
"field_key": 360034914592
}
]
}
}
```
Data ultimo post: 25 mar 2021 · Allan Santos
1
Follower
1
Voto
1
Commento