project.get Try me! Requests the details of one or more projects. When no filter is set, 10 projects will be delivered. A LIMIT up to 100 projects is possible. The RESPONSE contains a "list of projects" and each of them with the following fields.
FILTER
Tags Description PROJECT_ID
A specific project ID CUSTOMER_ID
A specific customer ID
RESPONSE
Tags Description PROJECT_ID
A specific project ID PROJECT_NAME
Project name CUSTOMER_ID
A specific customer ID CUSTOMER_COSTCENTER_ID
ID of cost center HOUR_PRICE
Hourly rate CURRENCY_CODE
Currency code VAT_PERCENT
VAT in percent START_DATE
Start of invoice run END_DATE
End date TASKS
List of tasks
project.create Try me! Creation of a project.
DATA
Tags Description PROJECT_NAME Required
Project name CUSTOMER_ID Required
A specific customer ID CUSTOMER_COSTCENTER_ID
ID of cost center HOUR_PRICE
Hourly rate CURRENCY_CODE
Currency code VAT_PERCENT
VAT in percent START_DATE
Start of invoice run END_DATE
End date
RESPONSE
Tags Description STATUS
Result of the action
project.update Try me! Update of project data.
DATA
Tags Description PROJECT_ID Required
A specific project ID See action
project.create
RESPONSE
Tags Description STATUS
Result of the action
project.delete Try me! Deletion of a project.
DATA
Tags Description PROJECT_ID Required
A specific project ID
RESPONSE
Tags Description STATUS
Result of the action