Stampfactory
Dokumentation
Kostenstellen

Kostenstelle abrufen

GET
/cost_centers/{costCenter}
AuthentifizierungBearer <token>

Bearer-Token, erhalten über den Login-Endpunkt (POST /rest/login).

Ort: header

Pfadparameter

costCenter*string

The cost center ID

Formatuuid

Response-Body

application/json

application/json

application/json

curl -X GET "https://example.com/cost_centers/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{  "data": {    "id": "string",    "code": "string",    "name": "string",    "description": "string",    "created_at": "string",    "updated_at": "string"  }}