Natureza
Natureza
GET
https://endereco/ServiceLayer/APISL.svc/rest/Natureza
Lista de natureza
Exemplo:
curl -X GET "http://{endereco}/ServiceLayer/APISL.svc/rest/Natureza" -H "accept: application/json" -H "Authentication: {token}"
Headers
Name
Type
Description
Authentication
string
Authentication token
{
"dado": [
{
"key": 1,
"value": "Dúvida"
},
{
"key": 3384,
"value": "Solicitação"
}
],
"erro": null,
"quantidade": 2,
"sucesso": null
}
Last updated
Was this helpful?