Skip Ribbon Commands
Skip to main content
Navigate Up
Sign In

MIT Navodila

:

products

​​

GET api/Master/GetProducts


Authorization





​​Request information


Body parameters


​​Name ​Description ​Type ​Additional info
​status 0 - all products; 1 - only updated or new ​string
 

​Request formats

{

    "status":"0"

}​




​Response information


​Response formats

​​Name ​Description ​Type ​Additional information
​id string​
​name ​string
​unit string​
​type ​0 - material; 1 - product; 3 - packing mat.; 4 - services; 5 - small inventory; 6 - evidential product string​
​active ​0 - active; 9 - non active string​
 

​​​Confirmation response


{
    "article": [
        {
            "id""00000000",
            "name""Artikel 123458",
            "unit""kos",
            "type""1",
            "active""P"
        }
    ]

}