Deltek Vantagepoint 7.1 API
Number of APIs: 490
API Reference
NOTE: This documentation is subject to change without prior notice. For the API documentation of the previous 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-Employees-Employee Records - Employee Assets GET {{base_url}}/employee/:Employee/assets
-
Hubs-Marketing Campaigns - Marketing Campaign GET {{base_url}}/campaign/:CampaignID
-
Accounting Transactions-AP Invoice Approvals - Attach an AP Invoice File POST {{base_url}}/APInvoiceApprovals/Documents
-
General and Configuration-Security - Update a User Role PUT {{base_url}}/security/user/:Username
-
Hubs-Activities - Activities GET {{base_url}}/activity
-
General and Configuration-Custom Fields - Dropdown Values (Custom Field) GET {{base_url}}/customFields/:InfocenterArea/dropdownValues/:Name
-
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-Key Formats - Key Formats GET {{base_url}}/KeyCvt/CFGFormat