Returns an Account by ClassificationCode
Returns an Account by ClassificationCode...
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location --request GET 'https://api.edara.io/v/accounts/FindByClassificationCode/'
Responses
{
"status_code": 0,
"error_message": "string",
"result": {
"account_id": 0,
"account_code": "string",
"description": "string",
"classification_code": "string",
"account_type": "string",
"accept_cost_center": true
},
"total_count": 0
}
Modified at 2025-07-09 20:29:50