Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
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
isFixedFeeIf the rate is a fixed fee.booleantruedefault unitOfMeasure
isCustomRateIf the rate is a custom rate.booleantruedefault
unitThe 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.unitOfMeasureunitunitofmeasureunits/unitofmeasure/{rates.unitOfMeasureunit}
rates.incomeAccountaccounts/accounts/{rates.incomeAccount}
rates.expenseAccountaccounts/accounts/{rates.expenseAccount}
rates.taxCodetaxcodes/taxcodes/{rates.taxCode}
rates.expenseTaxCodetaxcodes/taxcodes/{rates.expenseTaxCode}

...