Skip Ribbon Commands
Skip to main content
Navigate Up
Sign In

MIT Navodila

:

customers

​​​​​​​

GET api/Master/GetCustomers


Authorization





​​Request information


Body parameters


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

​Request formats

{

    "status":"0"

}​




​Response information


​Response formats

​​Name ​Description ​Type ​Additional information
​id string​
​name ​string
​adress string​
​post string​
​contact string​
​VAT_number string​
​MAT_number string​
​TAX string​
 

​​​Confirmation response


{

    "customers": [

        {

            "id": "010078",

            "name": "COMPANY NAME D.O.O.",

            "adress": "Street 16",

            "post": "1000 LJUBLJANA",

            "contact": "Janko Bolanko",

            "VAT_number": "SI12345678",

            "MAT_number": "1234567890",

            "TAX": "*"

        }

    ]

}​