Resource: employeedimensioncurve.nv
HTTP method: POST
Parameters used in the request:
| Parameter | Occurs | Description | Example |
| identifiertype | 1 | Type of employee identifier: netvisorkey, number or personalidentificationnumber | netvisorkey |
| identifier | 1 | Employee identifier | 1 |
Response / XML Structure:
| Level | Element | Format | Occurs | Description | Example |
| Root | Root | Aggregate | 1 | ||
| 1 | employeedimensioncurve | Aggregate | 1 | ||
| 2 | employeedimensions | 1 | By providing this element as empty <employeedimensions/> you can clear the employee's default dimensions. | ||
| 3 | employeedimension | Aggregate | 0...n | ||
| 4 | name | String | 1 | Name of the dimension header. Created if necessary. | Cost center |
| 4 | employeedimensionitem | Aggregate | 1...n | ||
| 5 | name | String | 1 | Name of the dimension item. Created if necessary. | DevOps |
| 5 | fatherid | Numeric | 0...1 | The "parent" identifier of the dimension item. |
The message always replaces all default dimensions
The API operates on a replacement principle – the message sent always replaces all of the employee's default dimensions at once. It is not possible to add or remove individual dimension items separately.
Retaining dimensions
If you wish to modify only one dimension item, you must include all the dimensions you want to keep in the message. Any dimension items omitted from the message will be removed from the employee.
Did you find it helpful? Yes No
Send feedback