Skip Ribbon Commands
Skip to main content
Navigate Up
Sign In

MIT Navodila

:

locations

​​​

GET api/Master/GetLocations


Authorization





​​Request information




​Response information


​Response formats

​​Name ​Description ​Type ​Additional information
​id string​
​name ​string
​type ​​BK - products; MK - material; PZ - production; NE - Undefined string​
​active ​​0 - active; 9 - not active​ string​
 

​​​Confirmation response


{
    "location": [
        {
            "id""1",
            "name""LOCATION NAME 1",
            "type""MK",
            "active""0"
        }
    ]

}