A collection of help pages for using the API.
No description available.
| Name | Type | Description |
|---|---|---|
| keyFigure | KeyFigure | |
| keyFigureValues | KeyFigureValue[] |
{
"keyFigure": {
"id": "NetSales",
"name": "NetSales",
"valueType": "Amount",
"description": "Description of the key figure.",
"comment": "Some comment.",
"basId": "R1"
},
"keyFigureValues": [
{
"value": 12.0,
"period": {
"start": "2012-04-01T00:00:00",
"end": "2013-03-31T00:00:00"
}
},
{
"value": 34.0,
"period": {
"start": "2012-04-01T00:00:00",
"end": "2013-03-31T00:00:00"
}
}
]
}