Return a Taxes by Scope
GET
/v{version}/Taxes/FindByScope/{scope}Return a Taxes by Scope...
Request
Path Params
scope
string
required
version
string
required
The requested API version
Default:
2.0
Request samples
Responses
OK(200)
Bad Request(400)
Unauthorized(401)
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 (TaxViewModel) {9}]
optional
Gets or sets the result.
id
integer <int32>
optional
Gets or Sets Id
name
string
required
Gets or Sets Description
rate
number <double>
required
Gets or Sets Rate
e_invoce_tax_type_id
integer <int32>
optional
Gets or Sets EInvoceTaxTypeID
scope
string
optional
Gets or Sets Scope
sales_account_id
integer <int32>
optional
Gets or Sets SalesAccountID
sales_withholding_account_id
integer <int32>
optional
Gets or Sets SalesWithholdingAccountID
purchase_account_id
integer <int32>
optional
Gets or Sets PurchaseAccountID
active
boolean
required
Gets or Sets Active
total_count
integer <int32>
optional
Example
Not configured
Last modified: 5 days ago