curl --request GET \
--url https://{host}/cleemy-procurement/api/natures/{id} \
--header 'Authorization: <authorization>'{
"id": 123,
"name": "<string>",
"costFamily": {
"id": 123,
"name": "<string>"
},
"state": "Enabled",
"accountingPlans": [
{
"id": 123,
"chargeAccount": "<string>"
}
]
}Retrieve a nature by its ID.
curl --request GET \
--url https://{host}/cleemy-procurement/api/natures/{id} \
--header 'Authorization: <authorization>'{
"id": 123,
"name": "<string>",
"costFamily": {
"id": 123,
"name": "<string>"
},
"state": "Enabled",
"accountingPlans": [
{
"id": 123,
"chargeAccount": "<string>"
}
]
}API key. Value must be formatted like so: lucca application={api_key}.
ID of the nature.
Was this page helpful?