Deltek Vantagepoint 6.5 API
Number of APIs: 468
API Reference
NOTE: This documentation is subject to change without prior notice. For the API documentation of the latest version of Deltek Vantagepoint, see Deltek Vantagepoint 7.0 API.
REST API
The RESTful Service for Deltek Vantagepoint empowers customers and vetted partners and third parties to build custom applications that interact with Vantagepoint. The Vantagepoint API provides broad coverage of the Vantagepoint solution, including access to information stored in configuration, the hubs, and access to transaction-related functions.
The reference documentation does not cover all scenarios or roles. Permission and client data will differ based on modules and integrations that interact with Vantagepoint. Mock examples complete with requests, responses, and parameters are provided for general understanding. For advanced assistance, please talk to your Deltek Consultant.
For information about the most common use cases for integrating with Vantagepoint, see Guides.
For information about Vantagepoint concepts, terminology, and business logic, refer to the Deltek Vantagepoint Help.
General and Configuration API
Use the General and Configuration API to set up the following:
- Custom Fields
- Organizations
- Labor Codes
- Lists (Code Tables)
- Login
- Security
- Settings
- Utilities
Use the Organizations API to read organization data from Vantagepoint.
My Stuff API
Use the My Stuff API to create a personalized view of your business world. For example, this is where you fill out or approve expense reports.
Hubs API
Use the Hubs API to create, read, update, and delete data in the following Vantagepoint hubs:
- Activities
- Boilerplates
- Contacts
- Employees
- Firms
- Marketing Campaigns
- Projects
- User-Defined
Billing API
Use the Billing API to create, process, approve, print, and email billing invoices to your clients. For example, this is where you attach supporting documents to billing invoices in Interactive Billing.
Accounting Transactions API
Use the Accounting Transactions API to inject data and process transactions within Vantagepoint, and to extract accounting and transactional information for use outside of Vantagepoint.
This API allows you to add transaction entries and to retrieve all or part of posted transactions for the following transaction types:
- AP Vouchers
- Cash Disbursements
- Cash Receipts
- AP Disbursements
- Employee Repayments
- Employee Expenses
- Invoices
- Journal Entries
- Labor Adjustments
- Miscellaneous Expenses
- Prints and Reproductions
- Timesheets
- Units
- Units by Project
In addition, this API allows you to manage the approval of AP invoices.
Consuming the API
There are two high level ways to integrate with the Vantagepoint API.
- Call the Vantagepoint API directly from your web application.
- Build your own middleware or work with Deltek to build middleware for your instance of Vantagepoint.
-
Hubs-Activities - Contacts (Activities) GET {{base_url}}/activity/:ActivityID/contact
-
General and Configuration - Username GET {{base_url}}/user/:Username
-
Hubs-Employees-Employee Records - Employees GET {{base_url}}/employee
-
General and Configuration-Settings - Accounting Periods GET {{base_url}}/Settings/Period
-
RESTful API Overview-Authentication - {{base_url}}/token POST {{base_url}}/token
-
General and Configuration-Accounting Company Configuration Details - Retrieve Accounting Company Configuration Details GET {{base_url}}/AccountingCompanyConfig/CFGAutoPosting
-
General and Configuration-Accounting Company Configuration Details - Update Accounting Company Configuration Details PUT {{base_url}}/AccountingCompanyConfig/CFGAutoPosting
-
General and Configuration-Custom Fields - Dropdown Values (Custom Field) GET {{base_url}}/customFields/:InfocenterArea/dropdownValues/:Name
-
General and Configuration-Key Formats - Key Formats GET {{base_url}}/KeyCvt/CFGFormat
-
General and Configuration-Key Formats - Organization Levels GET {{base_url}}/KeyCvt/CFGFormatOrg