/Accounting/CostCentres/{costCentre}
Description
Outputs the specified cost centre. Specific syntaxes can be found in any descriptions. If there are additional parameters, these are added under ‘URI Parameters’.
- Es wird Finance Premium benötigt.
- The right ‘Lesen’ is required for the data ‘Kostenstelle’.
Request
URI Parameters
costCentre
string
Required
Body Parameters
None.
Response
Resource Description
CostCentre
string
Länge: einschließlich zwischen 0 und 15
Cost centre
Name
string
Länge: einschließlich zwischen 0 und 40
Name of the cost centre
Addition
string
Länge: einschließlich zwischen 0 und 40
Contains additional information on the cost centre
Type
Länge: einschließlich zwischen 0 und 1
Cost centre type
DistributionSchema
string
Länge: einschließlich zwischen 0 und 10
Distribution schema
InputBlockFrom
date
Eingabesperre ab. Definiert, ab wann eine Kostenstelle nicht mehr verwendet werden kann.
Options
Cost centre options
Response Formats
application/json
Example:
{
"CostCentre": "sample string 1",
"Name": "sample string 2",
"Addition": "sample string 3",
"Type": "AuxiliaryCostCentre",
"DistributionSchema": "sample string 4",
"InputBlockFrom": "2024-12-27T02:05:28.549034+01:00",
"Options": {
"CostCentreNotEligibleForCashDiscount": true,
"DoNotDistributeCostCentre": true,
"FiscalYearChangeWithoutAccountBalance": true
}
}