Adjustment Types
View adjustment type
This endpoint returns a single adjustment type
get/adjustment_types/{id}
Path parameters
idinteger required
Query parameters
subdomainstring required
Used to scope the request to the specified institution
Headers
Nex-Api-Versionstring required
The NexHealth API version
Response
Successful
Example response
{
"description": "Description",
"error": [
"Error message"
],
"data": {
"id": 113,
"name": "Cash",
"active": true,
"action": "credit",
"updated_at": "2020-06-05T20:16:57.007Z"
},
"count": 2
}