TaxRateRepository
Less than to read
Properties
Property Name | Type | Description | isWritable |
---|---|---|---|
_access | [_OutputAccessBinding] | no | |
_customData | Json | no | |
_sourceId | String | no | |
_id | Id | no | |
id | String | no | |
legislations | Legislation_Collection | no | |
_etag | String | no | |
_createStamp | Datetime | no | |
_updateStamp | Datetime | no |
Custom Queries
defaultInstance : TaxRateRepository
healthCheck : TaxRateRepositoryHealthCheckReturn
asyncExport : TaxRateRepository_Connection_asyncExport
Custom Mutations
getTaxLegislation : [TaxRateRepositoryGetTaxLegislationReturn]
getTaxRegion : [TaxRateRepositoryGetTaxRegionReturn]
getTaxRate : [TaxRateRepositoryGetTaxRateReturn]
Mutation | Type | Description |
---|---|---|
filterPropertie | String | |
filterValue | String |
getTaxPercentage : [TaxRateRepositoryGetTaxPercentageReturn]
Mutation | Type | Description |
---|---|---|
filterPropertie | String | |
filterValue | String |
getTaxCode : [TaxRateRepositoryGetTaxCodeReturn]
Mutation | Type | Description |
---|---|---|
filterPropertie | String | |
filterValue | String |
getTranslation : [TaxRateRepositoryGetTranslationReturn]
Mutation | Type | Description |
---|---|---|
filterPropertie | String | |
filterValue | String |
asyncExport : TaxRateRepository_Mutations_asyncExport
Custom Type
TaxRateRepositoryHealthCheckReturn
Query | Type | Description |
---|---|---|
serviceVersion | String | |
statusText | String | |
deploymentTag | String | |
dictionariesVersion | String | |
commitId | String | |
openApiSpecificationVersion | String |
TaxRateRepositoryGetTaxLegislationReturn
Query | Type | Description |
---|---|---|
id | String | |
code | String | |
countryCode | String | |
description | String |
TaxRateRepositoryGetTaxRegionReturn
Query | Type | Description |
---|---|---|
id | String | |
code | String | |
countryCode | String | |
description | String |
TaxRateRepositoryGetTaxRateReturn
Query | Type | Description |
---|---|---|
id | String | |
code | String | |
description | String | |
isReverseCharge | Boolean | |
order | Int | |
isTaxOnTax | Boolean | |
percentOfNetTaxAppliedFor | Int | |
deductibleTaxPercentage | Int | |
isDeductibleTaxPercentageModifiable | Boolean | |
dateFrom | String | |
dateTo | String | |
isActive | Boolean | |
taxLegislationId | String | |
taxRegionId | String | |
taxTreatmentId | String | |
taxCodeId | String | |
taxItemTypeId | String | |
taxPercentageGroupId | String |
TaxRateRepositoryGetTaxPercentageReturn
Query | Type | Description |
---|---|---|
id | String | |
groupId | String | |
code | String | |
description | String | |
dateFrom | String | |
dateTo | String | |
isActive | Boolean | |
percentage | Decimal | |
taxLegislationId | String | |
taxRegionId | String |
TaxRateRepositoryGetTaxCodeReturn
Query | Type | Description |
---|---|---|
id | String | |
code | String | |
description | String | |
dateFrom | String | |
dateTo | String | |
isActive | Boolean | |
taxLegislationId | String | |
taxRegionId | String |
TaxRateRepositoryGetTranslationReturn
Query | Type | Description |
---|---|---|
id | String | |
dictionaryName | String | |
dictionaryRowId | String | |
dictionaryFieldName | String | |
locale | String | |
translation | String |