Exemption Certificate Management

CertCapture RESTful APIs

CountryCoefficientsEntity

Represents the Country coefficients model, using which tax rules rates can be modified dynamically for CB transaciotns while applying tax rules in order to reduce the variance for all the transactions at country level.

Parameters
coefficientsIdOptional
integer

CoefficientsId

accountIdOptional
integer

AccountId

companyIdOptional
integer

The CompanyId of company for which coefficient will be applied.

countryRequired
string

The country for which coefficient will be applied.

coefficientOptional
number

Value by which rates need to be altered while calculating taxes.

taxSubTypeIdOptional
string

TaxSubTypeId

currencyCodeOptional
string

CurrencyCode

unitOfBasisIdOptional
integer

UnitOfBasisId

isApplicableOptional
boolean

IsApplicable Flag that is being used to mark the effectiveness of the specific entry for the particular date.

modifiedDateOptional
string

ModifiedDate

startDateOptional
string

StartDate

endDateOptional
string
modifiedUserIdOptional
integer

ModifiedUserId.

To track the user by which the records have been modified in the past. This will allow us to track the historical changes made to particular record.

createdDateOptional
string

StartDate

createdUserIdOptional
integer

CreatedUserId.

To track the user who created the record at first place