/v1/costcenter/:uid
List of cost centers (know as "stredisko") for accounting unit.
Example
/v1/costcenter/88899460-4d0b-421b8d67-2023
Request
GET
uid - accounting unit identifier
Response
200text/json

{
   ID: number, database id
   IDS: string, cost center id
   SText: string, cost center name
}[]
Error
400 bad request
your request doesn't meet requested input
401 not authorized
your request doesn't meet authorization requirements
404 not found
entity you loking for, is missing
460 request error
requested operations wasn't performed, or xml import failed
500 internal error
we encountered some internal server error
503 not available
requested entity is offline and cannot be reached, try again later