/v1/info/:cid
Lists of available years for specific accounting unit.
Example
/v1/info/88899460-4d0b-421b8d67
Request
GET
cid - partial accounting unit identifier (without year)
Response
200text/json

{
      uid: string, accounting unit identifier
      year: string, year of accounting unit
      id_number: string, id number of accounting unit
      valid_from: date, accounting unit start date in "yyyy-mm-dd" format
      valid_to: date, accounting unit end date in "yyyy-mm-dd" format
}[]
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