# Project Accounting Records

The [Project Accounting](https://mavenlink.zendesk.com/hc/en-us/articles/4403832107419-Project-Accounting)
Records object allows you to view, create, and delete financial records
related to revenue recognition, forecasting, and earned value.

 - [GET /project_accounting_records](https://developer.kantata.com/kantata/specification/project-accounting-records/get%20project%20accounting%20records.md): Returns all project accounting records (`Baseline`, `Earned Value`, `Earned Value Forecasting`, `Forecasting`, and `Recognition`), unless filter parameters have been applied. This endpoint returns st
 - [POST /project_accounting_records](https://developer.kantata.com/kantata/specification/project-accounting-records/create%20project%20accounting%20record.md): Creates a single or multiple project accounting records. This endpoint returns structured Project Accounting Records objects. As with all Kantata OX API endpoints, the returned data will be referenced
 - [PUT /project_accounting_records/delete](https://developer.kantata.com/kantata/specification/project-accounting-records/soft%20delete%20project%20accounting%20record.md): Soft deletes a specified project accounting record. View deleted records by Fetching a list of Project Accounting Records with the `show_deleted` filter set to `true`. This endpoint returns structured
 - [GET /project_accounting_records/export_to_csv](https://developer.kantata.com/kantata/specification/project-accounting-records/export%20project%20accounting%20record%20to%20csv.md): Downloads a .csv file of all project accounting records. This endpoint returns structured Project Accounting Records objects. As with all Kantata OX API endpoints, the returned data will be referenced
 - [POST /project_accounting_records/import_csv](https://developer.kantata.com/kantata/specification/project-accounting-records/import%20project%20accounting%20records.md): Imports up to 5000 project accounting records with a [csv file](https://app.mavenlink.com/sample_import_project_accounting_records.csv) with a .txt or .csv extension. Each row/line is a record, and ea
 - [GET /project_accounting_records/{id}](https://developer.kantata.com/kantata/specification/project-accounting-records/get%20project%20accounting%20record.md): Returns a specified project accounting record. This endpoint returns structured Project Accounting Records objects. As with all Kantata OX API endpoints, the returned data will be referenced in sorted
