Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 13 Current »

The information in this document is currently in BETA and subject to change.

 

The Rates resource represents a collection of rates that have been setup in Actionstep for the accessing organization. While the Rates resources forms a foundation of rates that may be applied to charges, there are numerous overrides and exceptions that may be applied to determine rates in different circumstances.

 

Resource Properties
Scope Parameterrates
Location/rates
MethodsGET
Default Page Size50
Max Page Size200
Default IncludesNone

 

Resource Attributes
FieldDescriptionFormatRequiredField TypeNotes
idUnique identifierintegertruedefault 
nameThe name given to the rate.stringtruedefault 
rateThe actual rate.numbertruedefault 
includesTaxIf the rate includes tax or not.booleantruedefault 
costRateA comparison rate of the cost of the service.numberfalsedefaultOnly used for reporting.
isActiveIf the rate is active.booleantruedefault 
unitOfMeasureThe unit of measure for the rate.stringtruelink 
incomeAccountThe income account associated to the matter.stringfalselinkNot Yet Implemented.
expenseAccountThe expense account associated to the matter.stringfalselinkNot Yet Implemented.
taxCodeThe income tax code associated to the matter.stringfalselinkNot Yet Implemented.
expenseTaxCodeThe expense code associated to the matter.stringfalselinkNot Yet Implemented.

 

Link Templates
IdentifierResourceLocation Template
rates.unitOfMeasureunitofmeasure/unitofmeasure/{rates.unitOfMeasure}
rates.incomeAccountaccounts/accounts/{rates.incomeAccount}
rates.expenseAccountaccounts/accounts/{rates.expenseAccount}
rates.taxCodetaxcodes/taxcodes/{rates.taxCode}
rates.expenseTaxCodetaxcodes/taxcodes/{rates.expenseTaxCode}
  • No labels