api.nisa.digital
2025-08-28

Comprehensive guide to our Pohoda/Pamica endpoints

/v1/storage/:uid

List storages with total inventory value.
Params
:uid - accounting unit identifier
Request
GET
Response
200text/json

{
   ID: number, storage id
   IDS: string, storage code
   SText: string, storage name
   suma: number, total inventory value
}[]
Error Codes
400 Bad Request
Your request doesn't meet the required input format
401 Not Authorized
Your request doesn't meet authorization requirements
404 Not Found
The entity you're looking for is missing
460 Request Error
Requested operation wasn't performed, or XML import failed
500 Internal Error
We encountered an internal server error
503 Not Available
Requested entity is offline and cannot be reached, try again later

/v1/storage/:uid/:id/items

List items for a specific storage.
Params
:uid - accounting unit identifier
:id - storage ID
Request
GET
Response
200text/json

{
   ID: number, item id
   IDS: string, item code
   EAN: string|null, barcode
   RefSklad: number, storage id
   Nazev: string, item name
   SText: string, description
   StavZ: number, stock quantity
   MJ: string, unit
   NakupC: number, purchase price
}[]
Error Codes
400 Bad Request
Your request doesn't meet the required input format
401 Not Authorized
Your request doesn't meet authorization requirements
404 Not Found
The entity you're looking for is missing
460 Request Error
Requested operation wasn't performed, or XML import failed
500 Internal Error
We encountered an internal server error
503 Not Available
Requested entity is offline and cannot be reached, try again later