GET api/common/taxcodes

This method returns a list of tax code types. This method should be used with GET api/site/{id}/invoiceinformation

Error messages
  • 404/Not Found - No taxcode records found

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

A list of taxcode

Collection of TaxCode
NameDescriptionTypeAdditional information
Id The ID of the Tax code type integer

None.

Name The Tax code name string

None.

Rate The rate of the tax code decimal number

None.