Cash Disbursement Detail Tax

GET {{base_url}}/DataEntry/cdDetailTax/:Batch

NOTE: This applies if you have the Use Files to Group Transactions set to Yes in Settings » Accounting » Transactions.

Use this endpoint to retrieve the tax information from the detail record for a cash disbursement.

Detail tax information comes from the Project Information section of the Cash Disbursement detail screen, specifically from the Tax Codes dialog box that displays when you click the link in the Total Tax Amount field in the grid.

HEADERS

KeyDatatypeRequiredDescription
Content-TypestringRequired.

The type of content supported by the API endpoint. | | Authorization | string | | Required.

The type of authorization supported by the API endpoint. |

RESPONSES

status: OK

[{"Batch":"CDAPIIBatch00001","CheckNo":"00000009988","PKey":"PKEY000ABC1","TaxCode":"NY_TAX","Seq":1,"Description":"New York - sales tax","TaxAmount":10,"CompoundOnTaxCode":"","Rate":8.75,"LowRate":0,"HighRate":0,"AccountCurrencyCode":"","EffectiveRate":8.75,"CompoundOnTaxCodeFromSetup":""},{"Batch":"CDAPIIBatch00001","CheckNo":"00000009988","PKey":"PKEY000ABC1","TaxCode":"AGS","Seq":2,"Description":"Goods and Services","TaxAmount":20,"CompoundOnTaxCode":"","Rate":11,"LowRate":0,"HighRate":0,"AccountCurrencyCode":"","EffectiveRate":11,"CompoundOnTaxCodeFromSetup":"AHI"}]