Return account by description
GET
/v{version}/accounts/FindByReturn account by description...
Request
Path Params
version
string
required
The requested API version
Default:
2.0
Query Params
description
string
optional
Request samples
Responses
OK(200)
Unauthorized(401)
Forbidden(403)
Record Not Found(404)
Server Error(500)
HTTP Code: 200
Content Type : JSONapplication/json
OK
Data Schema
status_code
integer <int32>
optional
Gets or sets the status_code.
error_message
string
optional
Gets or sets the error_message.
result
array[object (AccountViewModel) {6}]
optional
Gets or sets the result.
account_id
integer <int32>
optional
Gets or Sets AccountId
account_code
string
optional
Gets or Sets AccountCode
description
string
optional
Gets or Sets Description
classification_code
string
optional
Gets or Sets ClassificationCode
account_type
string
optional
Gets or Sets AccountType
accept_cost_center
boolean
optional
Gets or Sets AcceptCostCenter
total_count
integer <int32>
optional
Example
Not configured
Last modified: 5 days ago