Posts by user132071 • 11 points
3 posts
-
0
votes3
answers124
viewsA: Use of "Contains" in search expression
It would be easier if you just write one of these lines as an example. If she looks like 1, Funaldo de Tal, you could use StartsWith instead of Contains, so if the ID is not found early on, the…
-
1
votes2
answers2791
viewsA: How to pass Array values in Postman
Don’t just send an array? Is your question about syntax? Use something like: { "data": { "id": 49, "name": "Role 644", "label": "Role 453", "description": "Descrição da Role 258", "permissions": [{…
-
0
votes1
answer47
viewsA: comes out of the test alone
No build error, but there are runtime errors. Note that you are trying to store a string (a string) in a property defined as char marca, that can store a single character. Should be char marca[50]…
canswered user132071 11