GET api/Master/GetProducts
Authorization
Request information
Body parameters
status |
0 - all products; 1 - only updated or new |
string |
|
---|
Request formats
Response information
Response formats
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"
}
]
}
|
|