V3 : HTTP header parameters

Some requests allow extra parameters via HTTP header in form "[Parameter name] : [Parameter value]". Examples:

Data type HTTP header
Int32 "Number : 1500"
Int64 "Amount : 2250"
DateTime "Start date : 2024-04-16T15:53:25.3529245+00:00"
Number list "Identifiers : 1|2|3"

Budget entity set

Operation: Query

TimeEntryBudgetValidForAllDatesInRange (optional) type: Int64 If true, budget is returned if is relevant for all dates from startDateForBudgetApplication to endDateForBudgetApplication. If false, budget is returned if any of dates in startDateForBudgetApplication and endDateForBudgetApplication range is in budget's start/end date range. The parameter is only applied when application setting 'Entries outside budget start/end dates' is set to 'Deny' and is only valid in combination with 'TimeEntryStartDateForBudgetApplication' and 'TimeEntryEndDateForBudgetApplication'
TimeEntryEmployeeId (optional) type: Int64 Represents identifier of employee for which the budgets should be loaded (for time/expense entry). The parameter is only valid in combination with 'TimeEntryProjectId'
TimeEntryEndDateForBudgetApplication (optional) type: Int64 Represents end date for which budgets should be loaded (for time/expense entry). The parameter is only applied when application setting 'Entries outside budget start/end dates' is set to 'Deny' and is only valid in combination with 'TimeEntryProjectId', 'TimeEntryEmployeeId', 'TimeEntryStartDateForBudgetApplication' and 'TimeEntryActAsRange'
TimeEntryProjectId (optional) type: Int64 Represents identifier of project for which the budgets should be loaded (for time/expense entry). The parameter is only valid in combination with 'TimeEntryEmployeeId'
TimeEntryStartDateForBudgetApplication (optional) type: Int64 Represents start date for which budgets should be loaded (for time/expense entry). The parameter is only applied when application setting 'Entries outside budget start/end dates' is set to 'Deny' and is only valid in combination with 'TimeEntryProjectId', 'TimeEntryEmployeeId', 'TimeEntryEndDateForBudgetApplication' and 'TimeEntryActAsRange'
 

Category entity set

Operation: Insert

DataSource (optional) type: String Represents text identifier of the data source. If the value is specified, the EntityState for given datasource and datasourcekey is handled.
DataSourceKey (optional) type: String Represents text identifier of the data source key. If the value is specified, the EntityState for given datasource and datasourcekey is handled.
 

Operation: Update

DataSource (optional) type: String Represents text identifier of the data source. If the value is specified, the EntityState for given datasource and datasourcekey is handled.
DataSourceKey (optional) type: String Represents text identifier of the data source key. If the value is specified, the EntityState for given datasource and datasourcekey is handled.
 

Company entity set

Operation: Insert

DataSource (optional) type: String Represents text identifier of the data source. If the value is specified, the EntityState for given datasource and datasourcekey is handled.
DataSourceKey (optional) type: String Represents text identifier of the data source key. If the value is specified, the EntityState for given datasource and datasourcekey is handled.
 

Operation: Update

DataSource (optional) type: String Represents text identifier of the data source. If the value is specified, the EntityState for given datasource and datasourcekey is handled.
DataSourceKey (optional) type: String Represents text identifier of the data source key. If the value is specified, the EntityState for given datasource and datasourcekey is handled.
 

CostCenter entity set

Operation: Insert

DataSource (optional) type: String Represents text identifier of the data source. If the value is specified, the EntityState for given datasource and datasourcekey is handled.
DataSourceKey (optional) type: String Represents text identifier of the data source key. If the value is specified, the EntityState for given datasource and datasourcekey is handled.
 

Operation: Update

DataSource (optional) type: String Represents text identifier of the data source. If the value is specified, the EntityState for given datasource and datasourcekey is handled.
DataSourceKey (optional) type: String Represents text identifier of the data source key. If the value is specified, the EntityState for given datasource and datasourcekey is handled.
 

Currency entity set

Operation: Insert

DataSource (optional) type: String Represents text identifier of the data source. If the value is specified, the EntityState for given datasource and datasourcekey is handled.
DataSourceKey (optional) type: String Represents text identifier of the data source key. If the value is specified, the EntityState for given datasource and datasourcekey is handled.
 

Operation: Update

DataSource (optional) type: String Represents text identifier of the data source. If the value is specified, the EntityState for given datasource and datasourcekey is handled.
DataSourceKey (optional) type: String Represents text identifier of the data source key. If the value is specified, the EntityState for given datasource and datasourcekey is handled.
 

CustomerCompany entity set

Operation: Insert

DataSource (optional) type: String Represents text identifier of the data source. If the value is specified, the EntityState for given datasource and datasourcekey is handled.
DataSourceKey (optional) type: String Represents text identifier of the data source key. If the value is specified, the EntityState for given datasource and datasourcekey is handled.
 

Operation: Update

DataSource (optional) type: String Represents text identifier of the data source. If the value is specified, the EntityState for given datasource and datasourcekey is handled.
DataSourceKey (optional) type: String Represents text identifier of the data source key. If the value is specified, the EntityState for given datasource and datasourcekey is handled.
 

DayTaskPlanning entity set

Operation: Insert

DataSource (optional) type: String Represents text identifier of the data source. If the value is specified, the EntityState for given datasource and datasourcekey is handled.
DataSourceKey (optional) type: String Represents text identifier of the data source key. If the value is specified, the EntityState for given datasource and datasourcekey is handled.
 

Operation: Update

DataSource (optional) type: String Represents text identifier of the data source. If the value is specified, the EntityState for given datasource and datasourcekey is handled.
DataSourceKey (optional) type: String Represents text identifier of the data source key. If the value is specified, the EntityState for given datasource and datasourcekey is handled.
 

EmployeeCompany entity set

Operation: Insert

DataSource (optional) type: String Represents text identifier of the data source. If the value is specified, the EntityState for given datasource and datasourcekey is handled.
DataSourceKey (optional) type: String Represents text identifier of the data source key. If the value is specified, the EntityState for given datasource and datasourcekey is handled.
 

Operation: Update

DataSource (optional) type: String Represents text identifier of the data source. If the value is specified, the EntityState for given datasource and datasourcekey is handled.
DataSourceKey (optional) type: String Represents text identifier of the data source key. If the value is specified, the EntityState for given datasource and datasourcekey is handled.
 

EntityValidationResult entity set

Operation: Query

TimeEntryIdsToValidate (optional) type: Int64[] Represents list of identifiers of time or expense entries to validate
 

ExportInvoice entity set

Operation: Query

DataSource (required) type: String Represents text identifier of the data source. Parameter is mandatory and retrieves invoices which are not exported to given datasource.
CompanyCode (optional) type: String Reduces set of invoices to those which are in company with given code.
FromInvoiceDate (optional) type: DateTime Reduces set of invoices to those which have InvoiceDate greater than this parameter.
LastInvoiceHeaderId (optional) type: Int64 Reduces set of invoices to those which have InvoiceHeaderId greater than this parameter.
MaximumAttempts (optional) type: Int32 Reduces set of invoices to those which have less than given number of synchronization attempts to specified data source.
ToInvoiceDate (optional) type: DateTime Reduces set of invoices to those which have InvoiceDate lower than this parameter.
 

ExtendedProperty entity set

Operation: Update

DataSource (optional) type: String Represents text identifier of the data source. If the value is specified, the EntityState for given datasource and datasourcekey is handled.
DataSourceKey (optional) type: String Represents text identifier of the data source key. If the value is specified, the EntityState for given datasource and datasourcekey is handled.
 

Invoice entity set

Operation: Update

DataSource (optional) type: String Represents text identifier of the data source. If the value is specified, the EntityState for given datasource and datasourcekey is handled.
DataSourceKey (optional) type: String Represents text identifier of the data source key. If the value is specified, the EntityState for given datasource and datasourcekey is handled.
 

InvoiceHeaderVatSum entity set

Operation: Query

InvoiceHeaderId (optional) type: Int64 Represents identifier of invoice for which the VAT sums should be loaded.
 

InvoiceLine entity set

Operation: Update

DataSource (optional) type: String Represents text identifier of the data source. If the value is specified, the EntityState for given datasource and datasourcekey is handled.
DataSourceKey (optional) type: String Represents text identifier of the data source key. If the value is specified, the EntityState for given datasource and datasourcekey is handled.
 

InvoicingAgreement entity set

Operation: Insert

DataSource (optional) type: String Represents text identifier of the data source. If the value is specified, the EntityState for given datasource and datasourcekey is handled.
DataSourceKey (optional) type: String Represents text identifier of the data source key. If the value is specified, the EntityState for given datasource and datasourcekey is handled.
 

Operation: Update

DataSource (optional) type: String Represents text identifier of the data source. If the value is specified, the EntityState for given datasource and datasourcekey is handled.
DataSourceKey (optional) type: String Represents text identifier of the data source key. If the value is specified, the EntityState for given datasource and datasourcekey is handled.
 

IrregularityPercentage entity set

Operation: Insert

DataSource (optional) type: String Represents text identifier of the data source. If the value is specified, the EntityState for given datasource and datasourcekey is handled.
DataSourceKey (optional) type: String Represents text identifier of the data source key. If the value is specified, the EntityState for given datasource and datasourcekey is handled.
 

Operation: Update

DataSource (optional) type: String Represents text identifier of the data source. If the value is specified, the EntityState for given datasource and datasourcekey is handled.
DataSourceKey (optional) type: String Represents text identifier of the data source key. If the value is specified, the EntityState for given datasource and datasourcekey is handled.
 

ItemCompany entity set

Operation: Insert

DataSource (optional) type: String Represents text identifier of the data source. If the value is specified, the EntityState for given datasource and datasourcekey is handled.
DataSourceKey (optional) type: String Represents text identifier of the data source key. If the value is specified, the EntityState for given datasource and datasourcekey is handled.
 

Operation: Update

DataSource (optional) type: String Represents text identifier of the data source. If the value is specified, the EntityState for given datasource and datasourcekey is handled.
DataSourceKey (optional) type: String Represents text identifier of the data source key. If the value is specified, the EntityState for given datasource and datasourcekey is handled.
 

OverviewAssignment entity set

Operation: Query

AssignmentIds (optional) type: Int64[] Represents list of identifiers of assignments which should be loaded
 

OverviewCustomerCompany entity set

Operation: Query

DataSource (optional) type: String Represents text identifier of the data source. If the value is specified, the entity contains extra columns EntityStateDataSourceKey, EntityStateDataSourceDate and EntityStateIsError that contain related properties from EntityState.
TimeEntryEmployeeId (optional) type: Int64 Represents identifier of employee for which the customers should be loaded
 

OverviewInvoice entity set

Operation: Query

DataSource (optional) type: String Represents text identifier of the data source. If the value is specified, the entity contains extra columns EntityStateDataSourceKey, EntityStateDataSourceDate and EntityStateIsError that contain related properties from EntityState.
 

OverviewItemCompany entity set

Operation: Query

TimeEntryBudgetId (optional) type: Int64 Represents identifier of budget for which the items should be loaded. Used only when TimeEntryEmployeeId and TimeEntryProjectId parameters are specified.
TimeEntryEmployeeId (optional) type: Int64 Represents identifier of employee for which the items should be loaded. Used only when TimeEntryProjectId parameter is specified.
TimeEntryProjectId (optional) type: Int64 Represents identifier of project for which the items should be loaded. Used only when TimeEntryEmployeeId parameter is specified.
 

OverviewProject entity set

Operation: Query

TimeEntryEmployeeId (optional) type: Int64 Represents identifier of employee for which the projects should be loaded
 

OverviewTask entity set

Operation: Query

EmployeeCompanyId (optional) type: Int64 Represents identifier of EmployeeCompany whose assigned tasks should be returned
 

PaymentCondition entity set

Operation: Insert

DataSource (optional) type: String Represents text identifier of the data source. If the value is specified, the EntityState for given datasource and datasourcekey is handled.
DataSourceKey (optional) type: String Represents text identifier of the data source key. If the value is specified, the EntityState for given datasource and datasourcekey is handled.
 

Operation: Update

DataSource (optional) type: String Represents text identifier of the data source. If the value is specified, the EntityState for given datasource and datasourcekey is handled.
DataSourceKey (optional) type: String Represents text identifier of the data source key. If the value is specified, the EntityState for given datasource and datasourcekey is handled.
 

Project entity set

Operation: Insert

DataSource (optional) type: String Represents text identifier of the data source. If the value is specified, the EntityState for given datasource and datasourcekey is handled.
DataSourceKey (optional) type: String Represents text identifier of the data source key. If the value is specified, the EntityState for given datasource and datasourcekey is handled.
 

Operation: Update

DataSource (optional) type: String Represents text identifier of the data source. If the value is specified, the EntityState for given datasource and datasourcekey is handled.
DataSourceKey (optional) type: String Represents text identifier of the data source key. If the value is specified, the EntityState for given datasource and datasourcekey is handled.
 

ProjectState entity set

Operation: Insert

DataSource (optional) type: String Represents text identifier of the data source. If the value is specified, the EntityState for given datasource and datasourcekey is handled.
DataSourceKey (optional) type: String Represents text identifier of the data source key. If the value is specified, the EntityState for given datasource and datasourcekey is handled.
 

Operation: Update

DataSource (optional) type: String Represents text identifier of the data source. If the value is specified, the EntityState for given datasource and datasourcekey is handled.
DataSourceKey (optional) type: String Represents text identifier of the data source key. If the value is specified, the EntityState for given datasource and datasourcekey is handled.
 

Task entity set

Operation: Insert

DataSource (optional) type: String Represents text identifier of the data source. If the value is specified, the EntityState for given datasource and datasourcekey is handled.
DataSourceKey (optional) type: String Represents text identifier of the data source key. If the value is specified, the EntityState for given datasource and datasourcekey is handled.
 

Operation: Update

DataSource (optional) type: String Represents text identifier of the data source. If the value is specified, the EntityState for given datasource and datasourcekey is handled.
DataSourceKey (optional) type: String Represents text identifier of the data source key. If the value is specified, the EntityState for given datasource and datasourcekey is handled.
 

TimeExpenseEntry entity set

Operation: Insert

DataSource (optional) type: String Represents text identifier of the data source. If the value is specified, the EntityState for given datasource and datasourcekey is handled.
DataSourceKey (optional) type: String Represents text identifier of the data source key. If the value is specified, the EntityState for given datasource and datasourcekey is handled.
 

Operation: Update

DataSource (optional) type: String Represents text identifier of the data source. If the value is specified, the EntityState for given datasource and datasourcekey is handled.
DataSourceKey (optional) type: String Represents text identifier of the data source key. If the value is specified, the EntityState for given datasource and datasourcekey is handled.
 

VatCode entity set

Operation: Insert

DataSource (optional) type: String Represents text identifier of the data source. If the value is specified, the EntityState for given datasource and datasourcekey is handled.
DataSourceKey (optional) type: String Represents text identifier of the data source key. If the value is specified, the EntityState for given datasource and datasourcekey is handled.
 

Operation: Update

DataSource (optional) type: String Represents text identifier of the data source. If the value is specified, the EntityState for given datasource and datasourcekey is handled.
DataSourceKey (optional) type: String Represents text identifier of the data source key. If the value is specified, the EntityState for given datasource and datasourcekey is handled.
 

WeekTaskPlanning entity set

Operation: Insert

DataSource (optional) type: String Represents text identifier of the data source. If the value is specified, the EntityState for given datasource and datasourcekey is handled.
DataSourceKey (optional) type: String Represents text identifier of the data source key. If the value is specified, the EntityState for given datasource and datasourcekey is handled.
 

Operation: Update

DataSource (optional) type: String Represents text identifier of the data source. If the value is specified, the EntityState for given datasource and datasourcekey is handled.
DataSourceKey (optional) type: String Represents text identifier of the data source key. If the value is specified, the EntityState for given datasource and datasourcekey is handled.